PackageLineClien.Designer.cs 47.2 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
namespace OnlineStore.DoubleLineClient
{
    partial class PackageLineClien
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.Pkg_Stop1_Down = new System.Windows.Forms.Button();
            this.Pkg_Stop_Check1 = new System.Windows.Forms.Label();
            this.Pkg_In_Check = new System.Windows.Forms.Label();
            this.Pkg_Line1_Forward = new System.Windows.Forms.Button();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.btnS2Down = new System.Windows.Forms.Button();
            this.Pkg_Station_Down = new System.Windows.Forms.Label();
            this.btnS2Up = new System.Windows.Forms.Button();
            this.Pkg_Station_Up = new System.Windows.Forms.Label();
            this.Pkg_Line2_Forward = new System.Windows.Forms.Button();
            this.Pkg_Line2_Backward = new System.Windows.Forms.Button();
            this.Pkg_Station_Stop_Down = new System.Windows.Forms.Button();
            this.Pkg_Station_Check = new System.Windows.Forms.Label();
            this.Pkg_Stop2_Down = new System.Windows.Forms.Button();
            this.Pkg_Stop_Check2 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.Pkg_Empty_Shelf_Check = new System.Windows.Forms.Label();
            this.Pkg_Line3_Forward = new System.Windows.Forms.Button();
            this.Pkg_Line3_Backward = new System.Windows.Forms.Button();
            this.Pkg_Out_Stop_Down = new System.Windows.Forms.Button();
            this.Pkg_Out_Stop_Check = new System.Windows.Forms.Label();
            this.Pkg_Rotot_Forbidden_Check = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.s2StationStatus = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.pkgStationStatus = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.benQOut = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.benQLeftInStatus = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.pkgStatusMsg = new System.Windows.Forms.Label();
            this.s2StationMsg = new System.Windows.Forms.Label();
            this.benQLeftInMsg = new System.Windows.Forms.Label();
            this.benQOutMsg = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.agvA3Msg = new System.Windows.Forms.Label();
            this.agvA3Status = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.agvA4Msg = new System.Windows.Forms.Label();
            this.agvA4Status = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.benQRightInStatus = new System.Windows.Forms.Label();
            this.benQRightInMsg = new System.Windows.Forms.Label();
            this.A5Status = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.A6Status = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(16, 15);
            this.button1.Margin = new System.Windows.Forms.Padding(4);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(136, 78);
            this.button1.TabIndex = 0;
            this.button1.Text = "复位";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.groupBox1.Controls.Add(this.Pkg_Stop1_Down);
            this.groupBox1.Controls.Add(this.Pkg_Stop_Check1);
            this.groupBox1.Controls.Add(this.Pkg_In_Check);
            this.groupBox1.Controls.Add(this.Pkg_Line1_Forward);
            this.groupBox1.Location = new System.Drawing.Point(19, 118);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox1.Size = new System.Drawing.Size(300, 161);
            this.groupBox1.TabIndex = 299;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "左侧包装线体";
            // 
            // Pkg_Stop1_Down
            // 
            this.Pkg_Stop1_Down.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Stop1_Down.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Stop1_Down.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Stop1_Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Stop1_Down.Location = new System.Drawing.Point(180, 56);
            this.Pkg_Stop1_Down.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Stop1_Down.Name = "Pkg_Stop1_Down";
            this.Pkg_Stop1_Down.Size = new System.Drawing.Size(95, 39);
            this.Pkg_Stop1_Down.TabIndex = 16;
            this.Pkg_Stop1_Down.Text = "▉ 阻挡1";
            this.Pkg_Stop1_Down.UseVisualStyleBackColor = true;
            this.Pkg_Stop1_Down.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Stop_Check1
            // 
            this.Pkg_Stop_Check1.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Stop_Check1.Location = new System.Drawing.Point(184, 24);
            this.Pkg_Stop_Check1.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Stop_Check1.Name = "Pkg_Stop_Check1";
            this.Pkg_Stop_Check1.Size = new System.Drawing.Size(91, 25);
            this.Pkg_Stop_Check1.TabIndex = 15;
            this.Pkg_Stop_Check1.Text = "检测1";
            this.Pkg_Stop_Check1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Pkg_In_Check
            // 
            this.Pkg_In_Check.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_In_Check.Location = new System.Drawing.Point(19, 65);
            this.Pkg_In_Check.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_In_Check.Name = "Pkg_In_Check";
            this.Pkg_In_Check.Size = new System.Drawing.Size(91, 25);
            this.Pkg_In_Check.TabIndex = 11;
            this.Pkg_In_Check.Text = "入口检测";
            this.Pkg_In_Check.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Pkg_Line1_Forward
            // 
            this.Pkg_Line1_Forward.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Line1_Forward.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Line1_Forward.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Line1_Forward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Line1_Forward.Location = new System.Drawing.Point(21, 98);
            this.Pkg_Line1_Forward.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Line1_Forward.Name = "Pkg_Line1_Forward";
            this.Pkg_Line1_Forward.Size = new System.Drawing.Size(253, 50);
            this.Pkg_Line1_Forward.TabIndex = 3;
            this.Pkg_Line1_Forward.Text = "→→ 正转";
            this.Pkg_Line1_Forward.UseVisualStyleBackColor = true;
            this.Pkg_Line1_Forward.Click += new System.EventHandler(this.BtnClick);
            // 
            // groupBox6
            // 
            this.groupBox6.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.groupBox6.Controls.Add(this.btnS2Down);
            this.groupBox6.Controls.Add(this.Pkg_Station_Down);
            this.groupBox6.Controls.Add(this.btnS2Up);
            this.groupBox6.Controls.Add(this.Pkg_Station_Up);
            this.groupBox6.Controls.Add(this.Pkg_Line2_Forward);
            this.groupBox6.Controls.Add(this.Pkg_Line2_Backward);
            this.groupBox6.Controls.Add(this.Pkg_Station_Stop_Down);
            this.groupBox6.Controls.Add(this.Pkg_Station_Check);
            this.groupBox6.Controls.Add(this.Pkg_Stop2_Down);
            this.groupBox6.Controls.Add(this.Pkg_Stop_Check2);
            this.groupBox6.Location = new System.Drawing.Point(327, 18);
            this.groupBox6.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox6.Size = new System.Drawing.Size(376, 261);
            this.groupBox6.TabIndex = 300;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "中间包装线体";
            // 
            // btnS2Down
            // 
            this.btnS2Down.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.btnS2Down.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.btnS2Down.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.btnS2Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnS2Down.Location = new System.Drawing.Point(137, 108);
            this.btnS2Down.Margin = new System.Windows.Forms.Padding(4);
            this.btnS2Down.Name = "btnS2Down";
            this.btnS2Down.Size = new System.Drawing.Size(91, 50);
            this.btnS2Down.TabIndex = 20;
            this.btnS2Down.Text = "↓ 下降";
            this.btnS2Down.UseVisualStyleBackColor = true;
            this.btnS2Down.Click += new System.EventHandler(this.btnS2Down_Click);
            // 
            // Pkg_Station_Down
            // 
            this.Pkg_Station_Down.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Station_Down.Location = new System.Drawing.Point(116, 165);
            this.Pkg_Station_Down.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Station_Down.Name = "Pkg_Station_Down";
            this.Pkg_Station_Down.Size = new System.Drawing.Size(133, 26);
            this.Pkg_Station_Down.TabIndex = 22;
            this.Pkg_Station_Down.Text = "X708 下降到位";
            this.Pkg_Station_Down.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnS2Up
            // 
            this.btnS2Up.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.btnS2Up.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.btnS2Up.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.btnS2Up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnS2Up.Location = new System.Drawing.Point(137, 50);
            this.btnS2Up.Margin = new System.Windows.Forms.Padding(4);
            this.btnS2Up.Name = "btnS2Up";
            this.btnS2Up.Size = new System.Drawing.Size(91, 50);
            this.btnS2Up.TabIndex = 19;
            this.btnS2Up.Text = "↑ 上升";
            this.btnS2Up.UseVisualStyleBackColor = true;
            this.btnS2Up.Click += new System.EventHandler(this.btnS2Up_Click);
            // 
            // Pkg_Station_Up
            // 
            this.Pkg_Station_Up.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Station_Up.Location = new System.Drawing.Point(116, 16);
            this.Pkg_Station_Up.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Station_Up.Name = "Pkg_Station_Up";
            this.Pkg_Station_Up.Size = new System.Drawing.Size(133, 26);
            this.Pkg_Station_Up.TabIndex = 21;
            this.Pkg_Station_Up.Text = "X631 上升到位";
            this.Pkg_Station_Up.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Pkg_Line2_Forward
            // 
            this.Pkg_Line2_Forward.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Line2_Forward.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Line2_Forward.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Line2_Forward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Line2_Forward.Location = new System.Drawing.Point(3, 199);
            this.Pkg_Line2_Forward.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Line2_Forward.Name = "Pkg_Line2_Forward";
            this.Pkg_Line2_Forward.Size = new System.Drawing.Size(183, 50);
            this.Pkg_Line2_Forward.TabIndex = 18;
            this.Pkg_Line2_Forward.Text = "→→正转";
            this.Pkg_Line2_Forward.UseVisualStyleBackColor = true;
            this.Pkg_Line2_Forward.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Line2_Backward
            // 
            this.Pkg_Line2_Backward.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Line2_Backward.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Line2_Backward.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Line2_Backward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Line2_Backward.Location = new System.Drawing.Point(193, 199);
            this.Pkg_Line2_Backward.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Line2_Backward.Name = "Pkg_Line2_Backward";
            this.Pkg_Line2_Backward.Size = new System.Drawing.Size(177, 50);
            this.Pkg_Line2_Backward.TabIndex = 17;
            this.Pkg_Line2_Backward.Text = "←←反转";
            this.Pkg_Line2_Backward.UseVisualStyleBackColor = true;
            this.Pkg_Line2_Backward.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Station_Stop_Down
            // 
            this.Pkg_Station_Stop_Down.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Station_Stop_Down.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Station_Stop_Down.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Station_Stop_Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Station_Stop_Down.Location = new System.Drawing.Point(257, 155);
            this.Pkg_Station_Stop_Down.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Station_Stop_Down.Name = "Pkg_Station_Stop_Down";
            this.Pkg_Station_Stop_Down.Size = new System.Drawing.Size(112, 39);
            this.Pkg_Station_Stop_Down.TabIndex = 16;
            this.Pkg_Station_Stop_Down.Text = "▉ 工位阻挡";
            this.Pkg_Station_Stop_Down.UseVisualStyleBackColor = true;
            this.Pkg_Station_Stop_Down.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Station_Check
            // 
            this.Pkg_Station_Check.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Station_Check.Location = new System.Drawing.Point(275, 125);
            this.Pkg_Station_Check.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Station_Check.Name = "Pkg_Station_Check";
            this.Pkg_Station_Check.Size = new System.Drawing.Size(91, 25);
            this.Pkg_Station_Check.TabIndex = 15;
            this.Pkg_Station_Check.Text = "工位检测";
            this.Pkg_Station_Check.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Pkg_Stop2_Down
            // 
            this.Pkg_Stop2_Down.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Stop2_Down.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Stop2_Down.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Stop2_Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Stop2_Down.Location = new System.Drawing.Point(9, 152);
            this.Pkg_Stop2_Down.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Stop2_Down.Name = "Pkg_Stop2_Down";
            this.Pkg_Stop2_Down.Size = new System.Drawing.Size(95, 39);
            this.Pkg_Stop2_Down.TabIndex = 12;
            this.Pkg_Stop2_Down.Text = "▉ 阻挡2";
            this.Pkg_Stop2_Down.UseVisualStyleBackColor = true;
            this.Pkg_Stop2_Down.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Stop_Check2
            // 
            this.Pkg_Stop_Check2.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Stop_Check2.Location = new System.Drawing.Point(9, 122);
            this.Pkg_Stop_Check2.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Stop_Check2.Name = "Pkg_Stop_Check2";
            this.Pkg_Stop_Check2.Size = new System.Drawing.Size(91, 25);
            this.Pkg_Stop_Check2.TabIndex = 11;
            this.Pkg_Stop_Check2.Text = "检测2";
            this.Pkg_Stop_Check2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.groupBox2.Controls.Add(this.Pkg_Empty_Shelf_Check);
            this.groupBox2.Controls.Add(this.Pkg_Line3_Forward);
            this.groupBox2.Controls.Add(this.Pkg_Line3_Backward);
            this.groupBox2.Controls.Add(this.Pkg_Out_Stop_Down);
            this.groupBox2.Controls.Add(this.Pkg_Out_Stop_Check);
            this.groupBox2.Controls.Add(this.Pkg_Rotot_Forbidden_Check);
            this.groupBox2.Location = new System.Drawing.Point(711, 119);
            this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox2.Size = new System.Drawing.Size(395, 160);
            this.groupBox2.TabIndex = 301;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "右侧包装线体";
            // 
            // Pkg_Empty_Shelf_Check
            // 
            this.Pkg_Empty_Shelf_Check.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Empty_Shelf_Check.Location = new System.Drawing.Point(157, 69);
            this.Pkg_Empty_Shelf_Check.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Empty_Shelf_Check.Name = "Pkg_Empty_Shelf_Check";
            this.Pkg_Empty_Shelf_Check.Size = new System.Drawing.Size(116, 25);
            this.Pkg_Empty_Shelf_Check.TabIndex = 21;
            this.Pkg_Empty_Shelf_Check.Text = "X711 空架可出";
            this.Pkg_Empty_Shelf_Check.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Pkg_Line3_Forward
            // 
            this.Pkg_Line3_Forward.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Line3_Forward.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Line3_Forward.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Line3_Forward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Line3_Forward.Location = new System.Drawing.Point(8, 99);
            this.Pkg_Line3_Forward.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Line3_Forward.Name = "Pkg_Line3_Forward";
            this.Pkg_Line3_Forward.Size = new System.Drawing.Size(183, 50);
            this.Pkg_Line3_Forward.TabIndex = 20;
            this.Pkg_Line3_Forward.Text = "→→正转";
            this.Pkg_Line3_Forward.UseVisualStyleBackColor = true;
            this.Pkg_Line3_Forward.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Line3_Backward
            // 
            this.Pkg_Line3_Backward.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Line3_Backward.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Line3_Backward.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Line3_Backward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Line3_Backward.Location = new System.Drawing.Point(199, 99);
            this.Pkg_Line3_Backward.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Line3_Backward.Name = "Pkg_Line3_Backward";
            this.Pkg_Line3_Backward.Size = new System.Drawing.Size(177, 50);
            this.Pkg_Line3_Backward.TabIndex = 19;
            this.Pkg_Line3_Backward.Text = "←←反转";
            this.Pkg_Line3_Backward.UseVisualStyleBackColor = true;
            this.Pkg_Line3_Backward.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Out_Stop_Down
            // 
            this.Pkg_Out_Stop_Down.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.Pkg_Out_Stop_Down.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.Pkg_Out_Stop_Down.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.Pkg_Out_Stop_Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.Pkg_Out_Stop_Down.Location = new System.Drawing.Point(281, 58);
            this.Pkg_Out_Stop_Down.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Out_Stop_Down.Name = "Pkg_Out_Stop_Down";
            this.Pkg_Out_Stop_Down.Size = new System.Drawing.Size(95, 39);
            this.Pkg_Out_Stop_Down.TabIndex = 16;
            this.Pkg_Out_Stop_Down.Text = "▉ 阻挡";
            this.Pkg_Out_Stop_Down.UseVisualStyleBackColor = true;
            this.Pkg_Out_Stop_Down.Click += new System.EventHandler(this.BtnClick);
            // 
            // Pkg_Out_Stop_Check
            // 
            this.Pkg_Out_Stop_Check.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Out_Stop_Check.Location = new System.Drawing.Point(279, 22);
            this.Pkg_Out_Stop_Check.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Out_Stop_Check.Name = "Pkg_Out_Stop_Check";
            this.Pkg_Out_Stop_Check.Size = new System.Drawing.Size(91, 25);
            this.Pkg_Out_Stop_Check.TabIndex = 15;
            this.Pkg_Out_Stop_Check.Text = "出口检测";
            this.Pkg_Out_Stop_Check.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Pkg_Rotot_Forbidden_Check
            // 
            this.Pkg_Rotot_Forbidden_Check.BackColor = System.Drawing.Color.LightGray;
            this.Pkg_Rotot_Forbidden_Check.Location = new System.Drawing.Point(8, 69);
            this.Pkg_Rotot_Forbidden_Check.Margin = new System.Windows.Forms.Padding(4);
            this.Pkg_Rotot_Forbidden_Check.Name = "Pkg_Rotot_Forbidden_Check";
            this.Pkg_Rotot_Forbidden_Check.Size = new System.Drawing.Size(129, 25);
            this.Pkg_Rotot_Forbidden_Check.TabIndex = 11;
            this.Pkg_Rotot_Forbidden_Check.Text = "X710 Robot禁用";
            this.Pkg_Rotot_Forbidden_Check.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // s2StationStatus
            // 
            this.s2StationStatus.AutoSize = true;
            this.s2StationStatus.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.s2StationStatus.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.s2StationStatus.Location = new System.Drawing.Point(163, 394);
            this.s2StationStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.s2StationStatus.Name = "s2StationStatus";
            this.s2StationStatus.Size = new System.Drawing.Size(98, 18);
            this.s2StationStatus.TabIndex = 302;
            this.s2StationStatus.Text = "StatusTxt";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(36, 394);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(103, 18);
            this.label1.TabIndex = 303;
            this.label1.Text = "包装线工位";
            // 
            // pkgStationStatus
            // 
            this.pkgStationStatus.AutoSize = true;
            this.pkgStationStatus.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.pkgStationStatus.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.pkgStationStatus.Location = new System.Drawing.Point(163, 444);
            this.pkgStationStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.pkgStationStatus.Name = "pkgStationStatus";
            this.pkgStationStatus.Size = new System.Drawing.Size(98, 18);
            this.pkgStationStatus.TabIndex = 304;
            this.pkgStationStatus.Text = "StatusTxt";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(36, 444);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(103, 18);
            this.label3.TabIndex = 305;
            this.label3.Text = "双层线工位";
            // 
            // benQOut
            // 
            this.benQOut.AutoSize = true;
            this.benQOut.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.benQOut.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.benQOut.Location = new System.Drawing.Point(163, 568);
            this.benQOut.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.benQOut.Name = "benQOut";
            this.benQOut.Size = new System.Drawing.Size(98, 18);
            this.benQOut.TabIndex = 306;
            this.benQOut.Text = "StatusTxt";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(44, 568);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(95, 18);
            this.label4.TabIndex = 307;
            this.label4.Text = "逐鹿AGV出";
            // 
            // benQLeftInStatus
            // 
            this.benQLeftInStatus.AutoSize = true;
            this.benQLeftInStatus.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.benQLeftInStatus.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.benQLeftInStatus.Location = new System.Drawing.Point(163, 494);
            this.benQLeftInStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.benQLeftInStatus.Name = "benQLeftInStatus";
            this.benQLeftInStatus.Size = new System.Drawing.Size(98, 18);
            this.benQLeftInStatus.TabIndex = 308;
            this.benQLeftInStatus.Text = "StatusTxt";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(22, 492);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(133, 18);
            this.label5.TabIndex = 309;
            this.label5.Text = "逐鹿AGV左侧入";
            // 
            // pkgStatusMsg
            // 
            this.pkgStatusMsg.AutoSize = true;
            this.pkgStatusMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.pkgStatusMsg.ForeColor = System.Drawing.Color.DodgerBlue;
            this.pkgStatusMsg.Location = new System.Drawing.Point(333, 395);
            this.pkgStatusMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.pkgStatusMsg.Name = "pkgStatusMsg";
            this.pkgStatusMsg.Size = new System.Drawing.Size(61, 15);
            this.pkgStatusMsg.TabIndex = 310;
            this.pkgStatusMsg.Text = "MsgTxt";
            // 
            // s2StationMsg
            // 
            this.s2StationMsg.AutoSize = true;
            this.s2StationMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.s2StationMsg.ForeColor = System.Drawing.Color.DodgerBlue;
            this.s2StationMsg.Location = new System.Drawing.Point(315, 445);
            this.s2StationMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.s2StationMsg.Name = "s2StationMsg";
            this.s2StationMsg.Size = new System.Drawing.Size(79, 15);
            this.s2StationMsg.TabIndex = 311;
            this.s2StationMsg.Text = "S2MsgTxt";
            // 
            // benQLeftInMsg
            // 
            this.benQLeftInMsg.AutoSize = true;
            this.benQLeftInMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.benQLeftInMsg.ForeColor = System.Drawing.Color.DodgerBlue;
            this.benQLeftInMsg.Location = new System.Drawing.Point(306, 495);
            this.benQLeftInMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.benQLeftInMsg.Name = "benQLeftInMsg";
            this.benQLeftInMsg.Size = new System.Drawing.Size(88, 15);
            this.benQLeftInMsg.TabIndex = 313;
            this.benQLeftInMsg.Text = "BenQInMsg";
            // 
            // benQOutMsg
            // 
            this.benQOutMsg.AutoSize = true;
            this.benQOutMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.benQOutMsg.ForeColor = System.Drawing.Color.DodgerBlue;
            this.benQOutMsg.Location = new System.Drawing.Point(297, 568);
            this.benQOutMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.benQOutMsg.Name = "benQOutMsg";
            this.benQOutMsg.Size = new System.Drawing.Size(97, 15);
            this.benQOutMsg.TabIndex = 314;
            this.benQOutMsg.Text = "benQOutMsg";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(160, 15);
            this.button2.Margin = new System.Windows.Forms.Padding(4);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(156, 78);
            this.button2.TabIndex = 1;
            this.button2.Text = "停止";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // agvA3Msg
            // 
            this.agvA3Msg.AutoSize = true;
            this.agvA3Msg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.agvA3Msg.ForeColor = System.Drawing.Color.DodgerBlue;
            this.agvA3Msg.Location = new System.Drawing.Point(315, 295);
            this.agvA3Msg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.agvA3Msg.Name = "agvA3Msg";
            this.agvA3Msg.Size = new System.Drawing.Size(79, 15);
            this.agvA3Msg.TabIndex = 317;
            this.agvA3Msg.Text = "agvA3Msg";
            // 
            // agvA3Status
            // 
            this.agvA3Status.AutoSize = true;
            this.agvA3Status.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.agvA3Status.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.agvA3Status.Location = new System.Drawing.Point(163, 294);
            this.agvA3Status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.agvA3Status.Name = "agvA3Status";
            this.agvA3Status.Size = new System.Drawing.Size(118, 18);
            this.agvA3Status.TabIndex = 315;
            this.agvA3Status.Text = "agvA3Status";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(44, 294);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(87, 18);
            this.label7.TabIndex = 316;
            this.label7.Text = "A3 AGV入";
            // 
            // agvA4Msg
            // 
            this.agvA4Msg.AutoSize = true;
            this.agvA4Msg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.agvA4Msg.ForeColor = System.Drawing.Color.DodgerBlue;
            this.agvA4Msg.Location = new System.Drawing.Point(315, 345);
            this.agvA4Msg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.agvA4Msg.Name = "agvA4Msg";
            this.agvA4Msg.Size = new System.Drawing.Size(79, 15);
            this.agvA4Msg.TabIndex = 320;
            this.agvA4Msg.Text = "A4AgvMsg";
            // 
            // agvA4Status
            // 
            this.agvA4Status.AutoSize = true;
            this.agvA4Status.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.agvA4Status.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.agvA4Status.Location = new System.Drawing.Point(163, 344);
            this.agvA4Status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.agvA4Status.Name = "agvA4Status";
            this.agvA4Status.Size = new System.Drawing.Size(118, 18);
            this.agvA4Status.TabIndex = 318;
            this.agvA4Status.Text = "agvA4Status";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.Location = new System.Drawing.Point(43, 344);
            this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(87, 18);
            this.label10.TabIndex = 319;
            this.label10.Text = "A4 AGV出";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(16, 526);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(133, 18);
            this.label2.TabIndex = 321;
            this.label2.Text = "逐鹿AGV右侧入";
            // 
            // benQRightInStatus
            // 
            this.benQRightInStatus.AutoSize = true;
            this.benQRightInStatus.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.benQRightInStatus.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.benQRightInStatus.Location = new System.Drawing.Point(163, 529);
            this.benQRightInStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.benQRightInStatus.Name = "benQRightInStatus";
            this.benQRightInStatus.Size = new System.Drawing.Size(98, 18);
            this.benQRightInStatus.TabIndex = 322;
            this.benQRightInStatus.Text = "StatusTxt";
            // 
            // benQRightInMsg
            // 
            this.benQRightInMsg.AutoSize = true;
            this.benQRightInMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.benQRightInMsg.ForeColor = System.Drawing.Color.DodgerBlue;
            this.benQRightInMsg.Location = new System.Drawing.Point(306, 529);
            this.benQRightInMsg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.benQRightInMsg.Name = "benQRightInMsg";
            this.benQRightInMsg.Size = new System.Drawing.Size(88, 15);
            this.benQRightInMsg.TabIndex = 323;
            this.benQRightInMsg.Text = "BenQInMsg";
            // 
            // A5Status
            // 
            this.A5Status.AutoSize = true;
            this.A5Status.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.A5Status.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.A5Status.Location = new System.Drawing.Point(688, 310);
            this.A5Status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.A5Status.Name = "A5Status";
            this.A5Status.Size = new System.Drawing.Size(98, 18);
            this.A5Status.TabIndex = 324;
            this.A5Status.Text = "StatusTxt";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(581, 310);
            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(66, 18);
            this.label8.TabIndex = 325;
            this.label8.Text = "A5状态";
            // 
            // A6Status
            // 
            this.A6Status.AutoSize = true;
            this.A6Status.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.A6Status.ForeColor = System.Drawing.Color.MediumSeaGreen;
            this.A6Status.Location = new System.Drawing.Point(688, 347);
            this.A6Status.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.A6Status.Name = "A6Status";
            this.A6Status.Size = new System.Drawing.Size(98, 18);
            this.A6Status.TabIndex = 326;
            this.A6Status.Text = "StatusTxt";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label11.Location = new System.Drawing.Point(581, 347);
            this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(66, 18);
            this.label11.TabIndex = 327;
            this.label11.Text = "A6状态";
            // 
            // PackageLineClien
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1121, 623);
            this.Controls.Add(this.A6Status);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.A5Status);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.benQRightInMsg);
            this.Controls.Add(this.benQRightInStatus);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.agvA4Msg);
            this.Controls.Add(this.agvA4Status);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.agvA3Msg);
            this.Controls.Add(this.agvA3Status);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.benQOutMsg);
            this.Controls.Add(this.benQLeftInMsg);
            this.Controls.Add(this.benQLeftInStatus);
            this.Controls.Add(this.s2StationMsg);
            this.Controls.Add(this.pkgStatusMsg);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.benQOut);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.s2StationStatus);
            this.Controls.Add(this.pkgStationStatus);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox6);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "PackageLineClien";
            this.Text = "PackageLineClien";
            this.Load += new System.EventHandler(this.PackageLineClien_Load);
            this.Shown += new System.EventHandler(this.PackageLineClien_Shown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button Pkg_Stop1_Down;
        private System.Windows.Forms.Label Pkg_Stop_Check1;
        private System.Windows.Forms.Label Pkg_In_Check;
        private System.Windows.Forms.Button Pkg_Line1_Forward;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Button Pkg_Station_Stop_Down;
        private System.Windows.Forms.Label Pkg_Station_Check;
        private System.Windows.Forms.Button Pkg_Stop2_Down;
        private System.Windows.Forms.Label Pkg_Stop_Check2;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button Pkg_Out_Stop_Down;
        private System.Windows.Forms.Label Pkg_Out_Stop_Check;
        private System.Windows.Forms.Label Pkg_Rotot_Forbidden_Check;
        private System.Windows.Forms.Button Pkg_Line2_Forward;
        private System.Windows.Forms.Button Pkg_Line2_Backward;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button Pkg_Line3_Forward;
        private System.Windows.Forms.Button Pkg_Line3_Backward;
        private System.Windows.Forms.Button btnS2Down;
        private System.Windows.Forms.Label Pkg_Station_Down;
        private System.Windows.Forms.Button btnS2Up;
        private System.Windows.Forms.Label Pkg_Station_Up;
        private System.Windows.Forms.Label s2StationStatus;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label pkgStationStatus;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label benQOut;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label benQLeftInStatus;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label pkgStatusMsg;
        private System.Windows.Forms.Label s2StationMsg;
        private System.Windows.Forms.Label benQLeftInMsg;
        private System.Windows.Forms.Label benQOutMsg;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label agvA3Msg;
        private System.Windows.Forms.Label agvA3Status;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label agvA4Msg;
        private System.Windows.Forms.Label agvA4Status;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label Pkg_Empty_Shelf_Check;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label benQRightInStatus;
        private System.Windows.Forms.Label benQRightInMsg;
        private System.Windows.Forms.Label A5Status;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label A6Status;
        private System.Windows.Forms.Label label11;
    }
}