AxisShowSControl.Designer.cs 9.1 KB
namespace UserFromControl
{
    partial class AxisShowSControl
    {
        /// <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.txtIoStatus = new System.Windows.Forms.TextBox();
            this.txtMontion = new System.Windows.Forms.TextBox();
            this.txtPosition = new System.Windows.Forms.TextBox();
            this.txtCommand = new System.Windows.Forms.TextBox();
            this._Label3_0 = new System.Windows.Forms.Label();
            this._Label1_0 = new System.Windows.Forms.Label();
            this.box = new System.Windows.Forms.GroupBox();
            this.box.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtIoStatus
            // 
            this.txtIoStatus.AcceptsReturn = true;
            this.txtIoStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
            this.txtIoStatus.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtIoStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtIoStatus.ForeColor = System.Drawing.Color.GreenYellow;
            this.txtIoStatus.Location = new System.Drawing.Point(10, 120);
            this.txtIoStatus.MaxLength = 0;
            this.txtIoStatus.Name = "txtIoStatus";
            this.txtIoStatus.ReadOnly = true;
            this.txtIoStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtIoStatus.Size = new System.Drawing.Size(160, 23);
            this.txtIoStatus.TabIndex = 9;
            this.txtIoStatus.Text = "0";
            this.txtIoStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtMontion
            // 
            this.txtMontion.AcceptsReturn = true;
            this.txtMontion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
            this.txtMontion.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtMontion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtMontion.ForeColor = System.Drawing.Color.GreenYellow;
            this.txtMontion.Location = new System.Drawing.Point(10, 85);
            this.txtMontion.MaxLength = 0;
            this.txtMontion.Name = "txtMontion";
            this.txtMontion.ReadOnly = true;
            this.txtMontion.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtMontion.Size = new System.Drawing.Size(160, 23);
            this.txtMontion.TabIndex = 7;
            this.txtMontion.Text = "0";
            this.txtMontion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtPosition
            // 
            this.txtPosition.AcceptsReturn = true;
            this.txtPosition.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
            this.txtPosition.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtPosition.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtPosition.ForeColor = System.Drawing.Color.GreenYellow;
            this.txtPosition.Location = new System.Drawing.Point(10, 50);
            this.txtPosition.MaxLength = 0;
            this.txtPosition.Name = "txtPosition";
            this.txtPosition.ReadOnly = true;
            this.txtPosition.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtPosition.Size = new System.Drawing.Size(160, 23);
            this.txtPosition.TabIndex = 5;
            this.txtPosition.Text = "0";
            this.txtPosition.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtCommand
            // 
            this.txtCommand.AcceptsReturn = true;
            this.txtCommand.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
            this.txtCommand.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtCommand.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtCommand.ForeColor = System.Drawing.Color.GreenYellow;
            this.txtCommand.Location = new System.Drawing.Point(10, 15);
            this.txtCommand.MaxLength = 0;
            this.txtCommand.Name = "txtCommand";
            this.txtCommand.ReadOnly = true;
            this.txtCommand.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.txtCommand.Size = new System.Drawing.Size(160, 23);
            this.txtCommand.TabIndex = 3;
            this.txtCommand.Text = "0";
            this.txtCommand.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // _Label3_0
            // 
            this._Label3_0.BackColor = System.Drawing.SystemColors.Control;
            this._Label3_0.Cursor = System.Windows.Forms.Cursors.Default;
            this._Label3_0.ForeColor = System.Drawing.SystemColors.ControlText;
            this._Label3_0.Location = new System.Drawing.Point(5, 85);
            this._Label3_0.Name = "_Label3_0";
            this._Label3_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this._Label3_0.Size = new System.Drawing.Size(53, 12);
            this._Label3_0.TabIndex = 6;
            this._Label3_0.Text = "Motion Status";
            this._Label3_0.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this._Label3_0.Visible = false;
            // 
            // _Label1_0
            // 
            this._Label1_0.BackColor = System.Drawing.SystemColors.Control;
            this._Label1_0.Cursor = System.Windows.Forms.Cursors.Default;
            this._Label1_0.ForeColor = System.Drawing.SystemColors.ControlText;
            this._Label1_0.Location = new System.Drawing.Point(5, 21);
            this._Label1_0.Name = "_Label1_0";
            this._Label1_0.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this._Label1_0.Size = new System.Drawing.Size(53, 12);
            this._Label1_0.TabIndex = 2;
            this._Label1_0.Text = "Command";
            this._Label1_0.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this._Label1_0.Visible = false;
            // 
            // box
            // 
            this.box.BackColor = System.Drawing.SystemColors.Control;
            this.box.Controls.Add(this.txtIoStatus);
            this.box.Controls.Add(this.txtMontion);
            this.box.Controls.Add(this.txtPosition);
            this.box.Controls.Add(this.txtCommand);
            this.box.Controls.Add(this._Label3_0);
            this.box.Controls.Add(this._Label1_0);
            this.box.ForeColor = System.Drawing.SystemColors.ControlText;
            this.box.Location = new System.Drawing.Point(3, 1);
            this.box.Name = "box";
            this.box.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.box.Size = new System.Drawing.Size(178, 152);
            this.box.TabIndex = 2;
            this.box.TabStop = false;
            this.box.Text = "Axis 0";
            // 
            // AxisShowSControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.box);
            this.MaximumSize = new System.Drawing.Size(10000, 10000);
            this.MinimumSize = new System.Drawing.Size(10, 10);
            this.Name = "AxisShowSControl";
            this.Size = new System.Drawing.Size(188, 158);
            this.Load += new System.EventHandler(this.AxisShowControl_Load);
            this.box.ResumeLayout(false);
            this.box.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        public System.Windows.Forms.TextBox txtIoStatus;
        public System.Windows.Forms.TextBox txtMontion;
        public System.Windows.Forms.TextBox txtPosition;
        public System.Windows.Forms.TextBox txtCommand;
        public System.Windows.Forms.Label _Label3_0;
        public System.Windows.Forms.Label _Label1_0;
        public System.Windows.Forms.GroupBox box;
    }
}