FrmDeviceSet.Designer.cs 30.3 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536
namespace SunVoteARSPPT
{
    partial class FrmDeviceSet
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        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;
    }
}