ServoAxisInfo.Designer.cs 10.0 KB
namespace OnlineStore.ACSquareStore
{
    partial class ServoAxisInfo
    {
        /// <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.label17 = new System.Windows.Forms.Label();
            this.txtLimit2 = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.txtLimit1 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtHomeSingle = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtHomeStatus = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.txtBusyStatus = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtAlarmStatus = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.lblCountPulse = new System.Windows.Forms.TextBox();
            this.lblOutPulse = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(198, 221);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(71, 12);
            this.label17.TabIndex = 336;
            this.label17.Text = "负极限信号:";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtLimit2
            // 
            this.txtLimit2.Enabled = false;
            this.txtLimit2.Location = new System.Drawing.Point(275, 218);
            this.txtLimit2.Name = "txtLimit2";
            this.txtLimit2.Size = new System.Drawing.Size(25, 21);
            this.txtLimit2.TabIndex = 335;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(198, 187);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(71, 12);
            this.label19.TabIndex = 334;
            this.label19.Text = "正极限信号:";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtLimit1
            // 
            this.txtLimit1.Enabled = false;
            this.txtLimit1.Location = new System.Drawing.Point(275, 184);
            this.txtLimit1.Name = "txtLimit1";
            this.txtLimit1.Size = new System.Drawing.Size(25, 21);
            this.txtLimit1.TabIndex = 333;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(201, 153);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 332;
            this.label6.Text = "原点信号:";
            // 
            // txtHomeSingle
            // 
            this.txtHomeSingle.Enabled = false;
            this.txtHomeSingle.Location = new System.Drawing.Point(275, 150);
            this.txtHomeSingle.Name = "txtHomeSingle";
            this.txtHomeSingle.Size = new System.Drawing.Size(25, 21);
            this.txtHomeSingle.TabIndex = 331;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(-14, 221);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(89, 12);
            this.label11.TabIndex = 330;
            this.label11.Text = "HOME-CMP状态:";
            // 
            // txtHomeStatus
            // 
            this.txtHomeStatus.Enabled = false;
            this.txtHomeStatus.Location = new System.Drawing.Point(106, 218);
            this.txtHomeStatus.Name = "txtHomeStatus";
            this.txtHomeStatus.Size = new System.Drawing.Size(25, 21);
            this.txtHomeStatus.TabIndex = 329;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(25, 187);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 328;
            this.label10.Text = "BUSY状态:";
            // 
            // txtBusyStatus
            // 
            this.txtBusyStatus.Enabled = false;
            this.txtBusyStatus.Location = new System.Drawing.Point(106, 184);
            this.txtBusyStatus.Name = "txtBusyStatus";
            this.txtBusyStatus.Size = new System.Drawing.Size(25, 21);
            this.txtBusyStatus.TabIndex = 327;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(32, 153);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 326;
            this.label2.Text = "报警状态:";
            // 
            // txtAlarmStatus
            // 
            this.txtAlarmStatus.Enabled = false;
            this.txtAlarmStatus.Location = new System.Drawing.Point(106, 150);
            this.txtAlarmStatus.Name = "txtAlarmStatus";
            this.txtAlarmStatus.Size = new System.Drawing.Size(25, 21);
            this.txtAlarmStatus.TabIndex = 325;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(8, 20);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(80, 17);
            this.label7.TabIndex = 339;
            this.label7.Text = "输出脉冲值:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(8, 52);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(80, 17);
            this.label8.TabIndex = 340;
            this.label8.Text = "编码器计数:";
            // 
            // lblCountPulse
            // 
            this.lblCountPulse.Location = new System.Drawing.Point(89, 47);
            this.lblCountPulse.Name = "lblCountPulse";
            this.lblCountPulse.ReadOnly = true;
            this.lblCountPulse.Size = new System.Drawing.Size(87, 21);
            this.lblCountPulse.TabIndex = 338;
            // 
            // lblOutPulse
            // 
            this.lblOutPulse.Location = new System.Drawing.Point(89, 18);
            this.lblOutPulse.Name = "lblOutPulse";
            this.lblOutPulse.ReadOnly = true;
            this.lblOutPulse.Size = new System.Drawing.Size(87, 21);
            this.lblOutPulse.TabIndex = 337;
            // 
            // ServoAxisInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.lblCountPulse);
            this.Controls.Add(this.lblOutPulse);
            this.Controls.Add(this.label17);
            this.Controls.Add(this.txtLimit2);
            this.Controls.Add(this.label19);
            this.Controls.Add(this.txtLimit1);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.txtHomeSingle);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.txtHomeStatus);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.txtBusyStatus);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.txtAlarmStatus);
            this.Name = "ServoAxisInfo";
            this.Size = new System.Drawing.Size(388, 247);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox txtLimit2;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox txtLimit1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtHomeSingle;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox txtHomeStatus;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtBusyStatus;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtAlarmStatus;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox lblCountPulse;
        private System.Windows.Forms.TextBox lblOutPulse;
    }
}