Newer
Older
RbFreqStand / RbFreqStandMeasure / info / AddDevDlg.Designer.cs
yangqianqian on 8 Apr 2021 54 KB detail-setting-databackup complete

namespace Casic.Birmm.RbFreqStandMeasure.info
{
    partial class AddDevDlg
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.checkBox_startNow = new System.Windows.Forms.CheckBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnExitDev = new System.Windows.Forms.Button();
            this.labelTitle = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.btn_downTypeList = new System.Windows.Forms.Button();
            this.text_devType = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label7 = new System.Windows.Forms.Label();
            this.btn_downChannelList = new System.Windows.Forms.Button();
            this.text_channelNo = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.cbBox_channelFree = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label4 = new System.Windows.Forms.Label();
            this.inputCustName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label2 = new System.Windows.Forms.Label();
            this.inputCustComp = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.inputDevModel = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label1 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.inputDevCode = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.inputDevName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label8 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.cbBox_devType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            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.checkBox_count = new System.Windows.Forms.CheckBox();
            this.checkBox_ageRate = new System.Windows.Forms.CheckBox();
            this.checkBox_bootFeature = new System.Windows.Forms.CheckBox();
            this.checkBox_accuracy = new System.Windows.Forms.CheckBox();
            this.checkBox_stability = new System.Windows.Forms.CheckBox();
            this.endTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.startTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.label3 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.btnSave = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btnCancelSetDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            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.panel1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.endTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.startTime)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // checkBox_startNow
            // 
            this.checkBox_startNow.AutoSize = true;
            this.checkBox_startNow.Enabled = false;
            this.checkBox_startNow.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_startNow.Location = new System.Drawing.Point(500, 429);
            this.checkBox_startNow.Name = "checkBox_startNow";
            this.checkBox_startNow.Size = new System.Drawing.Size(84, 24);
            this.checkBox_startNow.TabIndex = 19;
            this.checkBox_startNow.Text = "立即开始";
            this.checkBox_startNow.UseVisualStyleBackColor = true;
            this.checkBox_startNow.CheckedChanged += new System.EventHandler(this.checkBox_startNow_CheckedChanged);
            // 
            // 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(640, 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(610, 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 = "添加";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.label17);
            this.groupBox4.Controls.Add(this.label16);
            this.groupBox4.Controls.Add(this.label15);
            this.groupBox4.Controls.Add(this.label11);
            this.groupBox4.Controls.Add(this.label10);
            this.groupBox4.Controls.Add(this.label14);
            this.groupBox4.Controls.Add(this.btn_downTypeList);
            this.groupBox4.Controls.Add(this.text_devType);
            this.groupBox4.Controls.Add(this.label7);
            this.groupBox4.Controls.Add(this.btn_downChannelList);
            this.groupBox4.Controls.Add(this.text_channelNo);
            this.groupBox4.Controls.Add(this.cbBox_channelFree);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Controls.Add(this.inputCustName);
            this.groupBox4.Controls.Add(this.label2);
            this.groupBox4.Controls.Add(this.inputCustComp);
            this.groupBox4.Controls.Add(this.inputDevModel);
            this.groupBox4.Controls.Add(this.label1);
            this.groupBox4.Controls.Add(this.label9);
            this.groupBox4.Controls.Add(this.inputDevCode);
            this.groupBox4.Controls.Add(this.inputDevName);
            this.groupBox4.Controls.Add(this.label8);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Controls.Add(this.cbBox_devType);
            this.groupBox4.Location = new System.Drawing.Point(10, 33);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(617, 175);
            this.groupBox4.TabIndex = 38;
            this.groupBox4.TabStop = false;
            this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.BackColor = System.Drawing.Color.Transparent;
            this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label17.ForeColor = System.Drawing.Color.OrangeRed;
            this.label17.Location = new System.Drawing.Point(323, 98);
            this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(17, 21);
            this.label17.TabIndex = 351;
            this.label17.Text = "*";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.BackColor = System.Drawing.Color.Transparent;
            this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label16.ForeColor = System.Drawing.Color.OrangeRed;
            this.label16.Location = new System.Drawing.Point(19, 102);
            this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(17, 21);
            this.label16.TabIndex = 350;
            this.label16.Text = "*";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.BackColor = System.Drawing.Color.Transparent;
            this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label15.ForeColor = System.Drawing.Color.OrangeRed;
            this.label15.Location = new System.Drawing.Point(309, 60);
            this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(17, 21);
            this.label15.TabIndex = 349;
            this.label15.Text = "*";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label11.ForeColor = System.Drawing.Color.OrangeRed;
            this.label11.Location = new System.Drawing.Point(19, 60);
            this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(17, 21);
            this.label11.TabIndex = 348;
            this.label11.Text = "*";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.BackColor = System.Drawing.Color.Transparent;
            this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.ForeColor = System.Drawing.Color.OrangeRed;
            this.label10.Location = new System.Drawing.Point(309, 23);
            this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(17, 21);
            this.label10.TabIndex = 347;
            this.label10.Text = "*";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.BackColor = System.Drawing.Color.Transparent;
            this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label14.ForeColor = System.Drawing.Color.OrangeRed;
            this.label14.Location = new System.Drawing.Point(19, 22);
            this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(17, 21);
            this.label14.TabIndex = 346;
            this.label14.Text = "*";
            // 
            // btn_downTypeList
            // 
            this.btn_downTypeList.BackColor = System.Drawing.Color.White;
            this.btn_downTypeList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_downTypeList.FlatAppearance.BorderSize = 0;
            this.btn_downTypeList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_downTypeList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_downTypeList.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.btn_downTypeList.Location = new System.Drawing.Point(541, 59);
            this.btn_downTypeList.Margin = new System.Windows.Forms.Padding(0);
            this.btn_downTypeList.Name = "btn_downTypeList";
            this.btn_downTypeList.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0);
            this.btn_downTypeList.Size = new System.Drawing.Size(18, 23);
            this.btn_downTypeList.TabIndex = 52;
            this.btn_downTypeList.Text = "﹀";
            this.btn_downTypeList.UseVisualStyleBackColor = false;
            this.btn_downTypeList.Click += new System.EventHandler(this.btn_downTypeList_Click);
            // 
            // text_devType
            // 
            // 
            // 
            // 
            this.text_devType.Border.Class = "TextBoxBorder";
            this.text_devType.Border.CornerDiameter = 5;
            this.text_devType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_devType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_devType.Location = new System.Drawing.Point(400, 57);
            this.text_devType.Margin = new System.Windows.Forms.Padding(0);
            this.text_devType.Name = "text_devType";
            this.text_devType.PreventEnterBeep = true;
            this.text_devType.Size = new System.Drawing.Size(162, 27);
            this.text_devType.TabIndex = 50;
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(314, 57);
            this.label7.Margin = new System.Windows.Forms.Padding(0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(76, 27);
            this.label7.TabIndex = 51;
            this.label7.Text = "仪器类型";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btn_downChannelList
            // 
            this.btn_downChannelList.BackColor = System.Drawing.Color.White;
            this.btn_downChannelList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_downChannelList.FlatAppearance.BorderSize = 0;
            this.btn_downChannelList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_downChannelList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_downChannelList.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.btn_downChannelList.Location = new System.Drawing.Point(249, 138);
            this.btn_downChannelList.Margin = new System.Windows.Forms.Padding(0);
            this.btn_downChannelList.Name = "btn_downChannelList";
            this.btn_downChannelList.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0);
            this.btn_downChannelList.Size = new System.Drawing.Size(17, 23);
            this.btn_downChannelList.TabIndex = 48;
            this.btn_downChannelList.Text = "﹀";
            this.btn_downChannelList.UseVisualStyleBackColor = false;
            this.btn_downChannelList.Click += new System.EventHandler(this.btn_downChannelList_Click);
            // 
            // text_channelNo
            // 
            this.text_channelNo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.text_channelNo.Border.Class = "TextBoxBorder";
            this.text_channelNo.Border.CornerDiameter = 5;
            this.text_channelNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_channelNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_channelNo.Location = new System.Drawing.Point(110, 136);
            this.text_channelNo.Margin = new System.Windows.Forms.Padding(0);
            this.text_channelNo.Name = "text_channelNo";
            this.text_channelNo.PreventEnterBeep = true;
            this.text_channelNo.ReadOnly = true;
            this.text_channelNo.Size = new System.Drawing.Size(162, 27);
            this.text_channelNo.TabIndex = 49;
            // 
            // cbBox_channelFree
            // 
            this.cbBox_channelFree.DisplayMember = "Text";
            this.cbBox_channelFree.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbBox_channelFree.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.cbBox_channelFree.FormattingEnabled = true;
            this.cbBox_channelFree.ItemHeight = 18;
            this.cbBox_channelFree.Location = new System.Drawing.Point(110, 136);
            this.cbBox_channelFree.Name = "cbBox_channelFree";
            this.cbBox_channelFree.Size = new System.Drawing.Size(150, 24);
            this.cbBox_channelFree.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbBox_channelFree.TabIndex = 41;
            this.cbBox_channelFree.SelectedIndexChanged += new System.EventHandler(this.cbBox_channelFree_SelectedIndexChanged);
            // 
            // label4
            // 
            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(13, 136);
            this.label4.Margin = new System.Windows.Forms.Padding(0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(86, 27);
            this.label4.TabIndex = 47;
            this.label4.Text = "选择通道";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // inputCustName
            // 
            // 
            // 
            // 
            this.inputCustName.Border.Class = "TextBoxBorder";
            this.inputCustName.Border.CornerDiameter = 5;
            this.inputCustName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputCustName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.inputCustName.Location = new System.Drawing.Point(401, 94);
            this.inputCustName.Margin = new System.Windows.Forms.Padding(0);
            this.inputCustName.Name = "inputCustName";
            this.inputCustName.PreventEnterBeep = true;
            this.inputCustName.Size = new System.Drawing.Size(162, 27);
            this.inputCustName.TabIndex = 40;
            // 
            // label2
            // 
            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(310, 94);
            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 = 46;
            this.label2.Text = "联系人";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // inputCustComp
            // 
            // 
            // 
            // 
            this.inputCustComp.Border.Class = "TextBoxBorder";
            this.inputCustComp.Border.CornerDiameter = 5;
            this.inputCustComp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputCustComp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.inputCustComp.Location = new System.Drawing.Point(110, 98);
            this.inputCustComp.Margin = new System.Windows.Forms.Padding(0);
            this.inputCustComp.Name = "inputCustComp";
            this.inputCustComp.PreventEnterBeep = true;
            this.inputCustComp.Size = new System.Drawing.Size(162, 27);
            this.inputCustComp.TabIndex = 39;
            // 
            // inputDevModel
            // 
            // 
            // 
            // 
            this.inputDevModel.Border.Class = "TextBoxBorder";
            this.inputDevModel.Border.CornerDiameter = 5;
            this.inputDevModel.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevModel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.inputDevModel.Location = new System.Drawing.Point(110, 57);
            this.inputDevModel.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevModel.Name = "inputDevModel";
            this.inputDevModel.PreventEnterBeep = true;
            this.inputDevModel.Size = new System.Drawing.Size(162, 27);
            this.inputDevModel.TabIndex = 38;
            // 
            // label1
            // 
            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(9, 98);
            this.label1.Margin = new System.Windows.Forms.Padding(0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(91, 27);
            this.label1.TabIndex = 45;
            this.label1.Text = "送检单位";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label9
            // 
            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(32, 57);
            this.label9.Margin = new System.Windows.Forms.Padding(0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(68, 27);
            this.label9.TabIndex = 44;
            this.label9.Text = "仪器型号";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // inputDevCode
            // 
            // 
            // 
            // 
            this.inputDevCode.Border.Class = "TextBoxBorder";
            this.inputDevCode.Border.CornerDiameter = 5;
            this.inputDevCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.inputDevCode.Location = new System.Drawing.Point(400, 20);
            this.inputDevCode.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevCode.Name = "inputDevCode";
            this.inputDevCode.PreventEnterBeep = true;
            this.inputDevCode.Size = new System.Drawing.Size(162, 27);
            this.inputDevCode.TabIndex = 37;
            // 
            // inputDevName
            // 
            // 
            // 
            // 
            this.inputDevName.Border.Class = "TextBoxBorder";
            this.inputDevName.Border.CornerDiameter = 5;
            this.inputDevName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.inputDevName.Location = new System.Drawing.Point(110, 20);
            this.inputDevName.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevName.Name = "inputDevName";
            this.inputDevName.PreventEnterBeep = true;
            this.inputDevName.Size = new System.Drawing.Size(162, 27);
            this.inputDevName.TabIndex = 36;
            // 
            // label8
            // 
            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(318, 20);
            this.label8.Margin = new System.Windows.Forms.Padding(0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(72, 27);
            this.label8.TabIndex = 43;
            this.label8.Text = "仪器编号";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(28, 20);
            this.label5.Margin = new System.Windows.Forms.Padding(0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(72, 27);
            this.label5.TabIndex = 42;
            this.label5.Text = "仪器名称";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cbBox_devType
            // 
            this.cbBox_devType.DisplayMember = "Text";
            this.cbBox_devType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbBox_devType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.cbBox_devType.FormattingEnabled = true;
            this.cbBox_devType.ItemHeight = 18;
            this.cbBox_devType.Location = new System.Drawing.Point(402, 59);
            this.cbBox_devType.Name = "cbBox_devType";
            this.cbBox_devType.Size = new System.Drawing.Size(158, 24);
            this.cbBox_devType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbBox_devType.TabIndex = 54;
            this.cbBox_devType.SelectedIndexChanged += new System.EventHandler(this.cbBox_devType_SelectedIndexChanged);
            // 
            // 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.checkBox_count);
            this.groupBox1.Controls.Add(this.checkBox_ageRate);
            this.groupBox1.Controls.Add(this.checkBox_bootFeature);
            this.groupBox1.Controls.Add(this.checkBox_accuracy);
            this.groupBox1.Controls.Add(this.checkBox_stability);
            this.groupBox1.Controls.Add(this.endTime);
            this.groupBox1.Controls.Add(this.startTime);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Enabled = false;
            this.groupBox1.Location = new System.Drawing.Point(10, 210);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(617, 140);
            this.groupBox1.TabIndex = 39;
            this.groupBox1.TabStop = false;
            this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // checkBox_count
            // 
            this.checkBox_count.AutoSize = true;
            this.checkBox_count.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_count.Location = new System.Drawing.Point(114, 55);
            this.checkBox_count.Name = "checkBox_count";
            this.checkBox_count.Size = new System.Drawing.Size(182, 24);
            this.checkBox_count.TabIndex = 351;
            this.checkBox_count.Text = "频率计数器范围及灵敏度";
            this.checkBox_count.UseVisualStyleBackColor = true;
            // 
            // checkBox_ageRate
            // 
            this.checkBox_ageRate.AutoSize = true;
            this.checkBox_ageRate.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_ageRate.Location = new System.Drawing.Point(467, 25);
            this.checkBox_ageRate.Name = "checkBox_ageRate";
            this.checkBox_ageRate.Size = new System.Drawing.Size(84, 24);
            this.checkBox_ageRate.TabIndex = 350;
            this.checkBox_ageRate.Text = "日老化率";
            this.checkBox_ageRate.UseVisualStyleBackColor = true;
            // 
            // checkBox_bootFeature
            // 
            this.checkBox_bootFeature.AutoSize = true;
            this.checkBox_bootFeature.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_bootFeature.Location = new System.Drawing.Point(348, 25);
            this.checkBox_bootFeature.Name = "checkBox_bootFeature";
            this.checkBox_bootFeature.Size = new System.Drawing.Size(84, 24);
            this.checkBox_bootFeature.TabIndex = 349;
            this.checkBox_bootFeature.Text = "开机特性";
            this.checkBox_bootFeature.UseVisualStyleBackColor = true;
            // 
            // checkBox_accuracy
            // 
            this.checkBox_accuracy.AutoSize = true;
            this.checkBox_accuracy.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_accuracy.Location = new System.Drawing.Point(232, 25);
            this.checkBox_accuracy.Name = "checkBox_accuracy";
            this.checkBox_accuracy.Size = new System.Drawing.Size(98, 24);
            this.checkBox_accuracy.TabIndex = 347;
            this.checkBox_accuracy.Text = "频率准确度";
            this.checkBox_accuracy.UseVisualStyleBackColor = true;
            // 
            // checkBox_stability
            // 
            this.checkBox_stability.AutoSize = true;
            this.checkBox_stability.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_stability.Location = new System.Drawing.Point(114, 25);
            this.checkBox_stability.Name = "checkBox_stability";
            this.checkBox_stability.Size = new System.Drawing.Size(98, 24);
            this.checkBox_stability.TabIndex = 348;
            this.checkBox_stability.Text = "频率稳定度";
            this.checkBox_stability.UseVisualStyleBackColor = true;
            this.checkBox_stability.CheckedChanged += new System.EventHandler(this.checkBox_stability_CheckedChanged);
            // 
            // endTime
            // 
            // 
            // 
            // 
            this.endTime.BackgroundStyle.Class = "DateTimeInputBackground";
            this.endTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.endTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.endTime.ButtonDropDown.Visible = true;
            this.endTime.CustomFormat = "yyyy-MM-dd HH:mm";
            this.endTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.endTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.endTime.IsPopupCalendarOpen = false;
            this.endTime.Location = new System.Drawing.Point(395, 94);
            // 
            // 
            // 
            // 
            // 
            // 
            this.endTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.endTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.endTime.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.endTime.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.endTime.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.endTime.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.endTime.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.endTime.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.endTime.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.endTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.endTime.MonthCalendar.DisplayMonth = new System.DateTime(2021, 3, 1, 0, 0, 0, 0);
            this.endTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            // 
            // 
            // 
            this.endTime.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.endTime.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.endTime.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.endTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.endTime.MonthCalendar.TodayButtonVisible = true;
            this.endTime.Name = "endTime";
            this.endTime.ShowUpDown = true;
            this.endTime.Size = new System.Drawing.Size(180, 23);
            this.endTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.endTime.TabIndex = 44;
            this.endTime.Value = new System.DateTime(2021, 3, 24, 15, 59, 31, 0);
            // 
            // startTime
            // 
            // 
            // 
            // 
            this.startTime.BackgroundStyle.Class = "DateTimeInputBackground";
            this.startTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.startTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.startTime.ButtonDropDown.Visible = true;
            this.startTime.CustomFormat = "yyyy-MM-dd HH:mm";
            this.startTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.startTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.startTime.IsPopupCalendarOpen = false;
            this.startTime.Location = new System.Drawing.Point(107, 94);
            // 
            // 
            // 
            // 
            // 
            // 
            this.startTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.startTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.startTime.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.startTime.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.startTime.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.startTime.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.startTime.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.startTime.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.startTime.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.startTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.startTime.MonthCalendar.DisplayMonth = new System.DateTime(2021, 3, 1, 0, 0, 0, 0);
            this.startTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            // 
            // 
            // 
            this.startTime.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.startTime.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.startTime.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.startTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.startTime.MonthCalendar.TodayButtonVisible = true;
            this.startTime.Name = "startTime";
            this.startTime.ShowUpDown = true;
            this.startTime.Size = new System.Drawing.Size(180, 23);
            this.startTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.startTime.TabIndex = 43;
            this.startTime.Value = new System.DateTime(2021, 3, 24, 15, 59, 31, 0);
            // 
            // label3
            // 
            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(290, 92);
            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 = 40;
            this.label3.Text = "预计结束时间";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label12
            // 
            this.label12.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label12.Location = new System.Drawing.Point(5, 92);
            this.label12.Margin = new System.Windows.Forms.Padding(0);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(100, 27);
            this.label12.TabIndex = 46;
            this.label12.Text = "测量开始时间";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label13
            // 
            this.label13.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label13.Location = new System.Drawing.Point(5, 23);
            this.label13.Margin = new System.Windows.Forms.Padding(0);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(100, 27);
            this.label13.TabIndex = 45;
            this.label13.Text = "检测项目";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.radio_100s);
            this.groupBox2.Controls.Add(this.radio_20s);
            this.groupBox2.Controls.Add(this.radio_10s);
            this.groupBox2.Controls.Add(this.radio_1s);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Enabled = false;
            this.groupBox2.Location = new System.Drawing.Point(9, 353);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(618, 53);
            this.groupBox2.TabIndex = 40;
            this.groupBox2.TabStop = false;
            // 
            // label6
            // 
            this.label6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(5, 17);
            this.label6.Margin = new System.Windows.Forms.Padding(0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(100, 27);
            this.label6.TabIndex = 43;
            this.label6.Text = "频率稳定度";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnSave
            // 
            this.btnSave.EnterBackColor = System.Drawing.Color.Blue;
            this.btnSave.EnterForeColor = System.Drawing.Color.White;
            this.btnSave.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnSave.FlatAppearance.BorderSize = 0;
            this.btnSave.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnSave.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSave.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btnSave.HoverForeColor = System.Drawing.Color.White;
            this.btnSave.Location = new System.Drawing.Point(150, 425);
            this.btnSave.Name = "btnSave";
            this.btnSave.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnSave.PressForeColor = System.Drawing.Color.White;
            this.btnSave.Radius = 5;
            this.btnSave.Size = new System.Drawing.Size(120, 30);
            this.btnSave.TabIndex = 17;
            this.btnSave.Text = "开始检测";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnCancelSetDev
            // 
            this.btnCancelSetDev.EnterBackColor = System.Drawing.Color.Blue;
            this.btnCancelSetDev.EnterForeColor = System.Drawing.Color.White;
            this.btnCancelSetDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnCancelSetDev.FlatAppearance.BorderSize = 0;
            this.btnCancelSetDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnCancelSetDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnCancelSetDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancelSetDev.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCancelSetDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.btnCancelSetDev.HoverForeColor = System.Drawing.Color.White;
            this.btnCancelSetDev.Location = new System.Drawing.Point(310, 425);
            this.btnCancelSetDev.Name = "btnCancelSetDev";
            this.btnCancelSetDev.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnCancelSetDev.PressForeColor = System.Drawing.Color.White;
            this.btnCancelSetDev.Radius = 5;
            this.btnCancelSetDev.Size = new System.Drawing.Size(120, 30);
            this.btnCancelSetDev.TabIndex = 18;
            this.btnCancelSetDev.Text = "取消";
            this.btnCancelSetDev.UseVisualStyleBackColor = true;
            this.btnCancelSetDev.Click += new System.EventHandler(this.btnAddDevCancel_Click);
            // 
            // radio_100s
            // 
            this.radio_100s.AutoSize = true;
            this.radio_100s.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.radio_100s.Location = new System.Drawing.Point(468, 19);
            this.radio_100s.Name = "radio_100s";
            this.radio_100s.Size = new System.Drawing.Size(57, 24);
            this.radio_100s.TabIndex = 47;
            this.radio_100s.TabStop = true;
            this.radio_100s.Tag = "100";
            this.radio_100s.Text = "100s";
            this.radio_100s.UseVisualStyleBackColor = true;
            // 
            // radio_20s
            // 
            this.radio_20s.AutoSize = true;
            this.radio_20s.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.radio_20s.Location = new System.Drawing.Point(349, 20);
            this.radio_20s.Name = "radio_20s";
            this.radio_20s.Size = new System.Drawing.Size(49, 24);
            this.radio_20s.TabIndex = 46;
            this.radio_20s.TabStop = true;
            this.radio_20s.Tag = "20";
            this.radio_20s.Text = "20s";
            this.radio_20s.UseVisualStyleBackColor = true;
            // 
            // radio_10s
            // 
            this.radio_10s.AutoSize = true;
            this.radio_10s.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.radio_10s.Location = new System.Drawing.Point(233, 19);
            this.radio_10s.Name = "radio_10s";
            this.radio_10s.Size = new System.Drawing.Size(49, 24);
            this.radio_10s.TabIndex = 45;
            this.radio_10s.TabStop = true;
            this.radio_10s.Tag = "10";
            this.radio_10s.Text = "10s";
            this.radio_10s.UseVisualStyleBackColor = true;
            // 
            // radio_1s
            // 
            this.radio_1s.AutoSize = true;
            this.radio_1s.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.radio_1s.Location = new System.Drawing.Point(115, 20);
            this.radio_1s.Name = "radio_1s";
            this.radio_1s.Size = new System.Drawing.Size(41, 24);
            this.radio_1s.TabIndex = 44;
            this.radio_1s.TabStop = true;
            this.radio_1s.Tag = "1";
            this.radio_1s.Text = "1s";
            this.radio_1s.UseVisualStyleBackColor = true;
            // 
            // AddDevDlg
            // 
            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(642, 483);
            this.ControlBox = false;
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.checkBox_startNow);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnCancelSetDev);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "AddDevDlg";
            this.Text = "添加检测设备";
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
            this.panel1.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.endTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.startTime)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private RoundButton btnCancelSetDev;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnExitDev;
        private System.Windows.Forms.Label labelTitle;
        private System.Windows.Forms.GroupBox groupBox4;
        private DevComponents.DotNetBar.Controls.ComboBoxEx cbBox_channelFree;
        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.Label label5;
        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.Label label3;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label6;
        public DevComponents.DotNetBar.Controls.TextBoxX text_channelNo;
        private System.Windows.Forms.Button btn_downTypeList;
        private System.Windows.Forms.Label label7;
        private DevComponents.DotNetBar.Controls.ComboBoxEx cbBox_devType;
        public DevComponents.DotNetBar.Controls.TextBoxX inputCustName;
        public DevComponents.DotNetBar.Controls.TextBoxX inputCustComp;
        public DevComponents.DotNetBar.Controls.TextBoxX inputDevModel;
        public DevComponents.DotNetBar.Controls.TextBoxX inputDevCode;
        public DevComponents.DotNetBar.Controls.TextBoxX inputDevName;
        public DevComponents.DotNetBar.Controls.TextBoxX text_devType;
        public System.Windows.Forms.CheckBox checkBox_startNow;
        public DevComponents.Editors.DateTimeAdv.DateTimeInput endTime;
        public DevComponents.Editors.DateTimeAdv.DateTimeInput startTime;
        public System.Windows.Forms.CheckBox checkBox_count;
        public System.Windows.Forms.CheckBox checkBox_ageRate;
        public System.Windows.Forms.CheckBox checkBox_bootFeature;
        public System.Windows.Forms.CheckBox checkBox_accuracy;
        public System.Windows.Forms.CheckBox checkBox_stability;
        public System.Windows.Forms.Button btn_downChannelList;
        public RoundButton btnSave;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label14;
        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.GroupBox groupBox1;
        public System.Windows.Forms.GroupBox groupBox2;
    }
}