ab56a9bcf7
SVN-Revision: r240
496 lines
23 KiB
C#
496 lines
23 KiB
C#
|
|
namespace AfkDataService
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
|
|
this.dataMainPage = new DevExpress.XtraTab.XtraTabPage();
|
|
this.MsgPanel = new System.Windows.Forms.Panel();
|
|
this.connectInfoPanel = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.startPanel = new System.Windows.Forms.Panel();
|
|
this.startBtn = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.intervalTime = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.afkPortNumber = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.afkName = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.afkDataBase = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.afkPassword = new System.Windows.Forms.TextBox();
|
|
this.afkSeverId = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.lsName = new System.Windows.Forms.TextBox();
|
|
this.lsSeverId = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.lsDataBase = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lsPassword = new System.Windows.Forms.TextBox();
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.toLsTextBox = new System.Windows.Forms.TextBox();
|
|
this.toAfkTextBox = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
|
|
this.tabMain.SuspendLayout();
|
|
this.dataMainPage.SuspendLayout();
|
|
this.MsgPanel.SuspendLayout();
|
|
this.connectInfoPanel.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.startPanel.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
this.splitContainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabMain
|
|
//
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
|
this.tabMain.Name = "tabMain";
|
|
this.tabMain.SelectedTabPage = this.dataMainPage;
|
|
this.tabMain.Size = new System.Drawing.Size(861, 711);
|
|
this.tabMain.TabIndex = 0;
|
|
this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.dataMainPage});
|
|
//
|
|
// dataMainPage
|
|
//
|
|
this.dataMainPage.Controls.Add(this.MsgPanel);
|
|
this.dataMainPage.Controls.Add(this.connectInfoPanel);
|
|
this.dataMainPage.Name = "dataMainPage";
|
|
this.dataMainPage.Size = new System.Drawing.Size(854, 675);
|
|
this.dataMainPage.Text = "数据对接";
|
|
//
|
|
// MsgPanel
|
|
//
|
|
this.MsgPanel.Controls.Add(this.splitContainer);
|
|
this.MsgPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.MsgPanel.Location = new System.Drawing.Point(0, 229);
|
|
this.MsgPanel.Name = "MsgPanel";
|
|
this.MsgPanel.Size = new System.Drawing.Size(854, 446);
|
|
this.MsgPanel.TabIndex = 1;
|
|
//
|
|
// connectInfoPanel
|
|
//
|
|
this.connectInfoPanel.Controls.Add(this.groupBox2);
|
|
this.connectInfoPanel.Controls.Add(this.panel1);
|
|
this.connectInfoPanel.Controls.Add(this.groupBox1);
|
|
this.connectInfoPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.connectInfoPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.connectInfoPanel.Name = "connectInfoPanel";
|
|
this.connectInfoPanel.Size = new System.Drawing.Size(854, 229);
|
|
this.connectInfoPanel.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.startPanel);
|
|
this.panel1.Controls.Add(this.label10);
|
|
this.panel1.Controls.Add(this.intervalTime);
|
|
this.panel1.Controls.Add(this.label11);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel1.Location = new System.Drawing.Point(632, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(222, 229);
|
|
this.panel1.TabIndex = 25;
|
|
//
|
|
// startPanel
|
|
//
|
|
this.startPanel.Controls.Add(this.startBtn);
|
|
this.startPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.startPanel.Location = new System.Drawing.Point(0, 174);
|
|
this.startPanel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.startPanel.Name = "startPanel";
|
|
this.startPanel.Size = new System.Drawing.Size(222, 55);
|
|
this.startPanel.TabIndex = 19;
|
|
//
|
|
// startBtn
|
|
//
|
|
this.startBtn.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(142)))), ((int)(((byte)(216)))));
|
|
this.startBtn.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.startBtn.Appearance.Options.UseBackColor = true;
|
|
this.startBtn.Appearance.Options.UseForeColor = true;
|
|
this.startBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.startBtn.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.startBtn.Location = new System.Drawing.Point(0, 0);
|
|
this.startBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.startBtn.Name = "startBtn";
|
|
this.startBtn.Size = new System.Drawing.Size(222, 55);
|
|
this.startBtn.TabIndex = 5;
|
|
this.startBtn.Text = "开始同步";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Location = new System.Drawing.Point(125, 25);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(100, 26);
|
|
this.label10.TabIndex = 18;
|
|
this.label10.Text = "秒(最短30秒)";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// intervalTime
|
|
//
|
|
this.intervalTime.Location = new System.Drawing.Point(70, 27);
|
|
this.intervalTime.Margin = new System.Windows.Forms.Padding(4);
|
|
this.intervalTime.Name = "intervalTime";
|
|
this.intervalTime.Size = new System.Drawing.Size(51, 26);
|
|
this.intervalTime.TabIndex = 17;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(7, 30);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(68, 18);
|
|
this.label11.TabIndex = 16;
|
|
this.label11.Text = "间隔时间";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.afkPortNumber);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.afkName);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.afkDataBase);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.afkPassword);
|
|
this.groupBox1.Controls.Add(this.afkSeverId);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox1.Size = new System.Drawing.Size(317, 229);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "AFk地址";
|
|
//
|
|
// afkPortNumber
|
|
//
|
|
this.afkPortNumber.Location = new System.Drawing.Point(115, 65);
|
|
this.afkPortNumber.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkPortNumber.Name = "afkPortNumber";
|
|
this.afkPortNumber.Size = new System.Drawing.Size(180, 26);
|
|
this.afkPortNumber.TabIndex = 18;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Location = new System.Drawing.Point(7, 64);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(100, 26);
|
|
this.label9.TabIndex = 17;
|
|
this.label9.Text = "端 口 号";
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// afkName
|
|
//
|
|
this.afkName.Location = new System.Drawing.Point(115, 145);
|
|
this.afkName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkName.Name = "afkName";
|
|
this.afkName.Size = new System.Drawing.Size(180, 26);
|
|
this.afkName.TabIndex = 16;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(7, 145);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(100, 26);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "登 录 名 称";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// afkDataBase
|
|
//
|
|
this.afkDataBase.Location = new System.Drawing.Point(115, 105);
|
|
this.afkDataBase.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkDataBase.Name = "afkDataBase";
|
|
this.afkDataBase.Size = new System.Drawing.Size(180, 26);
|
|
this.afkDataBase.TabIndex = 15;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(7, 24);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(100, 26);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "服务器地址";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// afkPassword
|
|
//
|
|
this.afkPassword.Location = new System.Drawing.Point(115, 185);
|
|
this.afkPassword.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkPassword.Name = "afkPassword";
|
|
this.afkPassword.PasswordChar = '*';
|
|
this.afkPassword.Size = new System.Drawing.Size(180, 26);
|
|
this.afkPassword.TabIndex = 14;
|
|
//
|
|
// afkSeverId
|
|
//
|
|
this.afkSeverId.Location = new System.Drawing.Point(115, 25);
|
|
this.afkSeverId.Margin = new System.Windows.Forms.Padding(4);
|
|
this.afkSeverId.Name = "afkSeverId";
|
|
this.afkSeverId.Size = new System.Drawing.Size(180, 26);
|
|
this.afkSeverId.TabIndex = 13;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(7, 104);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(100, 26);
|
|
this.label4.TabIndex = 12;
|
|
this.label4.Text = " 数 据 库 ";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(7, 184);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(100, 26);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "登 录 密 码";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.lsName);
|
|
this.groupBox2.Controls.Add(this.lsSeverId);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.label8);
|
|
this.groupBox2.Controls.Add(this.lsDataBase);
|
|
this.groupBox2.Controls.Add(this.label7);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Controls.Add(this.lsPassword);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(317, 0);
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.groupBox2.Size = new System.Drawing.Size(315, 229);
|
|
this.groupBox2.TabIndex = 26;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "朗速地址";
|
|
//
|
|
// lsName
|
|
//
|
|
this.lsName.Location = new System.Drawing.Point(115, 104);
|
|
this.lsName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsName.Name = "lsName";
|
|
this.lsName.Size = new System.Drawing.Size(180, 26);
|
|
this.lsName.TabIndex = 24;
|
|
//
|
|
// lsSeverId
|
|
//
|
|
this.lsSeverId.Location = new System.Drawing.Point(115, 24);
|
|
this.lsSeverId.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsSeverId.Name = "lsSeverId";
|
|
this.lsSeverId.Size = new System.Drawing.Size(180, 26);
|
|
this.lsSeverId.TabIndex = 21;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(7, 104);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(100, 26);
|
|
this.label5.TabIndex = 19;
|
|
this.label5.Text = "登 录 名 称";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Location = new System.Drawing.Point(7, 145);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(100, 26);
|
|
this.label8.TabIndex = 18;
|
|
this.label8.Text = "登 录 密 码";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lsDataBase
|
|
//
|
|
this.lsDataBase.Location = new System.Drawing.Point(115, 64);
|
|
this.lsDataBase.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsDataBase.Name = "lsDataBase";
|
|
this.lsDataBase.Size = new System.Drawing.Size(180, 26);
|
|
this.lsDataBase.TabIndex = 23;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(7, 65);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(100, 26);
|
|
this.label7.TabIndex = 20;
|
|
this.label7.Text = " 数 据 库 ";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(7, 25);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(100, 26);
|
|
this.label6.TabIndex = 17;
|
|
this.label6.Text = "服务器地址";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lsPassword
|
|
//
|
|
this.lsPassword.Location = new System.Drawing.Point(115, 145);
|
|
this.lsPassword.Margin = new System.Windows.Forms.Padding(4);
|
|
this.lsPassword.Name = "lsPassword";
|
|
this.lsPassword.PasswordChar = '*';
|
|
this.lsPassword.Size = new System.Drawing.Size(180, 26);
|
|
this.lsPassword.TabIndex = 22;
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.Controls.Add(this.toLsTextBox);
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.Controls.Add(this.toAfkTextBox);
|
|
this.splitContainer.Size = new System.Drawing.Size(854, 446);
|
|
this.splitContainer.SplitterDistance = 464;
|
|
this.splitContainer.TabIndex = 0;
|
|
//
|
|
// toLsTextBox
|
|
//
|
|
this.toLsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toLsTextBox.Location = new System.Drawing.Point(0, 0);
|
|
this.toLsTextBox.Multiline = true;
|
|
this.toLsTextBox.Name = "toLsTextBox";
|
|
this.toLsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.toLsTextBox.Size = new System.Drawing.Size(464, 446);
|
|
this.toLsTextBox.TabIndex = 2;
|
|
//
|
|
// toAfkTextBox
|
|
//
|
|
this.toAfkTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toAfkTextBox.Location = new System.Drawing.Point(0, 0);
|
|
this.toAfkTextBox.Multiline = true;
|
|
this.toAfkTextBox.Name = "toAfkTextBox";
|
|
this.toAfkTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.toAfkTextBox.Size = new System.Drawing.Size(386, 446);
|
|
this.toAfkTextBox.TabIndex = 3;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(861, 711);
|
|
this.Controls.Add(this.tabMain);
|
|
this.Name = "FrmMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "中航数据对接";
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
|
|
this.tabMain.ResumeLayout(false);
|
|
this.dataMainPage.ResumeLayout(false);
|
|
this.MsgPanel.ResumeLayout(false);
|
|
this.connectInfoPanel.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.startPanel.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel1.PerformLayout();
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
this.splitContainer.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraTab.XtraTabControl tabMain;
|
|
private DevExpress.XtraTab.XtraTabPage dataMainPage;
|
|
private System.Windows.Forms.Panel connectInfoPanel;
|
|
private System.Windows.Forms.Panel MsgPanel;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel startPanel;
|
|
private DevExpress.XtraEditors.SimpleButton startBtn;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox intervalTime;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox afkPortNumber;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox afkName;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox afkDataBase;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox afkPassword;
|
|
private System.Windows.Forms.TextBox afkSeverId;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox lsName;
|
|
private System.Windows.Forms.TextBox lsSeverId;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox lsDataBase;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox lsPassword;
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
|
public System.Windows.Forms.TextBox toLsTextBox;
|
|
public System.Windows.Forms.TextBox toAfkTextBox;
|
|
}
|
|
}
|
|
|