FrmAxisMove.Designer.cs 35.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605
using OnlineStore.DUOStore;

namespace OnlineStore.DUOStore
{
    partial class FrmAxisMove
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAxisMove));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupInout = new System.Windows.Forms.GroupBox();
            this.btnSaveP = new System.Windows.Forms.Button();
            this.txtUpdownP6 = new System.Windows.Forms.TextBox();
            this.btnUpdownP6 = new System.Windows.Forms.Button();
            this.txtUpdownP5 = new System.Windows.Forms.TextBox();
            this.btnUpdownP5 = new System.Windows.Forms.Button();
            this.txtUpdownP4 = new System.Windows.Forms.TextBox();
            this.btnUpdownP4 = new System.Windows.Forms.Button();
            this.txtUpdownP1 = new System.Windows.Forms.TextBox();
            this.txtUpdownP2 = new System.Windows.Forms.TextBox();
            this.txtMiddleP1 = new System.Windows.Forms.TextBox();
            this.txtBatchP1 = new System.Windows.Forms.TextBox();
            this.txtBatchP2 = new System.Windows.Forms.TextBox();
            this.txtMiddleP2 = new System.Windows.Forms.TextBox();
            this.btnUpdownP1 = new System.Windows.Forms.Button();
            this.btnUpdownP2 = new System.Windows.Forms.Button();
            this.btnMiddleP1 = new System.Windows.Forms.Button();
            this.btnBatchP1 = new System.Windows.Forms.Button();
            this.btnBatchP2 = new System.Windows.Forms.Button();
            this.btnMiddleP2 = new System.Windows.Forms.Button();
            this.txtUpdownP3 = new System.Windows.Forms.TextBox();
            this.btnUpdownP3 = new System.Windows.Forms.Button();
            this.txtMiddleP3 = new System.Windows.Forms.TextBox();
            this.btnMiddleP3 = new System.Windows.Forms.Button();
            this.btnAxisOff = new System.Windows.Forms.Button();
            this.btnAxisOn = new System.Windows.Forms.Button();
            this.axisMoveControl1 = new OnlineStore.DUOStore.AxisMoveControl();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.groupInout.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // groupInout
            // 
            this.groupInout.Controls.Add(this.textBox1);
            this.groupInout.Controls.Add(this.button1);
            this.groupInout.Controls.Add(this.txtUpdownP6);
            this.groupInout.Controls.Add(this.btnUpdownP6);
            this.groupInout.Controls.Add(this.txtUpdownP5);
            this.groupInout.Controls.Add(this.btnUpdownP5);
            this.groupInout.Controls.Add(this.txtUpdownP4);
            this.groupInout.Controls.Add(this.btnUpdownP4);
            this.groupInout.Controls.Add(this.txtUpdownP1);
            this.groupInout.Controls.Add(this.txtUpdownP2);
            this.groupInout.Controls.Add(this.txtMiddleP1);
            this.groupInout.Controls.Add(this.txtBatchP1);
            this.groupInout.Controls.Add(this.txtBatchP2);
            this.groupInout.Controls.Add(this.txtMiddleP2);
            this.groupInout.Controls.Add(this.btnUpdownP1);
            this.groupInout.Controls.Add(this.btnUpdownP2);
            this.groupInout.Controls.Add(this.btnMiddleP1);
            this.groupInout.Controls.Add(this.btnBatchP1);
            this.groupInout.Controls.Add(this.btnBatchP2);
            this.groupInout.Controls.Add(this.btnMiddleP2);
            this.groupInout.Controls.Add(this.txtUpdownP3);
            this.groupInout.Controls.Add(this.btnUpdownP3);
            this.groupInout.Controls.Add(this.txtMiddleP3);
            this.groupInout.Controls.Add(this.btnMiddleP3);
            this.groupInout.Enabled = false;
            this.groupInout.Location = new System.Drawing.Point(12, 317);
            this.groupInout.Name = "groupInout";
            this.groupInout.Size = new System.Drawing.Size(734, 299);
            this.groupInout.TabIndex = 100;
            this.groupInout.TabStop = false;
            this.groupInout.Text = "提升机构位置信息";
            // 
            // btnSaveP
            // 
            this.btnSaveP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSaveP.Location = new System.Drawing.Point(752, 530);
            this.btnSaveP.Name = "btnSaveP";
            this.btnSaveP.Size = new System.Drawing.Size(128, 39);
            this.btnSaveP.TabIndex = 313;
            this.btnSaveP.Text = "保存位置";
            this.btnSaveP.UseVisualStyleBackColor = true;
            this.btnSaveP.Click += new System.EventHandler(this.btnSaveP_Click);
            // 
            // txtUpdownP6
            // 
            this.txtUpdownP6.AcceptsReturn = true;
            this.txtUpdownP6.BackColor = System.Drawing.SystemColors.Window;
            this.txtUpdownP6.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUpdownP6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpdownP6.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtUpdownP6.Location = new System.Drawing.Point(602, 238);
            this.txtUpdownP6.MaxLength = 0;
            this.txtUpdownP6.Name = "txtUpdownP6";
            this.txtUpdownP6.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtUpdownP6.Size = new System.Drawing.Size(89, 23);
            this.txtUpdownP6.TabIndex = 312;
            this.txtUpdownP6.Text = "999999";
            // 
            // btnUpdownP6
            // 
            this.btnUpdownP6.AutoSize = true;
            this.btnUpdownP6.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpdownP6.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnUpdownP6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdownP6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdownP6.ForeColor = System.Drawing.Color.Green;
            this.btnUpdownP6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP6.Location = new System.Drawing.Point(382, 233);
            this.btnUpdownP6.Name = "btnUpdownP6";
            this.btnUpdownP6.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnUpdownP6.Size = new System.Drawing.Size(205, 33);
            this.btnUpdownP6.TabIndex = 311;
            this.btnUpdownP6.Text = "T3_升降轴_右侧料仓取放料高点P6:";
            this.btnUpdownP6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP6.UseVisualStyleBackColor = false;
            this.btnUpdownP6.Click += new System.EventHandler(this.btnUpdownP6_Click);
            // 
            // txtUpdownP5
            // 
            this.txtUpdownP5.AcceptsReturn = true;
            this.txtUpdownP5.BackColor = System.Drawing.SystemColors.Window;
            this.txtUpdownP5.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUpdownP5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpdownP5.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtUpdownP5.Location = new System.Drawing.Point(602, 197);
            this.txtUpdownP5.MaxLength = 0;
            this.txtUpdownP5.Name = "txtUpdownP5";
            this.txtUpdownP5.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtUpdownP5.Size = new System.Drawing.Size(89, 23);
            this.txtUpdownP5.TabIndex = 310;
            this.txtUpdownP5.Text = "999999";
            // 
            // btnUpdownP5
            // 
            this.btnUpdownP5.AutoSize = true;
            this.btnUpdownP5.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpdownP5.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnUpdownP5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdownP5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdownP5.ForeColor = System.Drawing.Color.Green;
            this.btnUpdownP5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP5.Location = new System.Drawing.Point(382, 192);
            this.btnUpdownP5.Name = "btnUpdownP5";
            this.btnUpdownP5.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnUpdownP5.Size = new System.Drawing.Size(205, 33);
            this.btnUpdownP5.TabIndex = 309;
            this.btnUpdownP5.Text = "T3_升降轴_右侧料仓取放料低点P5:";
            this.btnUpdownP5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP5.UseVisualStyleBackColor = false;
            this.btnUpdownP5.Click += new System.EventHandler(this.btnUpdownP5_Click);
            // 
            // txtUpdownP4
            // 
            this.txtUpdownP4.AcceptsReturn = true;
            this.txtUpdownP4.BackColor = System.Drawing.SystemColors.Window;
            this.txtUpdownP4.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUpdownP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpdownP4.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtUpdownP4.Location = new System.Drawing.Point(602, 156);
            this.txtUpdownP4.MaxLength = 0;
            this.txtUpdownP4.Name = "txtUpdownP4";
            this.txtUpdownP4.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtUpdownP4.Size = new System.Drawing.Size(89, 23);
            this.txtUpdownP4.TabIndex = 308;
            this.txtUpdownP4.Text = "999999";
            // 
            // btnUpdownP4
            // 
            this.btnUpdownP4.AutoSize = true;
            this.btnUpdownP4.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpdownP4.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnUpdownP4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdownP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdownP4.ForeColor = System.Drawing.Color.Green;
            this.btnUpdownP4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP4.Location = new System.Drawing.Point(382, 151);
            this.btnUpdownP4.Name = "btnUpdownP4";
            this.btnUpdownP4.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnUpdownP4.Size = new System.Drawing.Size(205, 33);
            this.btnUpdownP4.TabIndex = 307;
            this.btnUpdownP4.Text = "T3_升降轴_左侧料仓取放料高点P4";
            this.btnUpdownP4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP4.UseVisualStyleBackColor = false;
            this.btnUpdownP4.Click += new System.EventHandler(this.btnUpdownP4_Click);
            // 
            // txtUpdownP1
            // 
            this.txtUpdownP1.AcceptsReturn = true;
            this.txtUpdownP1.BackColor = System.Drawing.SystemColors.Window;
            this.txtUpdownP1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUpdownP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpdownP1.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtUpdownP1.Location = new System.Drawing.Point(603, 33);
            this.txtUpdownP1.MaxLength = 20;
            this.txtUpdownP1.Name = "txtUpdownP1";
            this.txtUpdownP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtUpdownP1.Size = new System.Drawing.Size(89, 23);
            this.txtUpdownP1.TabIndex = 306;
            this.txtUpdownP1.Text = "999999";
            // 
            // txtUpdownP2
            // 
            this.txtUpdownP2.AcceptsReturn = true;
            this.txtUpdownP2.BackColor = System.Drawing.SystemColors.Window;
            this.txtUpdownP2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUpdownP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpdownP2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtUpdownP2.Location = new System.Drawing.Point(602, 74);
            this.txtUpdownP2.MaxLength = 20;
            this.txtUpdownP2.Name = "txtUpdownP2";
            this.txtUpdownP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtUpdownP2.Size = new System.Drawing.Size(89, 23);
            this.txtUpdownP2.TabIndex = 304;
            this.txtUpdownP2.Text = "999999";
            // 
            // txtMiddleP1
            // 
            this.txtMiddleP1.AcceptsReturn = true;
            this.txtMiddleP1.BackColor = System.Drawing.SystemColors.Window;
            this.txtMiddleP1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtMiddleP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtMiddleP1.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtMiddleP1.Location = new System.Drawing.Point(228, 115);
            this.txtMiddleP1.MaxLength = 20;
            this.txtMiddleP1.Name = "txtMiddleP1";
            this.txtMiddleP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtMiddleP1.Size = new System.Drawing.Size(89, 23);
            this.txtMiddleP1.TabIndex = 302;
            this.txtMiddleP1.Text = "999999";
            // 
            // txtBatchP1
            // 
            this.txtBatchP1.AcceptsReturn = true;
            this.txtBatchP1.BackColor = System.Drawing.SystemColors.Window;
            this.txtBatchP1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtBatchP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtBatchP1.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBatchP1.Location = new System.Drawing.Point(228, 34);
            this.txtBatchP1.MaxLength = 20;
            this.txtBatchP1.Name = "txtBatchP1";
            this.txtBatchP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtBatchP1.Size = new System.Drawing.Size(89, 23);
            this.txtBatchP1.TabIndex = 294;
            this.txtBatchP1.Text = "999999";
            // 
            // txtBatchP2
            // 
            this.txtBatchP2.AcceptsReturn = true;
            this.txtBatchP2.BackColor = System.Drawing.SystemColors.Window;
            this.txtBatchP2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtBatchP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtBatchP2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtBatchP2.Location = new System.Drawing.Point(228, 73);
            this.txtBatchP2.MaxLength = 20;
            this.txtBatchP2.Name = "txtBatchP2";
            this.txtBatchP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtBatchP2.Size = new System.Drawing.Size(89, 23);
            this.txtBatchP2.TabIndex = 296;
            this.txtBatchP2.Text = "999999";
            // 
            // txtMiddleP2
            // 
            this.txtMiddleP2.AcceptsReturn = true;
            this.txtMiddleP2.BackColor = System.Drawing.SystemColors.Window;
            this.txtMiddleP2.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtMiddleP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtMiddleP2.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtMiddleP2.Location = new System.Drawing.Point(228, 154);
            this.txtMiddleP2.MaxLength = 20;
            this.txtMiddleP2.Name = "txtMiddleP2";
            this.txtMiddleP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtMiddleP2.Size = new System.Drawing.Size(89, 23);
            this.txtMiddleP2.TabIndex = 286;
            this.txtMiddleP2.Text = "999999";
            // 
            // btnUpdownP1
            // 
            this.btnUpdownP1.AutoSize = true;
            this.btnUpdownP1.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpdownP1.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnUpdownP1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdownP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdownP1.ForeColor = System.Drawing.Color.Green;
            this.btnUpdownP1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP1.Location = new System.Drawing.Point(382, 28);
            this.btnUpdownP1.Name = "btnUpdownP1";
            this.btnUpdownP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnUpdownP1.Size = new System.Drawing.Size(205, 33);
            this.btnUpdownP1.TabIndex = 305;
            this.btnUpdownP1.Text = "T3_升降轴_料串取放料低点P1:";
            this.btnUpdownP1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP1.UseVisualStyleBackColor = false;
            this.btnUpdownP1.Click += new System.EventHandler(this.btnUpdownP1_Click);
            // 
            // btnUpdownP2
            // 
            this.btnUpdownP2.AutoSize = true;
            this.btnUpdownP2.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpdownP2.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnUpdownP2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdownP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdownP2.ForeColor = System.Drawing.Color.Green;
            this.btnUpdownP2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP2.Location = new System.Drawing.Point(382, 69);
            this.btnUpdownP2.Name = "btnUpdownP2";
            this.btnUpdownP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnUpdownP2.Size = new System.Drawing.Size(205, 33);
            this.btnUpdownP2.TabIndex = 303;
            this.btnUpdownP2.Text = "T3_升降轴_料串取放料高点P2:";
            this.btnUpdownP2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP2.UseVisualStyleBackColor = false;
            this.btnUpdownP2.Click += new System.EventHandler(this.btnUpdownP2_Click);
            // 
            // btnMiddleP1
            // 
            this.btnMiddleP1.AutoSize = true;
            this.btnMiddleP1.BackColor = System.Drawing.SystemColors.Control;
            this.btnMiddleP1.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnMiddleP1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMiddleP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMiddleP1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.btnMiddleP1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnMiddleP1.Location = new System.Drawing.Point(21, 109);
            this.btnMiddleP1.Name = "btnMiddleP1";
            this.btnMiddleP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMiddleP1.Size = new System.Drawing.Size(193, 33);
            this.btnMiddleP1.TabIndex = 301;
            this.btnMiddleP1.Text = "T2_旋转轴_待机点P1:";
            this.btnMiddleP1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnMiddleP1.UseVisualStyleBackColor = false;
            this.btnMiddleP1.Click += new System.EventHandler(this.btnMiddleP1_Click);
            // 
            // btnBatchP1
            // 
            this.btnBatchP1.AutoSize = true;
            this.btnBatchP1.BackColor = System.Drawing.SystemColors.Control;
            this.btnBatchP1.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnBatchP1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBatchP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBatchP1.ForeColor = System.Drawing.Color.Red;
            this.btnBatchP1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnBatchP1.Location = new System.Drawing.Point(21, 28);
            this.btnBatchP1.Name = "btnBatchP1";
            this.btnBatchP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnBatchP1.Size = new System.Drawing.Size(193, 33);
            this.btnBatchP1.TabIndex = 293;
            this.btnBatchP1.Text = "T1_提升轴待机点P1:";
            this.btnBatchP1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnBatchP1.UseVisualStyleBackColor = false;
            this.btnBatchP1.Click += new System.EventHandler(this.btnBatchP1_Click);
            // 
            // btnBatchP2
            // 
            this.btnBatchP2.AutoSize = true;
            this.btnBatchP2.BackColor = System.Drawing.SystemColors.Control;
            this.btnBatchP2.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnBatchP2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBatchP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBatchP2.ForeColor = System.Drawing.Color.Red;
            this.btnBatchP2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnBatchP2.Location = new System.Drawing.Point(21, 67);
            this.btnBatchP2.Name = "btnBatchP2";
            this.btnBatchP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnBatchP2.Size = new System.Drawing.Size(193, 33);
            this.btnBatchP2.TabIndex = 295;
            this.btnBatchP2.Text = "T1_提升轴上升目标点P2:";
            this.btnBatchP2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnBatchP2.UseVisualStyleBackColor = false;
            this.btnBatchP2.Click += new System.EventHandler(this.btnBatchP2_Click);
            // 
            // btnMiddleP2
            // 
            this.btnMiddleP2.AutoSize = true;
            this.btnMiddleP2.BackColor = System.Drawing.SystemColors.Control;
            this.btnMiddleP2.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnMiddleP2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMiddleP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMiddleP2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.btnMiddleP2.Location = new System.Drawing.Point(21, 148);
            this.btnMiddleP2.Name = "btnMiddleP2";
            this.btnMiddleP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMiddleP2.Size = new System.Drawing.Size(193, 33);
            this.btnMiddleP2.TabIndex = 285;
            this.btnMiddleP2.Text = "T2_旋转轴_左侧料仓取放料点P2:";
            this.btnMiddleP2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnMiddleP2.UseVisualStyleBackColor = false;
            this.btnMiddleP2.Click += new System.EventHandler(this.btnMiddleP2_Click);
            // 
            // txtUpdownP3
            // 
            this.txtUpdownP3.AcceptsReturn = true;
            this.txtUpdownP3.BackColor = System.Drawing.SystemColors.Window;
            this.txtUpdownP3.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtUpdownP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtUpdownP3.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtUpdownP3.Location = new System.Drawing.Point(602, 115);
            this.txtUpdownP3.MaxLength = 0;
            this.txtUpdownP3.Name = "txtUpdownP3";
            this.txtUpdownP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtUpdownP3.Size = new System.Drawing.Size(89, 23);
            this.txtUpdownP3.TabIndex = 227;
            this.txtUpdownP3.Text = "999999";
            // 
            // btnUpdownP3
            // 
            this.btnUpdownP3.AutoSize = true;
            this.btnUpdownP3.BackColor = System.Drawing.SystemColors.Control;
            this.btnUpdownP3.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnUpdownP3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdownP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdownP3.ForeColor = System.Drawing.Color.Green;
            this.btnUpdownP3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP3.Location = new System.Drawing.Point(382, 110);
            this.btnUpdownP3.Name = "btnUpdownP3";
            this.btnUpdownP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnUpdownP3.Size = new System.Drawing.Size(205, 33);
            this.btnUpdownP3.TabIndex = 226;
            this.btnUpdownP3.Text = "T3_升降轴_左侧料仓取放料低点P3:";
            this.btnUpdownP3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUpdownP3.UseVisualStyleBackColor = false;
            this.btnUpdownP3.Click += new System.EventHandler(this.btnUpdownP3_Click);
            // 
            // txtMiddleP3
            // 
            this.txtMiddleP3.AcceptsReturn = true;
            this.txtMiddleP3.BackColor = System.Drawing.SystemColors.Window;
            this.txtMiddleP3.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtMiddleP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtMiddleP3.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtMiddleP3.Location = new System.Drawing.Point(228, 193);
            this.txtMiddleP3.MaxLength = 0;
            this.txtMiddleP3.Name = "txtMiddleP3";
            this.txtMiddleP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtMiddleP3.Size = new System.Drawing.Size(89, 23);
            this.txtMiddleP3.TabIndex = 225;
            this.txtMiddleP3.Text = "999999";
            // 
            // btnMiddleP3
            // 
            this.btnMiddleP3.AutoSize = true;
            this.btnMiddleP3.BackColor = System.Drawing.SystemColors.Control;
            this.btnMiddleP3.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnMiddleP3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMiddleP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMiddleP3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.btnMiddleP3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnMiddleP3.Location = new System.Drawing.Point(21, 187);
            this.btnMiddleP3.Name = "btnMiddleP3";
            this.btnMiddleP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnMiddleP3.Size = new System.Drawing.Size(193, 33);
            this.btnMiddleP3.TabIndex = 224;
            this.btnMiddleP3.Text = "T2_旋转轴_右侧料仓取放料点P3:";
            this.btnMiddleP3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnMiddleP3.UseVisualStyleBackColor = false;
            this.btnMiddleP3.Click += new System.EventHandler(this.btnMiddleP3_Click);
            // 
            // btnAxisOff
            // 
            this.btnAxisOff.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAxisOff.Location = new System.Drawing.Point(752, 57);
            this.btnAxisOff.Name = "btnAxisOff";
            this.btnAxisOff.Size = new System.Drawing.Size(128, 39);
            this.btnAxisOff.TabIndex = 276;
            this.btnAxisOff.Text = "关闭所有伺服";
            this.btnAxisOff.UseVisualStyleBackColor = true;
            this.btnAxisOff.Click += new System.EventHandler(this.btnAxisOff_Click);
            // 
            // btnAxisOn
            // 
            this.btnAxisOn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAxisOn.Location = new System.Drawing.Point(752, 12);
            this.btnAxisOn.Name = "btnAxisOn";
            this.btnAxisOn.Size = new System.Drawing.Size(128, 39);
            this.btnAxisOn.TabIndex = 275;
            this.btnAxisOn.Text = "打开所有伺服";
            this.btnAxisOn.UseVisualStyleBackColor = true;
            this.btnAxisOn.Click += new System.EventHandler(this.btnAxisOn_Click);
            // 
            // axisMoveControl1
            // 
            this.axisMoveControl1.Enabled = false;
            this.axisMoveControl1.Location = new System.Drawing.Point(11, 1);
            this.axisMoveControl1.Name = "axisMoveControl1";
            this.axisMoveControl1.Size = new System.Drawing.Size(735, 312);
            this.axisMoveControl1.TabIndex = 274;
            // 
            // textBox1
            // 
            this.textBox1.AcceptsReturn = true;
            this.textBox1.BackColor = System.Drawing.SystemColors.Window;
            this.textBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox1.ForeColor = System.Drawing.SystemColors.WindowText;
            this.textBox1.Location = new System.Drawing.Point(228, 234);
            this.textBox1.MaxLength = 20;
            this.textBox1.Name = "textBox1";
            this.textBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBox1.Size = new System.Drawing.Size(89, 23);
            this.textBox1.TabIndex = 314;
            this.textBox1.Text = "999999";
            // 
            // button1
            // 
            this.button1.AutoSize = true;
            this.button1.BackColor = System.Drawing.SystemColors.Control;
            this.button1.Cursor = System.Windows.Forms.Cursors.Default;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.Location = new System.Drawing.Point(21, 228);
            this.button1.Name = "button1";
            this.button1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.button1.Size = new System.Drawing.Size(193, 33);
            this.button1.TabIndex = 313;
            this.button1.Text = "T2_旋转轴_料串取放料点P4:";
            this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.UseVisualStyleBackColor = false;
            // 
            // FrmAxisMove
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(964, 630);
            this.Controls.Add(this.btnSaveP);
            this.Controls.Add(this.groupInout);
            this.Controls.Add(this.axisMoveControl1);
            this.Controls.Add(this.btnAxisOff);
            this.Controls.Add(this.btnAxisOn);
            this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "FrmAxisMove";
            this.Opacity = 0D;
            this.Text = "取料提升机构";
            this.Load += new System.EventHandler(this.FrmTest_Load);
            this.groupInout.ResumeLayout(false);
            this.groupInout.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.GroupBox groupInout;
        public System.Windows.Forms.TextBox txtUpdownP3;
        public System.Windows.Forms.Button btnUpdownP3;
        public System.Windows.Forms.TextBox txtMiddleP3;
        public System.Windows.Forms.Button btnMiddleP3;
        public System.Windows.Forms.TextBox txtUpdownP1;
        public System.Windows.Forms.TextBox txtUpdownP2;
        public System.Windows.Forms.TextBox txtMiddleP1;
        public System.Windows.Forms.TextBox txtBatchP1;
        public System.Windows.Forms.TextBox txtBatchP2;
        public System.Windows.Forms.TextBox txtMiddleP2;
        public System.Windows.Forms.Button btnUpdownP1;
        public System.Windows.Forms.Button btnMiddleP1;
        public System.Windows.Forms.Button btnBatchP1;
        public System.Windows.Forms.Button btnBatchP2;
        public System.Windows.Forms.Button btnMiddleP2;
        private AxisMoveControl axisMoveControl1;
        private System.Windows.Forms.Button btnAxisOff;
        private System.Windows.Forms.Button btnAxisOn;
        public System.Windows.Forms.TextBox txtUpdownP6;
        public System.Windows.Forms.Button btnUpdownP6;
        public System.Windows.Forms.TextBox txtUpdownP5;
        public System.Windows.Forms.Button btnUpdownP5;
        public System.Windows.Forms.TextBox txtUpdownP4;
        public System.Windows.Forms.Button btnUpdownP4;
        public System.Windows.Forms.Button btnUpdownP2;
        private System.Windows.Forms.Button btnSaveP;
        public System.Windows.Forms.TextBox textBox1;
        public System.Windows.Forms.Button button1;
    }
}