URRobotMControl.Designer.cs 7.1 KB
namespace UserFromControl
{
    partial class URRobotMControl
    {
        /// <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.label14 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.txtRY = new System.Windows.Forms.TextBox();
            this.txtRZ = new System.Windows.Forms.TextBox();
            this.label22 = new System.Windows.Forms.Label();
            this.txtRX = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.txtRobotY = new System.Windows.Forms.TextBox();
            this.txtRobotZ = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.txtRobotX = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(9, 118);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(29, 12);
            this.label14.TabIndex = 84;
            this.label14.Text = "RX:";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(9, 190);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(29, 12);
            this.label21.TabIndex = 82;
            this.label21.Text = "RZ:";
            // 
            // txtRY
            // 
            this.txtRY.Location = new System.Drawing.Point(51, 150);
            this.txtRY.MaxLength = 20;
            this.txtRY.Name = "txtRY";
            this.txtRY.Size = new System.Drawing.Size(101, 21);
            this.txtRY.TabIndex = 87;
            // 
            // txtRZ
            // 
            this.txtRZ.Location = new System.Drawing.Point(51, 186);
            this.txtRZ.MaxLength = 20;
            this.txtRZ.Name = "txtRZ";
            this.txtRZ.Size = new System.Drawing.Size(101, 21);
            this.txtRZ.TabIndex = 83;
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(9, 154);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(29, 12);
            this.label22.TabIndex = 86;
            this.label22.Text = "RY:";
            // 
            // txtRX
            // 
            this.txtRX.Location = new System.Drawing.Point(51, 114);
            this.txtRX.MaxLength = 20;
            this.txtRX.Name = "txtRX";
            this.txtRX.Size = new System.Drawing.Size(101, 21);
            this.txtRX.TabIndex = 85;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(9, 10);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(23, 12);
            this.label18.TabIndex = 78;
            this.label18.Text = "X:";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(9, 82);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(23, 12);
            this.label19.TabIndex = 76;
            this.label19.Text = "Z:";
            // 
            // txtRobotY
            // 
            this.txtRobotY.Location = new System.Drawing.Point(51, 42);
            this.txtRobotY.MaxLength = 20;
            this.txtRobotY.Name = "txtRobotY";
            this.txtRobotY.Size = new System.Drawing.Size(101, 21);
            this.txtRobotY.TabIndex = 81;
            // 
            // txtRobotZ
            // 
            this.txtRobotZ.Location = new System.Drawing.Point(51, 78);
            this.txtRobotZ.MaxLength = 20;
            this.txtRobotZ.Name = "txtRobotZ";
            this.txtRobotZ.Size = new System.Drawing.Size(101, 21);
            this.txtRobotZ.TabIndex = 77;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(9, 46);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(23, 12);
            this.label20.TabIndex = 80;
            this.label20.Text = "Y:";
            // 
            // txtRobotX
            // 
            this.txtRobotX.Location = new System.Drawing.Point(51, 6);
            this.txtRobotX.MaxLength = 20;
            this.txtRobotX.Name = "txtRobotX";
            this.txtRobotX.Size = new System.Drawing.Size(101, 21);
            this.txtRobotX.TabIndex = 79;
            // 
            // URRobotPositionControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.Controls.Add(this.label14);
            this.Controls.Add(this.label21);
            this.Controls.Add(this.txtRY);
            this.Controls.Add(this.txtRZ);
            this.Controls.Add(this.label22);
            this.Controls.Add(this.txtRX);
            this.Controls.Add(this.label18);
            this.Controls.Add(this.label19);
            this.Controls.Add(this.txtRobotY);
            this.Controls.Add(this.txtRobotZ);
            this.Controls.Add(this.label20);
            this.Controls.Add(this.txtRobotX);
            this.Name = "URRobotPositionControl";
            this.Size = new System.Drawing.Size(156, 212);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.TextBox txtRY;
        private System.Windows.Forms.TextBox txtRZ;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.TextBox txtRX;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox txtRobotY;
        private System.Windows.Forms.TextBox txtRobotZ;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.TextBox txtRobotX;
    }
}