EquipControl.Designer.cs 11.2 KB
namespace OnlineStore.CarriageClient
{
    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.lblShelf = new System.Windows.Forms.Label();
            this.lblText = 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.panName = new System.Windows.Forms.Panel();
            this.lblWarn = new System.Windows.Forms.Label();
            this.panName.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblShelf
            // 
            this.lblShelf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblShelf.AutoSize = true;
            this.lblShelf.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblShelf.ForeColor = System.Drawing.Color.Black;
            this.lblShelf.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblShelf.Location = new System.Drawing.Point(75, 29);
            this.lblShelf.Name = "lblShelf";
            this.lblShelf.Size = new System.Drawing.Size(56, 17);
            this.lblShelf.TabIndex = 0;
            this.lblShelf.Text = "料架号:";
            this.lblShelf.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblShelf.DoubleClick += new System.EventHandler(this.panName_DoubleClick_1);
            this.lblShelf.MouseEnter += new System.EventHandler(this.lblDebug_MouseEnter);
            this.lblShelf.MouseLeave += new System.EventHandler(this.lblDebug_MouseLeave);
            // 
            // lblText
            // 
            this.lblText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblText.BackColor = System.Drawing.Color.Transparent;
            this.lblText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblText.ForeColor = System.Drawing.Color.Black;
            this.lblText.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblText.Location = new System.Drawing.Point(-2, 2);
            this.lblText.Name = "lblText";
            this.lblText.Size = new System.Drawing.Size(194, 22);
            this.lblText.TabIndex = 1;
            this.lblText.Text = "移栽D1-1_1";
            this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblText.DoubleClick += new System.EventHandler(this.panName_DoubleClick_1);
            this.lblText.MouseEnter += new System.EventHandler(this.lblDebug_MouseEnter);
            this.lblText.MouseLeave += new System.EventHandler(this.lblDebug_MouseLeave);
            // 
            // 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.panName_DoubleClick_1);
            this.lblStatus.MouseEnter += new System.EventHandler(this.lblDebug_MouseEnter);
            this.lblStatus.MouseLeave += new System.EventHandler(this.lblDebug_MouseLeave);
            // 
            // 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.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, 51);
            this.lblMoveInfo.Name = "lblMoveInfo";
            this.lblMoveInfo.Size = new System.Drawing.Size(245, 35);
            this.lblMoveInfo.TabIndex = 3;
            this.lblMoveInfo.Text = "暂无出入库";
            this.lblMoveInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblMoveInfo.DoubleClick += new System.EventHandler(this.panName_DoubleClick_1);
            this.lblMoveInfo.MouseEnter += new System.EventHandler(this.lblDebug_MouseEnter);
            this.lblMoveInfo.MouseLeave += new System.EventHandler(this.lblDebug_MouseLeave);
            // 
            // 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(198, 4);
            this.lblDebug.Name = "lblDebug";
            this.lblDebug.Size = new System.Drawing.Size(48, 17);
            this.lblDebug.TabIndex = 5;
            this.lblDebug.Text = "启用✔";
            this.lblDebug.DoubleClick += new System.EventHandler(this.panName_DoubleClick_1);
            this.lblDebug.MouseEnter += new System.EventHandler(this.lblDebug_MouseEnter);
            this.lblDebug.MouseLeave += new System.EventHandler(this.lblDebug_MouseLeave);
            // 
            // 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.lblText);
            this.panName.Location = new System.Drawing.Point(1, 1);
            this.panName.Name = "panName";
            this.panName.Size = new System.Drawing.Size(248, 28);
            this.panName.TabIndex = 7;
            this.panName.DoubleClick += new System.EventHandler(this.panName_DoubleClick_1);
            this.panName.MouseEnter += new System.EventHandler(this.lblDebug_MouseEnter);
            this.panName.MouseLeave += new System.EventHandler(this.lblDebug_MouseLeave);
            // 
            // 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, 90);
            this.lblWarn.Name = "lblWarn";
            this.lblWarn.Size = new System.Drawing.Size(242, 28);
            this.lblWarn.TabIndex = 8;
            this.lblWarn.Text = "暂无报警";
            this.lblWarn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblWarn.DoubleClick += new System.EventHandler(this.panName_DoubleClick_1);
            this.lblWarn.MouseEnter += new System.EventHandler(this.lblDebug_MouseEnter);
            this.lblWarn.MouseLeave += new System.EventHandler(this.lblDebug_MouseLeave);
            // 
            // EquipControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.panName);
            this.Controls.Add(this.lblMoveInfo);
            this.Controls.Add(this.lblStatus);
            this.Controls.Add(this.lblShelf);
            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.MouseEnter += new System.EventHandler(this.EquipControl_MouseEnter);
            this.MouseLeave += new System.EventHandler(this.EquipControl_MouseLeave);
            this.panName.ResumeLayout(false);
            this.panName.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblShelf;
        private System.Windows.Forms.Label lblText;
        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.Panel panName;
        private System.Windows.Forms.Label lblWarn;
    }
}