FrmEquipBase.Designer.cs 10.0 KB
namespace OnlineStore.AssemblyLine
{
    partial class FrmEquipBase
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.panBase = new System.Windows.Forms.Panel();
            this.btnExit = new System.Windows.Forms.Button();
            this.lblName = new System.Windows.Forms.Label();
            this.chbDebug = new System.Windows.Forms.CheckBox();
            this.lblStoreStatus = new System.Windows.Forms.Label();
            this.btnOutStore = new System.Windows.Forms.Button();
            this.btnStart = new System.Windows.Forms.Button();
            this.btnInStore = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.chbMoveStop = new System.Windows.Forms.CheckBox();
            this.panBase.SuspendLayout();
            this.SuspendLayout();
            // 
            // panBase
            // 
            this.panBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panBase.Controls.Add(this.chbMoveStop);
            this.panBase.Controls.Add(this.btnExit);
            this.panBase.Controls.Add(this.lblName);
            this.panBase.Controls.Add(this.chbDebug);
            this.panBase.Controls.Add(this.lblStoreStatus);
            this.panBase.Controls.Add(this.btnOutStore);
            this.panBase.Controls.Add(this.btnStart);
            this.panBase.Controls.Add(this.btnInStore);
            this.panBase.Controls.Add(this.btnStop);
            this.panBase.Location = new System.Drawing.Point(3, 3);
            this.panBase.Name = "panBase";
            this.panBase.Size = new System.Drawing.Size(1177, 50);
            this.panBase.TabIndex = 259;
            // 
            // btnExit
            // 
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExit.BackColor = System.Drawing.Color.White;
            this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.Location = new System.Drawing.Point(1062, 4);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(110, 40);
            this.btnExit.TabIndex = 260;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = false;
            // 
            // lblName
            // 
            this.lblName.BackColor = System.Drawing.Color.DodgerBlue;
            this.lblName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblName.ForeColor = System.Drawing.Color.Black;
            this.lblName.Location = new System.Drawing.Point(5, 4);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(180, 40);
            this.lblName.TabIndex = 250;
            this.lblName.Text = "进仓移栽";
            this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // chbDebug
            // 
            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(666, 12);
            this.chbDebug.Name = "chbDebug";
            this.chbDebug.Size = new System.Drawing.Size(84, 24);
            this.chbDebug.TabIndex = 247;
            this.chbDebug.Text = "调试状态";
            this.chbDebug.UseVisualStyleBackColor = true;
            // 
            // lblStoreStatus
            // 
            this.lblStoreStatus.AutoSize = true;
            this.lblStoreStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblStoreStatus.ForeColor = System.Drawing.Color.Green;
            this.lblStoreStatus.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblStoreStatus.Location = new System.Drawing.Point(862, 14);
            this.lblStoreStatus.Name = "lblStoreStatus";
            this.lblStoreStatus.Size = new System.Drawing.Size(65, 20);
            this.lblStoreStatus.TabIndex = 245;
            this.lblStoreStatus.Text = "等待启动";
            this.lblStoreStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnOutStore
            // 
            this.btnOutStore.BackColor = System.Drawing.Color.White;
            this.btnOutStore.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOutStore.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOutStore.Location = new System.Drawing.Point(414, 4);
            this.btnOutStore.Name = "btnOutStore";
            this.btnOutStore.Size = new System.Drawing.Size(110, 40);
            this.btnOutStore.TabIndex = 101;
            this.btnOutStore.Text = "出库测试";
            this.btnOutStore.UseVisualStyleBackColor = false;
            // 
            // btnStart
            // 
            this.btnStart.BackColor = System.Drawing.Color.White;
            this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStart.Location = new System.Drawing.Point(188, 4);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(110, 40);
            this.btnStart.TabIndex = 86;
            this.btnStart.Text = "启动调试";
            this.btnStart.UseVisualStyleBackColor = false;
            // 
            // btnInStore
            // 
            this.btnInStore.BackColor = System.Drawing.Color.White;
            this.btnInStore.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnInStore.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnInStore.Location = new System.Drawing.Point(527, 4);
            this.btnInStore.Name = "btnInStore";
            this.btnInStore.Size = new System.Drawing.Size(110, 40);
            this.btnInStore.TabIndex = 102;
            this.btnInStore.Text = "入库测试";
            this.btnInStore.UseVisualStyleBackColor = false;
            // 
            // btnStop
            // 
            this.btnStop.BackColor = System.Drawing.Color.White;
            this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStop.Location = new System.Drawing.Point(301, 4);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(110, 40);
            this.btnStop.TabIndex = 87;
            this.btnStop.Text = "停止";
            this.btnStop.UseVisualStyleBackColor = false;
            // 
            // chbMoveStop
            // 
            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(764, 12);
            this.chbMoveStop.Name = "chbMoveStop";
            this.chbMoveStop.Size = new System.Drawing.Size(84, 24);
            this.chbMoveStop.TabIndex = 262;
            this.chbMoveStop.Text = "暂停运动";
            this.chbMoveStop.UseVisualStyleBackColor = true;
            // 
            // FrmEquipBase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1184, 611);
            this.Controls.Add(this.panBase);
            this.Name = "FrmEquipBase";
            this.Text = "FrmEquipBase";
            this.panBase.ResumeLayout(false);
            this.panBase.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        protected System.Windows.Forms.Panel panBase;
        protected System.Windows.Forms.Button btnExit;
        protected System.Windows.Forms.Label lblName;
        protected System.Windows.Forms.CheckBox chbDebug;
        protected System.Windows.Forms.Label lblStoreStatus;
        protected System.Windows.Forms.Button btnOutStore;
        protected System.Windows.Forms.Button btnStart;
        protected System.Windows.Forms.Button btnInStore;
        protected System.Windows.Forms.Button btnStop;
        protected System.Windows.Forms.CheckBox chbMoveStop;
    }
}