示例#1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionFILESetupForm));
     this.button1      = new System.Windows.Forms.Button();
     this.button2      = new System.Windows.Forms.Button();
     this.panel1       = new System.Windows.Forms.Panel();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.paneCaption3 = new ATM3300.Connection.PaneCaption();
     this.paneCaption4 = new ATM3300.Connection.PaneCaption();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.AccessibleDescription = null;
     this.button1.AccessibleName        = null;
     resources.ApplyResources(this.button1, "button1");
     this.button1.BackgroundImage = null;
     this.button1.Font            = null;
     this.button1.Name            = "button1";
     this.button1.Click          += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.AccessibleDescription = null;
     this.button2.AccessibleName        = null;
     resources.ApplyResources(this.button2, "button2");
     this.button2.BackgroundImage = null;
     this.button2.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Font            = null;
     this.button2.Name            = "button2";
     //
     // panel1
     //
     this.panel1.AccessibleDescription = null;
     this.panel1.AccessibleName        = null;
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.panel1.BackgroundImage = null;
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Font = null;
     this.panel1.Name = "panel1";
     //
     // textBox1
     //
     this.textBox1.AccessibleDescription = null;
     this.textBox1.AccessibleName        = null;
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.BackgroundImage = null;
     this.textBox1.Name            = "textBox1";
     //
     // paneCaption3
     //
     this.paneCaption3.AccessibleDescription = null;
     this.paneCaption3.AccessibleName        = null;
     this.paneCaption3.AllowActive           = false;
     resources.ApplyResources(this.paneCaption3, "paneCaption3");
     this.paneCaption3.AntiAlias                 = false;
     this.paneCaption3.BackgroundImage           = null;
     this.paneCaption3.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.paneCaption3.InactiveGradientLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(199)))), ((int)(((byte)(255)))));
     this.paneCaption3.Name  = "paneCaption3";
     this.paneCaption3.Load += new System.EventHandler(this.paneCaption3_Load);
     //
     // paneCaption4
     //
     this.paneCaption4.AccessibleDescription = null;
     this.paneCaption4.AccessibleName        = null;
     this.paneCaption4.AllowActive           = false;
     resources.ApplyResources(this.paneCaption4, "paneCaption4");
     this.paneCaption4.AntiAlias       = false;
     this.paneCaption4.BackgroundImage = null;
     this.paneCaption4.Name            = "paneCaption4";
     //
     // ConnectionFILESetupForm
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.Controls.Add(this.paneCaption4);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.paneCaption3);
     this.Font  = null;
     this.Icon  = null;
     this.Name  = "ConnectionFILESetupForm";
     this.Load += new System.EventHandler(this.FILEForm_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionTCPIPSetupForm));
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.textBox2     = new System.Windows.Forms.TextBox();
     this.button1      = new System.Windows.Forms.Button();
     this.button2      = new System.Windows.Forms.Button();
     this.panel1       = new System.Windows.Forms.Panel();
     this.paneCaption2 = new ATM3300.Connection.PaneCaption();
     this.paneCaption1 = new ATM3300.Connection.PaneCaption();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // textBox1
     //
     resources.ApplyResources(this.textBox1, "textBox1");
     this.textBox1.Name = "textBox1";
     //
     // textBox2
     //
     resources.ApplyResources(this.textBox2, "textBox2");
     this.textBox2.Name = "textBox2";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name   = "button1";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Name = "panel1";
     //
     // paneCaption2
     //
     this.paneCaption2.AllowActive = false;
     resources.ApplyResources(this.paneCaption2, "paneCaption2");
     this.paneCaption2.AntiAlias = false;
     this.paneCaption2.Name      = "paneCaption2";
     //
     // paneCaption1
     //
     this.paneCaption1.AllowActive = false;
     this.paneCaption1.AntiAlias   = false;
     resources.ApplyResources(this.paneCaption1, "paneCaption1");
     this.paneCaption1.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.paneCaption1.InactiveGradientLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(199)))), ((int)(((byte)(255)))));
     this.paneCaption1.Name = "paneCaption1";
     //
     // ConnectionTCPIPSetupForm
     //
     resources.ApplyResources(this, "$this");
     this.BackColor    = System.Drawing.SystemColors.Control;
     this.CancelButton = this.button2;
     this.Controls.Add(this.paneCaption2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.paneCaption1);
     this.Name = "ConnectionTCPIPSetupForm";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionCOMSetupForm));
     this.label1         = new System.Windows.Forms.Label();
     this.button1        = new System.Windows.Forms.Button();
     this.button2        = new System.Windows.Forms.Button();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.label6         = new System.Windows.Forms.Label();
     this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
     this.paneCaption1   = new ATM3300.Connection.PaneCaption();
     this.paneCaption2   = new ATM3300.Connection.PaneCaption();
     this.panel2         = new System.Windows.Forms.Panel();
     this.comboBox2      = new System.Windows.Forms.ComboBox();
     this.paneCaption3   = new ATM3300.Connection.PaneCaption();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AccessibleDescription = null;
     this.label1.AccessibleName        = null;
     resources.ApplyResources(this.label1, "label1");
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Name      = "label1";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // button1
     //
     this.button1.AccessibleDescription = null;
     this.button1.AccessibleName        = null;
     resources.ApplyResources(this.button1, "button1");
     this.button1.BackgroundImage = null;
     this.button1.Font            = null;
     this.button1.Name            = "button1";
     this.button1.Click          += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.AccessibleDescription = null;
     this.button2.AccessibleName        = null;
     resources.ApplyResources(this.button2, "button2");
     this.button2.BackgroundImage = null;
     this.button2.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Font            = null;
     this.button2.Name            = "button2";
     //
     // label3
     //
     this.label3.AccessibleDescription = null;
     this.label3.AccessibleName        = null;
     resources.ApplyResources(this.label3, "label3");
     this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Name      = "label3";
     //
     // label2
     //
     this.label2.AccessibleDescription = null;
     this.label2.AccessibleName        = null;
     resources.ApplyResources(this.label2, "label2");
     this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Name      = "label2";
     //
     // label4
     //
     this.label4.AccessibleDescription = null;
     this.label4.AccessibleName        = null;
     resources.ApplyResources(this.label4, "label4");
     this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Name      = "label4";
     //
     // label5
     //
     this.label5.AccessibleDescription = null;
     this.label5.AccessibleName        = null;
     resources.ApplyResources(this.label5, "label5");
     this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Name      = "label5";
     //
     // numericUpDown1
     //
     this.numericUpDown1.AccessibleDescription = null;
     this.numericUpDown1.AccessibleName        = null;
     resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
     this.numericUpDown1.Maximum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name  = "numericUpDown1";
     this.numericUpDown1.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // numericUpDown2
     //
     this.numericUpDown2.AccessibleDescription = null;
     this.numericUpDown2.AccessibleName        = null;
     resources.ApplyResources(this.numericUpDown2, "numericUpDown2");
     this.numericUpDown2.Maximum = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDown2.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown2.Name  = "numericUpDown2";
     this.numericUpDown2.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // numericUpDown3
     //
     this.numericUpDown3.AccessibleDescription = null;
     this.numericUpDown3.AccessibleName        = null;
     resources.ApplyResources(this.numericUpDown3, "numericUpDown3");
     this.numericUpDown3.Maximum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDown3.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown3.Name  = "numericUpDown3";
     this.numericUpDown3.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // comboBox1
     //
     this.comboBox1.AccessibleDescription = null;
     this.comboBox1.AccessibleName        = null;
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.BackgroundImage = null;
     this.comboBox1.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         resources.GetString("comboBox1.Items"),
         resources.GetString("comboBox1.Items1"),
         resources.GetString("comboBox1.Items2"),
         resources.GetString("comboBox1.Items3"),
         resources.GetString("comboBox1.Items4"),
         resources.GetString("comboBox1.Items5"),
         resources.GetString("comboBox1.Items6"),
         resources.GetString("comboBox1.Items7"),
         resources.GetString("comboBox1.Items8")
     });
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.AccessibleDescription = null;
     this.label6.AccessibleName        = null;
     resources.ApplyResources(this.label6, "label6");
     this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Name      = "label6";
     //
     // numericUpDown4
     //
     this.numericUpDown4.AccessibleDescription = null;
     this.numericUpDown4.AccessibleName        = null;
     resources.ApplyResources(this.numericUpDown4, "numericUpDown4");
     this.numericUpDown4.Maximum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDown4.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown4.Name  = "numericUpDown4";
     this.numericUpDown4.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // paneCaption1
     //
     this.paneCaption1.AccessibleDescription = null;
     this.paneCaption1.AccessibleName        = null;
     this.paneCaption1.AllowActive           = false;
     resources.ApplyResources(this.paneCaption1, "paneCaption1");
     this.paneCaption1.AntiAlias                 = false;
     this.paneCaption1.BackColor                 = System.Drawing.Color.Black;
     this.paneCaption1.BackgroundImage           = null;
     this.paneCaption1.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.paneCaption1.InactiveGradientLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(199)))), ((int)(((byte)(255)))));
     this.paneCaption1.Name  = "paneCaption1";
     this.paneCaption1.Load += new System.EventHandler(this.paneCaption1_Load);
     //
     // paneCaption2
     //
     this.paneCaption2.AccessibleDescription = null;
     this.paneCaption2.AccessibleName        = null;
     this.paneCaption2.AllowActive           = false;
     resources.ApplyResources(this.paneCaption2, "paneCaption2");
     this.paneCaption2.AntiAlias                 = false;
     this.paneCaption2.BackgroundImage           = null;
     this.paneCaption2.ForeColor                 = System.Drawing.Color.Transparent;
     this.paneCaption2.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.paneCaption2.InactiveGradientLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(199)))), ((int)(((byte)(255)))));
     this.paneCaption2.Name = "paneCaption2";
     //
     // panel2
     //
     this.panel2.AccessibleDescription = null;
     this.panel2.AccessibleName        = null;
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.panel2.BackgroundImage = null;
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.comboBox2);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Font = null;
     this.panel2.Name = "panel2";
     //
     // comboBox2
     //
     this.comboBox2.AccessibleDescription = null;
     this.comboBox2.AccessibleName        = null;
     resources.ApplyResources(this.comboBox2, "comboBox2");
     this.comboBox2.BackgroundImage = null;
     this.comboBox2.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.Items.AddRange(new object[] {
         resources.GetString("comboBox2.Items"),
         resources.GetString("comboBox2.Items1"),
         resources.GetString("comboBox2.Items2"),
         resources.GetString("comboBox2.Items3"),
         resources.GetString("comboBox2.Items4"),
         resources.GetString("comboBox2.Items5"),
         resources.GetString("comboBox2.Items6"),
         resources.GetString("comboBox2.Items7"),
         resources.GetString("comboBox2.Items8"),
         resources.GetString("comboBox2.Items9"),
         resources.GetString("comboBox2.Items10"),
         resources.GetString("comboBox2.Items11"),
         resources.GetString("comboBox2.Items12"),
         resources.GetString("comboBox2.Items13"),
         resources.GetString("comboBox2.Items14"),
         resources.GetString("comboBox2.Items15"),
         resources.GetString("comboBox2.Items16"),
         resources.GetString("comboBox2.Items17")
     });
     this.comboBox2.Name = "comboBox2";
     //
     // paneCaption3
     //
     this.paneCaption3.AccessibleDescription = null;
     this.paneCaption3.AccessibleName        = null;
     this.paneCaption3.AllowActive           = false;
     resources.ApplyResources(this.paneCaption3, "paneCaption3");
     this.paneCaption3.AntiAlias       = false;
     this.paneCaption3.BackgroundImage = null;
     this.paneCaption3.Name            = "paneCaption3";
     this.paneCaption3.Load           += new System.EventHandler(this.paneCaption3_Load);
     //
     // ConnectionCOMSetupForm
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.Controls.Add(this.paneCaption3);
     this.Controls.Add(this.numericUpDown4);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.numericUpDown3);
     this.Controls.Add(this.numericUpDown2);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.paneCaption1);
     this.Controls.Add(this.paneCaption2);
     this.Font  = null;
     this.Icon  = null;
     this.Name  = "ConnectionCOMSetupForm";
     this.Load += new System.EventHandler(this.COMSetupForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionCANBusSetupForm));
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.panel2  = new System.Windows.Forms.Panel();
     this.txtSendTimeToATMInteval  = new System.Windows.Forms.TextBox();
     this.labSendTimeToATMInterval = new System.Windows.Forms.Label();
     this.txtTiming1                  = new System.Windows.Forms.TextBox();
     this.label5                      = new System.Windows.Forms.Label();
     this.txtTiming0                  = new System.Windows.Forms.TextBox();
     this.label4                      = new System.Windows.Forms.Label();
     this.chkBoxChannels              = new System.Windows.Forms.CheckedListBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.txtAcceptInterval           = new System.Windows.Forms.TextBox();
     this.labReceivedInterval         = new System.Windows.Forms.Label();
     this.chkDisableDetectTemperature = new System.Windows.Forms.CheckBox();
     this.numericUpDown1              = new System.Windows.Forms.NumericUpDown();
     this.查询速度          = new System.Windows.Forms.Label();
     this.cmbDeviceInd  = new System.Windows.Forms.ComboBox();
     this.label2        = new System.Windows.Forms.Label();
     this.cmbDeviceType = new System.Windows.Forms.ComboBox();
     this.label1        = new System.Windows.Forms.Label();
     this.paneCaption3  = new ATM3300.Connection.PaneCaption();
     this.paneCaption1  = new ATM3300.Connection.PaneCaption();
     this.paneCaption2  = new ATM3300.Connection.PaneCaption();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // button2
     //
     this.button2.AccessibleDescription = null;
     this.button2.AccessibleName        = null;
     resources.ApplyResources(this.button2, "button2");
     this.button2.BackgroundImage = null;
     this.button2.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Font            = null;
     this.button2.Name            = "button2";
     //
     // button1
     //
     this.button1.AccessibleDescription = null;
     this.button1.AccessibleName        = null;
     resources.ApplyResources(this.button1, "button1");
     this.button1.BackgroundImage = null;
     this.button1.Font            = null;
     this.button1.Name            = "button1";
     this.button1.Click          += new System.EventHandler(this.button1_Click);
     //
     // panel2
     //
     this.panel2.AccessibleDescription = null;
     this.panel2.AccessibleName        = null;
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.panel2.BackgroundImage = null;
     this.panel2.Controls.Add(this.txtSendTimeToATMInteval);
     this.panel2.Controls.Add(this.labSendTimeToATMInterval);
     this.panel2.Controls.Add(this.txtTiming1);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.txtTiming0);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.chkBoxChannels);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.txtAcceptInterval);
     this.panel2.Controls.Add(this.labReceivedInterval);
     this.panel2.Controls.Add(this.chkDisableDetectTemperature);
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Controls.Add(this.查询速度);
     this.panel2.Controls.Add(this.cmbDeviceInd);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.cmbDeviceType);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Font = null;
     this.panel2.Name = "panel2";
     //
     // txtSendTimeToATMInteval
     //
     this.txtSendTimeToATMInteval.AccessibleDescription = null;
     this.txtSendTimeToATMInteval.AccessibleName        = null;
     resources.ApplyResources(this.txtSendTimeToATMInteval, "txtSendTimeToATMInteval");
     this.txtSendTimeToATMInteval.BackgroundImage = null;
     this.txtSendTimeToATMInteval.Font            = null;
     this.txtSendTimeToATMInteval.Name            = "txtSendTimeToATMInteval";
     //
     // labSendTimeToATMInterval
     //
     this.labSendTimeToATMInterval.AccessibleDescription = null;
     this.labSendTimeToATMInterval.AccessibleName        = null;
     resources.ApplyResources(this.labSendTimeToATMInterval, "labSendTimeToATMInterval");
     this.labSendTimeToATMInterval.Font = null;
     this.labSendTimeToATMInterval.Name = "labSendTimeToATMInterval";
     //
     // txtTiming1
     //
     this.txtTiming1.AccessibleDescription = null;
     this.txtTiming1.AccessibleName        = null;
     resources.ApplyResources(this.txtTiming1, "txtTiming1");
     this.txtTiming1.BackgroundImage = null;
     this.txtTiming1.Font            = null;
     this.txtTiming1.Name            = "txtTiming1";
     //
     // label5
     //
     this.label5.AccessibleDescription = null;
     this.label5.AccessibleName        = null;
     resources.ApplyResources(this.label5, "label5");
     this.label5.Font = null;
     this.label5.Name = "label5";
     this.label5.Tag  = "Timing0";
     //
     // txtTiming0
     //
     this.txtTiming0.AccessibleDescription = null;
     this.txtTiming0.AccessibleName        = null;
     resources.ApplyResources(this.txtTiming0, "txtTiming0");
     this.txtTiming0.BackgroundImage = null;
     this.txtTiming0.Font            = null;
     this.txtTiming0.Name            = "txtTiming0";
     //
     // label4
     //
     this.label4.AccessibleDescription = null;
     this.label4.AccessibleName        = null;
     resources.ApplyResources(this.label4, "label4");
     this.label4.Font = null;
     this.label4.Name = "label4";
     this.label4.Tag  = "Timing0";
     //
     // chkBoxChannels
     //
     this.chkBoxChannels.AccessibleDescription = null;
     this.chkBoxChannels.AccessibleName        = null;
     resources.ApplyResources(this.chkBoxChannels, "chkBoxChannels");
     this.chkBoxChannels.BackgroundImage   = null;
     this.chkBoxChannels.Font              = null;
     this.chkBoxChannels.FormattingEnabled = true;
     this.chkBoxChannels.Items.AddRange(new object[] {
         resources.GetString("chkBoxChannels.Items"),
         resources.GetString("chkBoxChannels.Items1"),
         resources.GetString("chkBoxChannels.Items2"),
         resources.GetString("chkBoxChannels.Items3"),
         resources.GetString("chkBoxChannels.Items4"),
         resources.GetString("chkBoxChannels.Items5"),
         resources.GetString("chkBoxChannels.Items6"),
         resources.GetString("chkBoxChannels.Items7")
     });
     this.chkBoxChannels.Name = "chkBoxChannels";
     //
     // label3
     //
     this.label3.AccessibleDescription = null;
     this.label3.AccessibleName        = null;
     resources.ApplyResources(this.label3, "label3");
     this.label3.Font = null;
     this.label3.Name = "label3";
     //
     // txtAcceptInterval
     //
     this.txtAcceptInterval.AccessibleDescription = null;
     this.txtAcceptInterval.AccessibleName        = null;
     resources.ApplyResources(this.txtAcceptInterval, "txtAcceptInterval");
     this.txtAcceptInterval.BackgroundImage = null;
     this.txtAcceptInterval.Font            = null;
     this.txtAcceptInterval.Name            = "txtAcceptInterval";
     //
     // labReceivedInterval
     //
     this.labReceivedInterval.AccessibleDescription = null;
     this.labReceivedInterval.AccessibleName        = null;
     resources.ApplyResources(this.labReceivedInterval, "labReceivedInterval");
     this.labReceivedInterval.Font = null;
     this.labReceivedInterval.Name = "labReceivedInterval";
     //
     // chkDisableDetectTemperature
     //
     this.chkDisableDetectTemperature.AccessibleDescription = null;
     this.chkDisableDetectTemperature.AccessibleName        = null;
     resources.ApplyResources(this.chkDisableDetectTemperature, "chkDisableDetectTemperature");
     this.chkDisableDetectTemperature.BackgroundImage = null;
     this.chkDisableDetectTemperature.Font            = null;
     this.chkDisableDetectTemperature.Name            = "chkDisableDetectTemperature";
     //
     // numericUpDown1
     //
     this.numericUpDown1.AccessibleDescription = null;
     this.numericUpDown1.AccessibleName        = null;
     resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
     this.numericUpDown1.Font    = null;
     this.numericUpDown1.Maximum = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.numericUpDown1.Name  = "numericUpDown1";
     this.numericUpDown1.Value = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // 查询速度
     //
     this.查询速度.AccessibleDescription = null;
     this.查询速度.AccessibleName        = null;
     resources.ApplyResources(this.查询速度, "查询速度");
     this.查询速度.Font   = null;
     this.查询速度.Name   = "查询速度";
     this.查询速度.Click += new System.EventHandler(this.label4_Click);
     //
     // cmbDeviceInd
     //
     this.cmbDeviceInd.AccessibleDescription = null;
     this.cmbDeviceInd.AccessibleName        = null;
     resources.ApplyResources(this.cmbDeviceInd, "cmbDeviceInd");
     this.cmbDeviceInd.BackgroundImage = null;
     this.cmbDeviceInd.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDeviceInd.Font            = null;
     this.cmbDeviceInd.Items.AddRange(new object[] {
         resources.GetString("cmbDeviceInd.Items"),
         resources.GetString("cmbDeviceInd.Items1"),
         resources.GetString("cmbDeviceInd.Items2"),
         resources.GetString("cmbDeviceInd.Items3"),
         resources.GetString("cmbDeviceInd.Items4"),
         resources.GetString("cmbDeviceInd.Items5"),
         resources.GetString("cmbDeviceInd.Items6"),
         resources.GetString("cmbDeviceInd.Items7")
     });
     this.cmbDeviceInd.Name = "cmbDeviceInd";
     //
     // label2
     //
     this.label2.AccessibleDescription = null;
     this.label2.AccessibleName        = null;
     resources.ApplyResources(this.label2, "label2");
     this.label2.Font = null;
     this.label2.Name = "label2";
     //
     // cmbDeviceType
     //
     this.cmbDeviceType.AccessibleDescription = null;
     this.cmbDeviceType.AccessibleName        = null;
     resources.ApplyResources(this.cmbDeviceType, "cmbDeviceType");
     this.cmbDeviceType.BackgroundImage = null;
     this.cmbDeviceType.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDeviceType.Font            = null;
     this.cmbDeviceType.Items.AddRange(new object[] {
         resources.GetString("cmbDeviceType.Items"),
         resources.GetString("cmbDeviceType.Items1"),
         resources.GetString("cmbDeviceType.Items2"),
         resources.GetString("cmbDeviceType.Items3"),
         resources.GetString("cmbDeviceType.Items4"),
         resources.GetString("cmbDeviceType.Items5"),
         resources.GetString("cmbDeviceType.Items6"),
         resources.GetString("cmbDeviceType.Items7")
     });
     this.cmbDeviceType.Name = "cmbDeviceType";
     //
     // label1
     //
     this.label1.AccessibleDescription = null;
     this.label1.AccessibleName        = null;
     resources.ApplyResources(this.label1, "label1");
     this.label1.Font = null;
     this.label1.Name = "label1";
     //
     // paneCaption3
     //
     this.paneCaption3.AccessibleDescription = null;
     this.paneCaption3.AccessibleName        = null;
     this.paneCaption3.AllowActive           = false;
     resources.ApplyResources(this.paneCaption3, "paneCaption3");
     this.paneCaption3.AntiAlias       = false;
     this.paneCaption3.BackgroundImage = null;
     this.paneCaption3.Name            = "paneCaption3";
     //
     // paneCaption1
     //
     this.paneCaption1.AccessibleDescription = null;
     this.paneCaption1.AccessibleName        = null;
     this.paneCaption1.AllowActive           = false;
     resources.ApplyResources(this.paneCaption1, "paneCaption1");
     this.paneCaption1.AntiAlias                 = false;
     this.paneCaption1.BackColor                 = System.Drawing.Color.Black;
     this.paneCaption1.BackgroundImage           = null;
     this.paneCaption1.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.paneCaption1.InactiveGradientLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(199)))), ((int)(((byte)(255)))));
     this.paneCaption1.Name = "paneCaption1";
     //
     // paneCaption2
     //
     this.paneCaption2.AccessibleDescription = null;
     this.paneCaption2.AccessibleName        = null;
     this.paneCaption2.AllowActive           = false;
     resources.ApplyResources(this.paneCaption2, "paneCaption2");
     this.paneCaption2.AntiAlias                 = false;
     this.paneCaption2.BackgroundImage           = null;
     this.paneCaption2.ForeColor                 = System.Drawing.Color.Transparent;
     this.paneCaption2.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(231)))), ((int)(((byte)(255)))));
     this.paneCaption2.InactiveGradientLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(199)))), ((int)(((byte)(255)))));
     this.paneCaption2.Name = "paneCaption2";
     //
     // ConnectionCANBusSetupForm
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.Controls.Add(this.paneCaption3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.paneCaption1);
     this.Controls.Add(this.paneCaption2);
     this.Font = null;
     this.Icon = null;
     this.Name = "ConnectionCANBusSetupForm";
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
 }