namespace SLZ_4 { partial class ConfigScanner { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigScanner)); this.ReadStatus = new System.Windows.Forms.Timer(this.components); this.uiGroupCom2 = new Sunny.UI.UIGroupBox(); this.label1 = new System.Windows.Forms.Label(); this.CH2CodePort = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.CH2CodeBaud = new System.Windows.Forms.ComboBox(); this.CH2CodeIsComm = new System.Windows.Forms.Label(); this.CH2CodeCon = new System.Windows.Forms.Button(); this.CH2CodeBreak = new System.Windows.Forms.Button(); this.uiGroupCom1 = new Sunny.UI.UIGroupBox(); this.label7 = new System.Windows.Forms.Label(); this.CH1CodePort = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.CH1CodeBaud = new System.Windows.Forms.ComboBox(); this.CH1CodeIsComm = new System.Windows.Forms.Label(); this.CH1CodeCon = new System.Windows.Forms.Button(); this.CH1CodeBreak = new System.Windows.Forms.Button(); this.CH1CodeRefresh = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.cmbScanNum = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.cmbScanType = new System.Windows.Forms.ComboBox(); this.uiGroupNetwork1 = new Sunny.UI.UIGroupBox(); this.textPort1 = new System.Windows.Forms.TextBox(); this.textIP1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.CH1NetworkComm = new System.Windows.Forms.Label(); this.buttonConnect1 = new System.Windows.Forms.Button(); this.buttonDisconnect1 = new System.Windows.Forms.Button(); this.uiGroupNetwork2 = new Sunny.UI.UIGroupBox(); this.textPort2 = new System.Windows.Forms.TextBox(); this.textIP2 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.CH2NetworkComm = new System.Windows.Forms.Label(); this.buttonConnect2 = new System.Windows.Forms.Button(); this.buttonDisconnect2 = new System.Windows.Forms.Button(); this.uiGroupCom2.SuspendLayout(); this.uiGroupCom1.SuspendLayout(); this.uiGroupNetwork1.SuspendLayout(); this.uiGroupNetwork2.SuspendLayout(); this.SuspendLayout(); // // uiGroupCom2 // this.uiGroupCom2.Controls.Add(this.label1); this.uiGroupCom2.Controls.Add(this.CH2CodePort); this.uiGroupCom2.Controls.Add(this.label2); this.uiGroupCom2.Controls.Add(this.label3); this.uiGroupCom2.Controls.Add(this.CH2CodeBaud); this.uiGroupCom2.Controls.Add(this.CH2CodeIsComm); this.uiGroupCom2.Controls.Add(this.CH2CodeCon); this.uiGroupCom2.Controls.Add(this.CH2CodeBreak); this.uiGroupCom2.FillColor = System.Drawing.Color.Transparent; this.uiGroupCom2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupCom2.Location = new System.Drawing.Point(418, 146); this.uiGroupCom2.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7); this.uiGroupCom2.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupCom2.Name = "uiGroupCom2"; this.uiGroupCom2.Padding = new System.Windows.Forms.Padding(0, 43, 0, 0); this.uiGroupCom2.Size = new System.Drawing.Size(320, 278); this.uiGroupCom2.Style = Sunny.UI.UIStyle.Custom; this.uiGroupCom2.TabIndex = 73; this.uiGroupCom2.Text = "扫码枪2串口设置"; this.uiGroupCom2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F); this.label1.Location = new System.Drawing.Point(25, 156); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 16); this.label1.TabIndex = 70; this.label1.Text = "串口状态:"; // // CH2CodePort // this.CH2CodePort.FormattingEnabled = true; this.CH2CodePort.Location = new System.Drawing.Point(116, 63); this.CH2CodePort.Margin = new System.Windows.Forms.Padding(4); this.CH2CodePort.Name = "CH2CodePort"; this.CH2CodePort.Size = new System.Drawing.Size(137, 24); this.CH2CodePort.TabIndex = 67; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(25, 66); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 16); this.label2.TabIndex = 65; this.label2.Text = "端口号:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(25, 108); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 16); this.label3.TabIndex = 66; this.label3.Text = "波特率:"; // // CH2CodeBaud // this.CH2CodeBaud.FormattingEnabled = true; this.CH2CodeBaud.Items.AddRange(new object[] { "115200", "9600"}); this.CH2CodeBaud.Location = new System.Drawing.Point(116, 108); this.CH2CodeBaud.Margin = new System.Windows.Forms.Padding(4); this.CH2CodeBaud.Name = "CH2CodeBaud"; this.CH2CodeBaud.Size = new System.Drawing.Size(137, 24); this.CH2CodeBaud.TabIndex = 68; // // CH2CodeIsComm // this.CH2CodeIsComm.AutoSize = true; this.CH2CodeIsComm.Font = new System.Drawing.Font("宋体", 12F); this.CH2CodeIsComm.Location = new System.Drawing.Point(121, 156); this.CH2CodeIsComm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CH2CodeIsComm.Name = "CH2CodeIsComm"; this.CH2CodeIsComm.Size = new System.Drawing.Size(56, 16); this.CH2CodeIsComm.TabIndex = 69; this.CH2CodeIsComm.Text = "label6"; // // CH2CodeCon // this.CH2CodeCon.Location = new System.Drawing.Point(19, 209); this.CH2CodeCon.Margin = new System.Windows.Forms.Padding(4); this.CH2CodeCon.Name = "CH2CodeCon"; this.CH2CodeCon.Size = new System.Drawing.Size(125, 45); this.CH2CodeCon.TabIndex = 62; this.CH2CodeCon.TabStop = false; this.CH2CodeCon.Text = "连接串口"; this.CH2CodeCon.UseVisualStyleBackColor = true; this.CH2CodeCon.Click += new System.EventHandler(this.CH2CodeCon_Click); // // CH2CodeBreak // this.CH2CodeBreak.Location = new System.Drawing.Point(152, 209); this.CH2CodeBreak.Margin = new System.Windows.Forms.Padding(4); this.CH2CodeBreak.Name = "CH2CodeBreak"; this.CH2CodeBreak.Size = new System.Drawing.Size(125, 45); this.CH2CodeBreak.TabIndex = 63; this.CH2CodeBreak.Text = "断开连接"; this.CH2CodeBreak.UseVisualStyleBackColor = true; this.CH2CodeBreak.Click += new System.EventHandler(this.CH2CodeBreak_Click); // // uiGroupCom1 // this.uiGroupCom1.Controls.Add(this.label7); this.uiGroupCom1.Controls.Add(this.CH1CodePort); this.uiGroupCom1.Controls.Add(this.label11); this.uiGroupCom1.Controls.Add(this.label15); this.uiGroupCom1.Controls.Add(this.CH1CodeBaud); this.uiGroupCom1.Controls.Add(this.CH1CodeIsComm); this.uiGroupCom1.Controls.Add(this.CH1CodeCon); this.uiGroupCom1.Controls.Add(this.CH1CodeBreak); this.uiGroupCom1.FillColor = System.Drawing.Color.Transparent; this.uiGroupCom1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupCom1.Location = new System.Drawing.Point(48, 146); this.uiGroupCom1.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7); this.uiGroupCom1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupCom1.Name = "uiGroupCom1"; this.uiGroupCom1.Padding = new System.Windows.Forms.Padding(0, 43, 0, 0); this.uiGroupCom1.Size = new System.Drawing.Size(320, 278); this.uiGroupCom1.Style = Sunny.UI.UIStyle.Custom; this.uiGroupCom1.TabIndex = 72; this.uiGroupCom1.Text = "条码枪1串口设置"; this.uiGroupCom1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 12F); this.label7.Location = new System.Drawing.Point(21, 156); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(88, 16); this.label7.TabIndex = 70; this.label7.Text = "串口状态:"; // // CH1CodePort // this.CH1CodePort.FormattingEnabled = true; this.CH1CodePort.Location = new System.Drawing.Point(121, 63); this.CH1CodePort.Margin = new System.Windows.Forms.Padding(4); this.CH1CodePort.Name = "CH1CodePort"; this.CH1CodePort.Size = new System.Drawing.Size(137, 24); this.CH1CodePort.TabIndex = 67; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(21, 66); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(64, 16); this.label11.TabIndex = 65; this.label11.Text = "端口号:"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(21, 108); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(64, 16); this.label15.TabIndex = 66; this.label15.Text = "波特率:"; // // CH1CodeBaud // this.CH1CodeBaud.FormattingEnabled = true; this.CH1CodeBaud.Items.AddRange(new object[] { "115200", "9600"}); this.CH1CodeBaud.Location = new System.Drawing.Point(121, 105); this.CH1CodeBaud.Margin = new System.Windows.Forms.Padding(4); this.CH1CodeBaud.Name = "CH1CodeBaud"; this.CH1CodeBaud.Size = new System.Drawing.Size(137, 24); this.CH1CodeBaud.TabIndex = 68; // // CH1CodeIsComm // this.CH1CodeIsComm.AutoSize = true; this.CH1CodeIsComm.Font = new System.Drawing.Font("宋体", 12F); this.CH1CodeIsComm.Location = new System.Drawing.Point(118, 156); this.CH1CodeIsComm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CH1CodeIsComm.Name = "CH1CodeIsComm"; this.CH1CodeIsComm.Size = new System.Drawing.Size(56, 16); this.CH1CodeIsComm.TabIndex = 69; this.CH1CodeIsComm.Text = "label6"; // // CH1CodeCon // this.CH1CodeCon.Location = new System.Drawing.Point(24, 209); this.CH1CodeCon.Margin = new System.Windows.Forms.Padding(4); this.CH1CodeCon.Name = "CH1CodeCon"; this.CH1CodeCon.Size = new System.Drawing.Size(125, 45); this.CH1CodeCon.TabIndex = 62; this.CH1CodeCon.TabStop = false; this.CH1CodeCon.Text = "连接串口"; this.CH1CodeCon.UseVisualStyleBackColor = true; this.CH1CodeCon.Click += new System.EventHandler(this.CH1CodeCon_Click); // // CH1CodeBreak // this.CH1CodeBreak.Location = new System.Drawing.Point(157, 209); this.CH1CodeBreak.Margin = new System.Windows.Forms.Padding(4); this.CH1CodeBreak.Name = "CH1CodeBreak"; this.CH1CodeBreak.Size = new System.Drawing.Size(125, 45); this.CH1CodeBreak.TabIndex = 63; this.CH1CodeBreak.Text = "断开连接"; this.CH1CodeBreak.UseVisualStyleBackColor = true; this.CH1CodeBreak.Click += new System.EventHandler(this.CH1CodeBreak_Click); // // CH1CodeRefresh // this.CH1CodeRefresh.Font = new System.Drawing.Font("宋体", 12F); this.CH1CodeRefresh.Location = new System.Drawing.Point(140, 80); this.CH1CodeRefresh.Margin = new System.Windows.Forms.Padding(5); this.CH1CodeRefresh.Name = "CH1CodeRefresh"; this.CH1CodeRefresh.Size = new System.Drawing.Size(136, 35); this.CH1CodeRefresh.TabIndex = 64; this.CH1CodeRefresh.Text = "刷新串口"; this.CH1CodeRefresh.UseVisualStyleBackColor = true; this.CH1CodeRefresh.Click += new System.EventHandler(this.CH1CodeRefresh_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(61, 30); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 16); this.label4.TabIndex = 74; this.label4.Text = "扫码枪数量:"; // // cmbScanNum // this.cmbScanNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbScanNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbScanNum.FormattingEnabled = true; this.cmbScanNum.Items.AddRange(new object[] { "1个", "2个"}); this.cmbScanNum.Location = new System.Drawing.Point(176, 26); this.cmbScanNum.Margin = new System.Windows.Forms.Padding(5); this.cmbScanNum.Name = "cmbScanNum"; this.cmbScanNum.Size = new System.Drawing.Size(156, 24); this.cmbScanNum.TabIndex = 75; this.cmbScanNum.SelectedIndexChanged += new System.EventHandler(this.cmbScanNum_SelectedIndexChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(411, 32); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(96, 16); this.label5.TabIndex = 76; this.label5.Text = "扫码枪类型:"; // // cmbScanType // this.cmbScanType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbScanType.FormattingEnabled = true; this.cmbScanType.Location = new System.Drawing.Point(523, 25); this.cmbScanType.Name = "cmbScanType"; this.cmbScanType.Size = new System.Drawing.Size(194, 24); this.cmbScanType.TabIndex = 77; this.cmbScanType.SelectedIndexChanged += new System.EventHandler(this.cmbScanType_SelectedIndexChanged); // // uiGroupNetwork1 // this.uiGroupNetwork1.Controls.Add(this.textPort1); this.uiGroupNetwork1.Controls.Add(this.textIP1); this.uiGroupNetwork1.Controls.Add(this.label6); this.uiGroupNetwork1.Controls.Add(this.label8); this.uiGroupNetwork1.Controls.Add(this.label9); this.uiGroupNetwork1.Controls.Add(this.CH1NetworkComm); this.uiGroupNetwork1.Controls.Add(this.buttonConnect1); this.uiGroupNetwork1.Controls.Add(this.buttonDisconnect1); this.uiGroupNetwork1.FillColor = System.Drawing.Color.Transparent; this.uiGroupNetwork1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupNetwork1.Location = new System.Drawing.Point(48, 438); this.uiGroupNetwork1.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7); this.uiGroupNetwork1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupNetwork1.Name = "uiGroupNetwork1"; this.uiGroupNetwork1.Padding = new System.Windows.Forms.Padding(0, 43, 0, 0); this.uiGroupNetwork1.Size = new System.Drawing.Size(320, 274); this.uiGroupNetwork1.Style = Sunny.UI.UIStyle.Custom; this.uiGroupNetwork1.TabIndex = 78; this.uiGroupNetwork1.Text = "条码枪1网络设置"; this.uiGroupNetwork1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiGroupNetwork1.Visible = false; // // textPort1 // this.textPort1.Location = new System.Drawing.Point(121, 92); this.textPort1.Name = "textPort1"; this.textPort1.Size = new System.Drawing.Size(152, 26); this.textPort1.TabIndex = 72; // // textIP1 // this.textIP1.Location = new System.Drawing.Point(121, 50); this.textIP1.Name = "textIP1"; this.textIP1.Size = new System.Drawing.Size(152, 26); this.textIP1.TabIndex = 71; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 12F); this.label6.Location = new System.Drawing.Point(21, 146); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 16); this.label6.TabIndex = 70; this.label6.Text = "状态:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(21, 56); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(64, 16); this.label8.TabIndex = 65; this.label8.Text = "IP地址:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(21, 98); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(64, 16); this.label9.TabIndex = 66; this.label9.Text = "端口号:"; // // CH1NetworkComm // this.CH1NetworkComm.AutoSize = true; this.CH1NetworkComm.Font = new System.Drawing.Font("宋体", 12F); this.CH1NetworkComm.Location = new System.Drawing.Point(118, 146); this.CH1NetworkComm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CH1NetworkComm.Name = "CH1NetworkComm"; this.CH1NetworkComm.Size = new System.Drawing.Size(56, 16); this.CH1NetworkComm.TabIndex = 69; this.CH1NetworkComm.Text = "label6"; // // buttonConnect1 // this.buttonConnect1.Location = new System.Drawing.Point(24, 199); this.buttonConnect1.Margin = new System.Windows.Forms.Padding(4); this.buttonConnect1.Name = "buttonConnect1"; this.buttonConnect1.Size = new System.Drawing.Size(125, 45); this.buttonConnect1.TabIndex = 62; this.buttonConnect1.TabStop = false; this.buttonConnect1.Text = "连接"; this.buttonConnect1.UseVisualStyleBackColor = true; this.buttonConnect1.Click += new System.EventHandler(this.buttonConnect1_Click); // // buttonDisconnect1 // this.buttonDisconnect1.Location = new System.Drawing.Point(157, 199); this.buttonDisconnect1.Margin = new System.Windows.Forms.Padding(4); this.buttonDisconnect1.Name = "buttonDisconnect1"; this.buttonDisconnect1.Size = new System.Drawing.Size(125, 45); this.buttonDisconnect1.TabIndex = 63; this.buttonDisconnect1.Text = "断开连接"; this.buttonDisconnect1.UseVisualStyleBackColor = true; this.buttonDisconnect1.Click += new System.EventHandler(this.buttonDisconnect1_Click); // // uiGroupNetwork2 // this.uiGroupNetwork2.Controls.Add(this.textPort2); this.uiGroupNetwork2.Controls.Add(this.textIP2); this.uiGroupNetwork2.Controls.Add(this.label12); this.uiGroupNetwork2.Controls.Add(this.label13); this.uiGroupNetwork2.Controls.Add(this.label14); this.uiGroupNetwork2.Controls.Add(this.CH2NetworkComm); this.uiGroupNetwork2.Controls.Add(this.buttonConnect2); this.uiGroupNetwork2.Controls.Add(this.buttonDisconnect2); this.uiGroupNetwork2.FillColor = System.Drawing.Color.Transparent; this.uiGroupNetwork2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupNetwork2.Location = new System.Drawing.Point(418, 438); this.uiGroupNetwork2.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7); this.uiGroupNetwork2.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupNetwork2.Name = "uiGroupNetwork2"; this.uiGroupNetwork2.Padding = new System.Windows.Forms.Padding(0, 43, 0, 0); this.uiGroupNetwork2.Size = new System.Drawing.Size(320, 274); this.uiGroupNetwork2.Style = Sunny.UI.UIStyle.Custom; this.uiGroupNetwork2.TabIndex = 79; this.uiGroupNetwork2.Text = "条码枪1网络设置"; this.uiGroupNetwork2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiGroupNetwork2.Visible = false; // // textPort2 // this.textPort2.Location = new System.Drawing.Point(121, 92); this.textPort2.Name = "textPort2"; this.textPort2.Size = new System.Drawing.Size(152, 26); this.textPort2.TabIndex = 72; // // textIP2 // this.textIP2.Location = new System.Drawing.Point(121, 50); this.textIP2.Name = "textIP2"; this.textIP2.Size = new System.Drawing.Size(152, 26); this.textIP2.TabIndex = 71; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("宋体", 12F); this.label12.Location = new System.Drawing.Point(21, 146); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(56, 16); this.label12.TabIndex = 70; this.label12.Text = "状态:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(21, 56); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(64, 16); this.label13.TabIndex = 65; this.label13.Text = "IP地址:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(21, 98); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(64, 16); this.label14.TabIndex = 66; this.label14.Text = "端口号:"; // // CH2NetworkComm // this.CH2NetworkComm.AutoSize = true; this.CH2NetworkComm.Font = new System.Drawing.Font("宋体", 12F); this.CH2NetworkComm.Location = new System.Drawing.Point(118, 146); this.CH2NetworkComm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CH2NetworkComm.Name = "CH2NetworkComm"; this.CH2NetworkComm.Size = new System.Drawing.Size(56, 16); this.CH2NetworkComm.TabIndex = 69; this.CH2NetworkComm.Text = "label6"; // // buttonConnect2 // this.buttonConnect2.Location = new System.Drawing.Point(24, 199); this.buttonConnect2.Margin = new System.Windows.Forms.Padding(4); this.buttonConnect2.Name = "buttonConnect2"; this.buttonConnect2.Size = new System.Drawing.Size(125, 45); this.buttonConnect2.TabIndex = 62; this.buttonConnect2.TabStop = false; this.buttonConnect2.Text = "连接"; this.buttonConnect2.UseVisualStyleBackColor = true; this.buttonConnect2.Click += new System.EventHandler(this.buttonConnect2_Click); // // buttonDisconnect2 // this.buttonDisconnect2.Location = new System.Drawing.Point(157, 199); this.buttonDisconnect2.Margin = new System.Windows.Forms.Padding(4); this.buttonDisconnect2.Name = "buttonDisconnect2"; this.buttonDisconnect2.Size = new System.Drawing.Size(125, 45); this.buttonDisconnect2.TabIndex = 63; this.buttonDisconnect2.Text = "断开连接"; this.buttonDisconnect2.UseVisualStyleBackColor = true; this.buttonDisconnect2.Click += new System.EventHandler(this.buttonDisconnect2_Click); // // ConfigScanner // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightBlue; this.ClientSize = new System.Drawing.Size(770, 583); this.Controls.Add(this.uiGroupNetwork2); this.Controls.Add(this.uiGroupNetwork1); this.Controls.Add(this.cmbScanType); this.Controls.Add(this.label5); this.Controls.Add(this.cmbScanNum); this.Controls.Add(this.label4); this.Controls.Add(this.uiGroupCom2); this.Controls.Add(this.uiGroupCom1); this.Controls.Add(this.CH1CodeRefresh); this.Font = new System.Drawing.Font("宋体", 12F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "ConfigScanner"; this.Text = "扫码枪设置"; this.Load += new System.EventHandler(this.Form_Load); this.uiGroupCom2.ResumeLayout(false); this.uiGroupCom2.PerformLayout(); this.uiGroupCom1.ResumeLayout(false); this.uiGroupCom1.PerformLayout(); this.uiGroupNetwork1.ResumeLayout(false); this.uiGroupNetwork1.PerformLayout(); this.uiGroupNetwork2.ResumeLayout(false); this.uiGroupNetwork2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer ReadStatus; private Sunny.UI.UIGroupBox uiGroupCom2; private System.Windows.Forms.Label label1; public System.Windows.Forms.ComboBox CH2CodePort; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox CH2CodeBaud; public System.Windows.Forms.Label CH2CodeIsComm; private System.Windows.Forms.Button CH2CodeCon; private System.Windows.Forms.Button CH2CodeBreak; private Sunny.UI.UIGroupBox uiGroupCom1; private System.Windows.Forms.Label label7; public System.Windows.Forms.ComboBox CH1CodePort; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label15; private System.Windows.Forms.ComboBox CH1CodeBaud; public System.Windows.Forms.Label CH1CodeIsComm; private System.Windows.Forms.Button CH1CodeCon; private System.Windows.Forms.Button CH1CodeBreak; private System.Windows.Forms.Button CH1CodeRefresh; private System.Windows.Forms.Label label4; public System.Windows.Forms.ComboBox cmbScanNum; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cmbScanType; private Sunny.UI.UIGroupBox uiGroupNetwork1; private System.Windows.Forms.TextBox textPort1; private System.Windows.Forms.TextBox textIP1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; public System.Windows.Forms.Label CH1NetworkComm; private System.Windows.Forms.Button buttonConnect1; private System.Windows.Forms.Button buttonDisconnect1; private Sunny.UI.UIGroupBox uiGroupNetwork2; private System.Windows.Forms.TextBox textPort2; private System.Windows.Forms.TextBox textIP2; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; public System.Windows.Forms.Label CH2NetworkComm; private System.Windows.Forms.Button buttonConnect2; private System.Windows.Forms.Button buttonDisconnect2; } }