Newer
Older
RbFreqStand / RbFreqStandMeasure / info / DetailDlg.Designer.cs
yangqianqian on 1 Apr 2021 26 KB ui almost

namespace Casic.Birmm.RbFreqStandMeasure.info
{
    partial class DetailDlg
    {
        /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.labelTitle = new System.Windows.Forms.Label();
            this.channel1 = new DevComponents.Editors.ComboItem();
            this.channel2 = new DevComponents.Editors.ComboItem();
            this.channel3 = new DevComponents.Editors.ComboItem();
            this.channel4 = new DevComponents.Editors.ComboItem();
            this.channel5 = new DevComponents.Editors.ComboItem();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dataGridView_Data = new System.Windows.Forms.DataGridView();
            this.btn_accurary = new System.Windows.Forms.Button();
            this.btn_bootFeature = new System.Windows.Forms.Button();
            this.btn_ageRate = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label_endTime = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label_customerName = new System.Windows.Forms.Label();
            this.label_devModel = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label_startTime = new System.Windows.Forms.Label();
            this.label_customerComp = new System.Windows.Forms.Label();
            this.label_devCode = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.btnExitDev = new System.Windows.Forms.Button();
            this.btn_stability = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.panel1.Controls.Add(this.btnExitDev);
            this.panel1.Controls.Add(this.labelTitle);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(898, 32);
            this.panel1.TabIndex = 18;
            this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
            // 
            // labelTitle
            // 
            this.labelTitle.BackColor = System.Drawing.Color.Transparent;
            this.labelTitle.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelTitle.ForeColor = System.Drawing.Color.White;
            this.labelTitle.Location = new System.Drawing.Point(10, 5);
            this.labelTitle.Name = "labelTitle";
            this.labelTitle.Size = new System.Drawing.Size(155, 23);
            this.labelTitle.TabIndex = 0;
            this.labelTitle.Text = "送检仪器详情";
            // 
            // channel1
            // 
            this.channel1.Text = "通道1";
            this.channel1.Value = "1";
            // 
            // channel2
            // 
            this.channel2.Text = "通道2";
            this.channel2.Value = "2";
            // 
            // channel3
            // 
            this.channel3.Text = "通道3";
            this.channel3.Value = "3";
            // 
            // channel4
            // 
            this.channel4.Text = "通道4";
            this.channel4.Value = "4";
            // 
            // channel5
            // 
            this.channel5.Text = "通道5";
            this.channel5.Value = "5";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btn_ageRate);
            this.groupBox1.Controls.Add(this.btn_bootFeature);
            this.groupBox1.Controls.Add(this.btn_accurary);
            this.groupBox1.Controls.Add(this.btn_stability);
            this.groupBox1.Controls.Add(this.dataGridView_Data);
            this.groupBox1.Location = new System.Drawing.Point(8, 39);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(298, 493);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // dataGridView_Data
            // 
            this.dataGridView_Data.AllowUserToAddRows = false;
            this.dataGridView_Data.AllowUserToDeleteRows = false;
            this.dataGridView_Data.AllowUserToResizeColumns = false;
            this.dataGridView_Data.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(203)))), ((int)(((byte)(208)))));
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView_Data.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView_Data.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView_Data.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dataGridView_Data.ColumnHeadersHeight = 40;
            this.dataGridView_Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridView_Data.Location = new System.Drawing.Point(5, 14);
            this.dataGridView_Data.Margin = new System.Windows.Forms.Padding(0);
            this.dataGridView_Data.Name = "dataGridView_Data";
            this.dataGridView_Data.ReadOnly = true;
            this.dataGridView_Data.RowHeadersVisible = false;
            this.dataGridView_Data.RowHeadersWidth = 30;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle2.NullValue = "-";
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_Data.RowsDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView_Data.RowTemplate.Height = 44;
            this.dataGridView_Data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView_Data.Size = new System.Drawing.Size(289, 429);
            this.dataGridView_Data.TabIndex = 3;
            // 
            // btn_accurary
            // 
            this.btn_accurary.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_accurary.Location = new System.Drawing.Point(79, 446);
            this.btn_accurary.Name = "btn_accurary";
            this.btn_accurary.Size = new System.Drawing.Size(79, 31);
            this.btn_accurary.TabIndex = 5;
            this.btn_accurary.Text = "频率准确度";
            this.btn_accurary.UseVisualStyleBackColor = true;
            // 
            // btn_bootFeature
            // 
            this.btn_bootFeature.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_bootFeature.Location = new System.Drawing.Point(154, 446);
            this.btn_bootFeature.Name = "btn_bootFeature";
            this.btn_bootFeature.Size = new System.Drawing.Size(80, 31);
            this.btn_bootFeature.TabIndex = 6;
            this.btn_bootFeature.Text = "开机特性";
            this.btn_bootFeature.UseVisualStyleBackColor = true;
            // 
            // btn_ageRate
            // 
            this.btn_ageRate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_ageRate.Location = new System.Drawing.Point(222, 446);
            this.btn_ageRate.Name = "btn_ageRate";
            this.btn_ageRate.Size = new System.Drawing.Size(75, 31);
            this.btn_ageRate.TabIndex = 7;
            this.btn_ageRate.Text = "日老化率";
            this.btn_ageRate.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label_startTime);
            this.groupBox2.Controls.Add(this.label_customerComp);
            this.groupBox2.Controls.Add(this.label_devCode);
            this.groupBox2.Controls.Add(this.label_endTime);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label_customerName);
            this.groupBox2.Controls.Add(this.label_devModel);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.Location = new System.Drawing.Point(316, 39);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(570, 128);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "仪器基本信息";
            // 
            // label_endTime
            // 
            this.label_endTime.BackColor = System.Drawing.Color.Transparent;
            this.label_endTime.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_endTime.Location = new System.Drawing.Point(154, 93);
            this.label_endTime.Margin = new System.Windows.Forms.Padding(0);
            this.label_endTime.Name = "label_endTime";
            this.label_endTime.Size = new System.Drawing.Size(83, 27);
            this.label_endTime.TabIndex = 78;
            this.label_endTime.Text = "仪器名称:";
            this.label_endTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(54, 93);
            this.label3.Margin = new System.Windows.Forms.Padding(0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(100, 27);
            this.label3.TabIndex = 77;
            this.label3.Text = "结束时间:";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label_customerName
            // 
            this.label_customerName.BackColor = System.Drawing.Color.Transparent;
            this.label_customerName.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_customerName.Location = new System.Drawing.Point(154, 57);
            this.label_customerName.Margin = new System.Windows.Forms.Padding(0);
            this.label_customerName.Name = "label_customerName";
            this.label_customerName.Size = new System.Drawing.Size(83, 27);
            this.label_customerName.TabIndex = 76;
            this.label_customerName.Text = "仪器名称:";
            this.label_customerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label_devModel
            // 
            this.label_devModel.BackColor = System.Drawing.Color.Transparent;
            this.label_devModel.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_devModel.Location = new System.Drawing.Point(154, 25);
            this.label_devModel.Margin = new System.Windows.Forms.Padding(0);
            this.label_devModel.Name = "label_devModel";
            this.label_devModel.Size = new System.Drawing.Size(83, 27);
            this.label_devModel.TabIndex = 75;
            this.label_devModel.Text = "仪器名称:";
            this.label_devModel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(327, 93);
            this.label4.Margin = new System.Windows.Forms.Padding(0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(100, 27);
            this.label4.TabIndex = 73;
            this.label4.Text = "开始时间:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(74, 57);
            this.label2.Margin = new System.Windows.Forms.Padding(0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 27);
            this.label2.TabIndex = 72;
            this.label2.Text = "联系人:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(327, 59);
            this.label1.Margin = new System.Windows.Forms.Padding(0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 27);
            this.label1.TabIndex = 71;
            this.label1.Text = "送检单位:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label9
            // 
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label9.Location = new System.Drawing.Point(67, 25);
            this.label9.Margin = new System.Windows.Forms.Padding(0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(87, 27);
            this.label9.TabIndex = 70;
            this.label9.Text = "仪器型号:";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label8
            // 
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(327, 25);
            this.label8.Margin = new System.Windows.Forms.Padding(0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(100, 27);
            this.label8.TabIndex = 69;
            this.label8.Text = "仪器编号:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label_startTime
            // 
            this.label_startTime.BackColor = System.Drawing.Color.Transparent;
            this.label_startTime.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_startTime.Location = new System.Drawing.Point(427, 93);
            this.label_startTime.Margin = new System.Windows.Forms.Padding(0);
            this.label_startTime.Name = "label_startTime";
            this.label_startTime.Size = new System.Drawing.Size(83, 27);
            this.label_startTime.TabIndex = 81;
            this.label_startTime.Text = "仪器名称:";
            this.label_startTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label_customerComp
            // 
            this.label_customerComp.BackColor = System.Drawing.Color.Transparent;
            this.label_customerComp.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_customerComp.Location = new System.Drawing.Point(427, 59);
            this.label_customerComp.Margin = new System.Windows.Forms.Padding(0);
            this.label_customerComp.Name = "label_customerComp";
            this.label_customerComp.Size = new System.Drawing.Size(83, 27);
            this.label_customerComp.TabIndex = 80;
            this.label_customerComp.Text = "仪器名称:";
            this.label_customerComp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label_devCode
            // 
            this.label_devCode.BackColor = System.Drawing.Color.Transparent;
            this.label_devCode.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_devCode.Location = new System.Drawing.Point(427, 25);
            this.label_devCode.Margin = new System.Windows.Forms.Padding(0);
            this.label_devCode.Name = "label_devCode";
            this.label_devCode.Size = new System.Drawing.Size(83, 27);
            this.label_devCode.TabIndex = 79;
            this.label_devCode.Text = "仪器名称:";
            this.label_devCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.panel2);
            this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox3.Location = new System.Drawing.Point(316, 173);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(570, 359);
            this.groupBox3.TabIndex = 19;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "频率稳定度";
            // 
            // panel2
            // 
            this.panel2.Location = new System.Drawing.Point(6, 25);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(558, 328);
            this.panel2.TabIndex = 0;
            // 
            // btnExitDev
            // 
            this.btnExitDev.BackColor = System.Drawing.Color.Transparent;
            this.btnExitDev.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_exit;
            this.btnExitDev.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnExitDev.FlatAppearance.BorderSize = 0;
            this.btnExitDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExitDev.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.btnExitDev.Location = new System.Drawing.Point(799, 5);
            this.btnExitDev.Margin = new System.Windows.Forms.Padding(0);
            this.btnExitDev.Name = "btnExitDev";
            this.btnExitDev.Size = new System.Drawing.Size(20, 20);
            this.btnExitDev.TabIndex = 2;
            this.btnExitDev.UseVisualStyleBackColor = false;
            this.btnExitDev.Click += new System.EventHandler(this.btnAddDevCancel_Click);
            // 
            // btn_stability
            // 
            this.btn_stability.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_stability.Location = new System.Drawing.Point(4, 446);
            this.btn_stability.Name = "btn_stability";
            this.btn_stability.Size = new System.Drawing.Size(80, 31);
            this.btn_stability.TabIndex = 4;
            this.btn_stability.Text = "频率稳定度";
            this.btn_stability.UseVisualStyleBackColor = true;
            // 
            // DetailDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(898, 546);
            this.ControlBox = false;
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "DetailDlg";
            this.Text = "添加检测设备";
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
            this.panel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnExitDev;
        private System.Windows.Forms.Label labelTitle;
        private DevComponents.Editors.ComboItem channel1;
        private DevComponents.Editors.ComboItem channel2;
        private DevComponents.Editors.ComboItem channel3;
        private DevComponents.Editors.ComboItem channel4;
        private DevComponents.Editors.ComboItem channel5;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button btn_ageRate;
        private System.Windows.Forms.Button btn_bootFeature;
        private System.Windows.Forms.Button btn_accurary;
        private System.Windows.Forms.DataGridView dataGridView_Data;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label_startTime;
        private System.Windows.Forms.Label label_customerComp;
        private System.Windows.Forms.Label label_devCode;
        private System.Windows.Forms.Label label_endTime;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label_customerName;
        private System.Windows.Forms.Label label_devModel;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Button btn_stability;
    }
}