FrmPointInfo.Designer.cs 33.9 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
namespace URSoldering.Client
{
    partial class FrmPointInfo
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.groupPoint = new System.Windows.Forms.GroupBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.txtClearTime = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.chbClear = new System.Windows.Forms.CheckBox();
            this.cmbPointType = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.urRobot = new UserFromControl.URRobotMControl();
            this.btnUpdate = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.gbIron = new System.Windows.Forms.GroupBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.lblStartTemp = new System.Windows.Forms.Label();
            this.txtDpreheatTime = new System.Windows.Forms.TextBox();
            this.lblStartIronTime = new System.Windows.Forms.Label();
            this.txtDpreheatTemperature = new System.Windows.Forms.TextBox();
            this.txtPreTempMax = new System.Windows.Forms.TextBox();
            this.lblStartTempUpperLimit = new System.Windows.Forms.Label();
            this.lblIronTempLowerLimit = new System.Windows.Forms.Label();
            this.txtPreTempMin = new System.Windows.Forms.TextBox();
            this.txtDweldTemMin = new System.Windows.Forms.TextBox();
            this.lblStartIronTempLowerLimit = new System.Windows.Forms.Label();
            this.lblIronTempUpperLimit = new System.Windows.Forms.Label();
            this.lblIronTemp = new System.Windows.Forms.Label();
            this.txtDweldTemMax = new System.Windows.Forms.TextBox();
            this.lblIronTime = new System.Windows.Forms.Label();
            this.txtDweldTemperature = new System.Windows.Forms.TextBox();
            this.txtDweldTime = new System.Windows.Forms.TextBox();
            this.btnCancel = new System.Windows.Forms.Button();
            this.gbWireFeeding = new System.Windows.Forms.GroupBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lblStartWirdFeedingSpeed = new System.Windows.Forms.Label();
            this.lblWirdFeedingSpeed = new System.Windows.Forms.Label();
            this.txtStartDsendWireTime = new System.Windows.Forms.TextBox();
            this.txtDsendWireSpeed = new System.Windows.Forms.TextBox();
            this.lblStartWirdFeedingTime = new System.Windows.Forms.Label();
            this.lblWirdFeedingTime = new System.Windows.Forms.Label();
            this.txtStartDsendWireSpeed = new System.Windows.Forms.TextBox();
            this.txtDsendWireTime = new System.Windows.Forms.TextBox();
            this.groupPoint.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.gbIron.SuspendLayout();
            this.gbWireFeeding.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupPoint
            // 
            this.groupPoint.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.groupPoint.Controls.Add(this.groupBox1);
            this.groupPoint.Controls.Add(this.groupBox2);
            this.groupPoint.Controls.Add(this.btnSave);
            this.groupPoint.Controls.Add(this.gbIron);
            this.groupPoint.Controls.Add(this.btnCancel);
            this.groupPoint.Controls.Add(this.gbWireFeeding);
            this.groupPoint.Location = new System.Drawing.Point(3, 1);
            this.groupPoint.Name = "groupPoint";
            this.groupPoint.Size = new System.Drawing.Size(712, 487);
            this.groupPoint.TabIndex = 61;
            this.groupPoint.TabStop = false;
            this.groupPoint.Text = "修改焊点[P2]";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label17);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.txtClearTime);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.chbClear);
            this.groupBox1.Controls.Add(this.cmbPointType);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(21, 19);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(470, 119);
            this.groupBox1.TabIndex = 59;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "焊点基本信息";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(219, 68);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(92, 17);
            this.label17.TabIndex = 66;
            this.label17.Text = "正常焊接的焊点";
            this.label17.Visible = false;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(215, 98);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(68, 17);
            this.label16.TabIndex = 65;
            this.label16.Text = "清洗时间:";
            this.label16.Visible = false;
            // 
            // txtClearTime
            // 
            this.txtClearTime.Enabled = false;
            this.txtClearTime.Location = new System.Drawing.Point(286, 95);
            this.txtClearTime.Name = "txtClearTime";
            this.txtClearTime.Size = new System.Drawing.Size(66, 23);
            this.txtClearTime.TabIndex = 64;
            this.txtClearTime.Visible = false;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(358, 98);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(25, 17);
            this.label15.TabIndex = 63;
            this.label15.Text = "ms";
            this.label15.Visible = false;
            // 
            // chbClear
            // 
            this.chbClear.AutoSize = true;
            this.chbClear.Location = new System.Drawing.Point(92, 96);
            this.chbClear.Name = "chbClear";
            this.chbClear.Size = new System.Drawing.Size(87, 21);
            this.chbClear.TabIndex = 62;
            this.chbClear.Text = "清洗烙铁头";
            this.chbClear.UseVisualStyleBackColor = true;
            this.chbClear.Visible = false;
            this.chbClear.CheckedChanged += new System.EventHandler(this.chbClear_CheckedChanged);
            // 
            // cmbPointType
            // 
            this.cmbPointType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPointType.FormattingEnabled = true;
            this.cmbPointType.Items.AddRange(new object[] {
            "普通焊点"});
            this.cmbPointType.Location = new System.Drawing.Point(92, 65);
            this.cmbPointType.Name = "cmbPointType";
            this.cmbPointType.Size = new System.Drawing.Size(121, 25);
            this.cmbPointType.TabIndex = 61;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(43, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(44, 17);
            this.label2.TabIndex = 60;
            this.label2.Text = "类型:";
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(92, 22);
            this.txtName.MaxLength = 30;
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(219, 23);
            this.txtName.TabIndex = 33;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(68, 17);
            this.label1.TabIndex = 32;
            this.label1.Text = "焊点名称:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.urRobot);
            this.groupBox2.Controls.Add(this.btnUpdate);
            this.groupBox2.Location = new System.Drawing.Point(499, 139);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(202, 306);
            this.groupBox2.TabIndex = 60;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "坐标";
            // 
            // urRobot
            // 
            this.urRobot.Location = new System.Drawing.Point(18, 27);
            this.urRobot.Name = "urRobot";
            this.urRobot.Size = new System.Drawing.Size(156, 212);
            this.urRobot.TabIndex = 70;
            // 
            // btnUpdate
            // 
            this.btnUpdate.Location = new System.Drawing.Point(54, 258);
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.Size = new System.Drawing.Size(120, 35);
            this.btnUpdate.TabIndex = 69;
            this.btnUpdate.Text = "更新坐标";
            this.btnUpdate.UseVisualStyleBackColor = true;
            this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(540, 31);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(120, 35);
            this.btnSave.TabIndex = 57;
            this.btnSave.Text = "保存";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // gbIron
            // 
            this.gbIron.Controls.Add(this.label11);
            this.gbIron.Controls.Add(this.label10);
            this.gbIron.Controls.Add(this.label9);
            this.gbIron.Controls.Add(this.label8);
            this.gbIron.Controls.Add(this.label7);
            this.gbIron.Controls.Add(this.label6);
            this.gbIron.Controls.Add(this.label3);
            this.gbIron.Controls.Add(this.label26);
            this.gbIron.Controls.Add(this.lblStartTemp);
            this.gbIron.Controls.Add(this.txtDpreheatTime);
            this.gbIron.Controls.Add(this.lblStartIronTime);
            this.gbIron.Controls.Add(this.txtDpreheatTemperature);
            this.gbIron.Controls.Add(this.txtPreTempMax);
            this.gbIron.Controls.Add(this.lblStartTempUpperLimit);
            this.gbIron.Controls.Add(this.lblIronTempLowerLimit);
            this.gbIron.Controls.Add(this.txtPreTempMin);
            this.gbIron.Controls.Add(this.txtDweldTemMin);
            this.gbIron.Controls.Add(this.lblStartIronTempLowerLimit);
            this.gbIron.Controls.Add(this.lblIronTempUpperLimit);
            this.gbIron.Controls.Add(this.lblIronTemp);
            this.gbIron.Controls.Add(this.txtDweldTemMax);
            this.gbIron.Controls.Add(this.lblIronTime);
            this.gbIron.Controls.Add(this.txtDweldTemperature);
            this.gbIron.Controls.Add(this.txtDweldTime);
            this.gbIron.Location = new System.Drawing.Point(21, 139);
            this.gbIron.Name = "gbIron";
            this.gbIron.Size = new System.Drawing.Size(470, 188);
            this.gbIron.TabIndex = 55;
            this.gbIron.TabStop = false;
            this.gbIron.Text = "烙铁温度";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(419, 141);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(21, 17);
            this.label11.TabIndex = 58;
            this.label11.Text = "°C";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(419, 72);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(21, 17);
            this.label10.TabIndex = 57;
            this.label10.Text = "°C";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(198, 140);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(21, 17);
            this.label9.TabIndex = 56;
            this.label9.Text = "°C";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(198, 106);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(21, 17);
            this.label8.TabIndex = 55;
            this.label8.Text = "°C";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(198, 71);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(21, 17);
            this.label7.TabIndex = 54;
            this.label7.Text = "°C";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(198, 38);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(21, 17);
            this.label6.TabIndex = 53;
            this.label6.Text = "°C";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(422, 107);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(14, 17);
            this.label3.TabIndex = 52;
            this.label3.Text = "s";
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(422, 38);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(14, 17);
            this.label26.TabIndex = 51;
            this.label26.Text = "s";
            // 
            // lblStartTemp
            // 
            this.lblStartTemp.AutoSize = true;
            this.lblStartTemp.Location = new System.Drawing.Point(59, 36);
            this.lblStartTemp.Name = "lblStartTemp";
            this.lblStartTemp.Size = new System.Drawing.Size(68, 17);
            this.lblStartTemp.TabIndex = 31;
            this.lblStartTemp.Text = "预热温度:";
            // 
            // txtDpreheatTime
            // 
            this.txtDpreheatTime.Location = new System.Drawing.Point(358, 34);
            this.txtDpreheatTime.MaxLength = 6;
            this.txtDpreheatTime.Name = "txtDpreheatTime";
            this.txtDpreheatTime.Size = new System.Drawing.Size(58, 23);
            this.txtDpreheatTime.TabIndex = 34;
            this.txtDpreheatTime.Text = "1";
            // 
            // lblStartIronTime
            // 
            this.lblStartIronTime.AutoSize = true;
            this.lblStartIronTime.Location = new System.Drawing.Point(284, 38);
            this.lblStartIronTime.Name = "lblStartIronTime";
            this.lblStartIronTime.Size = new System.Drawing.Size(68, 17);
            this.lblStartIronTime.TabIndex = 33;
            this.lblStartIronTime.Text = "预热时间:";
            // 
            // txtDpreheatTemperature
            // 
            this.txtDpreheatTemperature.Location = new System.Drawing.Point(137, 33);
            this.txtDpreheatTemperature.MaxLength = 6;
            this.txtDpreheatTemperature.Name = "txtDpreheatTemperature";
            this.txtDpreheatTemperature.Size = new System.Drawing.Size(58, 23);
            this.txtDpreheatTemperature.TabIndex = 32;
            this.txtDpreheatTemperature.Text = "360";
            // 
            // txtPreTempMax
            // 
            this.txtPreTempMax.Location = new System.Drawing.Point(137, 67);
            this.txtPreTempMax.MaxLength = 6;
            this.txtPreTempMax.Name = "txtPreTempMax";
            this.txtPreTempMax.Size = new System.Drawing.Size(58, 23);
            this.txtPreTempMax.TabIndex = 44;
            this.txtPreTempMax.Text = "380";
            // 
            // lblStartTempUpperLimit
            // 
            this.lblStartTempUpperLimit.AutoSize = true;
            this.lblStartTempUpperLimit.Location = new System.Drawing.Point(35, 70);
            this.lblStartTempUpperLimit.Name = "lblStartTempUpperLimit";
            this.lblStartTempUpperLimit.Size = new System.Drawing.Size(92, 17);
            this.lblStartTempUpperLimit.TabIndex = 43;
            this.lblStartTempUpperLimit.Text = "预热温度上限:";
            // 
            // lblIronTempLowerLimit
            // 
            this.lblIronTempLowerLimit.AutoSize = true;
            this.lblIronTempLowerLimit.Location = new System.Drawing.Point(260, 140);
            this.lblIronTempLowerLimit.Name = "lblIronTempLowerLimit";
            this.lblIronTempLowerLimit.Size = new System.Drawing.Size(92, 17);
            this.lblIronTempLowerLimit.TabIndex = 49;
            this.lblIronTempLowerLimit.Text = "焊接温度下限:";
            // 
            // txtPreTempMin
            // 
            this.txtPreTempMin.Location = new System.Drawing.Point(358, 68);
            this.txtPreTempMin.MaxLength = 6;
            this.txtPreTempMin.Name = "txtPreTempMin";
            this.txtPreTempMin.Size = new System.Drawing.Size(58, 23);
            this.txtPreTempMin.TabIndex = 46;
            this.txtPreTempMin.Text = "340";
            // 
            // txtDweldTemMin
            // 
            this.txtDweldTemMin.Location = new System.Drawing.Point(358, 136);
            this.txtDweldTemMin.MaxLength = 6;
            this.txtDweldTemMin.Name = "txtDweldTemMin";
            this.txtDweldTemMin.Size = new System.Drawing.Size(58, 23);
            this.txtDweldTemMin.TabIndex = 50;
            this.txtDweldTemMin.Text = "340";
            // 
            // lblStartIronTempLowerLimit
            // 
            this.lblStartIronTempLowerLimit.AutoSize = true;
            this.lblStartIronTempLowerLimit.Location = new System.Drawing.Point(260, 72);
            this.lblStartIronTempLowerLimit.Name = "lblStartIronTempLowerLimit";
            this.lblStartIronTempLowerLimit.Size = new System.Drawing.Size(92, 17);
            this.lblStartIronTempLowerLimit.TabIndex = 45;
            this.lblStartIronTempLowerLimit.Text = "预热温度下限:";
            // 
            // lblIronTempUpperLimit
            // 
            this.lblIronTempUpperLimit.AutoSize = true;
            this.lblIronTempUpperLimit.Location = new System.Drawing.Point(35, 138);
            this.lblIronTempUpperLimit.Name = "lblIronTempUpperLimit";
            this.lblIronTempUpperLimit.Size = new System.Drawing.Size(92, 17);
            this.lblIronTempUpperLimit.TabIndex = 47;
            this.lblIronTempUpperLimit.Text = "焊接温度上限:";
            // 
            // lblIronTemp
            // 
            this.lblIronTemp.AutoSize = true;
            this.lblIronTemp.Location = new System.Drawing.Point(59, 104);
            this.lblIronTemp.Name = "lblIronTemp";
            this.lblIronTemp.Size = new System.Drawing.Size(68, 17);
            this.lblIronTemp.TabIndex = 35;
            this.lblIronTemp.Text = "焊接温度:";
            // 
            // txtDweldTemMax
            // 
            this.txtDweldTemMax.Location = new System.Drawing.Point(137, 135);
            this.txtDweldTemMax.MaxLength = 6;
            this.txtDweldTemMax.Name = "txtDweldTemMax";
            this.txtDweldTemMax.Size = new System.Drawing.Size(58, 23);
            this.txtDweldTemMax.TabIndex = 48;
            this.txtDweldTemMax.Text = "380";
            // 
            // lblIronTime
            // 
            this.lblIronTime.AutoSize = true;
            this.lblIronTime.Location = new System.Drawing.Point(284, 106);
            this.lblIronTime.Name = "lblIronTime";
            this.lblIronTime.Size = new System.Drawing.Size(68, 17);
            this.lblIronTime.TabIndex = 37;
            this.lblIronTime.Text = "焊接时间:";
            // 
            // txtDweldTemperature
            // 
            this.txtDweldTemperature.Location = new System.Drawing.Point(137, 101);
            this.txtDweldTemperature.MaxLength = 6;
            this.txtDweldTemperature.Name = "txtDweldTemperature";
            this.txtDweldTemperature.Size = new System.Drawing.Size(58, 23);
            this.txtDweldTemperature.TabIndex = 36;
            this.txtDweldTemperature.Text = "360";
            // 
            // txtDweldTime
            // 
            this.txtDweldTime.Location = new System.Drawing.Point(358, 102);
            this.txtDweldTime.MaxLength = 6;
            this.txtDweldTime.Name = "txtDweldTime";
            this.txtDweldTime.Size = new System.Drawing.Size(58, 23);
            this.txtDweldTime.TabIndex = 38;
            this.txtDweldTime.Text = "1";
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(540, 74);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(120, 35);
            this.btnCancel.TabIndex = 58;
            this.btnCancel.Text = "返回";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // gbWireFeeding
            // 
            this.gbWireFeeding.Controls.Add(this.label13);
            this.gbWireFeeding.Controls.Add(this.label12);
            this.gbWireFeeding.Controls.Add(this.label5);
            this.gbWireFeeding.Controls.Add(this.label4);
            this.gbWireFeeding.Controls.Add(this.lblStartWirdFeedingSpeed);
            this.gbWireFeeding.Controls.Add(this.lblWirdFeedingSpeed);
            this.gbWireFeeding.Controls.Add(this.txtStartDsendWireTime);
            this.gbWireFeeding.Controls.Add(this.txtDsendWireSpeed);
            this.gbWireFeeding.Controls.Add(this.lblStartWirdFeedingTime);
            this.gbWireFeeding.Controls.Add(this.lblWirdFeedingTime);
            this.gbWireFeeding.Controls.Add(this.txtStartDsendWireSpeed);
            this.gbWireFeeding.Controls.Add(this.txtDsendWireTime);
            this.gbWireFeeding.Location = new System.Drawing.Point(21, 329);
            this.gbWireFeeding.Name = "gbWireFeeding";
            this.gbWireFeeding.Size = new System.Drawing.Size(470, 116);
            this.gbWireFeeding.TabIndex = 56;
            this.gbWireFeeding.TabStop = false;
            this.gbWireFeeding.Text = "送丝";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(201, 75);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(30, 17);
            this.label13.TabIndex = 58;
            this.label13.Text = "mm";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(201, 39);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(30, 17);
            this.label12.TabIndex = 57;
            this.label12.Text = "mm";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(422, 74);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(14, 17);
            this.label5.TabIndex = 56;
            this.label5.Text = "s";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(422, 38);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(14, 17);
            this.label4.TabIndex = 55;
            this.label4.Text = "s";
            // 
            // lblStartWirdFeedingSpeed
            // 
            this.lblStartWirdFeedingSpeed.AutoSize = true;
            this.lblStartWirdFeedingSpeed.Location = new System.Drawing.Point(35, 37);
            this.lblStartWirdFeedingSpeed.Name = "lblStartWirdFeedingSpeed";
            this.lblStartWirdFeedingSpeed.Size = new System.Drawing.Size(92, 17);
            this.lblStartWirdFeedingSpeed.TabIndex = 51;
            this.lblStartWirdFeedingSpeed.Text = "起始送丝速度:";
            // 
            // lblWirdFeedingSpeed
            // 
            this.lblWirdFeedingSpeed.AutoSize = true;
            this.lblWirdFeedingSpeed.Location = new System.Drawing.Point(59, 71);
            this.lblWirdFeedingSpeed.Name = "lblWirdFeedingSpeed";
            this.lblWirdFeedingSpeed.Size = new System.Drawing.Size(68, 17);
            this.lblWirdFeedingSpeed.TabIndex = 39;
            this.lblWirdFeedingSpeed.Text = "送丝速度:";
            // 
            // txtStartDsendWireTime
            // 
            this.txtStartDsendWireTime.Location = new System.Drawing.Point(358, 34);
            this.txtStartDsendWireTime.MaxLength = 6;
            this.txtStartDsendWireTime.Name = "txtStartDsendWireTime";
            this.txtStartDsendWireTime.Size = new System.Drawing.Size(58, 23);
            this.txtStartDsendWireTime.TabIndex = 54;
            this.txtStartDsendWireTime.Text = "2";
            // 
            // txtDsendWireSpeed
            // 
            this.txtDsendWireSpeed.Location = new System.Drawing.Point(137, 70);
            this.txtDsendWireSpeed.MaxLength = 6;
            this.txtDsendWireSpeed.Name = "txtDsendWireSpeed";
            this.txtDsendWireSpeed.Size = new System.Drawing.Size(58, 23);
            this.txtDsendWireSpeed.TabIndex = 40;
            this.txtDsendWireSpeed.Text = "10";
            // 
            // lblStartWirdFeedingTime
            // 
            this.lblStartWirdFeedingTime.AutoSize = true;
            this.lblStartWirdFeedingTime.Location = new System.Drawing.Point(260, 39);
            this.lblStartWirdFeedingTime.Name = "lblStartWirdFeedingTime";
            this.lblStartWirdFeedingTime.Size = new System.Drawing.Size(92, 17);
            this.lblStartWirdFeedingTime.TabIndex = 53;
            this.lblStartWirdFeedingTime.Text = "起始送丝时间:";
            // 
            // lblWirdFeedingTime
            // 
            this.lblWirdFeedingTime.AutoSize = true;
            this.lblWirdFeedingTime.Location = new System.Drawing.Point(284, 74);
            this.lblWirdFeedingTime.Name = "lblWirdFeedingTime";
            this.lblWirdFeedingTime.Size = new System.Drawing.Size(68, 17);
            this.lblWirdFeedingTime.TabIndex = 41;
            this.lblWirdFeedingTime.Text = "送丝时间:";
            // 
            // txtStartDsendWireSpeed
            // 
            this.txtStartDsendWireSpeed.Location = new System.Drawing.Point(137, 34);
            this.txtStartDsendWireSpeed.MaxLength = 6;
            this.txtStartDsendWireSpeed.Name = "txtStartDsendWireSpeed";
            this.txtStartDsendWireSpeed.Size = new System.Drawing.Size(58, 23);
            this.txtStartDsendWireSpeed.TabIndex = 52;
            this.txtStartDsendWireSpeed.Text = "1";
            // 
            // txtDsendWireTime
            // 
            this.txtDsendWireTime.Location = new System.Drawing.Point(358, 70);
            this.txtDsendWireTime.MaxLength = 6;
            this.txtDsendWireTime.Name = "txtDsendWireTime";
            this.txtDsendWireTime.Size = new System.Drawing.Size(58, 23);
            this.txtDsendWireTime.TabIndex = 42;
            this.txtDsendWireTime.Text = "2";
            // 
            // FrmWeldPointInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(719, 491);
            this.Controls.Add(this.groupPoint);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FrmWeldPointInfo";
            this.Text = "FrmWeldPointInfo";
            this.Load += new System.EventHandler(this.FrmWeldPointInfo_Load);
            this.groupPoint.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.gbIron.ResumeLayout(false);
            this.gbIron.PerformLayout();
            this.gbWireFeeding.ResumeLayout(false);
            this.gbWireFeeding.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox txtStartDsendWireTime;
        private System.Windows.Forms.TextBox txtStartDsendWireSpeed;
        private System.Windows.Forms.Label lblStartWirdFeedingSpeed;
        private System.Windows.Forms.Label lblIronTempLowerLimit;
        private System.Windows.Forms.TextBox txtDweldTemMin;
        private System.Windows.Forms.Label lblIronTempUpperLimit;
        private System.Windows.Forms.TextBox txtDweldTemMax;
        private System.Windows.Forms.Label lblStartIronTempLowerLimit;
        private System.Windows.Forms.TextBox txtPreTempMin;
        private System.Windows.Forms.Label lblStartTempUpperLimit;
        private System.Windows.Forms.TextBox txtPreTempMax;
        private System.Windows.Forms.Label lblStartTemp;
        private System.Windows.Forms.TextBox txtDsendWireTime;
        private System.Windows.Forms.TextBox txtDpreheatTemperature;
        private System.Windows.Forms.Label lblWirdFeedingTime;
        private System.Windows.Forms.Label lblStartIronTime;
        private System.Windows.Forms.TextBox txtDsendWireSpeed;
        private System.Windows.Forms.TextBox txtDpreheatTime;
        private System.Windows.Forms.Label lblWirdFeedingSpeed;
        private System.Windows.Forms.Label lblIronTemp;
        private System.Windows.Forms.TextBox txtDweldTime;
        private System.Windows.Forms.TextBox txtDweldTemperature;
        private System.Windows.Forms.Label lblIronTime;
        private System.Windows.Forms.GroupBox gbIron;
        private System.Windows.Forms.GroupBox gbWireFeeding;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Label lblStartWirdFeedingTime;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cmbPointType;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.CheckBox chbClear;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label26;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnUpdate;
        private System.Windows.Forms.TextBox txtClearTime;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.GroupBox groupPoint;
        private UserFromControl.URRobotMControl urRobot;
    }
}