UCJoint.Designer.cs 7.5 KB
namespace JAKA
{
    partial class UCJoint
    {
        /// <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.lblName = new System.Windows.Forms.Label();
            this.lblSerial = new System.Windows.Forms.Label();
            this.lblEnable = new System.Windows.Forms.Label();
            this.lblErrorState = new System.Windows.Forms.Label();
            this.lblCollision = new System.Windows.Forms.Label();
            this.lblPosition = new System.Windows.Forms.Label();
            this.lblForce = new System.Windows.Forms.Label();
            this.lblVolt = new System.Windows.Forms.Label();
            this.lblCurrent = new System.Windows.Forms.Label();
            this.lblSpeed = new System.Windows.Forms.Label();
            this.lblTempture = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // lblName
            // 
            this.lblName.AutoSize = true;
            this.lblName.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.lblName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblName.Location = new System.Drawing.Point(102, 12);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(49, 14);
            this.lblName.TabIndex = 0;
            this.lblName.Text = "关节名";
            // 
            // lblSerial
            // 
            this.lblSerial.AutoSize = true;
            this.lblSerial.Location = new System.Drawing.Point(4, 44);
            this.lblSerial.Name = "lblSerial";
            this.lblSerial.Size = new System.Drawing.Size(53, 12);
            this.lblSerial.TabIndex = 1;
            this.lblSerial.Text = "错误码:";
            // 
            // lblEnable
            // 
            this.lblEnable.AutoSize = true;
            this.lblEnable.Location = new System.Drawing.Point(131, 44);
            this.lblEnable.Name = "lblEnable";
            this.lblEnable.Size = new System.Drawing.Size(41, 12);
            this.lblEnable.TabIndex = 2;
            this.lblEnable.Text = "使能:";
            // 
            // lblErrorState
            // 
            this.lblErrorState.AutoSize = true;
            this.lblErrorState.Location = new System.Drawing.Point(4, 61);
            this.lblErrorState.Name = "lblErrorState";
            this.lblErrorState.Size = new System.Drawing.Size(41, 12);
            this.lblErrorState.TabIndex = 3;
            this.lblErrorState.Tag = "";
            this.lblErrorState.Text = "错误:";
            // 
            // lblCollision
            // 
            this.lblCollision.AutoSize = true;
            this.lblCollision.Location = new System.Drawing.Point(131, 61);
            this.lblCollision.Name = "lblCollision";
            this.lblCollision.Size = new System.Drawing.Size(41, 12);
            this.lblCollision.TabIndex = 4;
            this.lblCollision.Text = "碰撞:";
            // 
            // lblPosition
            // 
            this.lblPosition.AutoSize = true;
            this.lblPosition.Location = new System.Drawing.Point(3, 78);
            this.lblPosition.Name = "lblPosition";
            this.lblPosition.Size = new System.Drawing.Size(41, 12);
            this.lblPosition.TabIndex = 5;
            this.lblPosition.Text = "位置:";
            // 
            // lblForce
            // 
            this.lblForce.AutoSize = true;
            this.lblForce.Location = new System.Drawing.Point(3, 112);
            this.lblForce.Name = "lblForce";
            this.lblForce.Size = new System.Drawing.Size(41, 12);
            this.lblForce.TabIndex = 6;
            this.lblForce.Text = "力矩:";
            // 
            // lblVolt
            // 
            this.lblVolt.AutoSize = true;
            this.lblVolt.Location = new System.Drawing.Point(3, 95);
            this.lblVolt.Name = "lblVolt";
            this.lblVolt.Size = new System.Drawing.Size(41, 12);
            this.lblVolt.TabIndex = 7;
            this.lblVolt.Text = "电压:";
            // 
            // lblCurrent
            // 
            this.lblCurrent.AutoSize = true;
            this.lblCurrent.Location = new System.Drawing.Point(131, 95);
            this.lblCurrent.Name = "lblCurrent";
            this.lblCurrent.Size = new System.Drawing.Size(41, 12);
            this.lblCurrent.TabIndex = 8;
            this.lblCurrent.Text = "电流:";
            // 
            // lblSpeed
            // 
            this.lblSpeed.AutoSize = true;
            this.lblSpeed.Location = new System.Drawing.Point(131, 78);
            this.lblSpeed.Name = "lblSpeed";
            this.lblSpeed.Size = new System.Drawing.Size(41, 12);
            this.lblSpeed.TabIndex = 9;
            this.lblSpeed.Text = "速度:";
            // 
            // lblTempture
            // 
            this.lblTempture.AutoSize = true;
            this.lblTempture.Location = new System.Drawing.Point(131, 112);
            this.lblTempture.Name = "lblTempture";
            this.lblTempture.Size = new System.Drawing.Size(41, 12);
            this.lblTempture.TabIndex = 10;
            this.lblTempture.Text = "温度:";
            // 
            // UCJoint
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.lblTempture);
            this.Controls.Add(this.lblSpeed);
            this.Controls.Add(this.lblCurrent);
            this.Controls.Add(this.lblVolt);
            this.Controls.Add(this.lblForce);
            this.Controls.Add(this.lblPosition);
            this.Controls.Add(this.lblCollision);
            this.Controls.Add(this.lblErrorState);
            this.Controls.Add(this.lblEnable);
            this.Controls.Add(this.lblSerial);
            this.Controls.Add(this.lblName);
            this.Name = "UCJoint";
            this.Size = new System.Drawing.Size(242, 134);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblName;
        private System.Windows.Forms.Label lblSerial;
        private System.Windows.Forms.Label lblEnable;
        private System.Windows.Forms.Label lblErrorState;
        private System.Windows.Forms.Label lblCollision;
        private System.Windows.Forms.Label lblPosition;
        private System.Windows.Forms.Label lblForce;
        private System.Windows.Forms.Label lblVolt;
        private System.Windows.Forms.Label lblCurrent;
        private System.Windows.Forms.Label lblSpeed;
        private System.Windows.Forms.Label lblTempture;
    }
}