EquipControl.Designer.cs 12.4 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.lblBox = new System.Windows.Forms.Label();
            this.panName = new System.Windows.Forms.Panel();
            this.lblWarn = new System.Windows.Forms.Label();
            this.lblUseServo = 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(185, 35);
            this.lblTrayNum.Name = "lblTrayNum";
            this.lblTrayNum.Size = new System.Drawing.Size(56, 17);
            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, 2);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(99, 22);
            this.lblName.TabIndex = 1;
            this.lblName.Text = "移栽D1-1_1";
            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(3, 29);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(56, 17);
            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(3, 50);
            this.lblMoveInfo.Name = "lblMoveInfo";
            this.lblMoveInfo.Size = new System.Drawing.Size(68, 17);
            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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDebug.Location = new System.Drawing.Point(183, 3);
            this.lblDebug.Name = "lblDebug";
            this.lblDebug.Size = new System.Drawing.Size(51, 20);
            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);
            // 
            // lblBox
            // 
            this.lblBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblBox.BackColor = System.Drawing.Color.LightGray;
            this.lblBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblBox.ForeColor = System.Drawing.Color.Black;
            this.lblBox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblBox.Location = new System.Drawing.Point(2, 94);
            this.lblBox.Name = "lblBox";
            this.lblBox.Size = new System.Drawing.Size(245, 24);
            this.lblBox.TabIndex = 6;
            this.lblBox.Text = "BOX状态:";
            this.lblBox.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblBox.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.lblUseServo);
            this.panName.Controls.Add(this.lblDebug);
            this.panName.Controls.Add(this.lblName);
            this.panName.Location = new System.Drawing.Point(1, 1);
            this.panName.Name = "panName";
            this.panName.Size = new System.Drawing.Size(246, 28);
            this.panName.TabIndex = 7;
            this.panName.DoubleClick += new System.EventHandler(this.panName_DoubleClick);
            this.panName.MouseEnter += new System.EventHandler(this.panName_MouseEnter);
            // 
            // 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(3, 72);
            this.lblWarn.Name = "lblWarn";
            this.lblWarn.Size = new System.Drawing.Size(242, 45);
            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);
            // 
            // 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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblUseServo.Location = new System.Drawing.Point(127, 3);
            this.lblUseServo.Name = "lblUseServo";
            this.lblUseServo.Size = new System.Drawing.Size(56, 20);
            this.lblUseServo.TabIndex = 6;
            this.lblUseServo.Text = "伺服✔";
            this.lblUseServo.Visible = false;
            // 
            // EquipControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            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.lblBox);
            this.Controls.Add(this.lblMoveInfo);
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.lblTrayNum);
            this.Controls.Add(this.lblWarn);
            this.Name = "EquipControl";
            this.Size = new System.Drawing.Size(250, 121);
            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 lblBox;
        private System.Windows.Forms.Panel panName;
        private System.Windows.Forms.Label lblWarn;
        private System.Windows.Forms.Label lblUseServo;
    }
}