FrmMain.Designer.cs 38.4 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
namespace AGVControl
{
    partial class FrmMain
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

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

        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            this.DgvAgv = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Column17 = new System.Windows.Forms.DataGridViewButtonColumn();
            this.DgvNode = new System.Windows.Forms.DataGridView();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column16 = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Column15 = new System.Windows.Forms.DataGridViewButtonColumn();
            this.TxtLog = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.BtnOpenExcel = new System.Windows.Forms.Button();
            this.BtnAddPlace = new System.Windows.Forms.Button();
            this.TxtPlace = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.CloseDoor = new System.Windows.Forms.Button();
            this.BtnReady = new System.Windows.Forms.Button();
            this.BtnArrive = new System.Windows.Forms.Button();
            this.BtnClearError = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.BtnWriteCharge2 = new System.Windows.Forms.Button();
            this.BtnReadCharge2 = new System.Windows.Forms.Button();
            this.TxtCharge2 = new System.Windows.Forms.TextBox();
            this.BtnWriteCharge1 = new System.Windows.Forms.Button();
            this.BtnReadCharge1 = new System.Windows.Forms.Button();
            this.TxtCharge1 = new System.Windows.Forms.TextBox();
            this.ChkAutoCharge = new System.Windows.Forms.CheckBox();
            this.BtnMarkWrite = new System.Windows.Forms.Button();
            this.BtnMarkRead = new System.Windows.Forms.Button();
            this.TxtMark = new System.Windows.Forms.TextBox();
            this.ChkAutoRun = new System.Windows.Forms.CheckBox();
            this.BtnMarkClear = new System.Windows.Forms.Button();
            this.BtnMissionAdd = new System.Windows.Forms.Button();
            this.BtnMissionPause = new System.Windows.Forms.Button();
            this.BtnMissionReady = new System.Windows.Forms.Button();
            this.LstAgvPlace = new System.Windows.Forms.ListBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.dgvMission = new System.Windows.Forms.DataGridView();
            this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.DgvAgv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvNode)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMission)).BeginInit();
            this.SuspendLayout();
            // 
            // DgvAgv
            // 
            this.DgvAgv.AllowUserToAddRows = false;
            this.DgvAgv.AllowUserToDeleteRows = false;
            this.DgvAgv.AllowUserToResizeColumns = false;
            this.DgvAgv.AllowUserToResizeRows = false;
            this.DgvAgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.DgvAgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DgvAgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column14,
            this.Column18,
            this.Column4,
            this.Column13,
            this.Column19,
            this.Column11,
            this.Column17});
            this.DgvAgv.Location = new System.Drawing.Point(12, 12);
            this.DgvAgv.Name = "DgvAgv";
            this.DgvAgv.ReadOnly = true;
            this.DgvAgv.RowHeadersWidth = 51;
            this.DgvAgv.RowTemplate.Height = 23;
            this.DgvAgv.Size = new System.Drawing.Size(970, 126);
            this.DgvAgv.TabIndex = 0;
            this.DgvAgv.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvAgv_CellClick);
            // 
            // Column1
            // 
            this.Column1.HeaderText = "AGV名称";
            this.Column1.MinimumWidth = 6;
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column1.Width = 80;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "IP";
            this.Column2.MinimumWidth = 6;
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column2.Width = 125;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "AGV状态";
            this.Column3.MinimumWidth = 6;
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column3.Width = 125;
            // 
            // Column14
            // 
            this.Column14.HeaderText = "任务状态";
            this.Column14.MinimumWidth = 6;
            this.Column14.Name = "Column14";
            this.Column14.ReadOnly = true;
            this.Column14.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column14.Width = 120;
            // 
            // Column18
            // 
            this.Column18.HeaderText = "目标地点";
            this.Column18.MinimumWidth = 6;
            this.Column18.Name = "Column18";
            this.Column18.ReadOnly = true;
            this.Column18.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column18.Width = 80;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "后续任务";
            this.Column4.MinimumWidth = 6;
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column4.Width = 80;
            // 
            // Column13
            // 
            this.Column13.HeaderText = "在线";
            this.Column13.MinimumWidth = 6;
            this.Column13.Name = "Column13";
            this.Column13.ReadOnly = true;
            this.Column13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column13.Width = 60;
            // 
            // Column19
            // 
            this.Column19.HeaderText = "电量";
            this.Column19.MinimumWidth = 6;
            this.Column19.Name = "Column19";
            this.Column19.ReadOnly = true;
            this.Column19.Width = 60;
            // 
            // Column11
            // 
            this.Column11.HeaderText = "调用";
            this.Column11.MinimumWidth = 6;
            this.Column11.Name = "Column11";
            this.Column11.ReadOnly = true;
            this.Column11.Width = 60;
            // 
            // Column17
            // 
            this.Column17.HeaderText = "清除缓存";
            this.Column17.MinimumWidth = 6;
            this.Column17.Name = "Column17";
            this.Column17.ReadOnly = true;
            this.Column17.Width = 80;
            // 
            // DgvNode
            // 
            this.DgvNode.AllowUserToAddRows = false;
            this.DgvNode.AllowUserToDeleteRows = false;
            this.DgvNode.AllowUserToResizeColumns = false;
            this.DgvNode.AllowUserToResizeRows = false;
            this.DgvNode.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.DgvNode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DgvNode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column6,
            this.Column7,
            this.Column12,
            this.Column8,
            this.Column9,
            this.Column10,
            this.Column5,
            this.Column16,
            this.Column15});
            this.DgvNode.Location = new System.Drawing.Point(6, 6);
            this.DgvNode.Name = "DgvNode";
            this.DgvNode.ReadOnly = true;
            this.DgvNode.RowHeadersWidth = 50;
            this.DgvNode.RowTemplate.Height = 23;
            this.DgvNode.Size = new System.Drawing.Size(950, 486);
            this.DgvNode.TabIndex = 1;
            this.DgvNode.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvNode_CellClick);
            // 
            // Column6
            // 
            this.Column6.HeaderText = "地点";
            this.Column6.MinimumWidth = 6;
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column6.Width = 70;
            // 
            // Column7
            // 
            this.Column7.HeaderText = "动作";
            this.Column7.MinimumWidth = 6;
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column7.Width = 125;
            // 
            // Column12
            // 
            this.Column12.HeaderText = "优先级";
            this.Column12.MinimumWidth = 6;
            this.Column12.Name = "Column12";
            this.Column12.ReadOnly = true;
            this.Column12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column12.Width = 125;
            // 
            // Column8
            // 
            this.Column8.HeaderText = "标志";
            this.Column8.MinimumWidth = 6;
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            this.Column8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column8.Width = 125;
            // 
            // Column9
            // 
            this.Column9.HeaderText = "RFID";
            this.Column9.MinimumWidth = 6;
            this.Column9.Name = "Column9";
            this.Column9.ReadOnly = true;
            this.Column9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column9.Width = 125;
            // 
            // Column10
            // 
            this.Column10.HeaderText = "AGV名称";
            this.Column10.MinimumWidth = 6;
            this.Column10.Name = "Column10";
            this.Column10.ReadOnly = true;
            this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column10.Width = 125;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "在线";
            this.Column5.MinimumWidth = 6;
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column5.Width = 60;
            // 
            // Column16
            // 
            this.Column16.HeaderText = "调用";
            this.Column16.MinimumWidth = 6;
            this.Column16.Name = "Column16";
            this.Column16.ReadOnly = true;
            this.Column16.Width = 60;
            // 
            // Column15
            // 
            this.Column15.HeaderText = "清除AGV";
            this.Column15.MinimumWidth = 6;
            this.Column15.Name = "Column15";
            this.Column15.ReadOnly = true;
            this.Column15.Width = 80;
            // 
            // TxtLog
            // 
            this.TxtLog.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.TxtLog.Location = new System.Drawing.Point(3, 3);
            this.TxtLog.Multiline = true;
            this.TxtLog.Name = "TxtLog";
            this.TxtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.TxtLog.Size = new System.Drawing.Size(329, 486);
            this.TxtLog.TabIndex = 4;
            // 
            // tabControl1
            // 
            this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(12, 144);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(970, 527);
            this.tabControl1.TabIndex = 5;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.DgvNode);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(962, 498);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "节点";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.BtnOpenExcel);
            this.tabPage3.Controls.Add(this.BtnAddPlace);
            this.tabPage3.Controls.Add(this.TxtPlace);
            this.tabPage3.Controls.Add(this.label3);
            this.tabPage3.Controls.Add(this.CloseDoor);
            this.tabPage3.Controls.Add(this.BtnReady);
            this.tabPage3.Controls.Add(this.BtnArrive);
            this.tabPage3.Controls.Add(this.BtnClearError);
            this.tabPage3.Controls.Add(this.label2);
            this.tabPage3.Controls.Add(this.label1);
            this.tabPage3.Controls.Add(this.BtnWriteCharge2);
            this.tabPage3.Controls.Add(this.BtnReadCharge2);
            this.tabPage3.Controls.Add(this.TxtCharge2);
            this.tabPage3.Controls.Add(this.BtnWriteCharge1);
            this.tabPage3.Controls.Add(this.BtnReadCharge1);
            this.tabPage3.Controls.Add(this.TxtCharge1);
            this.tabPage3.Controls.Add(this.ChkAutoCharge);
            this.tabPage3.Controls.Add(this.BtnMarkWrite);
            this.tabPage3.Controls.Add(this.BtnMarkRead);
            this.tabPage3.Controls.Add(this.TxtMark);
            this.tabPage3.Controls.Add(this.ChkAutoRun);
            this.tabPage3.Controls.Add(this.BtnMarkClear);
            this.tabPage3.Controls.Add(this.BtnMissionAdd);
            this.tabPage3.Controls.Add(this.BtnMissionPause);
            this.tabPage3.Controls.Add(this.BtnMissionReady);
            this.tabPage3.Controls.Add(this.LstAgvPlace);
            this.tabPage3.Location = new System.Drawing.Point(4, 25);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(962, 498);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "任务";
            this.tabPage3.UseVisualStyleBackColor = true;
            this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
            // 
            // BtnOpenExcel
            // 
            this.BtnOpenExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.BtnOpenExcel.Location = new System.Drawing.Point(162, 462);
            this.BtnOpenExcel.Name = "BtnOpenExcel";
            this.BtnOpenExcel.Size = new System.Drawing.Size(96, 30);
            this.BtnOpenExcel.TabIndex = 26;
            this.BtnOpenExcel.Text = "AGV点位分布";
            this.BtnOpenExcel.UseVisualStyleBackColor = true;
            this.BtnOpenExcel.Click += new System.EventHandler(this.BtnOpenExcel_Click);
            // 
            // BtnAddPlace
            // 
            this.BtnAddPlace.Location = new System.Drawing.Point(162, 285);
            this.BtnAddPlace.Name = "BtnAddPlace";
            this.BtnAddPlace.Size = new System.Drawing.Size(96, 30);
            this.BtnAddPlace.TabIndex = 25;
            this.BtnAddPlace.Text = "目标地点";
            this.BtnAddPlace.UseVisualStyleBackColor = true;
            this.BtnAddPlace.Click += new System.EventHandler(this.BtnAddPlace_Click);
            // 
            // TxtPlace
            // 
            this.TxtPlace.Location = new System.Drawing.Point(162, 258);
            this.TxtPlace.Name = "TxtPlace";
            this.TxtPlace.Size = new System.Drawing.Size(96, 25);
            this.TxtPlace.TabIndex = 24;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(388, 66);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(157, 15);
            this.label3.TabIndex = 23;
            this.label3.Text = "节点标志使用空格分隔";
            // 
            // CloseDoor
            // 
            this.CloseDoor.Location = new System.Drawing.Point(162, 222);
            this.CloseDoor.Name = "CloseDoor";
            this.CloseDoor.Size = new System.Drawing.Size(96, 30);
            this.CloseDoor.TabIndex = 22;
            this.CloseDoor.Text = "CloseDoor";
            this.CloseDoor.UseVisualStyleBackColor = true;
            this.CloseDoor.Click += new System.EventHandler(this.CloseDoor_Click);
            // 
            // BtnReady
            // 
            this.BtnReady.Location = new System.Drawing.Point(162, 186);
            this.BtnReady.Name = "BtnReady";
            this.BtnReady.Size = new System.Drawing.Size(96, 30);
            this.BtnReady.TabIndex = 21;
            this.BtnReady.Text = "Ready";
            this.BtnReady.UseVisualStyleBackColor = true;
            this.BtnReady.Click += new System.EventHandler(this.BtnReady_Click);
            // 
            // BtnArrive
            // 
            this.BtnArrive.Location = new System.Drawing.Point(162, 150);
            this.BtnArrive.Name = "BtnArrive";
            this.BtnArrive.Size = new System.Drawing.Size(96, 30);
            this.BtnArrive.TabIndex = 20;
            this.BtnArrive.Text = "Arrive";
            this.BtnArrive.UseVisualStyleBackColor = true;
            this.BtnArrive.Click += new System.EventHandler(this.BtnArrive_Click);
            // 
            // BtnClearError
            // 
            this.BtnClearError.Location = new System.Drawing.Point(162, 114);
            this.BtnClearError.Name = "BtnClearError";
            this.BtnClearError.Size = new System.Drawing.Size(96, 30);
            this.BtnClearError.TabIndex = 19;
            this.BtnClearError.Text = "清除错误";
            this.BtnClearError.UseVisualStyleBackColor = true;
            this.BtnClearError.Click += new System.EventHandler(this.BtnClearError_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(592, 120);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(60, 15);
            this.label2.TabIndex = 18;
            this.label2.Text = "充电桩2";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(490, 120);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(60, 15);
            this.label1.TabIndex = 17;
            this.label1.Text = "充电桩1";
            // 
            // BtnWriteCharge2
            // 
            this.BtnWriteCharge2.Location = new System.Drawing.Point(589, 198);
            this.BtnWriteCharge2.Name = "BtnWriteCharge2";
            this.BtnWriteCharge2.Size = new System.Drawing.Size(96, 30);
            this.BtnWriteCharge2.TabIndex = 16;
            this.BtnWriteCharge2.Text = "写";
            this.BtnWriteCharge2.UseVisualStyleBackColor = true;
            this.BtnWriteCharge2.Click += new System.EventHandler(this.BtnReadWriteCharge_Click);
            // 
            // BtnReadCharge2
            // 
            this.BtnReadCharge2.Location = new System.Drawing.Point(589, 162);
            this.BtnReadCharge2.Name = "BtnReadCharge2";
            this.BtnReadCharge2.Size = new System.Drawing.Size(96, 30);
            this.BtnReadCharge2.TabIndex = 15;
            this.BtnReadCharge2.Text = "读";
            this.BtnReadCharge2.UseVisualStyleBackColor = true;
            this.BtnReadCharge2.Click += new System.EventHandler(this.BtnReadWriteCharge_Click);
            // 
            // TxtCharge2
            // 
            this.TxtCharge2.Location = new System.Drawing.Point(589, 135);
            this.TxtCharge2.Name = "TxtCharge2";
            this.TxtCharge2.Size = new System.Drawing.Size(96, 25);
            this.TxtCharge2.TabIndex = 14;
            // 
            // BtnWriteCharge1
            // 
            this.BtnWriteCharge1.Location = new System.Drawing.Point(487, 198);
            this.BtnWriteCharge1.Name = "BtnWriteCharge1";
            this.BtnWriteCharge1.Size = new System.Drawing.Size(96, 30);
            this.BtnWriteCharge1.TabIndex = 13;
            this.BtnWriteCharge1.Text = "写";
            this.BtnWriteCharge1.UseVisualStyleBackColor = true;
            this.BtnWriteCharge1.Click += new System.EventHandler(this.BtnReadWriteCharge_Click);
            // 
            // BtnReadCharge1
            // 
            this.BtnReadCharge1.Location = new System.Drawing.Point(487, 162);
            this.BtnReadCharge1.Name = "BtnReadCharge1";
            this.BtnReadCharge1.Size = new System.Drawing.Size(96, 30);
            this.BtnReadCharge1.TabIndex = 12;
            this.BtnReadCharge1.Text = "读";
            this.BtnReadCharge1.UseVisualStyleBackColor = true;
            this.BtnReadCharge1.Click += new System.EventHandler(this.BtnReadWriteCharge_Click);
            // 
            // TxtCharge1
            // 
            this.TxtCharge1.Location = new System.Drawing.Point(487, 135);
            this.TxtCharge1.Name = "TxtCharge1";
            this.TxtCharge1.Size = new System.Drawing.Size(96, 25);
            this.TxtCharge1.TabIndex = 11;
            // 
            // ChkAutoCharge
            // 
            this.ChkAutoCharge.AutoSize = true;
            this.ChkAutoCharge.Location = new System.Drawing.Point(385, 135);
            this.ChkAutoCharge.Name = "ChkAutoCharge";
            this.ChkAutoCharge.Size = new System.Drawing.Size(89, 19);
            this.ChkAutoCharge.TabIndex = 10;
            this.ChkAutoCharge.Text = "自动充电";
            this.ChkAutoCharge.UseVisualStyleBackColor = true;
            this.ChkAutoCharge.CheckedChanged += new System.EventHandler(this.ChkAutoCharge_CheckedChanged);
            // 
            // BtnMarkWrite
            // 
            this.BtnMarkWrite.Location = new System.Drawing.Point(492, 33);
            this.BtnMarkWrite.Name = "BtnMarkWrite";
            this.BtnMarkWrite.Size = new System.Drawing.Size(96, 30);
            this.BtnMarkWrite.TabIndex = 8;
            this.BtnMarkWrite.Text = "写入标志缓存";
            this.BtnMarkWrite.UseVisualStyleBackColor = true;
            this.BtnMarkWrite.Click += new System.EventHandler(this.BtnMarkWrite_Click);
            // 
            // BtnMarkRead
            // 
            this.BtnMarkRead.Location = new System.Drawing.Point(390, 33);
            this.BtnMarkRead.Name = "BtnMarkRead";
            this.BtnMarkRead.Size = new System.Drawing.Size(96, 30);
            this.BtnMarkRead.TabIndex = 7;
            this.BtnMarkRead.Text = "读取标志缓存";
            this.BtnMarkRead.UseVisualStyleBackColor = true;
            this.BtnMarkRead.Click += new System.EventHandler(this.BtnMarkRead_Click);
            // 
            // TxtMark
            // 
            this.TxtMark.Location = new System.Drawing.Point(390, 6);
            this.TxtMark.Name = "TxtMark";
            this.TxtMark.Size = new System.Drawing.Size(300, 25);
            this.TxtMark.TabIndex = 6;
            // 
            // ChkAutoRun
            // 
            this.ChkAutoRun.AutoSize = true;
            this.ChkAutoRun.Checked = true;
            this.ChkAutoRun.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ChkAutoRun.Location = new System.Drawing.Point(385, 258);
            this.ChkAutoRun.Name = "ChkAutoRun";
            this.ChkAutoRun.Size = new System.Drawing.Size(104, 19);
            this.ChkAutoRun.TabIndex = 5;
            this.ChkAutoRun.Text = "开机自启动";
            this.ChkAutoRun.UseVisualStyleBackColor = true;
            this.ChkAutoRun.CheckedChanged += new System.EventHandler(this.ChkAutoRun_CheckedChanged);
            // 
            // BtnMarkClear
            // 
            this.BtnMarkClear.Location = new System.Drawing.Point(594, 33);
            this.BtnMarkClear.Name = "BtnMarkClear";
            this.BtnMarkClear.Size = new System.Drawing.Size(96, 30);
            this.BtnMarkClear.TabIndex = 4;
            this.BtnMarkClear.Text = "清除标志缓存";
            this.BtnMarkClear.UseVisualStyleBackColor = true;
            this.BtnMarkClear.Click += new System.EventHandler(this.BtnMarkClear_Click);
            // 
            // BtnMissionAdd
            // 
            this.BtnMissionAdd.Location = new System.Drawing.Point(162, 78);
            this.BtnMissionAdd.Name = "BtnMissionAdd";
            this.BtnMissionAdd.Size = new System.Drawing.Size(96, 30);
            this.BtnMissionAdd.TabIndex = 3;
            this.BtnMissionAdd.Text = "添加任务";
            this.BtnMissionAdd.UseVisualStyleBackColor = true;
            this.BtnMissionAdd.Click += new System.EventHandler(this.BtnMissionAdd_Click);
            // 
            // BtnMissionPause
            // 
            this.BtnMissionPause.Location = new System.Drawing.Point(162, 42);
            this.BtnMissionPause.Name = "BtnMissionPause";
            this.BtnMissionPause.Size = new System.Drawing.Size(96, 30);
            this.BtnMissionPause.TabIndex = 2;
            this.BtnMissionPause.Text = "暂停";
            this.BtnMissionPause.UseVisualStyleBackColor = true;
            this.BtnMissionPause.Click += new System.EventHandler(this.BtnMissionPause_Click);
            // 
            // BtnMissionReady
            // 
            this.BtnMissionReady.Location = new System.Drawing.Point(162, 6);
            this.BtnMissionReady.Name = "BtnMissionReady";
            this.BtnMissionReady.Size = new System.Drawing.Size(96, 30);
            this.BtnMissionReady.TabIndex = 1;
            this.BtnMissionReady.Text = "运行";
            this.BtnMissionReady.UseVisualStyleBackColor = true;
            this.BtnMissionReady.Click += new System.EventHandler(this.BtnMissionReady_Click);
            // 
            // LstAgvPlace
            // 
            this.LstAgvPlace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.LstAgvPlace.FormattingEnabled = true;
            this.LstAgvPlace.IntegralHeight = false;
            this.LstAgvPlace.ItemHeight = 15;
            this.LstAgvPlace.Location = new System.Drawing.Point(6, 6);
            this.LstAgvPlace.Name = "LstAgvPlace";
            this.LstAgvPlace.Size = new System.Drawing.Size(150, 486);
            this.LstAgvPlace.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.tableLayoutPanel1);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(962, 498);
            this.tabPage2.TabIndex = 3;
            this.tabPage2.Text = "日志";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.06064F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 64.93936F));
            this.tableLayoutPanel1.Controls.Add(this.TxtLog, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.dgvMission, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(956, 492);
            this.tableLayoutPanel1.TabIndex = 5;
            // 
            // dgvMission
            // 
            this.dgvMission.AllowUserToAddRows = false;
            this.dgvMission.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvMission.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column20,
            this.Column21});
            this.dgvMission.Dock = System.Windows.Forms.DockStyle.Top;
            this.dgvMission.Location = new System.Drawing.Point(338, 3);
            this.dgvMission.Name = "dgvMission";
            this.dgvMission.RowHeadersVisible = false;
            this.dgvMission.RowHeadersWidth = 51;
            this.dgvMission.RowTemplate.Height = 27;
            this.dgvMission.Size = new System.Drawing.Size(615, 186);
            this.dgvMission.TabIndex = 5;
            // 
            // Column20
            // 
            this.Column20.HeaderText = "AGV名称";
            this.Column20.MinimumWidth = 6;
            this.Column20.Name = "Column20";
            // 
            // Column21
            // 
            this.Column21.HeaderText = "任务";
            this.Column21.MinimumWidth = 6;
            this.Column21.Name = "Column21";
            this.Column21.Width = 450;
            // 
            // FrmMain
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(994, 683);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.DgvAgv);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "AGV调度中心";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.DgvAgv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvNode)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMission)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.DataGridView DgvAgv;
        private System.Windows.Forms.DataGridView DgvNode;
        private System.Windows.Forms.TextBox TxtLog;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.Button BtnMissionAdd;
        private System.Windows.Forms.Button BtnMissionPause;
        private System.Windows.Forms.Button BtnMissionReady;
        private System.Windows.Forms.ListBox LstAgvPlace;
        private System.Windows.Forms.Button BtnMarkClear;
        private System.Windows.Forms.CheckBox ChkAutoRun;
        private System.Windows.Forms.Button BtnMarkWrite;
        private System.Windows.Forms.Button BtnMarkRead;
        private System.Windows.Forms.TextBox TxtMark;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewButtonColumn Column16;
        private System.Windows.Forms.DataGridViewButtonColumn Column15;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
        private System.Windows.Forms.DataGridViewButtonColumn Column11;
        private System.Windows.Forms.DataGridViewButtonColumn Column17;
        private System.Windows.Forms.CheckBox ChkAutoCharge;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button BtnWriteCharge2;
        private System.Windows.Forms.Button BtnReadCharge2;
        private System.Windows.Forms.TextBox TxtCharge2;
        private System.Windows.Forms.Button BtnWriteCharge1;
        private System.Windows.Forms.Button BtnReadCharge1;
        private System.Windows.Forms.TextBox TxtCharge1;
        private System.Windows.Forms.Button BtnClearError;
        private System.Windows.Forms.Button CloseDoor;
        private System.Windows.Forms.Button BtnReady;
        private System.Windows.Forms.Button BtnArrive;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button BtnAddPlace;
        private System.Windows.Forms.TextBox TxtPlace;
        private System.Windows.Forms.Button BtnOpenExcel;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.DataGridView dgvMission;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
    }
}