Newer
Older
RbFreqStand / RbFreqStandMeasure / info / DetailDlg.Designer.cs
yangqianqian on 7 Apr 2021 24 KB homepage complete

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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnExitDev = new System.Windows.Forms.Button();
            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.btn_ageRate = new System.Windows.Forms.Button();
            this.btn_bootFeature = new System.Windows.Forms.Button();
            this.btn_accurary = new System.Windows.Forms.Button();
            this.btn_stability = new System.Windows.Forms.Button();
            this.dataGridView_Data = new System.Windows.Forms.DataGridView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label_customerComp = new System.Windows.Forms.Label();
            this.label_devCode = new System.Windows.Forms.Label();
            this.label_customerName = new System.Windows.Forms.Label();
            this.label_devModel = 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.groupBox3 = new System.Windows.Forms.GroupBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.button1 = 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.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            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);
            // 
            // 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(869, 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);
            // 
            // 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.button1);
            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(439, 493);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // 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(240, 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;
            // 
            // 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(161, 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_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(83, 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_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;
            // 
            // dataGridView_Data
            // 
            this.dataGridView_Data.AllowUserToAddRows = false;
            this.dataGridView_Data.AllowUserToDeleteRows = false;
            this.dataGridView_Data.AllowUserToResizeColumns = false;
            this.dataGridView_Data.AllowUserToResizeRows = false;
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(203)))), ((int)(((byte)(208)))));
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
            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(6, 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;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle8.NullValue = "-";
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_Data.RowsDefaultCellStyle = dataGridViewCellStyle8;
            this.dataGridView_Data.RowTemplate.Height = 44;
            this.dataGridView_Data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView_Data.Size = new System.Drawing.Size(425, 429);
            this.dataGridView_Data.TabIndex = 3;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label_customerComp);
            this.groupBox2.Controls.Add(this.label_devCode);
            this.groupBox2.Controls.Add(this.label_customerName);
            this.groupBox2.Controls.Add(this.label_devModel);
            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(453, 39);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(433, 105);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "仪器基本信息";
            // 
            // 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(319, 64);
            this.label_customerComp.Margin = new System.Windows.Forms.Padding(0);
            this.label_customerComp.Name = "label_customerComp";
            this.label_customerComp.Size = new System.Drawing.Size(111, 27);
            this.label_customerComp.TabIndex = 80;
            this.label_customerComp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // 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(319, 30);
            this.label_devCode.Margin = new System.Windows.Forms.Padding(0);
            this.label_devCode.Name = "label_devCode";
            this.label_devCode.Size = new System.Drawing.Size(111, 27);
            this.label_devCode.TabIndex = 79;
            this.label_devCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // 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(98, 62);
            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.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // 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(98, 30);
            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.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // 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(18, 62);
            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(234, 64);
            this.label1.Margin = new System.Windows.Forms.Padding(0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(85, 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(11, 30);
            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(238, 30);
            this.label8.Margin = new System.Windows.Forms.Padding(0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(81, 27);
            this.label8.TabIndex = 69;
            this.label8.Text = "仪器编号:";
            this.label8.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(453, 288);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(433, 244);
            this.groupBox3.TabIndex = 19;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "频率稳定度";
            // 
            // panel2
            // 
            this.panel2.Location = new System.Drawing.Point(14, 29);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(405, 199);
            this.panel2.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.dataGridView1);
            this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox4.Location = new System.Drawing.Point(453, 150);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(433, 132);
            this.groupBox4.TabIndex = 81;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "检测记录";
            // 
            // dataGridView1
            // 
            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 24);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(407, 101);
            this.dataGridView1.TabIndex = 0;
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.Location = new System.Drawing.Point(314, 446);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(125, 31);
            this.button1.TabIndex = 8;
            this.button1.Text = "计数器范围及灵敏度";
            this.button1.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.groupBox4);
            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.groupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            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_customerComp;
        private System.Windows.Forms.Label label_devCode;
        private System.Windows.Forms.Label label_customerName;
        private System.Windows.Forms.Label label_devModel;
        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;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button button1;
    }
}