FrmPrintLabel.Designer.cs 9.2 KB
namespace OnlineStore.XLRStore
{
    partial class FrmPrintLabel
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #region Windows 窗体设计器生成的代码
         
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPrintLabel));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnScan = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.panBase = new System.Windows.Forms.Panel();
            this.lblWarnMsg = new System.Windows.Forms.Label();
            this.lblAgvInfo = new System.Windows.Forms.Label();
            this.lblCurrInfo = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.panel2.SuspendLayout();
            this.panBase.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btnScan
            // 
            this.btnScan.BackColor = System.Drawing.Color.White;
            this.btnScan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnScan.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnScan.Location = new System.Drawing.Point(348, 4);
            this.btnScan.Name = "btnScan";
            this.btnScan.Size = new System.Drawing.Size(103, 40);
            this.btnScan.TabIndex = 248;
            this.btnScan.Text = "扫码测试";
            this.btnScan.UseVisualStyleBackColor = false;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.button4);
            this.panel2.Controls.Add(this.button3);
            this.panel2.Controls.Add(this.button2);
            this.panel2.Controls.Add(this.button1);
            this.panel2.Controls.Add(this.panBase);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(949, 546);
            this.panel2.TabIndex = 324;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(404, 456);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(147, 44);
            this.button3.TabIndex = 263;
            this.button3.Text = "重新为B下料盘打印标签";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(16, 456);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(160, 44);
            this.button2.TabIndex = 262;
            this.button2.Text = "重新为A下料盘打印标签";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(221, 456);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(128, 44);
            this.button1.TabIndex = 261;
            this.button1.Text = "清除打印标签缓存";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // panBase
            // 
            this.panBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panBase.Controls.Add(this.lblWarnMsg);
            this.panBase.Controls.Add(this.lblAgvInfo);
            this.panBase.Controls.Add(this.lblCurrInfo);
            this.panBase.Location = new System.Drawing.Point(4, 4);
            this.panBase.Name = "panBase";
            this.panBase.Size = new System.Drawing.Size(940, 429);
            this.panBase.TabIndex = 260;
            // 
            // lblWarnMsg
            // 
            this.lblWarnMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblWarnMsg.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblWarnMsg.ForeColor = System.Drawing.Color.Red;
            this.lblWarnMsg.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblWarnMsg.Location = new System.Drawing.Point(3, 209);
            this.lblWarnMsg.Name = "lblWarnMsg";
            this.lblWarnMsg.Size = new System.Drawing.Size(925, 160);
            this.lblWarnMsg.TabIndex = 246;
            this.lblWarnMsg.Text = "等待启动";
            this.lblWarnMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblAgvInfo
            // 
            this.lblAgvInfo.AutoSize = true;
            this.lblAgvInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAgvInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblAgvInfo.Location = new System.Drawing.Point(4, 387);
            this.lblAgvInfo.Name = "lblAgvInfo";
            this.lblAgvInfo.Size = new System.Drawing.Size(61, 17);
            this.lblAgvInfo.TabIndex = 282;
            this.lblAgvInfo.Text = "AGV 状态";
            // 
            // lblCurrInfo
            // 
            this.lblCurrInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblCurrInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCurrInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblCurrInfo.Location = new System.Drawing.Point(3, 3);
            this.lblCurrInfo.Name = "lblCurrInfo";
            this.lblCurrInfo.Size = new System.Drawing.Size(931, 191);
            this.lblCurrInfo.TabIndex = 279;
            this.lblCurrInfo.Text = "当前贴标信息:";
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(613, 456);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(147, 44);
            this.button4.TabIndex = 264;
            this.button4.Text = "复位";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // FrmPrintLabel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(949, 546);
            this.Controls.Add(this.panel2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmPrintLabel";
            this.Text = "打标机";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmTest_FormClosing);
            this.Load += new System.EventHandler(this.FrmStoreIOStatus_Load);
            this.Shown += new System.EventHandler(this.FrmIOStatus_Shown);
            this.panel2.ResumeLayout(false);
            this.panBase.ResumeLayout(false);
            this.panBase.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnScan;
        private System.Windows.Forms.Label lblCurrInfo;
        private System.Windows.Forms.Label lblWarnMsg;
        protected System.Windows.Forms.Panel panBase;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label lblAgvInfo;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button4;
    }
}