FrmEquipBase.Designer.cs 6.6 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.lblStoreStatus = new System.Windows.Forms.Label();
            this.btnStart = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.panBase.SuspendLayout();
            this.SuspendLayout();
            // 
            // panBase
            // 
            this.panBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panBase.Controls.Add(this.btnExit);
            this.panBase.Controls.Add(this.lblName);
            this.panBase.Controls.Add(this.lblStoreStatus);
            this.panBase.Controls.Add(this.btnStart);
            this.panBase.Controls.Add(this.btnStop);
            this.panBase.Dock = System.Windows.Forms.DockStyle.Top;
            this.panBase.Location = new System.Drawing.Point(0, 0);
            this.panBase.Name = "panBase";
            this.panBase.Size = new System.Drawing.Size(1002, 67);
            this.panBase.TabIndex = 259;
            // 
            // btnExit
            // 
            this.btnExit.BackColor = System.Drawing.Color.White;
            this.btnExit.Dock = System.Windows.Forms.DockStyle.Right;
            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(890, 0);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(110, 65);
            this.btnExit.TabIndex = 260;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = false;
            // 
            // lblName
            // 
            this.lblName.BackColor = System.Drawing.Color.DodgerBlue;
            this.lblName.Dock = System.Windows.Forms.DockStyle.Left;
            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(0, 0);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(180, 65);
            this.lblName.TabIndex = 250;
            this.lblName.Text = "设备名";
            this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // 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(726, 20);
            this.lblStoreStatus.Name = "lblStoreStatus";
            this.lblStoreStatus.Size = new System.Drawing.Size(96, 28);
            this.lblStoreStatus.TabIndex = 245;
            this.lblStoreStatus.Text = "等待启动";
            this.lblStoreStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // 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(260, 3);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(128, 58);
            this.btnStart.TabIndex = 86;
            this.btnStart.Text = "启动";
            this.btnStart.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(442, 3);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(128, 58);
            this.btnStop.TabIndex = 87;
            this.btnStop.Text = "停止";
            this.btnStop.UseVisualStyleBackColor = false;
            // 
            // FrmEquipBase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1002, 712);
            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.Label lblStoreStatus;
        protected System.Windows.Forms.Button btnStart;
        protected System.Windows.Forms.Button btnStop;
    }
}