URRobotSControl.Designer.cs 7.3 KB
namespace UserFromControl
{
    partial class URRobotSControl
    {
        /// <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.lblRZ = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lblRY = new System.Windows.Forms.Label();
            this.lblRX = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.txtRobotZ = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtRobotY = new System.Windows.Forms.Label();
            this.txtRobotX = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // lblRZ
            // 
            this.lblRZ.AutoSize = true;
            this.lblRZ.Location = new System.Drawing.Point(162, 113);
            this.lblRZ.Name = "lblRZ";
            this.lblRZ.Size = new System.Drawing.Size(11, 12);
            this.lblRZ.TabIndex = 44;
            this.lblRZ.Text = "0";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(128, 113);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 41;
            this.label3.Text = "RZ:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(127, 9);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 12);
            this.label4.TabIndex = 39;
            this.label4.Text = "RX:";
            // 
            // lblRY
            // 
            this.lblRY.AutoSize = true;
            this.lblRY.Location = new System.Drawing.Point(162, 61);
            this.lblRY.Name = "lblRY";
            this.lblRY.Size = new System.Drawing.Size(11, 12);
            this.lblRY.TabIndex = 43;
            this.lblRY.Text = "0";
            // 
            // lblRX
            // 
            this.lblRX.AutoSize = true;
            this.lblRX.Location = new System.Drawing.Point(162, 9);
            this.lblRX.Name = "lblRX";
            this.lblRX.Size = new System.Drawing.Size(11, 12);
            this.lblRX.TabIndex = 42;
            this.lblRX.Text = "0";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(128, 61);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 40;
            this.label7.Text = "RY:";
            // 
            // txtRobotZ
            // 
            this.txtRobotZ.AutoSize = true;
            this.txtRobotZ.Location = new System.Drawing.Point(49, 113);
            this.txtRobotZ.Name = "txtRobotZ";
            this.txtRobotZ.Size = new System.Drawing.Size(11, 12);
            this.txtRobotZ.TabIndex = 38;
            this.txtRobotZ.Text = "0";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(15, 113);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(23, 12);
            this.label13.TabIndex = 35;
            this.label13.Text = "Z:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(14, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(23, 12);
            this.label1.TabIndex = 33;
            this.label1.Text = "X:";
            // 
            // txtRobotY
            // 
            this.txtRobotY.AutoSize = true;
            this.txtRobotY.Location = new System.Drawing.Point(49, 61);
            this.txtRobotY.Name = "txtRobotY";
            this.txtRobotY.Size = new System.Drawing.Size(11, 12);
            this.txtRobotY.TabIndex = 37;
            this.txtRobotY.Text = "0";
            // 
            // txtRobotX
            // 
            this.txtRobotX.AutoSize = true;
            this.txtRobotX.Location = new System.Drawing.Point(49, 9);
            this.txtRobotX.Name = "txtRobotX";
            this.txtRobotX.Size = new System.Drawing.Size(11, 12);
            this.txtRobotX.TabIndex = 36;
            this.txtRobotX.Text = "0";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(15, 61);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(23, 12);
            this.label12.TabIndex = 34;
            this.label12.Text = "Y:";
            // 
            // URRobotSControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.Controls.Add(this.lblRZ);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.lblRY);
            this.Controls.Add(this.lblRX);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.txtRobotZ);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtRobotY);
            this.Controls.Add(this.txtRobotX);
            this.Controls.Add(this.label12);
            this.Name = "URRobotSControl";
            this.Size = new System.Drawing.Size(228, 146);
            this.Load += new System.EventHandler(this.URRobotSControl_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblRZ;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label lblRY;
        private System.Windows.Forms.Label lblRX;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label txtRobotZ;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label txtRobotY;
        private System.Windows.Forms.Label txtRobotX;
        private System.Windows.Forms.Label label12;
    }
}