mainForm.Designer.cs 14.7 KB
namespace testSoftForContaminationExplorer
{
    partial class mainForm
    {
        /// <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.btnPortSetting = new System.Windows.Forms.Button();
            this.btnStartTest = new System.Windows.Forms.Button();
            this.btnCloseTest = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.cleanState = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.filterStata = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btnFilter = new System.Windows.Forms.Button();
            this.btnClean = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.Y2 = new System.Windows.Forms.Panel();
            this.lblY2 = new System.Windows.Forms.Label();
            this.Y1 = new System.Windows.Forms.Panel();
            this.lblY1 = new System.Windows.Forms.Label();
            this.Y0 = new System.Windows.Forms.Panel();
            this.lblY0 = new System.Windows.Forms.Label();
            this.btnAdjsuting = new System.Windows.Forms.Button();
            this.btnLoopTest = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.Y2.SuspendLayout();
            this.Y1.SuspendLayout();
            this.Y0.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnPortSetting
            // 
            this.btnPortSetting.Location = new System.Drawing.Point(35, 139);
            this.btnPortSetting.Name = "btnPortSetting";
            this.btnPortSetting.Size = new System.Drawing.Size(75, 23);
            this.btnPortSetting.TabIndex = 0;
            this.btnPortSetting.Text = "串口设置";
            this.btnPortSetting.UseVisualStyleBackColor = true;
            this.btnPortSetting.Click += new System.EventHandler(this.button1_Click);
            // 
            // btnStartTest
            // 
            this.btnStartTest.Location = new System.Drawing.Point(35, 39);
            this.btnStartTest.Name = "btnStartTest";
            this.btnStartTest.Size = new System.Drawing.Size(75, 23);
            this.btnStartTest.TabIndex = 1;
            this.btnStartTest.Text = "测试";
            this.btnStartTest.UseVisualStyleBackColor = true;
            this.btnStartTest.Click += new System.EventHandler(this.button2_Click);
            // 
            // btnCloseTest
            // 
            this.btnCloseTest.Location = new System.Drawing.Point(35, 89);
            this.btnCloseTest.Name = "btnCloseTest";
            this.btnCloseTest.Size = new System.Drawing.Size(75, 23);
            this.btnCloseTest.TabIndex = 2;
            this.btnCloseTest.Text = "关闭测试";
            this.btnCloseTest.UseVisualStyleBackColor = true;
            this.btnCloseTest.Click += new System.EventHandler(this.button3_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.panel2);
            this.groupBox1.Controls.Add(this.panel1);
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.btnFilter);
            this.groupBox1.Controls.Add(this.btnClean);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.Y2);
            this.groupBox1.Controls.Add(this.Y1);
            this.groupBox1.Controls.Add(this.Y0);
            this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlDark;
            this.groupBox1.Location = new System.Drawing.Point(149, 35);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(480, 333);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "操作指令";
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.LightGray;
            this.panel2.Controls.Add(this.cleanState);
            this.panel2.Location = new System.Drawing.Point(203, 267);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(75, 22);
            this.panel2.TabIndex = 14;
            // 
            // cleanState
            // 
            this.cleanState.Enabled = false;
            this.cleanState.Location = new System.Drawing.Point(12, 5);
            this.cleanState.Name = "cleanState";
            this.cleanState.Size = new System.Drawing.Size(50, 13);
            this.cleanState.TabIndex = 10;
            this.cleanState.Text = "state";
            this.cleanState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.LightGray;
            this.panel1.Controls.Add(this.filterStata);
            this.panel1.Location = new System.Drawing.Point(203, 198);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(75, 22);
            this.panel1.TabIndex = 13;
            // 
            // filterStata
            // 
            this.filterStata.Enabled = false;
            this.filterStata.Location = new System.Drawing.Point(12, 5);
            this.filterStata.Name = "filterStata";
            this.filterStata.Size = new System.Drawing.Size(50, 13);
            this.filterStata.TabIndex = 8;
            this.filterStata.Text = "state";
            this.filterStata.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(324, 58);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(50, 21);
            this.textBox2.TabIndex = 12;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(285, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 11;
            this.label2.Text = "time";
            // 
            // btnFilter
            // 
            this.btnFilter.Enabled = false;
            this.btnFilter.Location = new System.Drawing.Point(73, 197);
            this.btnFilter.Name = "btnFilter";
            this.btnFilter.Size = new System.Drawing.Size(75, 23);
            this.btnFilter.TabIndex = 9;
            this.btnFilter.Text = "过滤";
            this.btnFilter.UseVisualStyleBackColor = true;
            this.btnFilter.Click += new System.EventHandler(this.button8_Click);
            // 
            // btnClean
            // 
            this.btnClean.Enabled = false;
            this.btnClean.Location = new System.Drawing.Point(73, 267);
            this.btnClean.Name = "btnClean";
            this.btnClean.Size = new System.Drawing.Size(75, 23);
            this.btnClean.TabIndex = 7;
            this.btnClean.Text = "清洗";
            this.btnClean.UseVisualStyleBackColor = true;
            this.btnClean.Click += new System.EventHandler(this.button5_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(74, 62);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "data";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(109, 58);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(126, 21);
            this.textBox1.TabIndex = 5;
            // 
            // Y2
            // 
            this.Y2.BackColor = System.Drawing.Color.Gainsboro;
            this.Y2.Controls.Add(this.lblY2);
            this.Y2.Location = new System.Drawing.Point(333, 126);
            this.Y2.Name = "Y2";
            this.Y2.Size = new System.Drawing.Size(75, 23);
            this.Y2.TabIndex = 4;
            this.Y2.Text = "打开Y2阀";
            // 
            // lblY2
            // 
            this.lblY2.AutoSize = true;
            this.lblY2.Location = new System.Drawing.Point(29, 5);
            this.lblY2.Name = "lblY2";
            this.lblY2.Size = new System.Drawing.Size(17, 12);
            this.lblY2.TabIndex = 0;
            this.lblY2.Text = "Y2";
            // 
            // Y1
            // 
            this.Y1.BackColor = System.Drawing.Color.Gainsboro;
            this.Y1.Controls.Add(this.lblY1);
            this.Y1.Location = new System.Drawing.Point(203, 126);
            this.Y1.Name = "Y1";
            this.Y1.Size = new System.Drawing.Size(75, 23);
            this.Y1.TabIndex = 2;
            this.Y1.Text = "打开Y1阀";
            // 
            // lblY1
            // 
            this.lblY1.AutoSize = true;
            this.lblY1.Location = new System.Drawing.Point(29, 5);
            this.lblY1.Name = "lblY1";
            this.lblY1.Size = new System.Drawing.Size(17, 12);
            this.lblY1.TabIndex = 0;
            this.lblY1.Text = "Y1";
            // 
            // Y0
            // 
            this.Y0.BackColor = System.Drawing.Color.Gainsboro;
            this.Y0.Controls.Add(this.lblY0);
            this.Y0.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Y0.Location = new System.Drawing.Point(73, 126);
            this.Y0.Name = "Y0";
            this.Y0.Size = new System.Drawing.Size(75, 23);
            this.Y0.TabIndex = 0;
            this.Y0.Text = "打开Y0阀";
            // 
            // lblY0
            // 
            this.lblY0.AutoSize = true;
            this.lblY0.ForeColor = System.Drawing.SystemColors.ControlDark;
            this.lblY0.Location = new System.Drawing.Point(29, 5);
            this.lblY0.Name = "lblY0";
            this.lblY0.Size = new System.Drawing.Size(17, 12);
            this.lblY0.TabIndex = 0;
            this.lblY0.Text = "Y0";
            // 
            // btnAdjsuting
            // 
            this.btnAdjsuting.Location = new System.Drawing.Point(35, 189);
            this.btnAdjsuting.Name = "btnAdjsuting";
            this.btnAdjsuting.Size = new System.Drawing.Size(75, 23);
            this.btnAdjsuting.TabIndex = 4;
            this.btnAdjsuting.Text = "校准";
            this.btnAdjsuting.UseVisualStyleBackColor = true;
            this.btnAdjsuting.Click += new System.EventHandler(this.button11_Click);
            // 
            // btnLoopTest
            // 
            this.btnLoopTest.Location = new System.Drawing.Point(35, 238);
            this.btnLoopTest.Name = "btnLoopTest";
            this.btnLoopTest.Size = new System.Drawing.Size(75, 23);
            this.btnLoopTest.TabIndex = 5;
            this.btnLoopTest.Text = "循环测试";
            this.btnLoopTest.UseVisualStyleBackColor = true;
            this.btnLoopTest.Click += new System.EventHandler(this.btnLoopTest_Click);
            // 
            // mainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.LightSteelBlue;
            this.ClientSize = new System.Drawing.Size(649, 389);
            this.Controls.Add(this.btnLoopTest);
            this.Controls.Add(this.btnAdjsuting);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnCloseTest);
            this.Controls.Add(this.btnStartTest);
            this.Controls.Add(this.btnPortSetting);
            this.Name = "mainForm";
            this.Text = "测试系统";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainForm_FormClosing);
            this.Load += new System.EventHandler(this.mainForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.Y2.ResumeLayout(false);
            this.Y2.PerformLayout();
            this.Y1.ResumeLayout(false);
            this.Y1.PerformLayout();
            this.Y0.ResumeLayout(false);
            this.Y0.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Button btnPortSetting;
        private System.Windows.Forms.Button btnStartTest;
        private System.Windows.Forms.Button btnCloseTest;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Panel Y0;
        private System.Windows.Forms.Panel Y2;
        private System.Windows.Forms.Panel Y1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label cleanState;
        private System.Windows.Forms.Button btnFilter;
        private System.Windows.Forms.Label filterStata;
        private System.Windows.Forms.Button btnClean;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button btnAdjsuting;
        private System.Windows.Forms.Label lblY2;
        private System.Windows.Forms.Label lblY1;
        private System.Windows.Forms.Label lblY0;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnLoopTest;
    }
}