FrmIOStatus.Designer.cs 31.8 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 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557
namespace OnlineStore.AutoInOutStore
{
    partial class FrmIOStatus
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnCloseDeviceLed = new System.Windows.Forms.Button();
            this.btnOpenDeviceLed = new System.Windows.Forms.Button();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.btnDisDoorClose = new System.Windows.Forms.Button();
            this.btnDisDoorOpen = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.btnSXil = new System.Windows.Forms.Button();
            this.btnSXi = new System.Windows.Forms.Button();
            this.btnDClose = new System.Windows.Forms.Button();
            this.btnDOpen = new System.Windows.Forms.Button();
            this.btnSuckingDiscDown = new System.Windows.Forms.Button();
            this.btnSuckingDiscUp = new System.Windows.Forms.Button();
            this.btnCloseLed = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.btnOpenLed = new System.Windows.Forms.Button();
            this.txtDOIndex = new System.Windows.Forms.TextBox();
            this.txtDoName = new System.Windows.Forms.TextBox();
            this.btnCloseAxisBreak = new System.Windows.Forms.Button();
            this.label17 = new System.Windows.Forms.Label();
            this.btnOpenAxisBreak = new System.Windows.Forms.Button();
            this.label14 = new System.Windows.Forms.Label();
            this.btnWriteSingleDO = new System.Windows.Forms.Button();
            this.txtWriteTime = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.cmbWriteIO = new System.Windows.Forms.ComboBox();
            this.btnCloseDoor = new System.Windows.Forms.Button();
            this.btnOpenDoor = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox1.Controls.Add(this.btnCloseDeviceLed);
            this.groupBox1.Controls.Add(this.btnOpenDeviceLed);
            this.groupBox1.Controls.Add(this.radioButton2);
            this.groupBox1.Controls.Add(this.radioButton1);
            this.groupBox1.Controls.Add(this.btnDisDoorClose);
            this.groupBox1.Controls.Add(this.btnDisDoorOpen);
            this.groupBox1.Controls.Add(this.button4);
            this.groupBox1.Controls.Add(this.button5);
            this.groupBox1.Controls.Add(this.btnSXil);
            this.groupBox1.Controls.Add(this.btnSXi);
            this.groupBox1.Controls.Add(this.btnDClose);
            this.groupBox1.Controls.Add(this.btnDOpen);
            this.groupBox1.Controls.Add(this.btnSuckingDiscDown);
            this.groupBox1.Controls.Add(this.btnSuckingDiscUp);
            this.groupBox1.Controls.Add(this.btnCloseLed);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.btnOpenLed);
            this.groupBox1.Controls.Add(this.txtDOIndex);
            this.groupBox1.Controls.Add(this.txtDoName);
            this.groupBox1.Controls.Add(this.btnCloseAxisBreak);
            this.groupBox1.Controls.Add(this.label17);
            this.groupBox1.Controls.Add(this.btnOpenAxisBreak);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.btnWriteSingleDO);
            this.groupBox1.Controls.Add(this.txtWriteTime);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.cmbWriteIO);
            this.groupBox1.Controls.Add(this.btnCloseDoor);
            this.groupBox1.Controls.Add(this.btnOpenDoor);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(740, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(456, 608);
            this.groupBox1.TabIndex = 105;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "IO状态修改";
            // 
            // btnCloseDeviceLed
            // 
            this.btnCloseDeviceLed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseDeviceLed.Location = new System.Drawing.Point(307, 377);
            this.btnCloseDeviceLed.Name = "btnCloseDeviceLed";
            this.btnCloseDeviceLed.Size = new System.Drawing.Size(135, 52);
            this.btnCloseDeviceLed.TabIndex = 272;
            this.btnCloseDeviceLed.Text = "关闭设备照明";
            this.btnCloseDeviceLed.UseVisualStyleBackColor = true;
            this.btnCloseDeviceLed.Click += new System.EventHandler(this.btnCloseDeviceLed_Click);
            // 
            // btnOpenDeviceLed
            // 
            this.btnOpenDeviceLed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenDeviceLed.Location = new System.Drawing.Point(307, 322);
            this.btnOpenDeviceLed.Name = "btnOpenDeviceLed";
            this.btnOpenDeviceLed.Size = new System.Drawing.Size(135, 52);
            this.btnOpenDeviceLed.TabIndex = 271;
            this.btnOpenDeviceLed.Text = "打开设备照明";
            this.btnOpenDeviceLed.UseVisualStyleBackColor = true;
            this.btnOpenDeviceLed.Click += new System.EventHandler(this.btnOpenDeviceLed_Click);
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(307, 98);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(50, 21);
            this.radioButton2.TabIndex = 270;
            this.radioButton2.Text = "关闭";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(214, 97);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(50, 21);
            this.radioButton1.TabIndex = 269;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "打开";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // btnDisDoorClose
            // 
            this.btnDisDoorClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDisDoorClose.Location = new System.Drawing.Point(307, 501);
            this.btnDisDoorClose.Name = "btnDisDoorClose";
            this.btnDisDoorClose.Size = new System.Drawing.Size(135, 52);
            this.btnDisDoorClose.TabIndex = 268;
            this.btnDisDoorClose.Text = "激活维护门警报";
            this.btnDisDoorClose.UseVisualStyleBackColor = true;
            this.btnDisDoorClose.Click += new System.EventHandler(this.btnDisDoorClose_Click);
            // 
            // btnDisDoorOpen
            // 
            this.btnDisDoorOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDisDoorOpen.Location = new System.Drawing.Point(307, 446);
            this.btnDisDoorOpen.Name = "btnDisDoorOpen";
            this.btnDisDoorOpen.Size = new System.Drawing.Size(135, 52);
            this.btnDisDoorOpen.TabIndex = 267;
            this.btnDisDoorOpen.Text = "关闭维护门警报";
            this.btnDisDoorOpen.UseVisualStyleBackColor = true;
            this.btnDisDoorOpen.Click += new System.EventHandler(this.btnDisDoorOpen_Click);
            // 
            // button4
            // 
            this.button4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button4.Location = new System.Drawing.Point(307, 253);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(135, 52);
            this.button4.TabIndex = 266;
            this.button4.Text = "关闭进气口";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button5.Location = new System.Drawing.Point(307, 198);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(135, 52);
            this.button5.TabIndex = 265;
            this.button5.Text = "开启进气口";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // btnSXil
            // 
            this.btnSXil.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSXil.Location = new System.Drawing.Point(17, 501);
            this.btnSXil.Name = "btnSXil";
            this.btnSXil.Size = new System.Drawing.Size(135, 52);
            this.btnSXil.TabIndex = 262;
            this.btnSXil.Text = "抓取机构放松";
            this.btnSXil.UseVisualStyleBackColor = true;
            this.btnSXil.Click += new System.EventHandler(this.btnSXil_Click);
            // 
            // btnSXi
            // 
            this.btnSXi.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSXi.Location = new System.Drawing.Point(17, 446);
            this.btnSXi.Name = "btnSXi";
            this.btnSXi.Size = new System.Drawing.Size(135, 52);
            this.btnSXi.TabIndex = 261;
            this.btnSXi.Text = "抓取机构夹紧";
            this.btnSXi.UseVisualStyleBackColor = true;
            this.btnSXi.Click += new System.EventHandler(this.btnSXi_Click);
            // 
            // btnDClose
            // 
            this.btnDClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDClose.Location = new System.Drawing.Point(163, 377);
            this.btnDClose.Name = "btnDClose";
            this.btnDClose.Size = new System.Drawing.Size(135, 52);
            this.btnDClose.TabIndex = 260;
            this.btnDClose.Text = "批量门上锁";
            this.btnDClose.UseVisualStyleBackColor = true;
            this.btnDClose.Click += new System.EventHandler(this.btnDClose_Click);
            // 
            // btnDOpen
            // 
            this.btnDOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDOpen.Location = new System.Drawing.Point(163, 322);
            this.btnDOpen.Name = "btnDOpen";
            this.btnDOpen.Size = new System.Drawing.Size(135, 52);
            this.btnDOpen.TabIndex = 259;
            this.btnDOpen.Text = "批量门解锁";
            this.btnDOpen.UseVisualStyleBackColor = true;
            this.btnDOpen.Click += new System.EventHandler(this.btnDOpen_Click);
            // 
            // btnSuckingDiscDown
            // 
            this.btnSuckingDiscDown.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSuckingDiscDown.Location = new System.Drawing.Point(163, 501);
            this.btnSuckingDiscDown.Name = "btnSuckingDiscDown";
            this.btnSuckingDiscDown.Size = new System.Drawing.Size(135, 52);
            this.btnSuckingDiscDown.TabIndex = 258;
            this.btnSuckingDiscDown.Text = "分料机构下降";
            this.btnSuckingDiscDown.UseVisualStyleBackColor = true;
            this.btnSuckingDiscDown.Click += new System.EventHandler(this.btnSuckingDiscDown_Click);
            // 
            // btnSuckingDiscUp
            // 
            this.btnSuckingDiscUp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSuckingDiscUp.Location = new System.Drawing.Point(163, 446);
            this.btnSuckingDiscUp.Name = "btnSuckingDiscUp";
            this.btnSuckingDiscUp.Size = new System.Drawing.Size(135, 52);
            this.btnSuckingDiscUp.TabIndex = 257;
            this.btnSuckingDiscUp.Text = "分料机构上升";
            this.btnSuckingDiscUp.UseVisualStyleBackColor = true;
            this.btnSuckingDiscUp.Click += new System.EventHandler(this.btnSuckingDiscUp_Click);
            // 
            // btnCloseLed
            // 
            this.btnCloseLed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseLed.Location = new System.Drawing.Point(163, 253);
            this.btnCloseLed.Name = "btnCloseLed";
            this.btnCloseLed.Size = new System.Drawing.Size(135, 52);
            this.btnCloseLed.TabIndex = 256;
            this.btnCloseLed.Text = "关闭相机辅助光源";
            this.btnCloseLed.UseVisualStyleBackColor = true;
            this.btnCloseLed.Click += new System.EventHandler(this.btnCloseLed_Click);
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label3.Location = new System.Drawing.Point(6, 19);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(104, 32);
            this.label3.TabIndex = 247;
            this.label3.Text = "端口:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnOpenLed
            // 
            this.btnOpenLed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenLed.Location = new System.Drawing.Point(163, 198);
            this.btnOpenLed.Name = "btnOpenLed";
            this.btnOpenLed.Size = new System.Drawing.Size(135, 52);
            this.btnOpenLed.TabIndex = 255;
            this.btnOpenLed.Text = "打开相机辅助光源";
            this.btnOpenLed.UseVisualStyleBackColor = true;
            this.btnOpenLed.Click += new System.EventHandler(this.btnOpenLed_Click);
            // 
            // txtDOIndex
            // 
            this.txtDOIndex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDOIndex.Location = new System.Drawing.Point(376, 61);
            this.txtDOIndex.MaxLength = 10;
            this.txtDOIndex.Name = "txtDOIndex";
            this.txtDOIndex.Size = new System.Drawing.Size(74, 23);
            this.txtDOIndex.TabIndex = 242;
            this.txtDOIndex.Text = "0";
            // 
            // txtDoName
            // 
            this.txtDoName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDoName.Location = new System.Drawing.Point(112, 61);
            this.txtDoName.MaxLength = 10;
            this.txtDoName.Name = "txtDoName";
            this.txtDoName.Size = new System.Drawing.Size(129, 23);
            this.txtDoName.TabIndex = 241;
            this.txtDoName.Text = "0";
            // 
            // btnCloseAxisBreak
            // 
            this.btnCloseAxisBreak.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseAxisBreak.Location = new System.Drawing.Point(17, 253);
            this.btnCloseAxisBreak.Name = "btnCloseAxisBreak";
            this.btnCloseAxisBreak.Size = new System.Drawing.Size(135, 52);
            this.btnCloseAxisBreak.TabIndex = 253;
            this.btnCloseAxisBreak.Text = "关闭轴2刹车";
            this.btnCloseAxisBreak.UseVisualStyleBackColor = true;
            this.btnCloseAxisBreak.Click += new System.EventHandler(this.btnCloseAxisBreak_Click);
            // 
            // label17
            // 
            this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label17.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label17.Location = new System.Drawing.Point(7, 58);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(103, 30);
            this.label17.TabIndex = 240;
            this.label17.Text = "设备IP:";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnOpenAxisBreak
            // 
            this.btnOpenAxisBreak.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenAxisBreak.Location = new System.Drawing.Point(17, 198);
            this.btnOpenAxisBreak.Name = "btnOpenAxisBreak";
            this.btnOpenAxisBreak.Size = new System.Drawing.Size(135, 52);
            this.btnOpenAxisBreak.TabIndex = 252;
            this.btnOpenAxisBreak.Text = "开启轴2刹车";
            this.btnOpenAxisBreak.UseVisualStyleBackColor = true;
            this.btnOpenAxisBreak.Click += new System.EventHandler(this.btnOpenAxisBreak_Click);
            // 
            // label14
            // 
            this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label14.Location = new System.Drawing.Point(250, 63);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(121, 19);
            this.label14.TabIndex = 239;
            this.label14.Text = "地址:";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnWriteSingleDO
            // 
            this.btnWriteSingleDO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnWriteSingleDO.Location = new System.Drawing.Point(163, 134);
            this.btnWriteSingleDO.Name = "btnWriteSingleDO";
            this.btnWriteSingleDO.Size = new System.Drawing.Size(135, 34);
            this.btnWriteSingleDO.TabIndex = 232;
            this.btnWriteSingleDO.Text = "写入";
            this.btnWriteSingleDO.UseVisualStyleBackColor = true;
            this.btnWriteSingleDO.Click += new System.EventHandler(this.btnWriteSingleDO_Click);
            // 
            // txtWriteTime
            // 
            this.txtWriteTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtWriteTime.Location = new System.Drawing.Point(112, 96);
            this.txtWriteTime.MaxLength = 10;
            this.txtWriteTime.Name = "txtWriteTime";
            this.txtWriteTime.Size = new System.Drawing.Size(56, 23);
            this.txtWriteTime.TabIndex = 238;
            this.txtWriteTime.Text = "0";
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label5.Location = new System.Drawing.Point(7, 93);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(103, 30);
            this.label5.TabIndex = 237;
            this.label5.Text = "保持时间(ms):";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cmbWriteIO
            // 
            this.cmbWriteIO.DisplayMember = "ProName";
            this.cmbWriteIO.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cmbWriteIO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbWriteIO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbWriteIO.FormattingEnabled = true;
            this.cmbWriteIO.Location = new System.Drawing.Point(112, 23);
            this.cmbWriteIO.Name = "cmbWriteIO";
            this.cmbWriteIO.Size = new System.Drawing.Size(338, 24);
            this.cmbWriteIO.TabIndex = 234;
            this.cmbWriteIO.ValueMember = "ProName";
            this.cmbWriteIO.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cmbWriteIO_DrawItem);
            this.cmbWriteIO.SelectedIndexChanged += new System.EventHandler(this.cmbWriteIO_SelectedIndexChanged);
            // 
            // btnCloseDoor
            // 
            this.btnCloseDoor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseDoor.Location = new System.Drawing.Point(17, 377);
            this.btnCloseDoor.Name = "btnCloseDoor";
            this.btnCloseDoor.Size = new System.Drawing.Size(135, 52);
            this.btnCloseDoor.TabIndex = 249;
            this.btnCloseDoor.Text = "关闭单料门";
            this.btnCloseDoor.UseVisualStyleBackColor = true;
            this.btnCloseDoor.Click += new System.EventHandler(this.btnCloseDoor_Click);
            // 
            // btnOpenDoor
            // 
            this.btnOpenDoor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenDoor.Location = new System.Drawing.Point(17, 322);
            this.btnOpenDoor.Name = "btnOpenDoor";
            this.btnOpenDoor.Size = new System.Drawing.Size(135, 52);
            this.btnOpenDoor.TabIndex = 248;
            this.btnOpenDoor.Text = "打开单料门";
            this.btnOpenDoor.UseVisualStyleBackColor = true;
            this.btnOpenDoor.Click += new System.EventHandler(this.btnOpenDoor_Click);
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Location = new System.Drawing.Point(1047, 628);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(135, 34);
            this.button1.TabIndex = 254;
            this.button1.Text = "关闭";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox4.Controls.Add(this.tableLayoutPanel2);
            this.groupBox4.Location = new System.Drawing.Point(376, 3);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(359, 680);
            this.groupBox4.TabIndex = 104;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "IO列表";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.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.tableLayoutPanel2.AutoScroll = true;
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Location = new System.Drawing.Point(5, 14);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(348, 660);
            this.tableLayoutPanel2.TabIndex = 103;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox3.Controls.Add(this.tableLayoutPanel1);
            this.groupBox3.Location = new System.Drawing.Point(12, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(359, 680);
            this.groupBox3.TabIndex = 103;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "IO列表";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.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.tableLayoutPanel1.AutoScroll = true;
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 14);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 17F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(348, 660);
            this.tableLayoutPanel1.TabIndex = 102;
            // 
            // FrmIOStatus
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1204, 689);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmIOStatus";
            this.Text = "IO查看";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmTest_FormClosing);
            this.Load += new System.EventHandler(this.FrmStoreIOStatus_Load);
            this.Shown += new System.EventHandler(this.FrmIOStatus_Shown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtDOIndex;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.TextBox txtWriteTime;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button btnWriteSingleDO;
        private System.Windows.Forms.ComboBox cmbWriteIO;
        private System.Windows.Forms.TextBox txtDoName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnCloseDoor;
        private System.Windows.Forms.Button btnOpenDoor;
        private System.Windows.Forms.Button btnCloseAxisBreak;
        private System.Windows.Forms.Button btnOpenAxisBreak;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button btnCloseLed;
        private System.Windows.Forms.Button btnOpenLed;
        private System.Windows.Forms.Button btnSXil;
        private System.Windows.Forms.Button btnSXi;
        private System.Windows.Forms.Button btnDClose;
        private System.Windows.Forms.Button btnDOpen;
        private System.Windows.Forms.Button btnSuckingDiscDown;
        private System.Windows.Forms.Button btnSuckingDiscUp;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button btnDisDoorClose;
        private System.Windows.Forms.Button btnDisDoorOpen;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.Button btnCloseDeviceLed;
        private System.Windows.Forms.Button btnOpenDeviceLed;
    }
}