FrmSetting.Designer.cs 19.3 KB
namespace URSoldering.Client
{
    partial class FrmSetting
    {
        /// <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.groupBox3 = new System.Windows.Forms.GroupBox();
            this.clear2Control = new UserFromControl.URRobotMControl();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.clear1Control = new UserFromControl.URRobotMControl();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.lblWirdFeedingSpeed = new System.Windows.Forms.Label();
            this.txtsendWireSpeed = new System.Windows.Forms.TextBox();
            this.lblWirdFeedingTime = new System.Windows.Forms.Label();
            this.txtsendWireTime = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.homeControl = new UserFromControl.URRobotMControl();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnSaveSetting = new System.Windows.Forms.Button();
            this.gbEpsonSetting = new System.Windows.Forms.GroupBox();
            this.txtLimZ = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.maxControl = new UserFromControl.URRobotMControl();
            this.minControl = new UserFromControl.URRobotMControl();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.markControl = new UserFromControl.URRobotMControl();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.txtMarkX = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtMarkY = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.gbEpsonSetting.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.clear2Control);
            this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox3.Location = new System.Drawing.Point(387, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(177, 255);
            this.groupBox3.TabIndex = 40;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "焊接清洗点2配置";
            // 
            // clear2Control
            // 
            this.clear2Control.Location = new System.Drawing.Point(6, 20);
            this.clear2Control.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.clear2Control.Name = "clear2Control";
            this.clear2Control.Size = new System.Drawing.Size(162, 227);
            this.clear2Control.TabIndex = 2;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.clear1Control);
            this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.Location = new System.Drawing.Point(204, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(177, 255);
            this.groupBox2.TabIndex = 12;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "焊接清洗点1配置";
            // 
            // clear1Control
            // 
            this.clear1Control.Location = new System.Drawing.Point(6, 20);
            this.clear1Control.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.clear1Control.Name = "clear1Control";
            this.clear1Control.Size = new System.Drawing.Size(162, 227);
            this.clear1Control.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.label17);
            this.groupBox4.Controls.Add(this.label18);
            this.groupBox4.Controls.Add(this.lblWirdFeedingSpeed);
            this.groupBox4.Controls.Add(this.txtsendWireSpeed);
            this.groupBox4.Controls.Add(this.lblWirdFeedingTime);
            this.groupBox4.Controls.Add(this.txtsendWireTime);
            this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox4.Location = new System.Drawing.Point(387, 343);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(360, 107);
            this.groupBox4.TabIndex = 11;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "卡丝时反转配置";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(220, 35);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(30, 17);
            this.label17.TabIndex = 64;
            this.label17.Text = "mm";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(221, 74);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(14, 17);
            this.label18.TabIndex = 63;
            this.label18.Text = "s";
            // 
            // lblWirdFeedingSpeed
            // 
            this.lblWirdFeedingSpeed.AutoSize = true;
            this.lblWirdFeedingSpeed.Location = new System.Drawing.Point(15, 29);
            this.lblWirdFeedingSpeed.Name = "lblWirdFeedingSpeed";
            this.lblWirdFeedingSpeed.Size = new System.Drawing.Size(92, 17);
            this.lblWirdFeedingSpeed.TabIndex = 59;
            this.lblWirdFeedingSpeed.Text = "反转送丝速度:";
            // 
            // txtsendWireSpeed
            // 
            this.txtsendWireSpeed.Location = new System.Drawing.Point(118, 29);
            this.txtsendWireSpeed.MaxLength = 6;
            this.txtsendWireSpeed.Name = "txtsendWireSpeed";
            this.txtsendWireSpeed.Size = new System.Drawing.Size(96, 23);
            this.txtsendWireSpeed.TabIndex = 60;
            // 
            // lblWirdFeedingTime
            // 
            this.lblWirdFeedingTime.AutoSize = true;
            this.lblWirdFeedingTime.Location = new System.Drawing.Point(15, 69);
            this.lblWirdFeedingTime.Name = "lblWirdFeedingTime";
            this.lblWirdFeedingTime.Size = new System.Drawing.Size(92, 17);
            this.lblWirdFeedingTime.TabIndex = 61;
            this.lblWirdFeedingTime.Text = "反转送丝时间:";
            // 
            // txtsendWireTime
            // 
            this.txtsendWireTime.Location = new System.Drawing.Point(118, 69);
            this.txtsendWireTime.MaxLength = 6;
            this.txtsendWireTime.Name = "txtsendWireTime";
            this.txtsendWireTime.Size = new System.Drawing.Size(96, 23);
            this.txtsendWireTime.TabIndex = 62;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.homeControl);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(21, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(177, 255);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "机器人待机点配置";
            // 
            // homeControl
            // 
            this.homeControl.Location = new System.Drawing.Point(6, 20);
            this.homeControl.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.homeControl.Name = "homeControl";
            this.homeControl.Size = new System.Drawing.Size(162, 227);
            this.homeControl.TabIndex = 1;
            // 
            // btnClose
            // 
            this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClose.Location = new System.Drawing.Point(568, 543);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(117, 35);
            this.btnClose.TabIndex = 7;
            this.btnClose.Text = "返回(&B)";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnSaveSetting
            // 
            this.btnSaveSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSaveSetting.Location = new System.Drawing.Point(427, 543);
            this.btnSaveSetting.Name = "btnSaveSetting";
            this.btnSaveSetting.Size = new System.Drawing.Size(117, 35);
            this.btnSaveSetting.TabIndex = 6;
            this.btnSaveSetting.Text = "保存(&S)";
            this.btnSaveSetting.UseVisualStyleBackColor = true;
            this.btnSaveSetting.Click += new System.EventHandler(this.btnSaveSetting_Click);
            // 
            // gbEpsonSetting
            // 
            this.gbEpsonSetting.Controls.Add(this.txtLimZ);
            this.gbEpsonSetting.Controls.Add(this.label8);
            this.gbEpsonSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gbEpsonSetting.Location = new System.Drawing.Point(387, 456);
            this.gbEpsonSetting.Name = "gbEpsonSetting";
            this.gbEpsonSetting.Size = new System.Drawing.Size(360, 69);
            this.gbEpsonSetting.TabIndex = 1;
            this.gbEpsonSetting.TabStop = false;
            this.gbEpsonSetting.Text = "机器人Z轴最低点";
            // 
            // txtLimZ
            // 
            this.txtLimZ.Location = new System.Drawing.Point(107, 29);
            this.txtLimZ.Name = "txtLimZ";
            this.txtLimZ.Size = new System.Drawing.Size(133, 23);
            this.txtLimZ.TabIndex = 7;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(17, 33);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(63, 17);
            this.label8.TabIndex = 6;
            this.label8.Text = "最低Z点:";
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.maxControl);
            this.groupBox5.Controls.Add(this.minControl);
            this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox5.Location = new System.Drawing.Point(21, 270);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(357, 256);
            this.groupBox5.TabIndex = 42;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "机械臂活动范围";
            // 
            // maxControl
            // 
            this.maxControl.Location = new System.Drawing.Point(173, 25);
            this.maxControl.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.maxControl.Name = "maxControl";
            this.maxControl.Size = new System.Drawing.Size(160, 217);
            this.maxControl.TabIndex = 3;
            // 
            // minControl
            // 
            this.minControl.Location = new System.Drawing.Point(7, 25);
            this.minControl.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.minControl.Name = "minControl";
            this.minControl.Size = new System.Drawing.Size(160, 217);
            this.minControl.TabIndex = 2;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.markControl);
            this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox6.Location = new System.Drawing.Point(570, 12);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(177, 255);
            this.groupBox6.TabIndex = 43;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "坐标偏移Mark点配置";
            // 
            // markControl
            // 
            this.markControl.Location = new System.Drawing.Point(6, 20);
            this.markControl.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.markControl.Name = "markControl";
            this.markControl.Size = new System.Drawing.Size(162, 227);
            this.markControl.TabIndex = 2;
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.txtMarkY);
            this.groupBox7.Controls.Add(this.label2);
            this.groupBox7.Controls.Add(this.txtMarkX);
            this.groupBox7.Controls.Add(this.label1);
            this.groupBox7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox7.Location = new System.Drawing.Point(387, 270);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(360, 67);
            this.groupBox7.TabIndex = 44;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "坐标偏移Mark点的图片坐标";
            // 
            // txtMarkX
            // 
            this.txtMarkX.Location = new System.Drawing.Point(51, 27);
            this.txtMarkX.Name = "txtMarkX";
            this.txtMarkX.Size = new System.Drawing.Size(106, 23);
            this.txtMarkX.TabIndex = 7;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(17, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(28, 17);
            this.label1.TabIndex = 6;
            this.label1.Text = "X:";
            // 
            // txtMarkY
            // 
            this.txtMarkY.Location = new System.Drawing.Point(212, 27);
            this.txtMarkY.Name = "txtMarkY";
            this.txtMarkY.Size = new System.Drawing.Size(106, 23);
            this.txtMarkY.TabIndex = 9;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(178, 30);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(27, 17);
            this.label2.TabIndex = 8;
            this.label2.Text = "Y:";
            // 
            // FrmSetting
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(789, 587);
            this.Controls.Add(this.groupBox7);
            this.Controls.Add(this.groupBox6);
            this.Controls.Add(this.groupBox5);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnSaveSetting);
            this.Controls.Add(this.gbEpsonSetting);
            this.Name = "FrmSetting";
            this.Text = "设备配置";
            this.Load += new System.EventHandler(this.FrmRobotSetting_Load);
            this.groupBox3.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.gbEpsonSetting.ResumeLayout(false);
            this.gbEpsonSetting.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.GroupBox gbEpsonSetting;
        private System.Windows.Forms.Button btnSaveSetting;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtLimZ;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label lblWirdFeedingSpeed;
        private System.Windows.Forms.TextBox txtsendWireSpeed;
        private System.Windows.Forms.Label lblWirdFeedingTime;
        private System.Windows.Forms.TextBox txtsendWireTime;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox5;
        private UserFromControl.URRobotMControl clear2Control;
        private UserFromControl.URRobotMControl clear1Control;
        private UserFromControl.URRobotMControl homeControl;
        private UserFromControl.URRobotMControl maxControl;
        private UserFromControl.URRobotMControl minControl;
        private System.Windows.Forms.GroupBox groupBox6;
        private UserFromControl.URRobotMControl markControl;
        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.TextBox txtMarkX;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtMarkY;
        private System.Windows.Forms.Label label2;
    }
}