FrmHYEquip.Designer.cs 55.6 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 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982
namespace OnlineStore.XLRStore
{
    partial class FrmHYEquip
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #region Windows 窗体设计器生成的代码
         
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHYEquip));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnCloseAll = new System.Windows.Forms.Button();
            this.txtDOIndex = new System.Windows.Forms.TextBox();
            this.txtDoName = new System.Windows.Forms.TextBox();
            this.lblAddr = new System.Windows.Forms.Label();
            this.btnOpenDo = new System.Windows.Forms.Button();
            this.btnWriteSingleDO = new System.Windows.Forms.Button();
            this.txtWriteTime = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtSlaveId = new System.Windows.Forms.TextBox();
            this.cmbWriteIO = new System.Windows.Forms.ComboBox();
            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.groupDo = new System.Windows.Forms.GroupBox();
            this.HY_MoveCylinder_Give = new System.Windows.Forms.Button();
            this.HY_LocationCylinder_Down = new System.Windows.Forms.Button();
            this.HY_TopCylinder_Down = new System.Windows.Forms.Button();
            this.HY_MoveCylinder_Take = new System.Windows.Forms.Button();
            this.HY_FrontStopDown = new System.Windows.Forms.Button();
            this.HY_LocationCylinder_Up = new System.Windows.Forms.Button();
            this.HY_StopDown = new System.Windows.Forms.Button();
            this.HY_LineRun = new System.Windows.Forms.Button();
            this.HY_TopCylinder_Up = new System.Windows.Forms.Button();
            this.HY_LineBackRun = new System.Windows.Forms.Button();
            this.lblThisSta = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.lblHyInfo = new System.Windows.Forms.Label();
            this.lblMoveInfo = new System.Windows.Forms.Label();
            this.lblTrayNum = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.groupDetial = new System.Windows.Forms.GroupBox();
            this.btnDSave = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.txtDP2 = new System.Windows.Forms.TextBox();
            this.listDetitalP2 = new System.Windows.Forms.ListBox();
            this.cmbDHeight = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cmbDSize = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lblP3List = new System.Windows.Forms.Label();
            this.lblP2List = new System.Windows.Forms.Label();
            this.btnP3 = new System.Windows.Forms.Button();
            this.txtP3 = new System.Windows.Forms.TextBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.txtP1 = new System.Windows.Forms.TextBox();
            this.btnMoveToP1 = new System.Windows.Forms.Button();
            this.cmbSizeList = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.btnP2 = new System.Windows.Forms.Button();
            this.txtP2 = new System.Windows.Forms.TextBox();
            this.axisMoveControl1 = new OnlineStore.XLRStore.AxisMoveControl();
            this.panBase.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupDo.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupDetial.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panBase
            // 
            this.panBase.Size = new System.Drawing.Size(996, 50);
            // 
            // btnExit
            // 
            this.btnExit.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // lblName
            // 
            this.lblName.Text = "线体横移";
            // 
            // chbDebug
            // 
            this.chbDebug.Location = new System.Drawing.Point(353, 12);
            this.chbDebug.CheckedChanged += new System.EventHandler(this.chbDebug_CheckedChanged);
            this.chbDebug.Click += new System.EventHandler(this.chbDebug_CheckedChanged);
            // 
            // lblStoreStatus
            // 
            this.lblStoreStatus.Location = new System.Drawing.Point(531, 14);
            // 
            // btnOutStore
            // 
            this.btnOutStore.Text = "料盘移栽测试";
            this.btnOutStore.Click += new System.EventHandler(this.btnOutStore_Click);
            // 
            // btnStart
            // 
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // btnInStore
            // 
            this.btnInStore.Location = new System.Drawing.Point(348, 24);
            this.btnInStore.Visible = false;
            // 
            // btnStop
            // 
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // chbMoveStop
            // 
            this.chbMoveStop.Location = new System.Drawing.Point(442, 12);
            this.chbMoveStop.CheckedChanged += new System.EventHandler(this.chbMoveStop_CheckedChanged);
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnCloseAll);
            this.groupBox1.Controls.Add(this.txtDOIndex);
            this.groupBox1.Controls.Add(this.txtDoName);
            this.groupBox1.Controls.Add(this.lblAddr);
            this.groupBox1.Controls.Add(this.btnOpenDo);
            this.groupBox1.Controls.Add(this.btnWriteSingleDO);
            this.groupBox1.Controls.Add(this.txtWriteTime);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtSlaveId);
            this.groupBox1.Controls.Add(this.cmbWriteIO);
            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(497, 435);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(481, 119);
            this.groupBox1.TabIndex = 105;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "DO写入";
            // 
            // btnCloseAll
            // 
            this.btnCloseAll.BackColor = System.Drawing.Color.White;
            this.btnCloseAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseAll.Location = new System.Drawing.Point(279, 68);
            this.btnCloseAll.Name = "btnCloseAll";
            this.btnCloseAll.Size = new System.Drawing.Size(114, 34);
            this.btnCloseAll.TabIndex = 259;
            this.btnCloseAll.Text = "关闭所有DO";
            this.btnCloseAll.UseVisualStyleBackColor = false;
            this.btnCloseAll.Click += new System.EventHandler(this.btnCloseAll_Click);
            // 
            // txtDOIndex
            // 
            this.txtDOIndex.Enabled = false;
            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(60, 59);
            this.txtDOIndex.MaxLength = 10;
            this.txtDOIndex.Name = "txtDOIndex";
            this.txtDOIndex.Size = new System.Drawing.Size(38, 23);
            this.txtDOIndex.TabIndex = 284;
            this.txtDOIndex.Text = "0";
            this.txtDOIndex.Visible = false;
            // 
            // txtDoName
            // 
            this.txtDoName.Enabled = false;
            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(21, 59);
            this.txtDoName.MaxLength = 10;
            this.txtDoName.Name = "txtDoName";
            this.txtDoName.Size = new System.Drawing.Size(38, 23);
            this.txtDoName.TabIndex = 283;
            this.txtDoName.Text = "0";
            this.txtDoName.Visible = false;
            // 
            // lblAddr
            // 
            this.lblAddr.AutoSize = true;
            this.lblAddr.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAddr.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblAddr.Location = new System.Drawing.Point(243, 32);
            this.lblAddr.Name = "lblAddr";
            this.lblAddr.Size = new System.Drawing.Size(35, 17);
            this.lblAddr.TabIndex = 282;
            this.lblAddr.Text = "设备:";
            this.lblAddr.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnOpenDo
            // 
            this.btnOpenDo.BackColor = System.Drawing.Color.White;
            this.btnOpenDo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOpenDo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenDo.Location = new System.Drawing.Point(37, 68);
            this.btnOpenDo.Name = "btnOpenDo";
            this.btnOpenDo.Size = new System.Drawing.Size(114, 34);
            this.btnOpenDo.TabIndex = 280;
            this.btnOpenDo.Text = "打开";
            this.btnOpenDo.UseVisualStyleBackColor = false;
            this.btnOpenDo.Click += new System.EventHandler(this.btnOpenDo_Click);
            // 
            // btnWriteSingleDO
            // 
            this.btnWriteSingleDO.BackColor = System.Drawing.Color.White;
            this.btnWriteSingleDO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            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(158, 68);
            this.btnWriteSingleDO.Name = "btnWriteSingleDO";
            this.btnWriteSingleDO.Size = new System.Drawing.Size(114, 34);
            this.btnWriteSingleDO.TabIndex = 277;
            this.btnWriteSingleDO.Text = "关闭";
            this.btnWriteSingleDO.UseVisualStyleBackColor = false;
            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(361, 29);
            this.txtWriteTime.MaxLength = 10;
            this.txtWriteTime.Name = "txtWriteTime";
            this.txtWriteTime.Size = new System.Drawing.Size(66, 23);
            this.txtWriteTime.TabIndex = 279;
            this.txtWriteTime.Text = "0";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            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(296, 32);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(60, 17);
            this.label5.TabIndex = 278;
            this.label5.Text = "定时(ms):";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtSlaveId
            // 
            this.txtSlaveId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtSlaveId.Location = new System.Drawing.Point(355, 68);
            this.txtSlaveId.MaxLength = 10;
            this.txtSlaveId.Name = "txtSlaveId";
            this.txtSlaveId.Size = new System.Drawing.Size(12, 23);
            this.txtSlaveId.TabIndex = 255;
            this.txtSlaveId.Text = "0";
            this.txtSlaveId.Visible = false;
            // 
            // 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.ItemHeight = 22;
            this.cmbWriteIO.Location = new System.Drawing.Point(13, 26);
            this.cmbWriteIO.Name = "cmbWriteIO";
            this.cmbWriteIO.Size = new System.Drawing.Size(224, 28);
            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);
            // 
            // 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(251, 224);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(240, 389);
            this.groupBox4.TabIndex = 104;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "DO列表";
            // 
            // 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(229, 369);
            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(6, 224);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(240, 389);
            this.groupBox3.TabIndex = 103;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "DI列表";
            // 
            // 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(229, 369);
            this.tableLayoutPanel1.TabIndex = 102;
            // 
            // groupDo
            // 
            this.groupDo.Controls.Add(this.HY_MoveCylinder_Give);
            this.groupDo.Controls.Add(this.HY_LocationCylinder_Down);
            this.groupDo.Controls.Add(this.HY_TopCylinder_Down);
            this.groupDo.Controls.Add(this.HY_MoveCylinder_Take);
            this.groupDo.Controls.Add(this.HY_FrontStopDown);
            this.groupDo.Controls.Add(this.HY_LocationCylinder_Up);
            this.groupDo.Controls.Add(this.HY_StopDown);
            this.groupDo.Controls.Add(this.HY_LineRun);
            this.groupDo.Controls.Add(this.HY_TopCylinder_Up);
            this.groupDo.Controls.Add(this.HY_LineBackRun);
            this.groupDo.Location = new System.Drawing.Point(497, 224);
            this.groupDo.Name = "groupDo";
            this.groupDo.Size = new System.Drawing.Size(481, 205);
            this.groupDo.TabIndex = 255;
            this.groupDo.TabStop = false;
            this.groupDo.Text = "IO操作测试";
            // 
            // HY_MoveCylinder_Give
            // 
            this.HY_MoveCylinder_Give.BackColor = System.Drawing.Color.White;
            this.HY_MoveCylinder_Give.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_MoveCylinder_Give.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_MoveCylinder_Give.Location = new System.Drawing.Point(328, 63);
            this.HY_MoveCylinder_Give.Name = "HY_MoveCylinder_Give";
            this.HY_MoveCylinder_Give.Size = new System.Drawing.Size(140, 34);
            this.HY_MoveCylinder_Give.TabIndex = 268;
            this.HY_MoveCylinder_Give.Text = "接驳台放料";
            this.HY_MoveCylinder_Give.UseVisualStyleBackColor = false;
            this.HY_MoveCylinder_Give.Click += new System.EventHandler(this.HY_MoveCylinder_Give_Click);
            // 
            // HY_LocationCylinder_Down
            // 
            this.HY_LocationCylinder_Down.BackColor = System.Drawing.Color.White;
            this.HY_LocationCylinder_Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_LocationCylinder_Down.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_LocationCylinder_Down.Location = new System.Drawing.Point(172, 63);
            this.HY_LocationCylinder_Down.Name = "HY_LocationCylinder_Down";
            this.HY_LocationCylinder_Down.Size = new System.Drawing.Size(140, 34);
            this.HY_LocationCylinder_Down.TabIndex = 267;
            this.HY_LocationCylinder_Down.Text = "横移定位下降 ↓";
            this.HY_LocationCylinder_Down.UseVisualStyleBackColor = false;
            this.HY_LocationCylinder_Down.Click += new System.EventHandler(this.HY_LocationCylinder_Down1_Click);
            // 
            // HY_TopCylinder_Down
            // 
            this.HY_TopCylinder_Down.BackColor = System.Drawing.Color.White;
            this.HY_TopCylinder_Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_TopCylinder_Down.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_TopCylinder_Down.Location = new System.Drawing.Point(17, 63);
            this.HY_TopCylinder_Down.Name = "HY_TopCylinder_Down";
            this.HY_TopCylinder_Down.Size = new System.Drawing.Size(140, 34);
            this.HY_TopCylinder_Down.TabIndex = 266;
            this.HY_TopCylinder_Down.Text = "横移顶升下降 ↓";
            this.HY_TopCylinder_Down.UseVisualStyleBackColor = false;
            this.HY_TopCylinder_Down.Click += new System.EventHandler(this.HY_TopCylinder_Down_Click);
            // 
            // HY_MoveCylinder_Take
            // 
            this.HY_MoveCylinder_Take.BackColor = System.Drawing.Color.White;
            this.HY_MoveCylinder_Take.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_MoveCylinder_Take.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_MoveCylinder_Take.Location = new System.Drawing.Point(328, 22);
            this.HY_MoveCylinder_Take.Name = "HY_MoveCylinder_Take";
            this.HY_MoveCylinder_Take.Size = new System.Drawing.Size(140, 34);
            this.HY_MoveCylinder_Take.TabIndex = 263;
            this.HY_MoveCylinder_Take.Text = "接驳台取料";
            this.HY_MoveCylinder_Take.UseVisualStyleBackColor = false;
            this.HY_MoveCylinder_Take.Click += new System.EventHandler(this.btnMoveTake_Click);
            // 
            // HY_FrontStopDown
            // 
            this.HY_FrontStopDown.BackColor = System.Drawing.Color.White;
            this.HY_FrontStopDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_FrontStopDown.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_FrontStopDown.Location = new System.Drawing.Point(17, 145);
            this.HY_FrontStopDown.Name = "HY_FrontStopDown";
            this.HY_FrontStopDown.Size = new System.Drawing.Size(140, 34);
            this.HY_FrontStopDown.TabIndex = 261;
            this.HY_FrontStopDown.Text = "▉ 托盘前阻挡下降";
            this.HY_FrontStopDown.UseVisualStyleBackColor = false;
            this.HY_FrontStopDown.Click += new System.EventHandler(this.btnFrontStopDown_Click);
            // 
            // HY_LocationCylinder_Up
            // 
            this.HY_LocationCylinder_Up.BackColor = System.Drawing.Color.White;
            this.HY_LocationCylinder_Up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_LocationCylinder_Up.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_LocationCylinder_Up.Location = new System.Drawing.Point(172, 22);
            this.HY_LocationCylinder_Up.Name = "HY_LocationCylinder_Up";
            this.HY_LocationCylinder_Up.Size = new System.Drawing.Size(140, 34);
            this.HY_LocationCylinder_Up.TabIndex = 260;
            this.HY_LocationCylinder_Up.Text = "横移定位上升 ↑";
            this.HY_LocationCylinder_Up.UseVisualStyleBackColor = false;
            this.HY_LocationCylinder_Up.Click += new System.EventHandler(this.btnLocation_Up_Click);
            // 
            // HY_StopDown
            // 
            this.HY_StopDown.BackColor = System.Drawing.Color.White;
            this.HY_StopDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_StopDown.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_StopDown.Location = new System.Drawing.Point(172, 145);
            this.HY_StopDown.Name = "HY_StopDown";
            this.HY_StopDown.Size = new System.Drawing.Size(140, 34);
            this.HY_StopDown.TabIndex = 258;
            this.HY_StopDown.Text = "▉ 托盘阻挡下降";
            this.HY_StopDown.UseVisualStyleBackColor = false;
            this.HY_StopDown.Click += new System.EventHandler(this.btnStopDown_Click);
            // 
            // HY_LineRun
            // 
            this.HY_LineRun.BackColor = System.Drawing.Color.White;
            this.HY_LineRun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_LineRun.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_LineRun.Location = new System.Drawing.Point(17, 104);
            this.HY_LineRun.Name = "HY_LineRun";
            this.HY_LineRun.Size = new System.Drawing.Size(140, 34);
            this.HY_LineRun.TabIndex = 256;
            this.HY_LineRun.Text = "横移电机正转>>";
            this.HY_LineRun.UseVisualStyleBackColor = false;
            this.HY_LineRun.Click += new System.EventHandler(this.btnLineRun_Click);
            // 
            // HY_TopCylinder_Up
            // 
            this.HY_TopCylinder_Up.BackColor = System.Drawing.Color.White;
            this.HY_TopCylinder_Up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_TopCylinder_Up.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_TopCylinder_Up.Location = new System.Drawing.Point(17, 22);
            this.HY_TopCylinder_Up.Name = "HY_TopCylinder_Up";
            this.HY_TopCylinder_Up.Size = new System.Drawing.Size(140, 34);
            this.HY_TopCylinder_Up.TabIndex = 255;
            this.HY_TopCylinder_Up.Text = "横移顶升上升 ↑";
            this.HY_TopCylinder_Up.UseVisualStyleBackColor = false;
            this.HY_TopCylinder_Up.Click += new System.EventHandler(this.btnTopCylinder_Up_Click);
            // 
            // HY_LineBackRun
            // 
            this.HY_LineBackRun.BackColor = System.Drawing.Color.White;
            this.HY_LineBackRun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HY_LineBackRun.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.HY_LineBackRun.Location = new System.Drawing.Point(172, 104);
            this.HY_LineBackRun.Name = "HY_LineBackRun";
            this.HY_LineBackRun.Size = new System.Drawing.Size(140, 34);
            this.HY_LineBackRun.TabIndex = 246;
            this.HY_LineBackRun.Text = "横移电机反转<<";
            this.HY_LineBackRun.UseVisualStyleBackColor = false;
            this.HY_LineBackRun.Click += new System.EventHandler(this.btnLineBackRun_Click);
            // 
            // lblThisSta
            // 
            this.lblThisSta.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.lblThisSta.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblThisSta.ForeColor = System.Drawing.Color.Red;
            this.lblThisSta.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblThisSta.Location = new System.Drawing.Point(6, 110);
            this.lblThisSta.Name = "lblThisSta";
            this.lblThisSta.Size = new System.Drawing.Size(961, 89);
            this.lblThisSta.TabIndex = 246;
            this.lblThisSta.Text = "等待启动";
            this.lblThisSta.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(5, 57);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(993, 649);
            this.tabControl1.TabIndex = 257;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.groupBox6);
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Controls.Add(this.groupBox4);
            this.tabPage1.Controls.Add(this.groupDo);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(985, 619);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "    IO列表     ";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // groupBox6
            // 
            this.groupBox6.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.groupBox6.Controls.Add(this.lblHyInfo);
            this.groupBox6.Controls.Add(this.lblMoveInfo);
            this.groupBox6.Controls.Add(this.lblTrayNum);
            this.groupBox6.Controls.Add(this.lblThisSta);
            this.groupBox6.Location = new System.Drawing.Point(6, 6);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(972, 212);
            this.groupBox6.TabIndex = 278;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "消息";
            // 
            // lblHyInfo
            // 
            this.lblHyInfo.AutoSize = true;
            this.lblHyInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblHyInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblHyInfo.Location = new System.Drawing.Point(281, 19);
            this.lblHyInfo.Name = "lblHyInfo";
            this.lblHyInfo.Size = new System.Drawing.Size(68, 17);
            this.lblHyInfo.TabIndex = 281;
            this.lblHyInfo.Text = "设备信息:";
            // 
            // lblMoveInfo
            // 
            this.lblMoveInfo.AutoSize = true;
            this.lblMoveInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMoveInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblMoveInfo.Location = new System.Drawing.Point(6, 19);
            this.lblMoveInfo.Name = "lblMoveInfo";
            this.lblMoveInfo.Size = new System.Drawing.Size(68, 17);
            this.lblMoveInfo.TabIndex = 280;
            this.lblMoveInfo.Text = "运动信息:";
            // 
            // lblTrayNum
            // 
            this.lblTrayNum.AutoSize = true;
            this.lblTrayNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTrayNum.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblTrayNum.Location = new System.Drawing.Point(29, 29);
            this.lblTrayNum.Name = "lblTrayNum";
            this.lblTrayNum.Size = new System.Drawing.Size(0, 17);
            this.lblTrayNum.TabIndex = 276;
            this.lblTrayNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.groupDetial);
            this.tabPage2.Controls.Add(this.groupBox2);
            this.tabPage2.Controls.Add(this.axisMoveControl1);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Size = new System.Drawing.Size(985, 619);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "伺服调试";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // groupDetial
            // 
            this.groupDetial.Controls.Add(this.btnDSave);
            this.groupDetial.Controls.Add(this.label3);
            this.groupDetial.Controls.Add(this.txtDP2);
            this.groupDetial.Controls.Add(this.listDetitalP2);
            this.groupDetial.Controls.Add(this.cmbDHeight);
            this.groupDetial.Controls.Add(this.label2);
            this.groupDetial.Controls.Add(this.cmbDSize);
            this.groupDetial.Controls.Add(this.label1);
            this.groupDetial.Location = new System.Drawing.Point(511, 257);
            this.groupDetial.Name = "groupDetial";
            this.groupDetial.Size = new System.Drawing.Size(468, 205);
            this.groupDetial.TabIndex = 318;
            this.groupDetial.TabStop = false;
            this.groupDetial.Text = "移栽位置P2详细配置";
            // 
            // btnDSave
            // 
            this.btnDSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDSave.ForeColor = System.Drawing.Color.Blue;
            this.btnDSave.Location = new System.Drawing.Point(36, 143);
            this.btnDSave.Name = "btnDSave";
            this.btnDSave.Size = new System.Drawing.Size(130, 34);
            this.btnDSave.TabIndex = 322;
            this.btnDSave.Text = "保存";
            this.btnDSave.UseVisualStyleBackColor = true;
            this.btnDSave.Click += new System.EventHandler(this.btnDSave_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            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(9, 111);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(70, 17);
            this.label3.TabIndex = 321;
            this.label3.Text = "升降轴P2:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtDP2
            // 
            this.txtDP2.BackColor = System.Drawing.SystemColors.Window;
            this.txtDP2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtDP2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtDP2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtDP2.Location = new System.Drawing.Point(86, 105);
            this.txtDP2.MaxLength = 12;
            this.txtDP2.Name = "txtDP2";
            this.txtDP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtDP2.Size = new System.Drawing.Size(90, 26);
            this.txtDP2.TabIndex = 320;
            this.txtDP2.Text = "-1";
            // 
            // listDetitalP2
            // 
            this.listDetitalP2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listDetitalP2.FormattingEnabled = true;
            this.listDetitalP2.ItemHeight = 20;
            this.listDetitalP2.Location = new System.Drawing.Point(194, 25);
            this.listDetitalP2.Name = "listDetitalP2";
            this.listDetitalP2.Size = new System.Drawing.Size(259, 164);
            this.listDetitalP2.TabIndex = 319;
            this.listDetitalP2.SelectedIndexChanged += new System.EventHandler(this.listDetitalP2_SelectedIndexChanged);
            // 
            // cmbDHeight
            // 
            this.cmbDHeight.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDHeight.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbDHeight.FormattingEnabled = true;
            this.cmbDHeight.Location = new System.Drawing.Point(86, 67);
            this.cmbDHeight.Name = "cmbDHeight";
            this.cmbDHeight.Size = new System.Drawing.Size(90, 28);
            this.cmbDHeight.TabIndex = 318;
            this.cmbDHeight.SelectedIndexChanged += new System.EventHandler(this.cmbDHeight_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label2.Location = new System.Drawing.Point(9, 73);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(68, 17);
            this.label2.TabIndex = 317;
            this.label2.Text = "料盘高度:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cmbDSize
            // 
            this.cmbDSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDSize.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbDSize.FormattingEnabled = true;
            this.cmbDSize.Location = new System.Drawing.Point(86, 29);
            this.cmbDSize.Name = "cmbDSize";
            this.cmbDSize.Size = new System.Drawing.Size(90, 28);
            this.cmbDSize.TabIndex = 316;
            this.cmbDSize.SelectedIndexChanged += new System.EventHandler(this.cmbDHeight_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label1.Location = new System.Drawing.Point(9, 35);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(68, 17);
            this.label1.TabIndex = 315;
            this.label1.Text = "料盘尺寸:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lblP3List);
            this.groupBox2.Controls.Add(this.lblP2List);
            this.groupBox2.Controls.Add(this.btnP3);
            this.groupBox2.Controls.Add(this.txtP3);
            this.groupBox2.Controls.Add(this.btnSave);
            this.groupBox2.Controls.Add(this.txtP1);
            this.groupBox2.Controls.Add(this.btnMoveToP1);
            this.groupBox2.Controls.Add(this.cmbSizeList);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.btnP2);
            this.groupBox2.Controls.Add(this.txtP2);
            this.groupBox2.Location = new System.Drawing.Point(511, 6);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(469, 244);
            this.groupBox2.TabIndex = 219;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "升降轴位置配置";
            // 
            // lblP3List
            // 
            this.lblP3List.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblP3List.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblP3List.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblP3List.Location = new System.Drawing.Point(8, 196);
            this.lblP3List.Name = "lblP3List";
            this.lblP3List.Size = new System.Drawing.Size(453, 40);
            this.lblP3List.TabIndex = 315;
            this.lblP3List.Text = "P3列表:";
            this.lblP3List.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblP2List
            // 
            this.lblP2List.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblP2List.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblP2List.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblP2List.Location = new System.Drawing.Point(8, 156);
            this.lblP2List.Name = "lblP2List";
            this.lblP2List.Size = new System.Drawing.Size(453, 40);
            this.lblP2List.TabIndex = 313;
            this.lblP2List.Text = "P2列表:";
            this.lblP2List.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnP3
            // 
            this.btnP3.BackColor = System.Drawing.SystemColors.Control;
            this.btnP3.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnP3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnP3.ForeColor = System.Drawing.Color.Blue;
            this.btnP3.Location = new System.Drawing.Point(240, 64);
            this.btnP3.Name = "btnP3";
            this.btnP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnP3.Size = new System.Drawing.Size(130, 34);
            this.btnP3.TabIndex = 312;
            this.btnP3.Text = "接驳台放料点P3";
            this.btnP3.UseVisualStyleBackColor = true;
            this.btnP3.Click += new System.EventHandler(this.btnBoxP_Click);
            // 
            // txtP3
            // 
            this.txtP3.BackColor = System.Drawing.SystemColors.Window;
            this.txtP3.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtP3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtP3.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtP3.Location = new System.Drawing.Point(374, 68);
            this.txtP3.MaxLength = 12;
            this.txtP3.Name = "txtP3";
            this.txtP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtP3.Size = new System.Drawing.Size(87, 26);
            this.txtP3.TabIndex = 311;
            this.txtP3.Text = "-1";
            // 
            // btnSave
            // 
            this.btnSave.BackColor = System.Drawing.SystemColors.Control;
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSave.ForeColor = System.Drawing.Color.Blue;
            this.btnSave.Location = new System.Drawing.Point(240, 106);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(130, 34);
            this.btnSave.TabIndex = 310;
            this.btnSave.Text = "保存位置";
            this.btnSave.UseVisualStyleBackColor = false;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // txtP1
            // 
            this.txtP1.BackColor = System.Drawing.SystemColors.Window;
            this.txtP1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtP1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtP1.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtP1.Location = new System.Drawing.Point(374, 28);
            this.txtP1.MaxLength = 12;
            this.txtP1.Name = "txtP1";
            this.txtP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtP1.Size = new System.Drawing.Size(87, 26);
            this.txtP1.TabIndex = 309;
            this.txtP1.Text = "-1";
            // 
            // btnMoveToP1
            // 
            this.btnMoveToP1.BackColor = System.Drawing.SystemColors.Control;
            this.btnMoveToP1.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnMoveToP1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMoveToP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMoveToP1.ForeColor = System.Drawing.Color.Blue;
            this.btnMoveToP1.Location = new System.Drawing.Point(240, 24);
            this.btnMoveToP1.Name = "btnMoveToP1";
            this.btnMoveToP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMoveToP1.Size = new System.Drawing.Size(130, 34);
            this.btnMoveToP1.TabIndex = 307;
            this.btnMoveToP1.Text = "升降轴待机点P1:";
            this.btnMoveToP1.UseVisualStyleBackColor = true;
            this.btnMoveToP1.Click += new System.EventHandler(this.btnMoveToP1_Click);
            // 
            // cmbSizeList
            // 
            this.cmbSizeList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSizeList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbSizeList.FormattingEnabled = true;
            this.cmbSizeList.Location = new System.Drawing.Point(72, 28);
            this.cmbSizeList.Name = "cmbSizeList";
            this.cmbSizeList.Size = new System.Drawing.Size(162, 28);
            this.cmbSizeList.TabIndex = 303;
            this.cmbSizeList.SelectedIndexChanged += new System.EventHandler(this.cmbSizeList_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label4.Location = new System.Drawing.Point(7, 34);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(68, 17);
            this.label4.TabIndex = 302;
            this.label4.Text = "料盘尺寸:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnP2
            // 
            this.btnP2.BackColor = System.Drawing.SystemColors.Control;
            this.btnP2.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnP2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnP2.ForeColor = System.Drawing.Color.Blue;
            this.btnP2.Location = new System.Drawing.Point(12, 68);
            this.btnP2.Name = "btnP2";
            this.btnP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnP2.Size = new System.Drawing.Size(130, 34);
            this.btnP2.TabIndex = 306;
            this.btnP2.Text = "托盘取料点P2";
            this.btnP2.UseVisualStyleBackColor = true;
            this.btnP2.Click += new System.EventHandler(this.btnMoveto_Click);
            // 
            // txtP2
            // 
            this.txtP2.BackColor = System.Drawing.SystemColors.Window;
            this.txtP2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtP2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtP2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtP2.Location = new System.Drawing.Point(147, 72);
            this.txtP2.MaxLength = 12;
            this.txtP2.Name = "txtP2";
            this.txtP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtP2.Size = new System.Drawing.Size(87, 26);
            this.txtP2.TabIndex = 305;
            this.txtP2.Text = "-1";
            // 
            // axisMoveControl1
            // 
            this.axisMoveControl1.Location = new System.Drawing.Point(5, 3);
            this.axisMoveControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.axisMoveControl1.Name = "axisMoveControl1";
            this.axisMoveControl1.Size = new System.Drawing.Size(496, 468);
            this.axisMoveControl1.TabIndex = 0;
            // 
            // FrmHYEquip
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1004, 711);
            this.Controls.Add(this.tabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmHYEquip";
            this.Text = "线体横移——";
            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.Controls.SetChildIndex(this.tabControl1, 0);
            this.Controls.SetChildIndex(this.panBase, 0);
            this.panBase.ResumeLayout(false);
            this.panBase.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupDo.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.groupDetial.ResumeLayout(false);
            this.groupDetial.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            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.ComboBox cmbWriteIO;
        private System.Windows.Forms.TextBox txtSlaveId;
        private System.Windows.Forms.GroupBox groupDo;
        private System.Windows.Forms.Button HY_TopCylinder_Up;
        private System.Windows.Forms.Button HY_LineBackRun;
        private System.Windows.Forms.Label lblThisSta;
        private System.Windows.Forms.Button HY_StopDown;
        private System.Windows.Forms.Button HY_LineRun;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Button btnCloseAll;
        private System.Windows.Forms.Label lblTrayNum;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.TextBox txtDOIndex;
        private System.Windows.Forms.TextBox txtDoName;
        private System.Windows.Forms.Label lblAddr;
        private System.Windows.Forms.Button btnOpenDo;
        private System.Windows.Forms.Button btnWriteSingleDO;
        private System.Windows.Forms.TextBox txtWriteTime;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TabPage tabPage2;
        private AxisMoveControl axisMoveControl1;
        private System.Windows.Forms.GroupBox groupBox2;
        internal System.Windows.Forms.Button btnP3;
        internal System.Windows.Forms.TextBox txtP3;
        private System.Windows.Forms.Button btnSave;
        internal System.Windows.Forms.TextBox txtP1;
        internal System.Windows.Forms.Button btnMoveToP1;
        private System.Windows.Forms.ComboBox cmbSizeList;
        private System.Windows.Forms.Label label4;
        internal System.Windows.Forms.Button btnP2;
        internal System.Windows.Forms.TextBox txtP2;
        private System.Windows.Forms.Label lblMoveInfo;
        private System.Windows.Forms.GroupBox groupDetial;
        private System.Windows.Forms.Button btnDSave;
        private System.Windows.Forms.Label label3;
        internal System.Windows.Forms.TextBox txtDP2;
        private System.Windows.Forms.ListBox listDetitalP2;
        private System.Windows.Forms.ComboBox cmbDHeight;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cmbDSize;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button HY_LocationCylinder_Up;
        private System.Windows.Forms.Button HY_FrontStopDown;
        private System.Windows.Forms.Button HY_MoveCylinder_Take;
        private System.Windows.Forms.Label lblHyInfo;
        private System.Windows.Forms.Button HY_TopCylinder_Down;
        private System.Windows.Forms.Button HY_LocationCylinder_Down;
        private System.Windows.Forms.Button HY_MoveCylinder_Give;
        private System.Windows.Forms.Label lblP2List;
        private System.Windows.Forms.Label lblP3List;
    }
}