AxisMoveControl.Designer.cs 34.5 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
namespace OnlineStore.ACPackingStore
{
    partial class AxisMoveControl
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupAxis = new System.Windows.Forms.GroupBox();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.btnMovej = new System.Windows.Forms.Button();
            this.btnMove = new System.Windows.Forms.Button();
            this.label7 = new System.Windows.Forms.Label();
            this.txtServoStatue = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.txtLimit2 = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.txtLimit1 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtHomeSingle = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtHomeStatus = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.txtBusyStatus = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAlarmStatus = new System.Windows.Forms.TextBox();
            this.btnGetAlarm = new System.Windows.Forms.Button();
            this.btnReadPosition = new System.Windows.Forms.Button();
            this.label8 = new System.Windows.Forms.Label();
            this.btnOpenAxis = new System.Windows.Forms.Button();
            this.btnCloseAxis = new System.Windows.Forms.Button();
            this.txtP = new System.Windows.Forms.TextBox();
            this.txtASpeed = new System.Windows.Forms.TextBox();
            this.label47 = new System.Windows.Forms.Label();
            this.btnAxisVMove = new System.Windows.Forms.Button();
            this.btnAxisRMove = new System.Windows.Forms.Button();
            this.btnAxisReturnHome = new System.Windows.Forms.Button();
            this.btnAxisAMove = new System.Windows.Forms.Button();
            this.btnComAlarmClear = new System.Windows.Forms.Button();
            this.txtAPosition = new System.Windows.Forms.TextBox();
            this.label48 = new System.Windows.Forms.Label();
            this.btnAxisStop = new System.Windows.Forms.Button();
            this.txtAxisValue = new System.Windows.Forms.TextBox();
            this.txtAxisDeviceName = new System.Windows.Forms.TextBox();
            this.label45 = new System.Windows.Forms.Label();
            this.label46 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label49 = new System.Windows.Forms.Label();
            this.groupAxis.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupAxis
            // 
            this.groupAxis.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupAxis.Controls.Add(this.linkLabel1);
            this.groupAxis.Controls.Add(this.btnMovej);
            this.groupAxis.Controls.Add(this.btnMove);
            this.groupAxis.Controls.Add(this.label7);
            this.groupAxis.Controls.Add(this.txtServoStatue);
            this.groupAxis.Controls.Add(this.label17);
            this.groupAxis.Controls.Add(this.txtLimit2);
            this.groupAxis.Controls.Add(this.label19);
            this.groupAxis.Controls.Add(this.txtLimit1);
            this.groupAxis.Controls.Add(this.label6);
            this.groupAxis.Controls.Add(this.txtHomeSingle);
            this.groupAxis.Controls.Add(this.label11);
            this.groupAxis.Controls.Add(this.txtHomeStatus);
            this.groupAxis.Controls.Add(this.label10);
            this.groupAxis.Controls.Add(this.txtBusyStatus);
            this.groupAxis.Controls.Add(this.label2);
            this.groupAxis.Controls.Add(this.txtAlarmStatus);
            this.groupAxis.Controls.Add(this.btnGetAlarm);
            this.groupAxis.Controls.Add(this.btnReadPosition);
            this.groupAxis.Controls.Add(this.label8);
            this.groupAxis.Controls.Add(this.btnOpenAxis);
            this.groupAxis.Controls.Add(this.btnCloseAxis);
            this.groupAxis.Controls.Add(this.txtP);
            this.groupAxis.Controls.Add(this.txtASpeed);
            this.groupAxis.Controls.Add(this.label47);
            this.groupAxis.Controls.Add(this.btnAxisVMove);
            this.groupAxis.Controls.Add(this.btnAxisRMove);
            this.groupAxis.Controls.Add(this.btnAxisReturnHome);
            this.groupAxis.Controls.Add(this.btnAxisAMove);
            this.groupAxis.Controls.Add(this.btnComAlarmClear);
            this.groupAxis.Controls.Add(this.txtAPosition);
            this.groupAxis.Controls.Add(this.label48);
            this.groupAxis.Controls.Add(this.btnAxisStop);
            this.groupAxis.Controls.Add(this.txtAxisValue);
            this.groupAxis.Controls.Add(this.txtAxisDeviceName);
            this.groupAxis.Controls.Add(this.label45);
            this.groupAxis.Controls.Add(this.label46);
            this.groupAxis.Controls.Add(this.comboBox1);
            this.groupAxis.Controls.Add(this.label49);
            this.groupAxis.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupAxis.Location = new System.Drawing.Point(9, 6);
            this.groupAxis.Name = "groupAxis";
            this.groupAxis.Size = new System.Drawing.Size(541, 383);
            this.groupAxis.TabIndex = 217;
            this.groupAxis.TabStop = false;
            this.groupAxis.Text = "伺服运动"; 
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Location = new System.Drawing.Point(313, 172);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(56, 17);
            this.linkLabel1.TabIndex = 331;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "复制位置";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // btnMovej
            // 
            this.btnMovej.BackColor = System.Drawing.SystemColors.Control;
            this.btnMovej.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMovej.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMovej.Location = new System.Drawing.Point(260, 326);
            this.btnMovej.Name = "btnMovej";
            this.btnMovej.Size = new System.Drawing.Size(140, 45);
            this.btnMovej.TabIndex = 330;
            this.btnMovej.Text = " 轴点动- ";
            this.btnMovej.UseVisualStyleBackColor = false;
            this.btnMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMovej_MouseDown);
            this.btnMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMovej_MouseUp);
            // 
            // btnMove
            // 
            this.btnMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMove.Location = new System.Drawing.Point(114, 326);
            this.btnMove.Name = "btnMove";
            this.btnMove.Size = new System.Drawing.Size(140, 45);
            this.btnMove.TabIndex = 329;
            this.btnMove.Text = "轴点动+ ";
            this.btnMove.UseVisualStyleBackColor = false;
            this.btnMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMove_MouseDown);
            this.btnMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMove_MouseUp);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(51, 172);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(59, 17);
            this.label7.TabIndex = 328;
            this.label7.Text = "伺服状态:";
            // 
            // txtServoStatue
            // 
            this.txtServoStatue.Enabled = false;
            this.txtServoStatue.Location = new System.Drawing.Point(112, 169);
            this.txtServoStatue.Name = "txtServoStatue";
            this.txtServoStatue.Size = new System.Drawing.Size(25, 23);
            this.txtServoStatue.TabIndex = 327;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(174, 272);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(71, 17);
            this.label17.TabIndex = 316;
            this.label17.Text = "负极限信号:";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtLimit2
            // 
            this.txtLimit2.Enabled = false;
            this.txtLimit2.Location = new System.Drawing.Point(250, 269);
            this.txtLimit2.Name = "txtLimit2";
            this.txtLimit2.Size = new System.Drawing.Size(25, 23);
            this.txtLimit2.TabIndex = 313;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(174, 238);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(71, 17);
            this.label19.TabIndex = 312;
            this.label19.Text = "正极限信号:";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtLimit1
            // 
            this.txtLimit1.Enabled = false;
            this.txtLimit1.Location = new System.Drawing.Point(250, 235);
            this.txtLimit1.Name = "txtLimit1";
            this.txtLimit1.Size = new System.Drawing.Size(25, 23);
            this.txtLimit1.TabIndex = 309;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(186, 204);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(59, 17);
            this.label6.TabIndex = 300;
            this.label6.Text = "原点信号:";
            // 
            // txtHomeSingle
            // 
            this.txtHomeSingle.Enabled = false;
            this.txtHomeSingle.Location = new System.Drawing.Point(250, 201);
            this.txtHomeSingle.Name = "txtHomeSingle";
            this.txtHomeSingle.Size = new System.Drawing.Size(25, 23);
            this.txtHomeSingle.TabIndex = 297;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(5, 272);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(105, 17);
            this.label11.TabIndex = 292;
            this.label11.Text = "HOME-CMP状态:";
            // 
            // txtHomeStatus
            // 
            this.txtHomeStatus.Enabled = false;
            this.txtHomeStatus.Location = new System.Drawing.Point(112, 269);
            this.txtHomeStatus.Name = "txtHomeStatus";
            this.txtHomeStatus.Size = new System.Drawing.Size(25, 23);
            this.txtHomeStatus.TabIndex = 291;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(44, 238);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(66, 17);
            this.label10.TabIndex = 289;
            this.label10.Text = "BUSY状态:";
            // 
            // txtBusyStatus
            // 
            this.txtBusyStatus.Enabled = false;
            this.txtBusyStatus.Location = new System.Drawing.Point(112, 235);
            this.txtBusyStatus.Name = "txtBusyStatus";
            this.txtBusyStatus.Size = new System.Drawing.Size(25, 23);
            this.txtBusyStatus.TabIndex = 288;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(51, 204);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(59, 17);
            this.label2.TabIndex = 286;
            this.label2.Text = "报警状态:";
            // 
            // txtAlarmStatus
            // 
            this.txtAlarmStatus.Enabled = false;
            this.txtAlarmStatus.Location = new System.Drawing.Point(112, 201);
            this.txtAlarmStatus.Name = "txtAlarmStatus";
            this.txtAlarmStatus.Size = new System.Drawing.Size(25, 23);
            this.txtAlarmStatus.TabIndex = 285;
            // 
            // btnGetAlarm
            // 
            this.btnGetAlarm.BackColor = System.Drawing.SystemColors.Control;
            this.btnGetAlarm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGetAlarm.Location = new System.Drawing.Point(308, 205);
            this.btnGetAlarm.Name = "btnGetAlarm";
            this.btnGetAlarm.Size = new System.Drawing.Size(105, 33);
            this.btnGetAlarm.TabIndex = 284;
            this.btnGetAlarm.Text = "读取状态";
            this.btnGetAlarm.UseVisualStyleBackColor = false;
            this.btnGetAlarm.Click += new System.EventHandler(this.btnGetAlarm_Click);
            // 
            // btnReadPosition
            // 
            this.btnReadPosition.BackColor = System.Drawing.SystemColors.Control;
            this.btnReadPosition.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnReadPosition.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReadPosition.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnReadPosition.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnReadPosition.Location = new System.Drawing.Point(423, 244);
            this.btnReadPosition.Name = "btnReadPosition";
            this.btnReadPosition.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnReadPosition.Size = new System.Drawing.Size(105, 33);
            this.btnReadPosition.TabIndex = 278;
            this.btnReadPosition.Text = "读取位置";
            this.btnReadPosition.UseVisualStyleBackColor = false;
            this.btnReadPosition.Click += new System.EventHandler(this.btnReadPosition_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(143, 171);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 17);
            this.label8.TabIndex = 255;
            this.label8.Text = "实时位置:";
            // 
            // btnOpenAxis
            // 
            this.btnOpenAxis.BackColor = System.Drawing.SystemColors.Control;
            this.btnOpenAxis.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnOpenAxis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOpenAxis.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenAxis.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnOpenAxis.Location = new System.Drawing.Point(308, 25);
            this.btnOpenAxis.Name = "btnOpenAxis";
            this.btnOpenAxis.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnOpenAxis.Size = new System.Drawing.Size(105, 33);
            this.btnOpenAxis.TabIndex = 253;
            this.btnOpenAxis.Text = "打开伺服";
            this.btnOpenAxis.UseVisualStyleBackColor = false;
            this.btnOpenAxis.Click += new System.EventHandler(this.btnOpenAxis_Click);
            // 
            // btnCloseAxis
            // 
            this.btnCloseAxis.BackColor = System.Drawing.SystemColors.Control;
            this.btnCloseAxis.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnCloseAxis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseAxis.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseAxis.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnCloseAxis.Location = new System.Drawing.Point(423, 25);
            this.btnCloseAxis.Name = "btnCloseAxis";
            this.btnCloseAxis.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnCloseAxis.Size = new System.Drawing.Size(105, 33);
            this.btnCloseAxis.TabIndex = 252;
            this.btnCloseAxis.Text = "关闭伺服";
            this.btnCloseAxis.UseVisualStyleBackColor = false;
            this.btnCloseAxis.Click += new System.EventHandler(this.btnCloseAxis_Click);
            // 
            // txtP
            // 
            this.txtP.Location = new System.Drawing.Point(207, 169);
            this.txtP.Name = "txtP";
            this.txtP.ReadOnly = true;
            this.txtP.Size = new System.Drawing.Size(87, 23);
            this.txtP.TabIndex = 38;
            // 
            // txtASpeed
            // 
            this.txtASpeed.AcceptsReturn = true;
            this.txtASpeed.BackColor = System.Drawing.SystemColors.Window;
            this.txtASpeed.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtASpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtASpeed.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtASpeed.Location = new System.Drawing.Point(201, 111);
            this.txtASpeed.MaxLength = 12;
            this.txtASpeed.Name = "txtASpeed";
            this.txtASpeed.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtASpeed.Size = new System.Drawing.Size(92, 23);
            this.txtASpeed.TabIndex = 251;
            this.txtASpeed.Text = "30";
            // 
            // label47
            // 
            this.label47.AutoSize = true;
            this.label47.Cursor = System.Windows.Forms.Cursors.Default;
            this.label47.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label47.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label47.Location = new System.Drawing.Point(136, 114);
            this.label47.Name = "label47";
            this.label47.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.label47.Size = new System.Drawing.Size(59, 17);
            this.label47.TabIndex = 250;
            this.label47.Text = "目标速度:";
            this.label47.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnAxisVMove
            // 
            this.btnAxisVMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnAxisVMove.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnAxisVMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAxisVMove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAxisVMove.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnAxisVMove.Location = new System.Drawing.Point(308, 106);
            this.btnAxisVMove.Name = "btnAxisVMove";
            this.btnAxisVMove.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnAxisVMove.Size = new System.Drawing.Size(105, 33);
            this.btnAxisVMove.TabIndex = 249;
            this.btnAxisVMove.Text = "匀速运动";
            this.btnAxisVMove.UseVisualStyleBackColor = false;
            this.btnAxisVMove.Click += new System.EventHandler(this.btnAxisVMove_Click);
            // 
            // btnAxisRMove
            // 
            this.btnAxisRMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnAxisRMove.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnAxisRMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAxisRMove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAxisRMove.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnAxisRMove.Location = new System.Drawing.Point(423, 67);
            this.btnAxisRMove.Name = "btnAxisRMove";
            this.btnAxisRMove.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnAxisRMove.Size = new System.Drawing.Size(105, 33);
            this.btnAxisRMove.TabIndex = 248;
            this.btnAxisRMove.Text = "相对运动";
            this.btnAxisRMove.UseVisualStyleBackColor = false;
            this.btnAxisRMove.Click += new System.EventHandler(this.btnAxisRMove_Click);
            // 
            // btnAxisReturnHome
            // 
            this.btnAxisReturnHome.BackColor = System.Drawing.SystemColors.Control;
            this.btnAxisReturnHome.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnAxisReturnHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAxisReturnHome.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAxisReturnHome.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnAxisReturnHome.Location = new System.Drawing.Point(423, 205);
            this.btnAxisReturnHome.Name = "btnAxisReturnHome";
            this.btnAxisReturnHome.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnAxisReturnHome.Size = new System.Drawing.Size(105, 33);
            this.btnAxisReturnHome.TabIndex = 247;
            this.btnAxisReturnHome.Text = "原点返回";
            this.btnAxisReturnHome.UseVisualStyleBackColor = false;
            this.btnAxisReturnHome.Click += new System.EventHandler(this.btnAxisReturnHome_Click);
            // 
            // btnAxisAMove
            // 
            this.btnAxisAMove.BackColor = System.Drawing.SystemColors.Control;
            this.btnAxisAMove.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnAxisAMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAxisAMove.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAxisAMove.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnAxisAMove.Location = new System.Drawing.Point(308, 67);
            this.btnAxisAMove.Name = "btnAxisAMove";
            this.btnAxisAMove.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnAxisAMove.Size = new System.Drawing.Size(105, 33);
            this.btnAxisAMove.TabIndex = 245;
            this.btnAxisAMove.Text = "绝对运动";
            this.btnAxisAMove.UseVisualStyleBackColor = false;
            this.btnAxisAMove.Click += new System.EventHandler(this.btnAxisAMove_Click);
            // 
            // btnComAlarmClear
            // 
            this.btnComAlarmClear.BackColor = System.Drawing.SystemColors.Control;
            this.btnComAlarmClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnComAlarmClear.Location = new System.Drawing.Point(308, 244);
            this.btnComAlarmClear.Name = "btnComAlarmClear";
            this.btnComAlarmClear.Size = new System.Drawing.Size(105, 33);
            this.btnComAlarmClear.TabIndex = 50;
            this.btnComAlarmClear.Text = "清除报警";
            this.btnComAlarmClear.UseVisualStyleBackColor = false;
            this.btnComAlarmClear.Click += new System.EventHandler(this.btnComAlarmClear_Click);
            // 
            // txtAPosition
            // 
            this.txtAPosition.BackColor = System.Drawing.SystemColors.Window;
            this.txtAPosition.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtAPosition.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtAPosition.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtAPosition.Location = new System.Drawing.Point(201, 72);
            this.txtAPosition.MaxLength = 12;
            this.txtAPosition.Name = "txtAPosition";
            this.txtAPosition.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtAPosition.Size = new System.Drawing.Size(92, 23);
            this.txtAPosition.TabIndex = 244;
            this.txtAPosition.Text = "3000";
            // 
            // label48
            // 
            this.label48.AutoSize = true;
            this.label48.Cursor = System.Windows.Forms.Cursors.Default;
            this.label48.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label48.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label48.Location = new System.Drawing.Point(136, 75);
            this.label48.Name = "label48";
            this.label48.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.label48.Size = new System.Drawing.Size(59, 17);
            this.label48.TabIndex = 243;
            this.label48.Text = "目标位置:";
            this.label48.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnAxisStop
            // 
            this.btnAxisStop.BackColor = System.Drawing.SystemColors.Control;
            this.btnAxisStop.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnAxisStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAxisStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAxisStop.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnAxisStop.Location = new System.Drawing.Point(423, 106);
            this.btnAxisStop.Name = "btnAxisStop";
            this.btnAxisStop.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnAxisStop.Size = new System.Drawing.Size(105, 83);
            this.btnAxisStop.TabIndex = 246;
            this.btnAxisStop.Text = " 停止运动";
            this.btnAxisStop.UseVisualStyleBackColor = false;
            this.btnAxisStop.Click += new System.EventHandler(this.btnAxisStop_Click);
            // 
            // txtAxisValue
            // 
            this.txtAxisValue.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtAxisValue.Location = new System.Drawing.Point(66, 109);
            this.txtAxisValue.MaxLength = 10;
            this.txtAxisValue.Name = "txtAxisValue";
            this.txtAxisValue.ReadOnly = true;
            this.txtAxisValue.Size = new System.Drawing.Size(58, 26);
            this.txtAxisValue.TabIndex = 242;
            this.txtAxisValue.Text = "0";
            // 
            // txtAxisDeviceName
            // 
            this.txtAxisDeviceName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtAxisDeviceName.Location = new System.Drawing.Point(66, 70);
            this.txtAxisDeviceName.MaxLength = 10;
            this.txtAxisDeviceName.Name = "txtAxisDeviceName";
            this.txtAxisDeviceName.ReadOnly = true;
            this.txtAxisDeviceName.Size = new System.Drawing.Size(58, 26);
            this.txtAxisDeviceName.TabIndex = 241;
            this.txtAxisDeviceName.Text = "0";
            // 
            // label45
            // 
            this.label45.AutoSize = true;
            this.label45.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label45.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label45.Location = new System.Drawing.Point(15, 75);
            this.label45.Name = "label45";
            this.label45.Size = new System.Drawing.Size(47, 17);
            this.label45.TabIndex = 240;
            this.label45.Text = "端口号:";
            this.label45.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label46
            // 
            this.label46.AutoSize = true;
            this.label46.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label46.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label46.Location = new System.Drawing.Point(27, 114);
            this.label46.Name = "label46";
            this.label46.Size = new System.Drawing.Size(35, 17);
            this.label46.TabIndex = 239;
            this.label46.Text = "地址:";
            this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.ItemHeight = 20;
            this.comboBox1.Location = new System.Drawing.Point(66, 26);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(227, 28);
            this.comboBox1.TabIndex = 234;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // label49
            // 
            this.label49.AutoSize = true;
            this.label49.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label49.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label49.Location = new System.Drawing.Point(11, 33);
            this.label49.Name = "label49";
            this.label49.Size = new System.Drawing.Size(51, 17);
            this.label49.TabIndex = 233;
            this.label49.Text = "AC伺服:";
            this.label49.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // AxisMoveControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.groupAxis);
            this.Name = "AxisMoveControl";
            this.Size = new System.Drawing.Size(556, 396);
            this.groupAxis.ResumeLayout(false);
            this.groupAxis.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupAxis;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtServoStatue;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox txtLimit2;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox txtLimit1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtHomeSingle;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox txtHomeStatus;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtBusyStatus;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtAlarmStatus;
        private System.Windows.Forms.Button btnGetAlarm;
        public System.Windows.Forms.Button btnReadPosition;
        private System.Windows.Forms.Label label8;
        public System.Windows.Forms.Button btnOpenAxis;
        public System.Windows.Forms.Button btnCloseAxis;
        private System.Windows.Forms.TextBox txtP;
        public System.Windows.Forms.TextBox txtASpeed;
        public System.Windows.Forms.Label label47;
        public System.Windows.Forms.Button btnAxisVMove;
        public System.Windows.Forms.Button btnAxisRMove;
        public System.Windows.Forms.Button btnAxisReturnHome;
        public System.Windows.Forms.Button btnAxisAMove;
        private System.Windows.Forms.Button btnComAlarmClear;
        public System.Windows.Forms.TextBox txtAPosition;
        public System.Windows.Forms.Label label48;
        public System.Windows.Forms.Button btnAxisStop;
        private System.Windows.Forms.TextBox txtAxisValue;
        private System.Windows.Forms.TextBox txtAxisDeviceName;
        private System.Windows.Forms.Label label45;
        private System.Windows.Forms.Label label46;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Label label49;
        private System.Windows.Forms.Button btnMovej;
        private System.Windows.Forms.Button btnMove;
        private System.Windows.Forms.LinkLabel linkLabel1;
    }
}