EquipControl.Designer.cs 13.2 KB
namespace OnlineStore.AssemblyLine
{
    partial class EquipControl
    {
        /// <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.components = new System.ComponentModel.Container();
            this.lblTrayNum = new System.Windows.Forms.Label();
            this.lblName = new System.Windows.Forms.Label();
            this.lblStatus = new System.Windows.Forms.Label();
            this.lblMoveInfo = new System.Windows.Forms.Label();
            this.lblDebug = new System.Windows.Forms.Label();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.lblInfo = new System.Windows.Forms.Label();
            this.panName = new System.Windows.Forms.Panel();
            this.lblUseServo = new System.Windows.Forms.Label();
            this.lblWarn = new System.Windows.Forms.Label();
            this.panName.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblTrayNum
            // 
            this.lblTrayNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTrayNum.AutoSize = true;
            this.lblTrayNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTrayNum.ForeColor = System.Drawing.Color.Black;
            this.lblTrayNum.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblTrayNum.Location = new System.Drawing.Point(190, 47);
            this.lblTrayNum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblTrayNum.Name = "lblTrayNum";
            this.lblTrayNum.Size = new System.Drawing.Size(100, 24);
            this.lblTrayNum.TabIndex = 0;
            this.lblTrayNum.Text = "容器编号:";
            this.lblTrayNum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblTrayNum.DoubleClick += new System.EventHandler(this.lblStatus_DoubleClick);
            this.lblTrayNum.MouseEnter += new System.EventHandler(this.lblStatus_MouseEnter);
            // 
            // lblName
            // 
            this.lblName.AutoSize = true;
            this.lblName.BackColor = System.Drawing.Color.Transparent;
            this.lblName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblName.ForeColor = System.Drawing.Color.Black;
            this.lblName.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblName.Location = new System.Drawing.Point(-3, 3);
            this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(110, 31);
            this.lblName.TabIndex = 1;
            this.lblName.Text = "设备名称";
            this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblName.DoubleClick += new System.EventHandler(this.lblName_DoubleClick);
            this.lblName.MouseEnter += new System.EventHandler(this.lblName_MouseEnter);
            // 
            // lblStatus
            // 
            this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblStatus.AutoSize = true;
            this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblStatus.ForeColor = System.Drawing.Color.Black;
            this.lblStatus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblStatus.Location = new System.Drawing.Point(4, 44);
            this.lblStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(82, 24);
            this.lblStatus.TabIndex = 2;
            this.lblStatus.Text = "运行状态";
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblStatus.DoubleClick += new System.EventHandler(this.lblStatus_DoubleClick);
            this.lblStatus.MouseEnter += new System.EventHandler(this.lblStatus_MouseEnter);
            // 
            // lblMoveInfo
            // 
            this.lblMoveInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblMoveInfo.AutoSize = true;
            this.lblMoveInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMoveInfo.ForeColor = System.Drawing.Color.Black;
            this.lblMoveInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblMoveInfo.Location = new System.Drawing.Point(4, 80);
            this.lblMoveInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblMoveInfo.Name = "lblMoveInfo";
            this.lblMoveInfo.Size = new System.Drawing.Size(82, 24);
            this.lblMoveInfo.TabIndex = 3;
            this.lblMoveInfo.Text = "运行信息";
            this.lblMoveInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblMoveInfo.DoubleClick += new System.EventHandler(this.lblStatus_DoubleClick);
            this.lblMoveInfo.MouseEnter += new System.EventHandler(this.lblStatus_MouseEnter);
            // 
            // lblDebug
            // 
            this.lblDebug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblDebug.AutoSize = true;
            this.lblDebug.BackColor = System.Drawing.Color.Transparent;
            this.lblDebug.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDebug.Location = new System.Drawing.Point(297, 6);
            this.lblDebug.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblDebug.Name = "lblDebug";
            this.lblDebug.Size = new System.Drawing.Size(71, 24);
            this.lblDebug.TabIndex = 5;
            this.lblDebug.Text = "启用✔";
            this.lblDebug.DoubleClick += new System.EventHandler(this.lblStatus_DoubleClick);
            this.lblDebug.MouseEnter += new System.EventHandler(this.lblStatus_MouseEnter);
            // 
            // lblInfo
            // 
            this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblInfo.BackColor = System.Drawing.Color.LightGray;
            this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblInfo.ForeColor = System.Drawing.Color.Black;
            this.lblInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblInfo.Location = new System.Drawing.Point(2, 173);
            this.lblInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblInfo.Name = "lblInfo";
            this.lblInfo.Size = new System.Drawing.Size(372, 36);
            this.lblInfo.TabIndex = 6;
            this.lblInfo.Text = "设备相关信息";
            this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblInfo.MouseEnter += new System.EventHandler(this.lblBox_MouseEnter);
            // 
            // panName
            // 
            this.panName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panName.BackColor = System.Drawing.Color.Transparent;
            this.panName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panName.Controls.Add(this.lblDebug);
            this.panName.Controls.Add(this.lblUseServo);
            this.panName.Controls.Add(this.lblName);
            this.panName.Location = new System.Drawing.Point(2, 2);
            this.panName.Margin = new System.Windows.Forms.Padding(4);
            this.panName.Name = "panName";
            this.panName.Size = new System.Drawing.Size(371, 41);
            this.panName.TabIndex = 7;
            this.panName.DoubleClick += new System.EventHandler(this.panName_DoubleClick);
            this.panName.MouseEnter += new System.EventHandler(this.panName_MouseEnter);
            // 
            // lblUseServo
            // 
            this.lblUseServo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblUseServo.AutoSize = true;
            this.lblUseServo.BackColor = System.Drawing.Color.Transparent;
            this.lblUseServo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblUseServo.Location = new System.Drawing.Point(230, 6);
            this.lblUseServo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblUseServo.Name = "lblUseServo";
            this.lblUseServo.Size = new System.Drawing.Size(71, 24);
            this.lblUseServo.TabIndex = 6;
            this.lblUseServo.Text = "伺服✔";
            this.lblUseServo.Visible = false;
            // 
            // lblWarn
            // 
            this.lblWarn.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblWarn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblWarn.ForeColor = System.Drawing.Color.White;
            this.lblWarn.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
            this.lblWarn.Location = new System.Drawing.Point(4, 116);
            this.lblWarn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblWarn.Name = "lblWarn";
            this.lblWarn.Size = new System.Drawing.Size(363, 95);
            this.lblWarn.TabIndex = 8;
            this.lblWarn.Text = "暂无报警";
            this.lblWarn.DoubleClick += new System.EventHandler(this.lblStatus_DoubleClick);
            this.lblWarn.MouseEnter += new System.EventHandler(this.lblStatus_MouseEnter);
            // 
            // EquipControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.LightCoral;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.panName);
            this.Controls.Add(this.lblInfo);
            this.Controls.Add(this.lblMoveInfo);
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.lblTrayNum);
            this.Controls.Add(this.lblWarn);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "EquipControl";
            this.Size = new System.Drawing.Size(375, 214);
            this.Load += new System.EventHandler(this.EquipControl_Load);
            this.panName.ResumeLayout(false);
            this.panName.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblTrayNum;
        private System.Windows.Forms.Label lblName;
        private System.Windows.Forms.Label lblStatus;
        private System.Windows.Forms.Label lblMoveInfo;
        private System.Windows.Forms.Label lblDebug;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.Label lblInfo;
        private System.Windows.Forms.Panel panName;
        private System.Windows.Forms.Label lblWarn;
        private System.Windows.Forms.Label lblUseServo;
    }
}