FrmMenu.Designer.cs 21.3 KB
using System.Drawing;
namespace TSA_V
{
    partial class FrmMenu
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMenu));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.lblVersion = new System.Windows.Forms.Label();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnWork = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lblMsg = new System.Windows.Forms.Label();
            this.btnHistory = new System.Windows.Forms.Button();
            this.LblUserName = new System.Windows.Forms.Label();
            this.btnScreenTest = new System.Windows.Forms.Button();
            this.lblWaitTime = new System.Windows.Forms.Label();
            this.btnCloseLed = new System.Windows.Forms.Button();
            this.btnOpenLed = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Label();
            this.btnReplenish = new System.Windows.Forms.Button();
            this.btnMaintenance = new System.Windows.Forms.Button();
            this.btnCom = new System.Windows.Forms.Button();
            this.btnAOI = new System.Windows.Forms.Button();
            this.btnProduct = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // lblVersion
            // 
            this.lblVersion.AutoSize = true;
            this.lblVersion.BackColor = System.Drawing.Color.Transparent;
            this.lblVersion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblVersion.Location = new System.Drawing.Point(9, 520);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.Size = new System.Drawing.Size(75, 17);
            this.lblVersion.TabIndex = 11;
            this.lblVersion.Text = "版本号 1.1.2";
            // 
            // btnExit
            // 
            this.btnExit.BackColor = System.Drawing.Color.Transparent;
            this.btnExit.BackgroundImage = global::TSA_V.Properties.Resources.退出;
            this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnExit.FlatAppearance.BorderSize = 0;
            this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.ForeColor = System.Drawing.Color.White;
            this.btnExit.Location = new System.Drawing.Point(760, 12);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(89, 37);
            this.btnExit.TabIndex = 9;
            this.btnExit.UseVisualStyleBackColor = false;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnWork
            // 
            this.btnWork.BackColor = System.Drawing.Color.Transparent;
            this.btnWork.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnWork.BackgroundImage")));
            this.btnWork.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnWork.FlatAppearance.BorderSize = 0;
            this.btnWork.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWork.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnWork.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.btnWork.Location = new System.Drawing.Point(119, 116);
            this.btnWork.Name = "btnWork";
            this.btnWork.Size = new System.Drawing.Size(261, 312);
            this.btnWork.TabIndex = 0;
            this.btnWork.UseVisualStyleBackColor = false;
            this.btnWork.Click += new System.EventHandler(this.btnWork_Click);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Transparent;
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panel1.Controls.Add(this.btnWork);
            this.panel1.Controls.Add(this.btnExit);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Controls.Add(this.lblMsg);
            this.panel1.Controls.Add(this.btnHistory);
            this.panel1.Controls.Add(this.LblUserName);
            this.panel1.Controls.Add(this.lblVersion);
            this.panel1.Controls.Add(this.btnScreenTest);
            this.panel1.Controls.Add(this.lblWaitTime);
            this.panel1.Controls.Add(this.btnCloseLed);
            this.panel1.Controls.Add(this.btnOpenLed);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.btnReplenish);
            this.panel1.Controls.Add(this.btnMaintenance);
            this.panel1.Controls.Add(this.btnCom);
            this.panel1.Controls.Add(this.btnAOI);
            this.panel1.Controls.Add(this.btnProduct);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(909, 546);
            this.panel1.TabIndex = 14;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::TSA_V.Properties.Resources.NEO_STATION;
            this.pictureBox1.Location = new System.Drawing.Point(12, 12);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(50, 50);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 22;
            this.pictureBox1.TabStop = false;
            // 
            // lblMsg
            // 
            this.lblMsg.BackColor = System.Drawing.Color.Transparent;
            this.lblMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMsg.Location = new System.Drawing.Point(261, 477);
            this.lblMsg.Name = "lblMsg";
            this.lblMsg.Size = new System.Drawing.Size(636, 60);
            this.lblMsg.TabIndex = 21;
            this.lblMsg.Text = "版本号 1.1.2";
            this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnHistory
            // 
            this.btnHistory.BackColor = System.Drawing.Color.Transparent;
            this.btnHistory.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnHistory.BackgroundImage")));
            this.btnHistory.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnHistory.FlatAppearance.BorderSize = 0;
            this.btnHistory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnHistory.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnHistory.ForeColor = System.Drawing.Color.White;
            this.btnHistory.Location = new System.Drawing.Point(386, 328);
            this.btnHistory.Name = "btnHistory";
            this.btnHistory.Size = new System.Drawing.Size(180, 100);
            this.btnHistory.TabIndex = 20;
            this.btnHistory.UseVisualStyleBackColor = false;
            this.btnHistory.Click += new System.EventHandler(this.BtnHistory_Click);
            // 
            // LblUserName
            // 
            this.LblUserName.AutoSize = true;
            this.LblUserName.BackColor = System.Drawing.Color.Transparent;
            this.LblUserName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LblUserName.Location = new System.Drawing.Point(637, 33);
            this.LblUserName.Name = "LblUserName";
            this.LblUserName.Size = new System.Drawing.Size(43, 17);
            this.LblUserName.TabIndex = 18;
            this.LblUserName.Text = "label1";
            // 
            // btnScreenTest
            // 
            this.btnScreenTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnScreenTest.Location = new System.Drawing.Point(745, 107);
            this.btnScreenTest.Name = "btnScreenTest";
            this.btnScreenTest.Size = new System.Drawing.Size(104, 40);
            this.btnScreenTest.TabIndex = 17;
            this.btnScreenTest.Text = "显示屏幕测试";
            this.btnScreenTest.UseVisualStyleBackColor = true;
            this.btnScreenTest.Visible = false;
            this.btnScreenTest.Click += new System.EventHandler(this.btnScreenTest_Click);
            // 
            // lblWaitTime
            // 
            this.lblWaitTime.AutoSize = true;
            this.lblWaitTime.BackColor = System.Drawing.Color.Transparent;
            this.lblWaitTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblWaitTime.Location = new System.Drawing.Point(19, 412);
            this.lblWaitTime.Name = "lblWaitTime";
            this.lblWaitTime.Size = new System.Drawing.Size(0, 20);
            this.lblWaitTime.TabIndex = 16;
            // 
            // btnCloseLed
            // 
            this.btnCloseLed.BackColor = System.Drawing.Color.Transparent;
            this.btnCloseLed.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCloseLed.BackgroundImage")));
            this.btnCloseLed.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnCloseLed.FlatAppearance.BorderSize = 0;
            this.btnCloseLed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseLed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCloseLed.ForeColor = System.Drawing.Color.White;
            this.btnCloseLed.Location = new System.Drawing.Point(742, 287);
            this.btnCloseLed.Name = "btnCloseLed";
            this.btnCloseLed.Size = new System.Drawing.Size(107, 81);
            this.btnCloseLed.TabIndex = 15;
            this.btnCloseLed.UseVisualStyleBackColor = false;
            this.btnCloseLed.Visible = false;
            this.btnCloseLed.Click += new System.EventHandler(this.btnCloseLed_Click);
            // 
            // btnOpenLed
            // 
            this.btnOpenLed.BackColor = System.Drawing.Color.Transparent;
            this.btnOpenLed.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOpenLed.BackgroundImage")));
            this.btnOpenLed.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnOpenLed.FlatAppearance.BorderSize = 0;
            this.btnOpenLed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOpenLed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnOpenLed.ForeColor = System.Drawing.Color.White;
            this.btnOpenLed.Location = new System.Drawing.Point(745, 200);
            this.btnOpenLed.Name = "btnOpenLed";
            this.btnOpenLed.Size = new System.Drawing.Size(107, 81);
            this.btnOpenLed.TabIndex = 14;
            this.btnOpenLed.UseVisualStyleBackColor = false;
            this.btnOpenLed.Click += new System.EventHandler(this.btnOpenLed_Click);
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.Transparent;
            this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.ForeColor = System.Drawing.Color.Black;
            this.button1.Location = new System.Drawing.Point(68, 24);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(200, 30);
            this.button1.TabIndex = 13;
            this.button1.Text = "Neo Station";
            // 
            // btnReplenish
            // 
            this.btnReplenish.BackColor = System.Drawing.Color.Transparent;
            this.btnReplenish.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReplenish.BackgroundImage")));
            this.btnReplenish.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnReplenish.FlatAppearance.BorderSize = 0;
            this.btnReplenish.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReplenish.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnReplenish.ForeColor = System.Drawing.Color.White;
            this.btnReplenish.Location = new System.Drawing.Point(572, 222);
            this.btnReplenish.Name = "btnReplenish";
            this.btnReplenish.Size = new System.Drawing.Size(180, 100);
            this.btnReplenish.TabIndex = 8;
            this.btnReplenish.UseVisualStyleBackColor = false;
            this.btnReplenish.Click += new System.EventHandler(this.btnReplenish_Click);
            // 
            // btnMaintenance
            // 
            this.btnMaintenance.BackColor = System.Drawing.Color.Transparent;
            this.btnMaintenance.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnMaintenance.BackgroundImage")));
            this.btnMaintenance.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnMaintenance.FlatAppearance.BorderSize = 0;
            this.btnMaintenance.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMaintenance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMaintenance.ForeColor = System.Drawing.Color.White;
            this.btnMaintenance.Location = new System.Drawing.Point(572, 116);
            this.btnMaintenance.Name = "btnMaintenance";
            this.btnMaintenance.Size = new System.Drawing.Size(180, 100);
            this.btnMaintenance.TabIndex = 8;
            this.btnMaintenance.UseVisualStyleBackColor = false;
            this.btnMaintenance.Click += new System.EventHandler(this.btnMaintenance_Click);
            // 
            // btnCom
            // 
            this.btnCom.BackColor = System.Drawing.Color.Transparent;
            this.btnCom.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCom.BackgroundImage")));
            this.btnCom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnCom.FlatAppearance.BorderSize = 0;
            this.btnCom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCom.ForeColor = System.Drawing.Color.White;
            this.btnCom.Location = new System.Drawing.Point(572, 328);
            this.btnCom.Name = "btnCom";
            this.btnCom.Size = new System.Drawing.Size(180, 100);
            this.btnCom.TabIndex = 5;
            this.btnCom.UseVisualStyleBackColor = false;
            this.btnCom.Click += new System.EventHandler(this.btnCom_Click);
            // 
            // btnAOI
            // 
            this.btnAOI.BackColor = System.Drawing.Color.Transparent;
            this.btnAOI.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAOI.BackgroundImage")));
            this.btnAOI.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnAOI.FlatAppearance.BorderSize = 0;
            this.btnAOI.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAOI.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAOI.ForeColor = System.Drawing.Color.White;
            this.btnAOI.Location = new System.Drawing.Point(386, 222);
            this.btnAOI.Name = "btnAOI";
            this.btnAOI.Size = new System.Drawing.Size(180, 100);
            this.btnAOI.TabIndex = 1;
            this.btnAOI.UseVisualStyleBackColor = false;
            this.btnAOI.Click += new System.EventHandler(this.btnAOI_Click);
            // 
            // btnProduct
            // 
            this.btnProduct.BackColor = System.Drawing.Color.Transparent;
            this.btnProduct.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnProduct.BackgroundImage")));
            this.btnProduct.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnProduct.FlatAppearance.BorderSize = 0;
            this.btnProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnProduct.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnProduct.ForeColor = System.Drawing.Color.White;
            this.btnProduct.Location = new System.Drawing.Point(386, 116);
            this.btnProduct.Name = "btnProduct";
            this.btnProduct.Size = new System.Drawing.Size(180, 100);
            this.btnProduct.TabIndex = 1;
            this.btnProduct.UseVisualStyleBackColor = false;
            this.btnProduct.Click += new System.EventHandler(this.btnProduct_Click);
            // 
            // FrmMenu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::TSA_V.Properties.Resources.背景;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(909, 546);
            this.ControlBox = false;
            this.Controls.Add(this.panel1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmMenu";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMenu_FormClosing);
            this.Load += new System.EventHandler(this.FrmMenu_Load);
            this.Shown += new System.EventHandler(this.FrmMenu_Shown);
            this.SizeChanged += new System.EventHandler(this.FrmMenu_SizeChanged);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnWork;
        private System.Windows.Forms.Button btnProduct;
        private System.Windows.Forms.Button btnCom;
        private System.Windows.Forms.Button btnMaintenance;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Label lblVersion;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label button1;
        private System.Windows.Forms.Button btnCloseLed;
        private System.Windows.Forms.Button btnOpenLed;
        private System.Windows.Forms.Label lblWaitTime;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnScreenTest;
        private System.Windows.Forms.Button btnHistory;
        private System.Windows.Forms.Label LblUserName;
        private System.Windows.Forms.Label lblMsg;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button btnReplenish;
        private System.Windows.Forms.Button btnAOI;
    }
}