Newer
Older
RbFreqStand / RbFreqStandMeasure / info / DetailDlg.Designer.cs
yangqianqian on 13 May 2021 43 KB s

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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnClose = new System.Windows.Forms.Button();
            this.labelTitle = new System.Windows.Forms.Label();
            this.label_reDetecting = 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.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.panel_result = new System.Windows.Forms.Panel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.label_noTimes = new System.Windows.Forms.Label();
            this.dataGridView_times = new System.Windows.Forms.DataGridView();
            this.label_noData = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tab_stability = new System.Windows.Forms.TabPage();
            this.tab_accuracy = new System.Windows.Forms.TabPage();
            this.tab_bootFeature = new System.Windows.Forms.TabPage();
            this.tab_ageRate = new System.Windows.Forms.TabPage();
            this.tab_counter = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel_radios = new System.Windows.Forms.Panel();
            this.radio_100s = new System.Windows.Forms.RadioButton();
            this.radio_20s = new System.Windows.Forms.RadioButton();
            this.radio_10s = new System.Windows.Forms.RadioButton();
            this.radio_1s = new System.Windows.Forms.RadioButton();
            this.dataGridView_Data = new System.Windows.Forms.DataGridView();
            this.roundButton1 = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btn_reDetec = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.panel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_times)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel_radios.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).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.btnClose);
            this.panel1.Controls.Add(this.labelTitle);
            this.panel1.Controls.Add(this.label_reDetecting);
            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);
            // 
            // btnClose
            // 
            this.btnClose.BackColor = System.Drawing.Color.Transparent;
            this.btnClose.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_exit;
            this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnClose.FlatAppearance.BorderSize = 0;
            this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnClose.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.btnClose.Location = new System.Drawing.Point(869, 5);
            this.btnClose.Margin = new System.Windows.Forms.Padding(0);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(20, 20);
            this.btnClose.TabIndex = 2;
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_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 = "仪器检测详情";
            // 
            // label_reDetecting
            // 
            this.label_reDetecting.BackColor = System.Drawing.Color.Transparent;
            this.label_reDetecting.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_reDetecting.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
            this.label_reDetecting.Location = new System.Drawing.Point(331, 2);
            this.label_reDetecting.Margin = new System.Windows.Forms.Padding(0);
            this.label_reDetecting.Name = "label_reDetecting";
            this.label_reDetecting.Size = new System.Drawing.Size(168, 27);
            this.label_reDetecting.TabIndex = 81;
            this.label_reDetecting.Text = "正在重新检测......";
            this.label_reDetecting.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.label_reDetecting.Visible = false;
            // 
            // 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";
            // 
            // 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.groupBox2.Location = new System.Drawing.Point(464, 50);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(425, 100);
            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.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label_customerComp.Location = new System.Drawing.Point(305, 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(112, 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.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label_devCode.Location = new System.Drawing.Point(305, 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(115, 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.ForeColor = System.Drawing.SystemColors.GrayText;
            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(127, 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.ForeColor = System.Drawing.SystemColors.GrayText;
            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(127, 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label1.Location = new System.Drawing.Point(221, 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label8.Location = new System.Drawing.Point(224, 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.panel_result);
            this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.groupBox3.Location = new System.Drawing.Point(464, 292);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(425, 278);
            this.groupBox3.TabIndex = 19;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "频率稳定度";
            // 
            // panel_result
            // 
            this.panel_result.BackColor = System.Drawing.Color.White;
            this.panel_result.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.panel_result.Location = new System.Drawing.Point(11, 26);
            this.panel_result.Name = "panel_result";
            this.panel_result.Size = new System.Drawing.Size(405, 246);
            this.panel_result.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.label_noTimes);
            this.groupBox4.Controls.Add(this.dataGridView_times);
            this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.groupBox4.Location = new System.Drawing.Point(464, 154);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(425, 132);
            this.groupBox4.TabIndex = 81;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "检测记录";
            // 
            // label_noTimes
            // 
            this.label_noTimes.BackColor = System.Drawing.Color.White;
            this.label_noTimes.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_noTimes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label_noTimes.Location = new System.Drawing.Point(15, 56);
            this.label_noTimes.Margin = new System.Windows.Forms.Padding(0);
            this.label_noTimes.Name = "label_noTimes";
            this.label_noTimes.Size = new System.Drawing.Size(403, 27);
            this.label_noTimes.TabIndex = 74;
            this.label_noTimes.Text = "无检测记录";
            this.label_noTimes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.label_noTimes.Visible = false;
            // 
            // dataGridView_times
            // 
            this.dataGridView_times.AllowUserToAddRows = false;
            this.dataGridView_times.AllowUserToDeleteRows = false;
            this.dataGridView_times.AllowUserToResizeColumns = false;
            this.dataGridView_times.AllowUserToResizeRows = false;
            this.dataGridView_times.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView_times.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView_times.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView_times.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dataGridView_times.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_times.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView_times.ColumnHeadersHeight = 28;
            this.dataGridView_times.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridView_times.GridColor = System.Drawing.Color.White;
            this.dataGridView_times.Location = new System.Drawing.Point(12, 31);
            this.dataGridView_times.Name = "dataGridView_times";
            this.dataGridView_times.RowHeadersVisible = false;
            this.dataGridView_times.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightGray;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.dataGridView_times.RowsDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView_times.RowTemplate.Height = 23;
            this.dataGridView_times.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.dataGridView_times.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView_times.Size = new System.Drawing.Size(404, 91);
            this.dataGridView_times.TabIndex = 0;
            this.dataGridView_times.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_times_CellClick);
            // 
            // label_noData
            // 
            this.label_noData.BackColor = System.Drawing.Color.White;
            this.label_noData.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_noData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.label_noData.Location = new System.Drawing.Point(12, 160);
            this.label_noData.Margin = new System.Windows.Forms.Padding(0);
            this.label_noData.Name = "label_noData";
            this.label_noData.Size = new System.Drawing.Size(420, 27);
            this.label_noData.TabIndex = 73;
            this.label_noData.Text = "无原始数据";
            this.label_noData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.label_noData.Visible = false;
            // 
            // tabControl1
            // 
            this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
            this.tabControl1.Controls.Add(this.tab_stability);
            this.tabControl1.Controls.Add(this.tab_accuracy);
            this.tabControl1.Controls.Add(this.tab_bootFeature);
            this.tabControl1.Controls.Add(this.tab_ageRate);
            this.tabControl1.Controls.Add(this.tab_counter);
            this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabControl1.HotTrack = true;
            this.tabControl1.Location = new System.Drawing.Point(0, 460);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(441, 52);
            this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
            this.tabControl1.TabIndex = 74;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tab_stability
            // 
            this.tab_stability.BackColor = System.Drawing.Color.White;
            this.tab_stability.ForeColor = System.Drawing.Color.Black;
            this.tab_stability.Location = new System.Drawing.Point(4, 4);
            this.tab_stability.Margin = new System.Windows.Forms.Padding(0);
            this.tab_stability.Name = "tab_stability";
            this.tab_stability.Padding = new System.Windows.Forms.Padding(3);
            this.tab_stability.Size = new System.Drawing.Size(433, 19);
            this.tab_stability.TabIndex = 0;
            this.tab_stability.Text = "频率稳定度";
            // 
            // tab_accuracy
            // 
            this.tab_accuracy.Location = new System.Drawing.Point(4, 4);
            this.tab_accuracy.Name = "tab_accuracy";
            this.tab_accuracy.Padding = new System.Windows.Forms.Padding(3);
            this.tab_accuracy.Size = new System.Drawing.Size(433, 19);
            this.tab_accuracy.TabIndex = 1;
            this.tab_accuracy.Text = "频率准确度";
            this.tab_accuracy.UseVisualStyleBackColor = true;
            // 
            // tab_bootFeature
            // 
            this.tab_bootFeature.Location = new System.Drawing.Point(4, 4);
            this.tab_bootFeature.Name = "tab_bootFeature";
            this.tab_bootFeature.Padding = new System.Windows.Forms.Padding(3);
            this.tab_bootFeature.Size = new System.Drawing.Size(433, 19);
            this.tab_bootFeature.TabIndex = 2;
            this.tab_bootFeature.Text = "开机特性";
            this.tab_bootFeature.UseVisualStyleBackColor = true;
            // 
            // tab_ageRate
            // 
            this.tab_ageRate.Location = new System.Drawing.Point(4, 4);
            this.tab_ageRate.Name = "tab_ageRate";
            this.tab_ageRate.Padding = new System.Windows.Forms.Padding(3);
            this.tab_ageRate.Size = new System.Drawing.Size(433, 19);
            this.tab_ageRate.TabIndex = 3;
            this.tab_ageRate.Text = "日老化率";
            this.tab_ageRate.UseVisualStyleBackColor = true;
            // 
            // tab_counter
            // 
            this.tab_counter.Location = new System.Drawing.Point(4, 4);
            this.tab_counter.Name = "tab_counter";
            this.tab_counter.Padding = new System.Windows.Forms.Padding(3);
            this.tab_counter.Size = new System.Drawing.Size(433, 19);
            this.tab_counter.TabIndex = 4;
            this.tab_counter.Text = "计数器范围及灵敏度";
            this.tab_counter.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.panel_radios);
            this.groupBox1.Controls.Add(this.btn_reDetec);
            this.groupBox1.Controls.Add(this.label_noData);
            this.groupBox1.Controls.Add(this.dataGridView_Data);
            this.groupBox1.Controls.Add(this.tabControl1);
            this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.groupBox1.Location = new System.Drawing.Point(12, 50);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(441, 520);
            this.groupBox1.TabIndex = 20;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "原始测量数据";
            // 
            // panel_radios
            // 
            this.panel_radios.Controls.Add(this.radio_100s);
            this.panel_radios.Controls.Add(this.radio_20s);
            this.panel_radios.Controls.Add(this.radio_10s);
            this.panel_radios.Controls.Add(this.radio_1s);
            this.panel_radios.Location = new System.Drawing.Point(34, 19);
            this.panel_radios.Name = "panel_radios";
            this.panel_radios.Size = new System.Drawing.Size(276, 30);
            this.panel_radios.TabIndex = 370;
            // 
            // radio_100s
            // 
            this.radio_100s.AutoSize = true;
            this.radio_100s.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.radio_100s.Location = new System.Drawing.Point(205, 4);
            this.radio_100s.Name = "radio_100s";
            this.radio_100s.Size = new System.Drawing.Size(57, 24);
            this.radio_100s.TabIndex = 373;
            this.radio_100s.TabStop = true;
            this.radio_100s.Text = "100s";
            this.radio_100s.UseVisualStyleBackColor = true;
            this.radio_100s.CheckedChanged += new System.EventHandler(this.radio_100s_CheckedChanged);
            // 
            // radio_20s
            // 
            this.radio_20s.AutoSize = true;
            this.radio_20s.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.radio_20s.Location = new System.Drawing.Point(135, 4);
            this.radio_20s.Name = "radio_20s";
            this.radio_20s.Size = new System.Drawing.Size(49, 24);
            this.radio_20s.TabIndex = 372;
            this.radio_20s.TabStop = true;
            this.radio_20s.Text = "20s";
            this.radio_20s.UseVisualStyleBackColor = true;
            this.radio_20s.CheckedChanged += new System.EventHandler(this.radio_20s_CheckedChanged);
            // 
            // radio_10s
            // 
            this.radio_10s.AutoSize = true;
            this.radio_10s.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.radio_10s.Location = new System.Drawing.Point(70, 4);
            this.radio_10s.Name = "radio_10s";
            this.radio_10s.Size = new System.Drawing.Size(49, 24);
            this.radio_10s.TabIndex = 371;
            this.radio_10s.Text = "10s";
            this.radio_10s.UseVisualStyleBackColor = true;
            this.radio_10s.CheckedChanged += new System.EventHandler(this.radio_10s_CheckedChanged);
            // 
            // radio_1s
            // 
            this.radio_1s.AutoSize = true;
            this.radio_1s.Checked = true;
            this.radio_1s.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.radio_1s.Location = new System.Drawing.Point(4, 4);
            this.radio_1s.Name = "radio_1s";
            this.radio_1s.Size = new System.Drawing.Size(41, 24);
            this.radio_1s.TabIndex = 370;
            this.radio_1s.TabStop = true;
            this.radio_1s.Text = "1s";
            this.radio_1s.UseVisualStyleBackColor = true;
            this.radio_1s.CheckedChanged += new System.EventHandler(this.radio_1s_CheckedChanged);
            // 
            // dataGridView_Data
            // 
            this.dataGridView_Data.AllowUserToAddRows = false;
            this.dataGridView_Data.AllowUserToDeleteRows = false;
            this.dataGridView_Data.AllowUserToResizeColumns = false;
            this.dataGridView_Data.AllowUserToResizeRows = false;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightGray;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridView_Data.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            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.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dataGridView_Data.ColumnHeadersHeight = 28;
            this.dataGridView_Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridView_Data.GridColor = System.Drawing.Color.White;
            this.dataGridView_Data.Location = new System.Drawing.Point(4, 51);
            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;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle5.NullValue = "-";
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.LightGray;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView_Data.RowsDefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridView_Data.RowTemplate.Height = 26;
            this.dataGridView_Data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView_Data.Size = new System.Drawing.Size(433, 426);
            this.dataGridView_Data.TabIndex = 3;
            // 
            // roundButton1
            // 
            this.roundButton1.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButton1.EnterForeColor = System.Drawing.Color.White;
            this.roundButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButton1.FlatAppearance.BorderSize = 0;
            this.roundButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButton1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.roundButton1.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.roundButton1.HoverForeColor = System.Drawing.Color.White;
            this.roundButton1.Location = new System.Drawing.Point(669, 27);
            this.roundButton1.Name = "roundButton1";
            this.roundButton1.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButton1.PressForeColor = System.Drawing.Color.White;
            this.roundButton1.Radius = 5;
            this.roundButton1.Size = new System.Drawing.Size(120, 30);
            this.roundButton1.TabIndex = 81;
            this.roundButton1.Text = "重新检测";
            this.roundButton1.UseVisualStyleBackColor = true;
            this.roundButton1.Visible = false;
            this.roundButton1.Click += new System.EventHandler(this.roundButton1_Click_1);
            // 
            // btn_reDetec
            // 
            this.btn_reDetec.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_reDetec.EnterForeColor = System.Drawing.Color.White;
            this.btn_reDetec.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_reDetec.FlatAppearance.BorderSize = 0;
            this.btn_reDetec.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_reDetec.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_reDetec.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_reDetec.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_reDetec.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btn_reDetec.HoverForeColor = System.Drawing.Color.White;
            this.btn_reDetec.Location = new System.Drawing.Point(312, 16);
            this.btn_reDetec.Name = "btn_reDetec";
            this.btn_reDetec.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_reDetec.PressForeColor = System.Drawing.Color.White;
            this.btn_reDetec.Radius = 5;
            this.btn_reDetec.Size = new System.Drawing.Size(120, 30);
            this.btn_reDetec.TabIndex = 75;
            this.btn_reDetec.Text = "重新检测";
            this.btn_reDetec.UseVisualStyleBackColor = true;
            this.btn_reDetec.Click += new System.EventHandler(this.btn_reDetec_Click);
            // 
            // DetailDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(898, 587);
            this.ControlBox = false;
            this.Controls.Add(this.roundButton1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            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.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_times)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.panel_radios.ResumeLayout(false);
            this.panel_radios.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnClose;
        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 groupBox2;
        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 panel_result;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.DataGridView dataGridView_times;
        private System.Windows.Forms.Label label_noData;
        private System.Windows.Forms.Label label_noTimes;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tab_stability;
        private System.Windows.Forms.TabPage tab_accuracy;
        private System.Windows.Forms.TabPage tab_bootFeature;
        private System.Windows.Forms.TabPage tab_ageRate;
        private System.Windows.Forms.TabPage tab_counter;
        private System.Windows.Forms.GroupBox groupBox1;
        private RoundButton btn_reDetec;
        private System.Windows.Forms.Panel panel_radios;
        private System.Windows.Forms.RadioButton radio_100s;
        private System.Windows.Forms.RadioButton radio_20s;
        private System.Windows.Forms.RadioButton radio_10s;
        private System.Windows.Forms.RadioButton radio_1s;
        public System.Windows.Forms.DataGridView dataGridView_Data;
        public System.Windows.Forms.Label label_reDetecting;
        private RoundButton roundButton1;
        public System.Windows.Forms.Label label_devModel;
        public System.Windows.Forms.Label label_customerComp;
        public System.Windows.Forms.Label label_devCode;
        public System.Windows.Forms.Label label_customerName;
    }
}