namespace SunVoteARSPPT { partial class FrmDeviceSet { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.tabDeviceSet = new System.Windows.Forms.TabControl(); this.tpgBaseInfo = new System.Windows.Forms.TabPage(); this.cboKeyNoMode = new System.Windows.Forms.ComboBox(); this.labKeyNoMode = new System.Windows.Forms.Label(); this.dgvBaseList = new System.Windows.Forms.DataGridView(); this.colEnabled = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colBaseID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colBaseChannel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colBaseIPAddress = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colBaseHardwareType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colBaseSN = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colMatchMode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colconnectStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colBaseKeypadOnline = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chkMultiBase = new System.Windows.Forms.CheckBox(); this.rbxBaseConnectTCP = new System.Windows.Forms.RadioButton(); this.rbxBaseConnectUSB = new System.Windows.Forms.RadioButton(); this.btnBaseDisconnect = new System.Windows.Forms.Button(); this.btnBaseConnect = new System.Windows.Forms.Button(); this.lblBaseConnectType = new System.Windows.Forms.Label(); this.tpgKeypadInfo = new System.Windows.Forms.TabPage(); this.gbxKeypadInfo = new System.Windows.Forms.GroupBox(); this.gbxHelpKeypadInfoRead = new System.Windows.Forms.GroupBox(); this.lblHelpKeypadInfoRead3 = new System.Windows.Forms.Label(); this.lblHelpKeypadInfoRead2 = new System.Windows.Forms.Label(); this.lblHelpKeypadInfoRead1 = new System.Windows.Forms.Label(); this.gbxKeypadSN = new System.Windows.Forms.GroupBox(); this.lblKeypadSN = new System.Windows.Forms.Label(); this.gbxKeypadID = new System.Windows.Forms.GroupBox(); this.lblKeypadID = new System.Windows.Forms.Label(); this.btnKeypadInfoRead = new System.Windows.Forms.Button(); this.tmrReadKeyInfo = new System.Windows.Forms.Timer(this.components); this.btnClose = new System.Windows.Forms.Button(); this.tabDeviceSet.SuspendLayout(); this.tpgBaseInfo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBaseList)).BeginInit(); this.tpgKeypadInfo.SuspendLayout(); this.gbxKeypadInfo.SuspendLayout(); this.gbxHelpKeypadInfoRead.SuspendLayout(); this.gbxKeypadSN.SuspendLayout(); this.gbxKeypadID.SuspendLayout(); this.SuspendLayout(); // // tabDeviceSet // this.tabDeviceSet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabDeviceSet.Controls.Add(this.tpgBaseInfo); this.tabDeviceSet.Controls.Add(this.tpgKeypadInfo); this.tabDeviceSet.Location = new System.Drawing.Point(12, 12); this.tabDeviceSet.Name = "tabDeviceSet"; this.tabDeviceSet.SelectedIndex = 0; this.tabDeviceSet.Size = new System.Drawing.Size(658, 398); this.tabDeviceSet.TabIndex = 19; this.tabDeviceSet.SelectedIndexChanged += new System.EventHandler(this.tabDeviceSet_SelectedIndexChanged); // // tpgBaseInfo // this.tpgBaseInfo.Controls.Add(this.cboKeyNoMode); this.tpgBaseInfo.Controls.Add(this.dgvBaseList); this.tpgBaseInfo.Controls.Add(this.chkMultiBase); this.tpgBaseInfo.Controls.Add(this.rbxBaseConnectTCP); this.tpgBaseInfo.Controls.Add(this.rbxBaseConnectUSB); this.tpgBaseInfo.Controls.Add(this.btnBaseDisconnect); this.tpgBaseInfo.Controls.Add(this.btnBaseConnect); this.tpgBaseInfo.Controls.Add(this.labKeyNoMode); this.tpgBaseInfo.Controls.Add(this.lblBaseConnectType); this.tpgBaseInfo.Location = new System.Drawing.Point(4, 22); this.tpgBaseInfo.Name = "tpgBaseInfo"; this.tpgBaseInfo.Padding = new System.Windows.Forms.Padding(3); this.tpgBaseInfo.Size = new System.Drawing.Size(650, 372); this.tpgBaseInfo.TabIndex = 0; this.tpgBaseInfo.Text = "基站设置"; this.tpgBaseInfo.UseVisualStyleBackColor = true; // // cboKeyNoMode // this.cboKeyNoMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cboKeyNoMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboKeyNoMode.FormattingEnabled = true; this.cboKeyNoMode.Items.AddRange(new object[] { "键盘ID", "键盘SN"}); this.cboKeyNoMode.Location = new System.Drawing.Point(328, 343); this.cboKeyNoMode.Name = "cboKeyNoMode"; this.cboKeyNoMode.Size = new System.Drawing.Size(112, 20); this.cboKeyNoMode.TabIndex = 7; this.cboKeyNoMode.SelectedIndexChanged += new System.EventHandler(this.cboKeyNoMode_SelectedIndexChanged); // // labKeyNoMode // this.labKeyNoMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labKeyNoMode.AutoSize = true; this.labKeyNoMode.Location = new System.Drawing.Point(326, 326); this.labKeyNoMode.Name = "labKeyNoMode"; this.labKeyNoMode.Size = new System.Drawing.Size(77, 12); this.labKeyNoMode.TabIndex = 6; this.labKeyNoMode.Text = "硬件识别方式"; // // dgvBaseList // this.dgvBaseList.AllowUserToAddRows = false; this.dgvBaseList.AllowUserToDeleteRows = false; this.dgvBaseList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvBaseList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvBaseList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvBaseList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colEnabled, this.colBaseID, this.colBaseChannel, this.colBaseIPAddress, this.colBaseHardwareType, this.colBaseSN, this.colMatchMode, this.colconnectStatus, this.colBaseKeypadOnline}); this.dgvBaseList.Location = new System.Drawing.Point(6, 10); this.dgvBaseList.Name = "dgvBaseList"; this.dgvBaseList.RowHeadersVisible = false; this.dgvBaseList.RowTemplate.Height = 23; this.dgvBaseList.Size = new System.Drawing.Size(638, 308); this.dgvBaseList.TabIndex = 0; this.dgvBaseList.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvBaseList_CellBeginEdit); this.dgvBaseList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBaseList_CellClick); this.dgvBaseList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBaseList_CellContentClick); this.dgvBaseList.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBaseList_CellEndEdit); this.dgvBaseList.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvBaseList_CellMouseDown); this.dgvBaseList.Click += new System.EventHandler(this.dgvBaseList_Click); this.dgvBaseList.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgvBaseList_KeyPress); // // colEnabled // this.colEnabled.HeaderText = "启用状态"; this.colEnabled.Name = "colEnabled"; this.colEnabled.ReadOnly = true; this.colEnabled.Width = 60; // // colBaseID // dataGridViewCellStyle2.Format = "N0"; dataGridViewCellStyle2.NullValue = null; this.colBaseID.DefaultCellStyle = dataGridViewCellStyle2; this.colBaseID.HeaderText = "ID"; this.colBaseID.Name = "colBaseID"; this.colBaseID.ReadOnly = true; this.colBaseID.Width = 50; // // colBaseChannel // dataGridViewCellStyle3.Format = "N0"; this.colBaseChannel.DefaultCellStyle = dataGridViewCellStyle3; this.colBaseChannel.HeaderText = "频点"; this.colBaseChannel.Name = "colBaseChannel"; this.colBaseChannel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.colBaseChannel.Width = 50; // // colBaseIPAddress // this.colBaseIPAddress.HeaderText = "IP地址"; this.colBaseIPAddress.Name = "colBaseIPAddress"; // // colBaseHardwareType // this.colBaseHardwareType.HeaderText = "基站型号"; this.colBaseHardwareType.Name = "colBaseHardwareType"; this.colBaseHardwareType.ReadOnly = true; this.colBaseHardwareType.Width = 80; // // colBaseSN // this.colBaseSN.HeaderText = "基站序列号"; this.colBaseSN.Name = "colBaseSN"; this.colBaseSN.ReadOnly = true; // // colMatchMode // this.colMatchMode.HeaderText = "配对模式"; this.colMatchMode.Name = "colMatchMode"; this.colMatchMode.ReadOnly = true; // // colconnectStatus // this.colconnectStatus.HeaderText = "连接状态"; this.colconnectStatus.Name = "colconnectStatus"; this.colconnectStatus.ReadOnly = true; this.colconnectStatus.Width = 80; // // colBaseKeypadOnline // this.colBaseKeypadOnline.HeaderText = "在线键盘"; this.colBaseKeypadOnline.Name = "colBaseKeypadOnline"; this.colBaseKeypadOnline.ReadOnly = true; this.colBaseKeypadOnline.Visible = false; this.colBaseKeypadOnline.Width = 60; // // chkMultiBase // this.chkMultiBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkMultiBase.AutoSize = true; this.chkMultiBase.Location = new System.Drawing.Point(149, 345); this.chkMultiBase.Name = "chkMultiBase"; this.chkMultiBase.Size = new System.Drawing.Size(84, 16); this.chkMultiBase.TabIndex = 5; this.chkMultiBase.Text = "启用多基站"; this.chkMultiBase.UseVisualStyleBackColor = true; this.chkMultiBase.CheckedChanged += new System.EventHandler(this.chkMultiBase_CheckedChanged); this.chkMultiBase.Click += new System.EventHandler(this.chkMultiBase_Click); // // rbxBaseConnectTCP // this.rbxBaseConnectTCP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.rbxBaseConnectTCP.AutoSize = true; this.rbxBaseConnectTCP.Location = new System.Drawing.Point(69, 344); this.rbxBaseConnectTCP.Name = "rbxBaseConnectTCP"; this.rbxBaseConnectTCP.Size = new System.Drawing.Size(59, 16); this.rbxBaseConnectTCP.TabIndex = 4; this.rbxBaseConnectTCP.Text = "TCP/IP"; this.rbxBaseConnectTCP.UseVisualStyleBackColor = true; this.rbxBaseConnectTCP.CheckedChanged += new System.EventHandler(this.rbxBaseConnectTCP_CheckedChanged); this.rbxBaseConnectTCP.Click += new System.EventHandler(this.rbxBaseConnectTCP_Click); // // rbxBaseConnectUSB // this.rbxBaseConnectUSB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.rbxBaseConnectUSB.AutoSize = true; this.rbxBaseConnectUSB.Checked = true; this.rbxBaseConnectUSB.Location = new System.Drawing.Point(8, 344); this.rbxBaseConnectUSB.Name = "rbxBaseConnectUSB"; this.rbxBaseConnectUSB.Size = new System.Drawing.Size(41, 16); this.rbxBaseConnectUSB.TabIndex = 4; this.rbxBaseConnectUSB.TabStop = true; this.rbxBaseConnectUSB.Text = "USB"; this.rbxBaseConnectUSB.UseVisualStyleBackColor = true; this.rbxBaseConnectUSB.Click += new System.EventHandler(this.rbxBaseConnectUSB_Click); // // btnBaseDisconnect // this.btnBaseDisconnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnBaseDisconnect.AutoSize = true; this.btnBaseDisconnect.Location = new System.Drawing.Point(549, 341); this.btnBaseDisconnect.Name = "btnBaseDisconnect"; this.btnBaseDisconnect.Size = new System.Drawing.Size(95, 23); this.btnBaseDisconnect.TabIndex = 3; this.btnBaseDisconnect.Text = "断开连接"; this.btnBaseDisconnect.UseVisualStyleBackColor = true; this.btnBaseDisconnect.Click += new System.EventHandler(this.btnBaseDisconnect_Click); // // btnBaseConnect // this.btnBaseConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnBaseConnect.AutoSize = true; this.btnBaseConnect.Location = new System.Drawing.Point(448, 341); this.btnBaseConnect.Name = "btnBaseConnect"; this.btnBaseConnect.Size = new System.Drawing.Size(95, 23); this.btnBaseConnect.TabIndex = 3; this.btnBaseConnect.Text = "刷新连接"; this.btnBaseConnect.UseVisualStyleBackColor = true; this.btnBaseConnect.Click += new System.EventHandler(this.btnBaseConnect_Click); // // lblBaseConnectType // this.lblBaseConnectType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblBaseConnectType.AutoSize = true; this.lblBaseConnectType.Location = new System.Drawing.Point(6, 326); this.lblBaseConnectType.Name = "lblBaseConnectType"; this.lblBaseConnectType.Size = new System.Drawing.Size(53, 12); this.lblBaseConnectType.TabIndex = 1; this.lblBaseConnectType.Text = "连接类型"; // // tpgKeypadInfo // this.tpgKeypadInfo.Controls.Add(this.gbxKeypadInfo); this.tpgKeypadInfo.Location = new System.Drawing.Point(4, 22); this.tpgKeypadInfo.Name = "tpgKeypadInfo"; this.tpgKeypadInfo.Padding = new System.Windows.Forms.Padding(3); this.tpgKeypadInfo.Size = new System.Drawing.Size(650, 372); this.tpgKeypadInfo.TabIndex = 1; this.tpgKeypadInfo.Text = "键盘信息"; this.tpgKeypadInfo.UseVisualStyleBackColor = true; // // gbxKeypadInfo // this.gbxKeypadInfo.Controls.Add(this.gbxHelpKeypadInfoRead); this.gbxKeypadInfo.Controls.Add(this.gbxKeypadSN); this.gbxKeypadInfo.Controls.Add(this.gbxKeypadID); this.gbxKeypadInfo.Controls.Add(this.btnKeypadInfoRead); this.gbxKeypadInfo.Location = new System.Drawing.Point(28, 21); this.gbxKeypadInfo.Name = "gbxKeypadInfo"; this.gbxKeypadInfo.Size = new System.Drawing.Size(597, 281); this.gbxKeypadInfo.TabIndex = 0; this.gbxKeypadInfo.TabStop = false; this.gbxKeypadInfo.Text = "查看键盘硬件信息"; this.gbxKeypadInfo.Enter += new System.EventHandler(this.gbxKeypadInfo_Enter); // // gbxHelpKeypadInfoRead // this.gbxHelpKeypadInfoRead.Controls.Add(this.lblHelpKeypadInfoRead3); this.gbxHelpKeypadInfoRead.Controls.Add(this.lblHelpKeypadInfoRead2); this.gbxHelpKeypadInfoRead.Controls.Add(this.lblHelpKeypadInfoRead1); this.gbxHelpKeypadInfoRead.ForeColor = System.Drawing.Color.Blue; this.gbxHelpKeypadInfoRead.Location = new System.Drawing.Point(22, 116); this.gbxHelpKeypadInfoRead.Name = "gbxHelpKeypadInfoRead"; this.gbxHelpKeypadInfoRead.Size = new System.Drawing.Size(545, 122); this.gbxHelpKeypadInfoRead.TabIndex = 5; this.gbxHelpKeypadInfoRead.TabStop = false; this.gbxHelpKeypadInfoRead.Text = "帮助"; // // lblHelpKeypadInfoRead3 // this.lblHelpKeypadInfoRead3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblHelpKeypadInfoRead3.ForeColor = System.Drawing.Color.Blue; this.lblHelpKeypadInfoRead3.Location = new System.Drawing.Point(11, 77); this.lblHelpKeypadInfoRead3.Name = "lblHelpKeypadInfoRead3"; this.lblHelpKeypadInfoRead3.Size = new System.Drawing.Size(521, 24); this.lblHelpKeypadInfoRead3.TabIndex = 2; this.lblHelpKeypadInfoRead3.Text = "第二步:"; this.lblHelpKeypadInfoRead3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblHelpKeypadInfoRead2 // this.lblHelpKeypadInfoRead2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblHelpKeypadInfoRead2.ForeColor = System.Drawing.Color.Blue; this.lblHelpKeypadInfoRead2.Location = new System.Drawing.Point(11, 47); this.lblHelpKeypadInfoRead2.Name = "lblHelpKeypadInfoRead2"; this.lblHelpKeypadInfoRead2.Size = new System.Drawing.Size(521, 24); this.lblHelpKeypadInfoRead2.TabIndex = 1; this.lblHelpKeypadInfoRead2.Text = "第一步:"; this.lblHelpKeypadInfoRead2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblHelpKeypadInfoRead1 // this.lblHelpKeypadInfoRead1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblHelpKeypadInfoRead1.ForeColor = System.Drawing.Color.Blue; this.lblHelpKeypadInfoRead1.Location = new System.Drawing.Point(11, 17); this.lblHelpKeypadInfoRead1.Name = "lblHelpKeypadInfoRead1"; this.lblHelpKeypadInfoRead1.Size = new System.Drawing.Size(521, 24); this.lblHelpKeypadInfoRead1.TabIndex = 0; this.lblHelpKeypadInfoRead1.Text = "功能:"; this.lblHelpKeypadInfoRead1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gbxKeypadSN // this.gbxKeypadSN.Controls.Add(this.lblKeypadSN); this.gbxKeypadSN.ForeColor = System.Drawing.Color.Blue; this.gbxKeypadSN.Location = new System.Drawing.Point(209, 26); this.gbxKeypadSN.Name = "gbxKeypadSN"; this.gbxKeypadSN.Size = new System.Drawing.Size(358, 84); this.gbxKeypadSN.TabIndex = 4; this.gbxKeypadSN.TabStop = false; this.gbxKeypadSN.Text = "键盘序列号"; // // lblKeypadSN // this.lblKeypadSN.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblKeypadSN.Font = new System.Drawing.Font("黑体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblKeypadSN.ForeColor = System.Drawing.Color.Blue; this.lblKeypadSN.Location = new System.Drawing.Point(13, 17); this.lblKeypadSN.Name = "lblKeypadSN"; this.lblKeypadSN.Size = new System.Drawing.Size(332, 57); this.lblKeypadSN.TabIndex = 0; this.lblKeypadSN.Text = "05110900FFFF"; this.lblKeypadSN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // gbxKeypadID // this.gbxKeypadID.Controls.Add(this.lblKeypadID); this.gbxKeypadID.ForeColor = System.Drawing.Color.Blue; this.gbxKeypadID.Location = new System.Drawing.Point(22, 26); this.gbxKeypadID.Name = "gbxKeypadID"; this.gbxKeypadID.Size = new System.Drawing.Size(181, 84); this.gbxKeypadID.TabIndex = 3; this.gbxKeypadID.TabStop = false; this.gbxKeypadID.Text = "键盘编号"; // // lblKeypadID // this.lblKeypadID.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblKeypadID.Font = new System.Drawing.Font("黑体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblKeypadID.ForeColor = System.Drawing.Color.Red; this.lblKeypadID.Location = new System.Drawing.Point(13, 17); this.lblKeypadID.Name = "lblKeypadID"; this.lblKeypadID.Size = new System.Drawing.Size(155, 57); this.lblKeypadID.TabIndex = 0; this.lblKeypadID.Text = "1"; this.lblKeypadID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnKeypadInfoRead // this.btnKeypadInfoRead.AutoSize = true; this.btnKeypadInfoRead.Location = new System.Drawing.Point(22, 244); this.btnKeypadInfoRead.Name = "btnKeypadInfoRead"; this.btnKeypadInfoRead.Size = new System.Drawing.Size(181, 23); this.btnKeypadInfoRead.TabIndex = 2; this.btnKeypadInfoRead.Tag = "0"; this.btnKeypadInfoRead.Text = "开始读键盘信息"; this.btnKeypadInfoRead.UseVisualStyleBackColor = true; this.btnKeypadInfoRead.Click += new System.EventHandler(this.btnKeyapdInfoRead_Click); // // tmrReadKeyInfo // this.tmrReadKeyInfo.Interval = 1000; this.tmrReadKeyInfo.Tick += new System.EventHandler(this.tmrReadKeyInfo_Tick); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.AutoSize = true; this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(595, 418); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 3; this.btnClose.Text = "退出"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // FrmDeviceSet // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(682, 453); this.Controls.Add(this.tabDeviceSet); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmDeviceSet"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "硬件设置"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmDeviceSet_FormClosed); this.Load += new System.EventHandler(this.FrmDeviceSet_Load); this.tabDeviceSet.ResumeLayout(false); this.tpgBaseInfo.ResumeLayout(false); this.tpgBaseInfo.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBaseList)).EndInit(); this.tpgKeypadInfo.ResumeLayout(false); this.gbxKeypadInfo.ResumeLayout(false); this.gbxKeypadInfo.PerformLayout(); this.gbxHelpKeypadInfoRead.ResumeLayout(false); this.gbxKeypadSN.ResumeLayout(false); this.gbxKeypadID.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabDeviceSet; private System.Windows.Forms.TabPage tpgBaseInfo; private System.Windows.Forms.TabPage tpgKeypadInfo; private System.Windows.Forms.DataGridView dgvBaseList; private System.Windows.Forms.Label lblBaseConnectType; private System.Windows.Forms.Button btnBaseDisconnect; private System.Windows.Forms.Button btnBaseConnect; private System.Windows.Forms.GroupBox gbxKeypadInfo; private System.Windows.Forms.Timer tmrReadKeyInfo; private System.Windows.Forms.Button btnKeypadInfoRead; private System.Windows.Forms.RadioButton rbxBaseConnectTCP; private System.Windows.Forms.RadioButton rbxBaseConnectUSB; private System.Windows.Forms.GroupBox gbxKeypadID; private System.Windows.Forms.Label lblKeypadID; private System.Windows.Forms.GroupBox gbxHelpKeypadInfoRead; private System.Windows.Forms.Label lblHelpKeypadInfoRead1; private System.Windows.Forms.GroupBox gbxKeypadSN; private System.Windows.Forms.Label lblKeypadSN; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.CheckBox chkMultiBase; private System.Windows.Forms.Label lblHelpKeypadInfoRead3; private System.Windows.Forms.Label lblHelpKeypadInfoRead2; private System.Windows.Forms.DataGridViewTextBoxColumn colEnabled; private System.Windows.Forms.DataGridViewTextBoxColumn colBaseID; private System.Windows.Forms.DataGridViewTextBoxColumn colBaseChannel; private System.Windows.Forms.DataGridViewTextBoxColumn colBaseIPAddress; private System.Windows.Forms.DataGridViewTextBoxColumn colBaseHardwareType; private System.Windows.Forms.DataGridViewTextBoxColumn colBaseSN; private System.Windows.Forms.DataGridViewTextBoxColumn colMatchMode; private System.Windows.Forms.DataGridViewTextBoxColumn colconnectStatus; private System.Windows.Forms.DataGridViewTextBoxColumn colBaseKeypadOnline; private System.Windows.Forms.ComboBox cboKeyNoMode; private System.Windows.Forms.Label labKeyNoMode; } }