FrmTurnoverBox.Designer.cs 21.6 KB
namespace OnlineStore.XLRStore
{
    partial class FrmTurnoverBox
    {
        /// <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(FrmTurnoverBox));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnScan = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.button4 = new System.Windows.Forms.Button();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button5 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.LineStop_A = new System.Windows.Forms.Button();
            this.LineBack_A = new System.Windows.Forms.Button();
            this.LineStart_A = new System.Windows.Forms.Button();
            this.panBase = new System.Windows.Forms.Panel();
            this.chbMoveStop = new System.Windows.Forms.CheckBox();
            this.lblWarnMsg = new System.Windows.Forms.Label();
            this.chbDebug = new System.Windows.Forms.CheckBox();
            this.lblAgvInfo = new System.Windows.Forms.Label();
            this.btnShelfOut = new System.Windows.Forms.Button();
            this.lblCurrInfo = new System.Windows.Forms.Label();
            this.btnReset = new System.Windows.Forms.Button();
            this.panel2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox3.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.checkBox2);
            this.panel2.Controls.Add(this.button4);
            this.panel2.Controls.Add(this.checkBox1);
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Controls.Add(this.groupBox3);
            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;
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.checkBox2.Location = new System.Drawing.Point(514, 327);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(151, 23);
            this.checkBox2.TabIndex = 289;
            this.checkBox2.Text = "自动清除料箱绑定";
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.Visible = false;
            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            // 
            // button4
            // 
            this.button4.BackColor = System.Drawing.Color.White;
            this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button4.Location = new System.Drawing.Point(678, 319);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(135, 34);
            this.button4.TabIndex = 288;
            this.button4.Text = "获取料箱信息";
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.checkBox1.Location = new System.Drawing.Point(514, 372);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(94, 23);
            this.checkBox1.TabIndex = 283;
            this.checkBox1.Text = "AGV手动";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button5);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button3);
            this.groupBox1.Enabled = false;
            this.groupBox1.Location = new System.Drawing.Point(17, 426);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(805, 108);
            this.groupBox1.TabIndex = 282;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "AGV信号手动";
            // 
            // button5
            // 
            this.button5.BackColor = System.Drawing.Color.White;
            this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button5.Location = new System.Drawing.Point(172, 30);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(135, 34);
            this.button5.TabIndex = 289;
            this.button5.Text = "料箱进入完成";
            this.button5.UseVisualStyleBackColor = false;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.White;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.Location = new System.Drawing.Point(10, 30);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(135, 34);
            this.button1.TabIndex = 288;
            this.button1.Text = "允许料箱进入";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.BackColor = System.Drawing.Color.White;
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button2.Location = new System.Drawing.Point(497, 30);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(135, 34);
            this.button2.TabIndex = 287;
            this.button2.Text = "允许料箱出去";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.BackColor = System.Drawing.Color.White;
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button3.Location = new System.Drawing.Point(638, 30);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(135, 34);
            this.button3.TabIndex = 284;
            this.button3.Text = "料箱出去完成";
            this.button3.UseVisualStyleBackColor = false;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.LineStop_A);
            this.groupBox3.Controls.Add(this.LineBack_A);
            this.groupBox3.Controls.Add(this.LineStart_A);
            this.groupBox3.Location = new System.Drawing.Point(22, 317);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(474, 89);
            this.groupBox3.TabIndex = 281;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "IO操作";
            // 
            // LineStop_A
            // 
            this.LineStop_A.BackColor = System.Drawing.Color.White;
            this.LineStop_A.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.LineStop_A.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LineStop_A.Location = new System.Drawing.Point(167, 30);
            this.LineStop_A.Name = "LineStop_A";
            this.LineStop_A.Size = new System.Drawing.Size(135, 34);
            this.LineStop_A.TabIndex = 288;
            this.LineStop_A.Text = "电机停止";
            this.LineStop_A.UseVisualStyleBackColor = false;
            this.LineStop_A.Click += new System.EventHandler(this.LineStop_A_Click);
            // 
            // LineBack_A
            // 
            this.LineBack_A.BackColor = System.Drawing.Color.White;
            this.LineBack_A.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.LineBack_A.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LineBack_A.Location = new System.Drawing.Point(333, 30);
            this.LineBack_A.Name = "LineBack_A";
            this.LineBack_A.Size = new System.Drawing.Size(135, 34);
            this.LineBack_A.TabIndex = 287;
            this.LineBack_A.Text = "电机反转<<";
            this.LineBack_A.UseVisualStyleBackColor = false;
            this.LineBack_A.Click += new System.EventHandler(this.LineBack_A_Click);
            // 
            // LineStart_A
            // 
            this.LineStart_A.BackColor = System.Drawing.Color.White;
            this.LineStart_A.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.LineStart_A.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LineStart_A.Location = new System.Drawing.Point(5, 30);
            this.LineStart_A.Name = "LineStart_A";
            this.LineStart_A.Size = new System.Drawing.Size(135, 34);
            this.LineStart_A.TabIndex = 284;
            this.LineStart_A.Text = "电机启动>>";
            this.LineStart_A.UseVisualStyleBackColor = false;
            this.LineStart_A.Click += new System.EventHandler(this.LineStart_A_Click);
            // 
            // panBase
            // 
            this.panBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panBase.Controls.Add(this.chbMoveStop);
            this.panBase.Controls.Add(this.lblWarnMsg);
            this.panBase.Controls.Add(this.chbDebug);
            this.panBase.Controls.Add(this.lblAgvInfo);
            this.panBase.Controls.Add(this.btnShelfOut);
            this.panBase.Controls.Add(this.lblCurrInfo);
            this.panBase.Controls.Add(this.btnReset);
            this.panBase.Location = new System.Drawing.Point(4, 4);
            this.panBase.Name = "panBase";
            this.panBase.Size = new System.Drawing.Size(940, 296);
            this.panBase.TabIndex = 260;
            // 
            // chbMoveStop
            // 
            this.chbMoveStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chbMoveStop.AutoSize = true;
            this.chbMoveStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbMoveStop.Location = new System.Drawing.Point(432, 260);
            this.chbMoveStop.Name = "chbMoveStop";
            this.chbMoveStop.Size = new System.Drawing.Size(104, 28);
            this.chbMoveStop.TabIndex = 327;
            this.chbMoveStop.Text = "暂停运动";
            this.chbMoveStop.UseVisualStyleBackColor = true;
            this.chbMoveStop.Visible = false;
            this.chbMoveStop.CheckedChanged += new System.EventHandler(this.chbMoveStop_CheckedChanged);
            // 
            // 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(7, 113);
            this.lblWarnMsg.Name = "lblWarnMsg";
            this.lblWarnMsg.Size = new System.Drawing.Size(925, 120);
            this.lblWarnMsg.TabIndex = 246;
            this.lblWarnMsg.Text = "等待启动";
            this.lblWarnMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // chbDebug
            // 
            this.chbDebug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chbDebug.AutoSize = true;
            this.chbDebug.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbDebug.Location = new System.Drawing.Point(330, 260);
            this.chbDebug.Name = "chbDebug";
            this.chbDebug.Size = new System.Drawing.Size(104, 28);
            this.chbDebug.TabIndex = 325;
            this.chbDebug.Text = "调试状态";
            this.chbDebug.UseVisualStyleBackColor = true;
            this.chbDebug.Visible = false;
            // 
            // 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(9, 233);
            this.lblAgvInfo.Name = "lblAgvInfo";
            this.lblAgvInfo.Size = new System.Drawing.Size(75, 20);
            this.lblAgvInfo.TabIndex = 282;
            this.lblAgvInfo.Text = "AGV 状态";
            // 
            // btnShelfOut
            // 
            this.btnShelfOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnShelfOut.BackColor = System.Drawing.Color.White;
            this.btnShelfOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnShelfOut.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnShelfOut.Location = new System.Drawing.Point(554, 251);
            this.btnShelfOut.Name = "btnShelfOut";
            this.btnShelfOut.Size = new System.Drawing.Size(120, 40);
            this.btnShelfOut.TabIndex = 281;
            this.btnShelfOut.Text = "送出料串";
            this.btnShelfOut.UseVisualStyleBackColor = false;
            this.btnShelfOut.Click += new System.EventHandler(this.btnShelfOut_Click);
            // 
            // 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, 95);
            this.lblCurrInfo.TabIndex = 279;
            this.lblCurrInfo.Text = "当前料箱:";
            // 
            // btnReset
            // 
            this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnReset.BackColor = System.Drawing.Color.White;
            this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReset.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnReset.Location = new System.Drawing.Point(814, 251);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(120, 40);
            this.btnReset.TabIndex = 86;
            this.btnReset.Text = "复位";
            this.btnReset.UseVisualStyleBackColor = false;
            this.btnReset.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // FrmTurnoverBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            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 = "FrmTurnoverBox";
            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.panel2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox3.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;
        protected System.Windows.Forms.Button btnReset;
        private System.Windows.Forms.Panel panel2;
        protected System.Windows.Forms.Button btnShelfOut;
        private System.Windows.Forms.Label lblAgvInfo;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button LineStop_A;
        private System.Windows.Forms.Button LineBack_A;
        private System.Windows.Forms.Button LineStart_A;
        protected System.Windows.Forms.CheckBox chbDebug;
        protected System.Windows.Forms.CheckBox chbMoveStop;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.CheckBox checkBox2;
        private System.Windows.Forms.Button button5;
    }
}