FrmRobotEquip.Designer.cs 52.0 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
namespace OnlineStore.CarriageClient
{
    partial class FrmRobotEquip
    {
        /// <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(FrmRobotEquip));
            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.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.lblrobotTaskInfo = new System.Windows.Forms.Label();
            this.lblInoutInfo = new System.Windows.Forms.Label();
            this.lblMoveInfo = new System.Windows.Forms.Label();
            this.lblInstoreList = new System.Windows.Forms.Label();
            this.lblThisSta = new System.Windows.Forms.Label();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.compressaxisControlP4 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.compressaxisControlP2 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.compressaxisControlP3 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.compressaxisControlP1 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnSavePoint = new System.Windows.Forms.Button();
            this.moveaxisControlP10 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP9 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP8 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP7 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP6 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP5 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP4 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP3 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP2 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.moveaxisControlP1 = new OnlineStore.CarriageClient.useControl.AxisPointControl();
            this.checkBoxEdit = new System.Windows.Forms.CheckBox();
            this.axisMoveControl1 = new OnlineStore.CarriageClient.AxisMoveControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.chkManualRobot = new System.Windows.Forms.CheckBox();
            this.btnColseRobotService = new System.Windows.Forms.Button();
            this.btnOpenRobotService = new System.Windows.Forms.Button();
            this.ucRobot1 = new JAKA.UCRobot();
            this.panBase = new System.Windows.Forms.Panel();
            this.chbMoveStop = new System.Windows.Forms.CheckBox();
            this.lblName = new System.Windows.Forms.Label();
            this.chbDebug = new System.Windows.Forms.CheckBox();
            this.lblStoreStatus = new System.Windows.Forms.Label();
            this.btnStart = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.panBase.SuspendLayout();
            this.SuspendLayout();
            // 
            // 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(414, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(565, 152);
            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(423, 63);
            this.btnCloseAll.Name = "btnCloseAll";
            this.btnCloseAll.Size = new System.Drawing.Size(110, 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(436, 25);
            this.txtDOIndex.MaxLength = 10;
            this.txtDOIndex.Name = "txtDOIndex";
            this.txtDOIndex.Size = new System.Drawing.Size(40, 23);
            this.txtDOIndex.TabIndex = 276;
            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(410, 25);
            this.txtDoName.MaxLength = 10;
            this.txtDoName.Name = "txtDoName";
            this.txtDoName.Size = new System.Drawing.Size(27, 23);
            this.txtDoName.TabIndex = 275;
            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(286, 28);
            this.lblAddr.Name = "lblAddr";
            this.lblAddr.Size = new System.Drawing.Size(35, 17);
            this.lblAddr.TabIndex = 274;
            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(161, 63);
            this.btnOpenDo.Name = "btnOpenDo";
            this.btnOpenDo.Size = new System.Drawing.Size(110, 34);
            this.btnOpenDo.TabIndex = 272;
            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(289, 63);
            this.btnWriteSingleDO.Name = "btnWriteSingleDO";
            this.btnWriteSingleDO.Size = new System.Drawing.Size(110, 34);
            this.btnWriteSingleDO.TabIndex = 269;
            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(84, 69);
            this.txtWriteTime.MaxLength = 10;
            this.txtWriteTime.Name = "txtWriteTime";
            this.txtWriteTime.Size = new System.Drawing.Size(58, 23);
            this.txtWriteTime.TabIndex = 271;
            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(18, 72);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(60, 17);
            this.label5.TabIndex = 270;
            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(492, 25);
            this.txtSlaveId.MaxLength = 10;
            this.txtSlaveId.Name = "txtSlaveId";
            this.txtSlaveId.Size = new System.Drawing.Size(18, 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(12, 22);
            this.cmbWriteIO.Name = "cmbWriteIO";
            this.cmbWriteIO.Size = new System.Drawing.Size(259, 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(210, 6);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(200, 509);
            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(189, 489);
            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, 6);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(200, 509);
            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(189, 489);
            this.tableLayoutPanel1.TabIndex = 102;
            // 
            // 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.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Location = new System.Drawing.Point(5, 56);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(993, 551);
            this.tabControl1.TabIndex = 257;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.groupBox6);
            this.tabPage3.Location = new System.Drawing.Point(4, 26);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(985, 521);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "  设备状态  ";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.lblrobotTaskInfo);
            this.groupBox6.Controls.Add(this.lblInoutInfo);
            this.groupBox6.Controls.Add(this.lblMoveInfo);
            this.groupBox6.Controls.Add(this.lblInstoreList);
            this.groupBox6.Controls.Add(this.lblThisSta);
            this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox6.Location = new System.Drawing.Point(0, 0);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(985, 506);
            this.groupBox6.TabIndex = 278;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "当前状态";
            // 
            // lblrobotTaskInfo
            // 
            this.lblrobotTaskInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblrobotTaskInfo.ForeColor = System.Drawing.Color.Black;
            this.lblrobotTaskInfo.Location = new System.Drawing.Point(2, 394);
            this.lblrobotTaskInfo.Name = "lblrobotTaskInfo";
            this.lblrobotTaskInfo.Size = new System.Drawing.Size(977, 109);
            this.lblrobotTaskInfo.TabIndex = 282;
            this.lblrobotTaskInfo.Text = "机器人获取任务";
            // 
            // lblInoutInfo
            // 
            this.lblInoutInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblInoutInfo.ForeColor = System.Drawing.Color.Green;
            this.lblInoutInfo.Location = new System.Drawing.Point(2, 21);
            this.lblInoutInfo.Name = "lblInoutInfo";
            this.lblInoutInfo.Size = new System.Drawing.Size(977, 23);
            this.lblInoutInfo.TabIndex = 281;
            this.lblInoutInfo.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(5, 44);
            this.lblMoveInfo.Name = "lblMoveInfo";
            this.lblMoveInfo.Size = new System.Drawing.Size(68, 17);
            this.lblMoveInfo.TabIndex = 280;
            this.lblMoveInfo.Text = "运动信息:";
            // 
            // lblInstoreList
            // 
            this.lblInstoreList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblInstoreList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblInstoreList.ForeColor = System.Drawing.Color.Green;
            this.lblInstoreList.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblInstoreList.Location = new System.Drawing.Point(244, 57);
            this.lblInstoreList.Name = "lblInstoreList";
            this.lblInstoreList.Size = new System.Drawing.Size(736, 74);
            this.lblInstoreList.TabIndex = 277;
            // 
            // lblThisSta
            // 
            this.lblThisSta.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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(244, 140);
            this.lblThisSta.Name = "lblThisSta";
            this.lblThisSta.Size = new System.Drawing.Size(736, 28);
            this.lblThisSta.TabIndex = 246;
            this.lblThisSta.Text = "等待启动";
            this.lblThisSta.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.groupBox5);
            this.tabPage5.Controls.Add(this.groupBox2);
            this.tabPage5.Controls.Add(this.checkBoxEdit);
            this.tabPage5.Controls.Add(this.axisMoveControl1);
            this.tabPage5.Location = new System.Drawing.Point(4, 26);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(985, 521);
            this.tabPage5.TabIndex = 5;
            this.tabPage5.Text = "伺服信息";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.compressaxisControlP4);
            this.groupBox5.Controls.Add(this.compressaxisControlP2);
            this.groupBox5.Controls.Add(this.compressaxisControlP3);
            this.groupBox5.Controls.Add(this.compressaxisControlP1);
            this.groupBox5.Location = new System.Drawing.Point(3, 402);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(486, 115);
            this.groupBox5.TabIndex = 2;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "压紧轴";
            // 
            // compressaxisControlP4
            // 
            this.compressaxisControlP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.compressaxisControlP4.Location = new System.Drawing.Point(245, 68);
            this.compressaxisControlP4.Name = "compressaxisControlP4";
            this.compressaxisControlP4.PointBackColor = System.Drawing.Color.RoyalBlue;
            this.compressaxisControlP4.PointForeColor = System.Drawing.Color.Black;
            this.compressaxisControlP4.PointText = "压紧点P4:";
            this.compressaxisControlP4.PointValue = -1;
            this.compressaxisControlP4.Size = new System.Drawing.Size(233, 41);
            this.compressaxisControlP4.TabIndex = 3;
            // 
            // compressaxisControlP2
            // 
            this.compressaxisControlP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.compressaxisControlP2.Location = new System.Drawing.Point(245, 22);
            this.compressaxisControlP2.Name = "compressaxisControlP2";
            this.compressaxisControlP2.PointBackColor = System.Drawing.Color.YellowGreen;
            this.compressaxisControlP2.PointForeColor = System.Drawing.Color.Black;
            this.compressaxisControlP2.PointText = "张开点P2:";
            this.compressaxisControlP2.PointValue = -1;
            this.compressaxisControlP2.Size = new System.Drawing.Size(233, 41);
            this.compressaxisControlP2.TabIndex = 2;
            // 
            // compressaxisControlP3
            // 
            this.compressaxisControlP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.compressaxisControlP3.Location = new System.Drawing.Point(6, 68);
            this.compressaxisControlP3.Name = "compressaxisControlP3";
            this.compressaxisControlP3.PointBackColor = System.Drawing.Color.Turquoise;
            this.compressaxisControlP3.PointForeColor = System.Drawing.Color.Black;
            this.compressaxisControlP3.PointText = "压紧前点P3:";
            this.compressaxisControlP3.PointValue = -1;
            this.compressaxisControlP3.Size = new System.Drawing.Size(233, 41);
            this.compressaxisControlP3.TabIndex = 1;
            // 
            // compressaxisControlP1
            // 
            this.compressaxisControlP1.BackColor = System.Drawing.Color.Transparent;
            this.compressaxisControlP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.compressaxisControlP1.Location = new System.Drawing.Point(6, 22);
            this.compressaxisControlP1.Name = "compressaxisControlP1";
            this.compressaxisControlP1.PointBackColor = System.Drawing.Color.Yellow;
            this.compressaxisControlP1.PointForeColor = System.Drawing.Color.Black;
            this.compressaxisControlP1.PointText = "待机点P1:";
            this.compressaxisControlP1.PointValue = -1;
            this.compressaxisControlP1.Size = new System.Drawing.Size(233, 41);
            this.compressaxisControlP1.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnSavePoint);
            this.groupBox2.Controls.Add(this.moveaxisControlP10);
            this.groupBox2.Controls.Add(this.moveaxisControlP9);
            this.groupBox2.Controls.Add(this.moveaxisControlP8);
            this.groupBox2.Controls.Add(this.moveaxisControlP7);
            this.groupBox2.Controls.Add(this.moveaxisControlP6);
            this.groupBox2.Controls.Add(this.moveaxisControlP5);
            this.groupBox2.Controls.Add(this.moveaxisControlP4);
            this.groupBox2.Controls.Add(this.moveaxisControlP3);
            this.groupBox2.Controls.Add(this.moveaxisControlP2);
            this.groupBox2.Controls.Add(this.moveaxisControlP1);
            this.groupBox2.Location = new System.Drawing.Point(489, 13);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(493, 332);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "行走机构";
            // 
            // btnSavePoint
            // 
            this.btnSavePoint.Location = new System.Drawing.Point(270, 264);
            this.btnSavePoint.Name = "btnSavePoint";
            this.btnSavePoint.Size = new System.Drawing.Size(157, 53);
            this.btnSavePoint.TabIndex = 4;
            this.btnSavePoint.Text = "保存点位";
            this.btnSavePoint.UseVisualStyleBackColor = true;
            this.btnSavePoint.Click += new System.EventHandler(this.btnSavePoint_Click);
            // 
            // moveaxisControlP10
            // 
            this.moveaxisControlP10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP10.Location = new System.Drawing.Point(254, 216);
            this.moveaxisControlP10.Name = "moveaxisControlP10";
            this.moveaxisControlP10.PointBackColor = System.Drawing.Color.LightSkyBlue;
            this.moveaxisControlP10.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP10.PointText = "料仓6口P10:";
            this.moveaxisControlP10.PointValue = -1;
            this.moveaxisControlP10.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP10.TabIndex = 9;
            // 
            // moveaxisControlP9
            // 
            this.moveaxisControlP9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP9.Location = new System.Drawing.Point(254, 163);
            this.moveaxisControlP9.Name = "moveaxisControlP9";
            this.moveaxisControlP9.PointBackColor = System.Drawing.Color.LightSkyBlue;
            this.moveaxisControlP9.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP9.PointText = "料仓5口P9:";
            this.moveaxisControlP9.PointValue = -1;
            this.moveaxisControlP9.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP9.TabIndex = 8;
            // 
            // moveaxisControlP8
            // 
            this.moveaxisControlP8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP8.Location = new System.Drawing.Point(254, 116);
            this.moveaxisControlP8.Name = "moveaxisControlP8";
            this.moveaxisControlP8.PointBackColor = System.Drawing.Color.LightSkyBlue;
            this.moveaxisControlP8.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP8.PointText = "料仓4口P8:";
            this.moveaxisControlP8.PointValue = -1;
            this.moveaxisControlP8.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP8.TabIndex = 7;
            // 
            // moveaxisControlP7
            // 
            this.moveaxisControlP7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP7.Location = new System.Drawing.Point(6, 216);
            this.moveaxisControlP7.Name = "moveaxisControlP7";
            this.moveaxisControlP7.PointBackColor = System.Drawing.Color.LightSkyBlue;
            this.moveaxisControlP7.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP7.PointText = "料仓3口P7:";
            this.moveaxisControlP7.PointValue = -1;
            this.moveaxisControlP7.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP7.TabIndex = 6;
            // 
            // moveaxisControlP6
            // 
            this.moveaxisControlP6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP6.Location = new System.Drawing.Point(6, 169);
            this.moveaxisControlP6.Name = "moveaxisControlP6";
            this.moveaxisControlP6.PointBackColor = System.Drawing.Color.LightSkyBlue;
            this.moveaxisControlP6.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP6.PointText = "料仓2口P6:";
            this.moveaxisControlP6.PointValue = -1;
            this.moveaxisControlP6.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP6.TabIndex = 5;
            // 
            // moveaxisControlP5
            // 
            this.moveaxisControlP5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP5.Location = new System.Drawing.Point(6, 116);
            this.moveaxisControlP5.Name = "moveaxisControlP5";
            this.moveaxisControlP5.PointBackColor = System.Drawing.Color.LightSkyBlue;
            this.moveaxisControlP5.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP5.PointText = "料仓1口P5:";
            this.moveaxisControlP5.PointValue = -1;
            this.moveaxisControlP5.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP5.TabIndex = 4;
            // 
            // moveaxisControlP4
            // 
            this.moveaxisControlP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP4.Location = new System.Drawing.Point(254, 69);
            this.moveaxisControlP4.Name = "moveaxisControlP4";
            this.moveaxisControlP4.PointBackColor = System.Drawing.Color.DeepPink;
            this.moveaxisControlP4.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP4.PointText = "NG箱P4:";
            this.moveaxisControlP4.PointValue = -1;
            this.moveaxisControlP4.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP4.TabIndex = 3;
            // 
            // moveaxisControlP3
            // 
            this.moveaxisControlP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP3.Location = new System.Drawing.Point(6, 276);
            this.moveaxisControlP3.Name = "moveaxisControlP3";
            this.moveaxisControlP3.PointBackColor = System.Drawing.Color.GreenYellow;
            this.moveaxisControlP3.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP3.PointText = "出料口P3:";
            this.moveaxisControlP3.PointValue = -1;
            this.moveaxisControlP3.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP3.TabIndex = 2;
            // 
            // moveaxisControlP2
            // 
            this.moveaxisControlP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP2.Location = new System.Drawing.Point(6, 69);
            this.moveaxisControlP2.Name = "moveaxisControlP2";
            this.moveaxisControlP2.PointBackColor = System.Drawing.Color.YellowGreen;
            this.moveaxisControlP2.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP2.PointText = "入料口P2:";
            this.moveaxisControlP2.PointValue = -1;
            this.moveaxisControlP2.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP2.TabIndex = 1;
            // 
            // moveaxisControlP1
            // 
            this.moveaxisControlP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveaxisControlP1.Location = new System.Drawing.Point(6, 22);
            this.moveaxisControlP1.Name = "moveaxisControlP1";
            this.moveaxisControlP1.PointBackColor = System.Drawing.Color.Yellow;
            this.moveaxisControlP1.PointForeColor = System.Drawing.Color.Black;
            this.moveaxisControlP1.PointText = "待机点P1:";
            this.moveaxisControlP1.PointValue = -1;
            this.moveaxisControlP1.Size = new System.Drawing.Size(233, 41);
            this.moveaxisControlP1.TabIndex = 0;
            // 
            // checkBoxEdit
            // 
            this.checkBoxEdit.AutoSize = true;
            this.checkBoxEdit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.checkBoxEdit.Location = new System.Drawing.Point(666, 370);
            this.checkBoxEdit.Name = "checkBoxEdit";
            this.checkBoxEdit.Size = new System.Drawing.Size(93, 26);
            this.checkBoxEdit.TabIndex = 3;
            this.checkBoxEdit.Text = "启用编辑";
            this.checkBoxEdit.UseVisualStyleBackColor = true;
            this.checkBoxEdit.CheckedChanged += new System.EventHandler(this.checkBoxEdit_CheckedChanged);
            // 
            // axisMoveControl1
            // 
            this.axisMoveControl1.Location = new System.Drawing.Point(3, 3);
            this.axisMoveControl1.Name = "axisMoveControl1";
            this.axisMoveControl1.Size = new System.Drawing.Size(486, 403);
            this.axisMoveControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Controls.Add(this.groupBox4);
            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, 521);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "    IO列表     ";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.chkManualRobot);
            this.tabPage4.Controls.Add(this.btnColseRobotService);
            this.tabPage4.Controls.Add(this.btnOpenRobotService);
            this.tabPage4.Controls.Add(this.ucRobot1);
            this.tabPage4.Location = new System.Drawing.Point(4, 26);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(985, 521);
            this.tabPage4.TabIndex = 4;
            this.tabPage4.Text = "机器人";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // chkManualRobot
            // 
            this.chkManualRobot.AutoSize = true;
            this.chkManualRobot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chkManualRobot.Location = new System.Drawing.Point(758, 160);
            this.chkManualRobot.Name = "chkManualRobot";
            this.chkManualRobot.Size = new System.Drawing.Size(141, 26);
            this.chkManualRobot.TabIndex = 3;
            this.chkManualRobot.Text = "手动操作机器人";
            this.chkManualRobot.UseVisualStyleBackColor = true;
            this.chkManualRobot.CheckedChanged += new System.EventHandler(this.chkManualRobot_CheckedChanged);
            // 
            // btnColseRobotService
            // 
            this.btnColseRobotService.BackColor = System.Drawing.Color.Red;
            this.btnColseRobotService.Location = new System.Drawing.Point(758, 241);
            this.btnColseRobotService.Name = "btnColseRobotService";
            this.btnColseRobotService.Size = new System.Drawing.Size(123, 48);
            this.btnColseRobotService.TabIndex = 2;
            this.btnColseRobotService.Text = "关闭机器人服务";
            this.btnColseRobotService.UseVisualStyleBackColor = false;
            this.btnColseRobotService.Click += new System.EventHandler(this.btnColseRobotService_Click);
            // 
            // btnOpenRobotService
            // 
            this.btnOpenRobotService.BackColor = System.Drawing.Color.YellowGreen;
            this.btnOpenRobotService.Location = new System.Drawing.Point(758, 52);
            this.btnOpenRobotService.Name = "btnOpenRobotService";
            this.btnOpenRobotService.Size = new System.Drawing.Size(123, 48);
            this.btnOpenRobotService.TabIndex = 1;
            this.btnOpenRobotService.Text = "打开机器人服务";
            this.btnOpenRobotService.UseVisualStyleBackColor = false;
            this.btnOpenRobotService.Click += new System.EventHandler(this.btnOpenRobotService_Click);
            // 
            // ucRobot1
            // 
            this.ucRobot1.Location = new System.Drawing.Point(4, 13);
            this.ucRobot1.Margin = new System.Windows.Forms.Padding(4);
            this.ucRobot1.Name = "ucRobot1";
            this.ucRobot1.Size = new System.Drawing.Size(550, 428);
            this.ucRobot1.TabIndex = 0;
            // 
            // panBase
            // 
            this.panBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panBase.Controls.Add(this.chbMoveStop);
            this.panBase.Controls.Add(this.lblName);
            this.panBase.Controls.Add(this.chbDebug);
            this.panBase.Controls.Add(this.lblStoreStatus);
            this.panBase.Controls.Add(this.btnStart);
            this.panBase.Controls.Add(this.btnStop);
            this.panBase.Location = new System.Drawing.Point(1, 4);
            this.panBase.Name = "panBase";
            this.panBase.Size = new System.Drawing.Size(997, 50);
            this.panBase.TabIndex = 260;
            // 
            // chbMoveStop
            // 
            this.chbMoveStop.AutoSize = true;
            this.chbMoveStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbMoveStop.Location = new System.Drawing.Point(597, 14);
            this.chbMoveStop.Name = "chbMoveStop";
            this.chbMoveStop.Size = new System.Drawing.Size(84, 24);
            this.chbMoveStop.TabIndex = 262;
            this.chbMoveStop.Text = "暂停运动";
            this.chbMoveStop.UseVisualStyleBackColor = true;
            this.chbMoveStop.Click += new System.EventHandler(this.chbMoveStop_CheckedChanged);
            // 
            // lblName
            // 
            this.lblName.BackColor = System.Drawing.Color.DodgerBlue;
            this.lblName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblName.ForeColor = System.Drawing.Color.Black;
            this.lblName.Location = new System.Drawing.Point(5, 4);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(120, 40);
            this.lblName.TabIndex = 250;
            this.lblName.Text = "运输机构";
            this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // chbDebug
            // 
            this.chbDebug.AutoSize = true;
            this.chbDebug.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbDebug.Location = new System.Drawing.Point(496, 14);
            this.chbDebug.Name = "chbDebug";
            this.chbDebug.Size = new System.Drawing.Size(84, 24);
            this.chbDebug.TabIndex = 247;
            this.chbDebug.Text = "调试状态";
            this.chbDebug.UseVisualStyleBackColor = true;
            this.chbDebug.Click += new System.EventHandler(this.chbDebug_CheckedChanged);
            // 
            // lblStoreStatus
            // 
            this.lblStoreStatus.AutoSize = true;
            this.lblStoreStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblStoreStatus.ForeColor = System.Drawing.Color.Green;
            this.lblStoreStatus.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblStoreStatus.Location = new System.Drawing.Point(701, 15);
            this.lblStoreStatus.Name = "lblStoreStatus";
            this.lblStoreStatus.Size = new System.Drawing.Size(65, 20);
            this.lblStoreStatus.TabIndex = 245;
            this.lblStoreStatus.Text = "等待启动";
            this.lblStoreStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnStart
            // 
            this.btnStart.BackColor = System.Drawing.Color.White;
            this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStart.Location = new System.Drawing.Point(143, 4);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(105, 40);
            this.btnStart.TabIndex = 86;
            this.btnStart.Text = "启动";
            this.btnStart.UseVisualStyleBackColor = false;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // btnStop
            // 
            this.btnStop.BackColor = System.Drawing.Color.White;
            this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStop.Location = new System.Drawing.Point(254, 4);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(105, 40);
            this.btnStop.TabIndex = 87;
            this.btnStop.Text = "停止";
            this.btnStop.UseVisualStyleBackColor = false;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // FrmRobotEquip
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1004, 611);
            this.Controls.Add(this.panBase);
            this.Controls.Add(this.tabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmRobotEquip";
            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.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.tabPage5.ResumeLayout(false);
            this.tabPage5.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.panBase.ResumeLayout(false);
            this.panBase.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.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Button btnCloseAll;
        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.TextBox txtSlaveId;
        protected System.Windows.Forms.Panel panBase;
        protected System.Windows.Forms.CheckBox chbMoveStop;
        protected System.Windows.Forms.Label lblName;
        protected System.Windows.Forms.CheckBox chbDebug;
        protected System.Windows.Forms.Label lblStoreStatus;
        protected System.Windows.Forms.Button btnStart;
        protected System.Windows.Forms.Button btnStop;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Label lblInoutInfo;
        private System.Windows.Forms.Label lblMoveInfo;
        private System.Windows.Forms.Label lblInstoreList;
        private System.Windows.Forms.Label lblThisSta;
        private System.Windows.Forms.TabPage tabPage4;
        private JAKA.UCRobot ucRobot1;
        private System.Windows.Forms.TabPage tabPage5;
        private AxisMoveControl axisMoveControl1;
        private System.Windows.Forms.GroupBox groupBox2;
        private useControl.AxisPointControl moveaxisControlP1;
        private System.Windows.Forms.GroupBox groupBox5;
        private useControl.AxisPointControl compressaxisControlP3;
        private useControl.AxisPointControl compressaxisControlP1;
        private useControl.AxisPointControl moveaxisControlP2;
        private useControl.AxisPointControl moveaxisControlP10;
        private useControl.AxisPointControl moveaxisControlP9;
        private useControl.AxisPointControl moveaxisControlP8;
        private useControl.AxisPointControl moveaxisControlP7;
        private useControl.AxisPointControl moveaxisControlP6;
        private useControl.AxisPointControl moveaxisControlP5;
        private useControl.AxisPointControl moveaxisControlP4;
        private useControl.AxisPointControl moveaxisControlP3;
        private useControl.AxisPointControl compressaxisControlP4;
        private useControl.AxisPointControl compressaxisControlP2;
        private System.Windows.Forms.Button btnColseRobotService;
        private System.Windows.Forms.Button btnOpenRobotService;
        private System.Windows.Forms.Button btnSavePoint;
        private System.Windows.Forms.CheckBox checkBoxEdit;
        private System.Windows.Forms.CheckBox chkManualRobot;
        private System.Windows.Forms.Label lblrobotTaskInfo;
    }
}