MetroStaticTesting.Designer.cs 14.4 KB
namespace App
{
    partial class MetroStaticTesting
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MetroStaticTesting));
            this.mdiPanel = new MetroFramework.Controls.MetroPanel();
            this.gobackButton = new System.Windows.Forms.Button();
            this.stopTestingButton = new System.Windows.Forms.Button();
            this.btnNext = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.lbl_temp = new System.Windows.Forms.Label();
            this.lbl_pattern = new System.Windows.Forms.Label();
            this.lbl_solvent = new System.Windows.Forms.Label();
            this.lbl_time = new System.Windows.Forms.Label();
            this.staticTestingShow = new MetroFramework.Controls.MetroPanel();
            this.label1 = new System.Windows.Forms.Label();
            this.mdiPanel.SuspendLayout();
            this.panel1.SuspendLayout();
            this.staticTestingShow.SuspendLayout();
            this.SuspendLayout();
            // 
            // mdiPanel
            // 
            this.mdiPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.mdiPanel.Controls.Add(this.gobackButton);
            this.mdiPanel.Controls.Add(this.stopTestingButton);
            this.mdiPanel.Controls.Add(this.btnNext);
            this.mdiPanel.Controls.Add(this.panel1);
            this.mdiPanel.Controls.Add(this.staticTestingShow);
            this.mdiPanel.HorizontalScrollbarBarColor = true;
            this.mdiPanel.HorizontalScrollbarHighlightOnWheel = false;
            this.mdiPanel.HorizontalScrollbarSize = 14;
            this.mdiPanel.Location = new System.Drawing.Point(3, 50);
            this.mdiPanel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.mdiPanel.Name = "mdiPanel";
            this.mdiPanel.Size = new System.Drawing.Size(901, 451);
            this.mdiPanel.TabIndex = 0;
            this.mdiPanel.VerticalScrollbarBarColor = true;
            this.mdiPanel.VerticalScrollbarHighlightOnWheel = false;
            this.mdiPanel.VerticalScrollbarSize = 12;
            // 
            // gobackButton
            // 
            this.gobackButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.gobackButton.BackColor = System.Drawing.Color.Transparent;
            this.gobackButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gobackButton.BackgroundImage")));
            this.gobackButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.gobackButton.FlatAppearance.BorderSize = 0;
            this.gobackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.gobackButton.Location = new System.Drawing.Point(658, 403);
            this.gobackButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.gobackButton.Name = "gobackButton";
            this.gobackButton.Size = new System.Drawing.Size(99, 44);
            this.gobackButton.TabIndex = 2;
            this.gobackButton.Text = "上一步";
            this.gobackButton.UseVisualStyleBackColor = false;
            this.gobackButton.Click += new System.EventHandler(this.goBackButton_Click);
            // 
            // stopTestingButton
            // 
            this.stopTestingButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.stopTestingButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("stopTestingButton.BackgroundImage")));
            this.stopTestingButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.stopTestingButton.FlatAppearance.BorderSize = 0;
            this.stopTestingButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.stopTestingButton.Location = new System.Drawing.Point(549, 403);
            this.stopTestingButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.stopTestingButton.Name = "stopTestingButton";
            this.stopTestingButton.Size = new System.Drawing.Size(99, 44);
            this.stopTestingButton.TabIndex = 1;
            this.stopTestingButton.Text = "中止测试";
            this.stopTestingButton.UseVisualStyleBackColor = true;
            this.stopTestingButton.Visible = false;
            this.stopTestingButton.Click += new System.EventHandler(this.stopTestingButton_Click);
            // 
            // btnNext
            // 
            this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNext.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNext.BackgroundImage")));
            this.btnNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnNext.FlatAppearance.BorderSize = 0;
            this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNext.Location = new System.Drawing.Point(767, 403);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(99, 44);
            this.btnNext.TabIndex = 5;
            this.btnNext.Text = "下一步";
            this.btnNext.UseVisualStyleBackColor = true;
            this.btnNext.Click += new System.EventHandler(this.button1_Click);
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.lbl_temp);
            this.panel1.Controls.Add(this.lbl_pattern);
            this.panel1.Controls.Add(this.lbl_solvent);
            this.panel1.Controls.Add(this.lbl_time);
            this.panel1.Location = new System.Drawing.Point(12, 377);
            this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(541, 69);
            this.panel1.TabIndex = 4;
            this.panel1.Visible = false;
            this.panel1.Click += new System.EventHandler(this.panel1_Click);
            this.panel1.MouseLeave += new System.EventHandler(this.panel1_MouseLeave);
            this.panel1.MouseHover += new System.EventHandler(this.panel1_MouseHover);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(551, 28);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(0, 17);
            this.label8.TabIndex = 13;
            this.label8.Tag = "7010";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(348, 28);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(0, 17);
            this.label7.TabIndex = 12;
            this.label7.Tag = "7008";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(218, 28);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(0, 17);
            this.label6.TabIndex = 11;
            this.label6.Tag = "7009";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(55, 28);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(0, 17);
            this.label5.TabIndex = 10;
            this.label5.Tag = "7006";
            // 
            // lbl_temp
            // 
            this.lbl_temp.AutoSize = true;
            this.lbl_temp.Location = new System.Drawing.Point(415, 28);
            this.lbl_temp.Name = "lbl_temp";
            this.lbl_temp.Size = new System.Drawing.Size(129, 17);
            this.lbl_temp.TabIndex = 9;
            this.lbl_temp.Text = "Solvent Temperature";
            // 
            // lbl_pattern
            // 
            this.lbl_pattern.AutoSize = true;
            this.lbl_pattern.Location = new System.Drawing.Point(273, 28);
            this.lbl_pattern.Name = "lbl_pattern";
            this.lbl_pattern.Size = new System.Drawing.Size(71, 17);
            this.lbl_pattern.TabIndex = 8;
            this.lbl_pattern.Text = "Test Mode";
            // 
            // lbl_solvent
            // 
            this.lbl_solvent.AutoSize = true;
            this.lbl_solvent.Location = new System.Drawing.Point(119, 28);
            this.lbl_solvent.Name = "lbl_solvent";
            this.lbl_solvent.Size = new System.Drawing.Size(96, 17);
            this.lbl_solvent.TabIndex = 7;
            this.lbl_solvent.Text = "Testing Solvent";
            // 
            // lbl_time
            // 
            this.lbl_time.AutoSize = true;
            this.lbl_time.Location = new System.Drawing.Point(14, 28);
            this.lbl_time.Name = "lbl_time";
            this.lbl_time.Size = new System.Drawing.Size(36, 17);
            this.lbl_time.TabIndex = 3;
            this.lbl_time.Text = "Time";
            // 
            // staticTestingShow
            // 
            this.staticTestingShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.staticTestingShow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.staticTestingShow.Controls.Add(this.label1);
            this.staticTestingShow.HorizontalScrollbarBarColor = true;
            this.staticTestingShow.HorizontalScrollbarHighlightOnWheel = false;
            this.staticTestingShow.HorizontalScrollbarSize = 14;
            this.staticTestingShow.Location = new System.Drawing.Point(12, 0);
            this.staticTestingShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.staticTestingShow.Name = "staticTestingShow";
            this.staticTestingShow.Size = new System.Drawing.Size(889, 401);
            this.staticTestingShow.TabIndex = 0;
            this.staticTestingShow.VerticalScrollbarBarColor = true;
            this.staticTestingShow.VerticalScrollbarHighlightOnWheel = false;
            this.staticTestingShow.VerticalScrollbarSize = 12;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(300, 167);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(88, 25);
            this.label1.TabIndex = 2;
            this.label1.Text = "暂无数据";
            this.label1.Visible = false;
            // 
            // MetroStaticTesting
            // 
            this.ClientSize = new System.Drawing.Size(910, 506);
            this.Controls.Add(this.mdiPanel);
            this.IsMdiContainer = true;
            this.Location = new System.Drawing.Point(0, 0);
            this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.Name = "MetroStaticTesting";
            this.Padding = new System.Windows.Forms.Padding(27, 120, 27, 40);
            this.Text = "静态测试";
            this.Load += new System.EventHandler(this.MetroStaticTesting_Load);
            this.mdiPanel.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.staticTestingShow.ResumeLayout(false);
            this.staticTestingShow.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button stopTestingButton;
        private System.Windows.Forms.Button gobackButton;
        private MetroFramework.Controls.MetroPanel staticTestingShow;

        private MetroFramework.Controls.MetroPanel mdiPanel;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label lbl_temp;
        private System.Windows.Forms.Label lbl_pattern;
        private System.Windows.Forms.Label lbl_solvent;
        private System.Windows.Forms.Label lbl_time;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnNext;
    }
}