Newer
Older
RbFreqStand / RbFreqStandMeasure / home / SetDevTestDlg.Designer.cs
yangqianqian on 6 May 2021 48 KB counter ui

namespace Casic.Birmm.RbFreqStandMeasure.home
{
    partial class SetDevTestDlg
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.btnExitDev = new System.Windows.Forms.Button();
            this.label11 = new System.Windows.Forms.Label();
            this.checkBox_now = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btn_downChannelList = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.text_customerName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label2 = new System.Windows.Forms.Label();
            this.text_customerDev = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.text_devType = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label1 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.text_devCode = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.text_devName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label8 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.text_channelNo = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.comboBox_channelNo = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.comboItem3 = new DevComponents.Editors.ComboItem();
            this.comboItem4 = new DevComponents.Editors.ComboItem();
            this.comboItem5 = new DevComponents.Editors.ComboItem();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label10 = new System.Windows.Forms.Label();
            this.timePicker_endTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.timePicker_startTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            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.label3 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.checkBox_100s = new System.Windows.Forms.CheckBox();
            this.checkBox20s = new System.Windows.Forms.CheckBox();
            this.checkBox10s = new System.Windows.Forms.CheckBox();
            this.checkBox1s = new System.Windows.Forms.CheckBox();
            this.label6 = new System.Windows.Forms.Label();
            this.btnCancelSetDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btnSave = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.timePicker_endTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.timePicker_startTime)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.panel1.Controls.Add(this.btnExitDev);
            this.panel1.Controls.Add(this.label11);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(662, 32);
            this.panel1.TabIndex = 11;
            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(634, 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.btnExitDev_Click);
            // 
            // label11
            // 
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label11.ForeColor = System.Drawing.Color.White;
            this.label11.Location = new System.Drawing.Point(10, 5);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(155, 23);
            this.label11.TabIndex = 0;
            this.label11.Text = "设置仪器检测项目";
            // 
            // checkBox_now
            // 
            this.checkBox_now.AutoSize = true;
            this.checkBox_now.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_now.Location = new System.Drawing.Point(489, 384);
            this.checkBox_now.Name = "checkBox_now";
            this.checkBox_now.Size = new System.Drawing.Size(84, 24);
            this.checkBox_now.TabIndex = 15;
            this.checkBox_now.Text = "立即开始";
            this.checkBox_now.UseVisualStyleBackColor = true;
            this.checkBox_now.CheckedChanged += new System.EventHandler(this.checkBox_now_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btn_downChannelList);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.text_customerName);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.text_customerDev);
            this.groupBox1.Controls.Add(this.text_devType);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.text_devCode);
            this.groupBox1.Controls.Add(this.text_devName);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.text_channelNo);
            this.groupBox1.Location = new System.Drawing.Point(10, 32);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(640, 134);
            this.groupBox1.TabIndex = 18;
            this.groupBox1.TabStop = false;
            // 
            // btn_downChannelList
            // 
            this.btn_downChannelList.BackColor = System.Drawing.Color.Transparent;
            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(558, 96);
            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(20, 22);
            this.btn_downChannelList.TabIndex = 22;
            this.btn_downChannelList.Text = "﹀";
            this.btn_downChannelList.UseVisualStyleBackColor = false;
            this.btn_downChannelList.Click += new System.EventHandler(this.btn_downChannelList_Click);
            // 
            // 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(302, 94);
            this.label4.Margin = new System.Windows.Forms.Padding(0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(100, 27);
            this.label4.TabIndex = 33;
            this.label4.Text = "选择通道";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // text_customerName
            // 
            this.text_customerName.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.text_customerName.Border.Class = "TextBoxBorder";
            this.text_customerName.Border.CornerDiameter = 5;
            this.text_customerName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_customerName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_customerName.ForeColor = System.Drawing.Color.DarkGray;
            this.text_customerName.Location = new System.Drawing.Point(122, 94);
            this.text_customerName.Margin = new System.Windows.Forms.Padding(0);
            this.text_customerName.Name = "text_customerName";
            this.text_customerName.PreventEnterBeep = true;
            this.text_customerName.ReadOnly = true;
            this.text_customerName.Size = new System.Drawing.Size(170, 27);
            this.text_customerName.TabIndex = 32;
            // 
            // 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(12, 94);
            this.label2.Margin = new System.Windows.Forms.Padding(0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 27);
            this.label2.TabIndex = 31;
            this.label2.Text = "联系人";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // text_customerDev
            // 
            this.text_customerDev.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.text_customerDev.Border.Class = "TextBoxBorder";
            this.text_customerDev.Border.CornerDiameter = 5;
            this.text_customerDev.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_customerDev.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_customerDev.ForeColor = System.Drawing.Color.DarkGray;
            this.text_customerDev.Location = new System.Drawing.Point(412, 57);
            this.text_customerDev.Margin = new System.Windows.Forms.Padding(0);
            this.text_customerDev.Name = "text_customerDev";
            this.text_customerDev.PreventEnterBeep = true;
            this.text_customerDev.ReadOnly = true;
            this.text_customerDev.Size = new System.Drawing.Size(169, 27);
            this.text_customerDev.TabIndex = 29;
            // 
            // text_devType
            // 
            this.text_devType.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            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.ForeColor = System.Drawing.Color.DarkGray;
            this.text_devType.Location = new System.Drawing.Point(122, 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.ReadOnly = true;
            this.text_devType.Size = new System.Drawing.Size(170, 27);
            this.text_devType.TabIndex = 30;
            // 
            // 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(302, 57);
            this.label1.Margin = new System.Windows.Forms.Padding(0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 27);
            this.label1.TabIndex = 27;
            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(12, 57);
            this.label9.Margin = new System.Windows.Forms.Padding(0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(100, 27);
            this.label9.TabIndex = 28;
            this.label9.Text = "仪器类型";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // text_devCode
            // 
            this.text_devCode.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.text_devCode.Border.Class = "TextBoxBorder";
            this.text_devCode.Border.CornerDiameter = 5;
            this.text_devCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_devCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_devCode.ForeColor = System.Drawing.Color.DarkGray;
            this.text_devCode.Location = new System.Drawing.Point(412, 20);
            this.text_devCode.Margin = new System.Windows.Forms.Padding(0);
            this.text_devCode.Name = "text_devCode";
            this.text_devCode.PreventEnterBeep = true;
            this.text_devCode.ReadOnly = true;
            this.text_devCode.Size = new System.Drawing.Size(169, 27);
            this.text_devCode.TabIndex = 25;
            // 
            // text_devName
            // 
            this.text_devName.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.text_devName.Border.Class = "TextBoxBorder";
            this.text_devName.Border.CornerDiameter = 5;
            this.text_devName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_devName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_devName.ForeColor = System.Drawing.Color.DarkGray;
            this.text_devName.Location = new System.Drawing.Point(122, 20);
            this.text_devName.Margin = new System.Windows.Forms.Padding(0);
            this.text_devName.Name = "text_devName";
            this.text_devName.PreventEnterBeep = true;
            this.text_devName.ReadOnly = true;
            this.text_devName.Size = new System.Drawing.Size(170, 27);
            this.text_devName.TabIndex = 26;
            this.text_devName.WatermarkColor = System.Drawing.SystemColors.ButtonShadow;
            // 
            // 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(302, 20);
            this.label8.Margin = new System.Windows.Forms.Padding(0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(100, 27);
            this.label8.TabIndex = 23;
            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(12, 20);
            this.label5.Margin = new System.Windows.Forms.Padding(0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(100, 27);
            this.label5.TabIndex = 24;
            this.label5.Text = "仪器名称";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // 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(412, 94);
            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(169, 27);
            this.text_channelNo.TabIndex = 34;
            // 
            // comboBox_channelNo
            // 
            this.comboBox_channelNo.DisplayMember = "Text";
            this.comboBox_channelNo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBox_channelNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.comboBox_channelNo.FormattingEnabled = true;
            this.comboBox_channelNo.ItemHeight = 18;
            this.comboBox_channelNo.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2,
            this.comboItem3,
            this.comboItem4,
            this.comboItem5});
            this.comboBox_channelNo.Location = new System.Drawing.Point(428, 128);
            this.comboBox_channelNo.Name = "comboBox_channelNo";
            this.comboBox_channelNo.Size = new System.Drawing.Size(135, 24);
            this.comboBox_channelNo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBox_channelNo.TabIndex = 35;
            this.comboBox_channelNo.SelectedIndexChanged += new System.EventHandler(this.comboBox_channelNo_SelectedIndexChanged);
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "通道1";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "通道2";
            // 
            // comboItem3
            // 
            this.comboItem3.Text = "通道3";
            // 
            // comboItem4
            // 
            this.comboItem4.Text = "通道4";
            // 
            // comboItem5
            // 
            this.comboItem5.Text = "通道5";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.timePicker_endTime);
            this.groupBox2.Controls.Add(this.timePicker_startTime);
            this.groupBox2.Controls.Add(this.checkBox_ageRate);
            this.groupBox2.Controls.Add(this.checkBox_bootFeature);
            this.groupBox2.Controls.Add(this.checkBox_accuracy);
            this.groupBox2.Controls.Add(this.checkBox_stability);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Location = new System.Drawing.Point(10, 169);
            this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(640, 129);
            this.groupBox2.TabIndex = 36;
            this.groupBox2.TabStop = false;
            // 
            // 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(34, 35);
            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 = 345;
            this.label10.Text = "*";
            // 
            // timePicker_endTime
            // 
            // 
            // 
            // 
            this.timePicker_endTime.BackgroundStyle.Class = "DateTimeInputBackground";
            this.timePicker_endTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_endTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.timePicker_endTime.ButtonDropDown.Visible = true;
            this.timePicker_endTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.timePicker_endTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.timePicker_endTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.timePicker_endTime.IsPopupCalendarOpen = false;
            this.timePicker_endTime.Location = new System.Drawing.Point(418, 75);
            // 
            // 
            // 
            // 
            // 
            // 
            this.timePicker_endTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_endTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.timePicker_endTime.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.timePicker_endTime.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.timePicker_endTime.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.timePicker_endTime.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.timePicker_endTime.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.timePicker_endTime.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.timePicker_endTime.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.timePicker_endTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_endTime.MonthCalendar.DisplayMonth = new System.DateTime(2021, 3, 1, 0, 0, 0, 0);
            this.timePicker_endTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            // 
            // 
            // 
            this.timePicker_endTime.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.timePicker_endTime.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.timePicker_endTime.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.timePicker_endTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_endTime.MonthCalendar.TodayButtonVisible = true;
            this.timePicker_endTime.Name = "timePicker_endTime";
            this.timePicker_endTime.ShowUpDown = true;
            this.timePicker_endTime.Size = new System.Drawing.Size(204, 23);
            this.timePicker_endTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.timePicker_endTime.TabIndex = 20;
            this.timePicker_endTime.ValueChanged += new System.EventHandler(this.timePicker_endTime_ValueChanged);
            // 
            // timePicker_startTime
            // 
            // 
            // 
            // 
            this.timePicker_startTime.BackgroundStyle.Class = "DateTimeInputBackground";
            this.timePicker_startTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_startTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.timePicker_startTime.ButtonDropDown.Visible = true;
            this.timePicker_startTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
            this.timePicker_startTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.timePicker_startTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
            this.timePicker_startTime.IsPopupCalendarOpen = false;
            this.timePicker_startTime.Location = new System.Drawing.Point(116, 76);
            this.timePicker_startTime.MinDate = new System.DateTime(2021, 4, 12, 0, 0, 0, 0);
            // 
            // 
            // 
            // 
            // 
            // 
            this.timePicker_startTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_startTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.timePicker_startTime.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.timePicker_startTime.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.timePicker_startTime.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.timePicker_startTime.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.timePicker_startTime.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.timePicker_startTime.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.timePicker_startTime.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.timePicker_startTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_startTime.MonthCalendar.DisplayMonth = new System.DateTime(2021, 4, 2, 0, 0, 0, 0);
            this.timePicker_startTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.timePicker_startTime.MonthCalendar.MinDate = new System.DateTime(2021, 4, 2, 0, 0, 0, 0);
            // 
            // 
            // 
            this.timePicker_startTime.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.timePicker_startTime.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.timePicker_startTime.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.timePicker_startTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.timePicker_startTime.MonthCalendar.SelectionRange = new System.Windows.Forms.SelectionRange(new System.DateTime(((long)(0))), new System.DateTime(2021, 4, 2, 0, 0, 0, 0));
            this.timePicker_startTime.MonthCalendar.TodayButtonVisible = true;
            this.timePicker_startTime.Name = "timePicker_startTime";
            this.timePicker_startTime.ShowUpDown = true;
            this.timePicker_startTime.Size = new System.Drawing.Size(204, 23);
            this.timePicker_startTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.timePicker_startTime.TabIndex = 21;
            this.timePicker_startTime.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
            this.timePicker_startTime.ValueChanged += new System.EventHandler(this.timePicker_startTime_ValueChanged);
            this.timePicker_startTime.Click += new System.EventHandler(this.timePicker_startTime_Click);
            // 
            // 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(476, 35);
            this.checkBox_ageRate.Name = "checkBox_ageRate";
            this.checkBox_ageRate.Size = new System.Drawing.Size(84, 24);
            this.checkBox_ageRate.TabIndex = 19;
            this.checkBox_ageRate.Text = "日老化率";
            this.checkBox_ageRate.UseVisualStyleBackColor = true;
            this.checkBox_ageRate.CheckedChanged += new System.EventHandler(this.checkBox_ageRate_CheckedChanged);
            // 
            // 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(366, 35);
            this.checkBox_bootFeature.Name = "checkBox_bootFeature";
            this.checkBox_bootFeature.Size = new System.Drawing.Size(84, 24);
            this.checkBox_bootFeature.TabIndex = 18;
            this.checkBox_bootFeature.Text = "开机特性";
            this.checkBox_bootFeature.UseVisualStyleBackColor = true;
            this.checkBox_bootFeature.CheckedChanged += new System.EventHandler(this.checkBox_bootFeature_CheckedChanged);
            // 
            // 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(241, 34);
            this.checkBox_accuracy.Name = "checkBox_accuracy";
            this.checkBox_accuracy.Size = new System.Drawing.Size(98, 24);
            this.checkBox_accuracy.TabIndex = 16;
            this.checkBox_accuracy.Text = "频率准确度";
            this.checkBox_accuracy.UseVisualStyleBackColor = true;
            this.checkBox_accuracy.CheckedChanged += new System.EventHandler(this.checkBox_accuracy_CheckedChanged);
            // 
            // 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(124, 34);
            this.checkBox_stability.Name = "checkBox_stability";
            this.checkBox_stability.Size = new System.Drawing.Size(98, 24);
            this.checkBox_stability.TabIndex = 17;
            this.checkBox_stability.Text = "频率稳定度";
            this.checkBox_stability.UseVisualStyleBackColor = true;
            this.checkBox_stability.CheckedChanged += new System.EventHandler(this.checkBox_stability_CheckedChanged);
            // 
            // 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(315, 73);
            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 = 13;
            this.label3.Text = "预计结束时间";
            this.label3.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(14, 32);
            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 = 15;
            this.label13.Text = "检测项目";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // 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(7, 76);
            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 = 348;
            this.label15.Text = "*";
            // 
            // 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(21, 72);
            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 = 14;
            this.label12.Text = "测量开始时间";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.checkBox_100s);
            this.groupBox3.Controls.Add(this.checkBox20s);
            this.groupBox3.Controls.Add(this.checkBox10s);
            this.groupBox3.Controls.Add(this.checkBox1s);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Enabled = false;
            this.groupBox3.Location = new System.Drawing.Point(10, 299);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(640, 56);
            this.groupBox3.TabIndex = 37;
            this.groupBox3.TabStop = false;
            // 
            // checkBox_100s
            // 
            this.checkBox_100s.AutoSize = true;
            this.checkBox_100s.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox_100s.Location = new System.Drawing.Point(476, 22);
            this.checkBox_100s.Name = "checkBox_100s";
            this.checkBox_100s.Size = new System.Drawing.Size(58, 24);
            this.checkBox_100s.TabIndex = 357;
            this.checkBox_100s.Text = "100s";
            this.checkBox_100s.UseVisualStyleBackColor = true;
            // 
            // checkBox20s
            // 
            this.checkBox20s.AutoSize = true;
            this.checkBox20s.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox20s.Location = new System.Drawing.Point(366, 22);
            this.checkBox20s.Name = "checkBox20s";
            this.checkBox20s.Size = new System.Drawing.Size(50, 24);
            this.checkBox20s.TabIndex = 356;
            this.checkBox20s.Text = "20s";
            this.checkBox20s.UseVisualStyleBackColor = true;
            // 
            // checkBox10s
            // 
            this.checkBox10s.AutoSize = true;
            this.checkBox10s.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox10s.Location = new System.Drawing.Point(242, 23);
            this.checkBox10s.Name = "checkBox10s";
            this.checkBox10s.Size = new System.Drawing.Size(50, 24);
            this.checkBox10s.TabIndex = 355;
            this.checkBox10s.Text = "10s";
            this.checkBox10s.UseVisualStyleBackColor = true;
            // 
            // checkBox1s
            // 
            this.checkBox1s.AutoSize = true;
            this.checkBox1s.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox1s.Location = new System.Drawing.Point(124, 22);
            this.checkBox1s.Name = "checkBox1s";
            this.checkBox1s.Size = new System.Drawing.Size(42, 24);
            this.checkBox1s.TabIndex = 354;
            this.checkBox1s.Text = "1s";
            this.checkBox1s.UseVisualStyleBackColor = true;
            // 
            // 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(11, 20);
            this.label6.Margin = new System.Windows.Forms.Padding(0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(110, 27);
            this.label6.TabIndex = 10;
            this.label6.Text = "稳定度采样时间";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // 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)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btnCancelSetDev.HoverForeColor = System.Drawing.Color.White;
            this.btnCancelSetDev.Location = new System.Drawing.Point(326, 380);
            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 = 16;
            this.btnCancelSetDev.Text = "取消";
            this.btnCancelSetDev.UseVisualStyleBackColor = true;
            this.btnCancelSetDev.Click += new System.EventHandler(this.btnExitDev_Click);
            // 
            // btnSave
            // 
            this.btnSave.Enabled = false;
            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(166, 380);
            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);
            // 
            // SetDevTestDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(662, 430);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.checkBox_now);
            this.Controls.Add(this.btnCancelSetDev);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.comboBox_channelNo);
            this.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SetDevTestDlg";
            this.Text = "设置仪器检测项目";
            this.panel1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.timePicker_endTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.timePicker_startTime)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnExitDev;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.CheckBox checkBox_now;
        private RoundButton btnCancelSetDev;
        private RoundButton btnSave;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button btn_downChannelList;
        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.DotNetBar.Controls.TextBoxX text_channelNo;
        private System.Windows.Forms.GroupBox groupBox2;
        private DevComponents.Editors.DateTimeAdv.DateTimeInput timePicker_endTime;
        private System.Windows.Forms.CheckBox checkBox_ageRate;
        private System.Windows.Forms.CheckBox checkBox_bootFeature;
        private System.Windows.Forms.CheckBox checkBox_accuracy;
        private System.Windows.Forms.CheckBox checkBox_stability;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label label6;
        private DevComponents.Editors.ComboItem comboItem1;
        private DevComponents.Editors.ComboItem comboItem2;
        private DevComponents.Editors.ComboItem comboItem3;
        private DevComponents.Editors.ComboItem comboItem4;
        private DevComponents.Editors.ComboItem comboItem5;
        public DevComponents.DotNetBar.Controls.TextBoxX text_customerName;
        public DevComponents.DotNetBar.Controls.TextBoxX text_customerDev;
        public DevComponents.DotNetBar.Controls.TextBoxX text_devType;
        public DevComponents.DotNetBar.Controls.TextBoxX text_devCode;
        public DevComponents.DotNetBar.Controls.TextBoxX text_devName;
        public DevComponents.Editors.DateTimeAdv.DateTimeInput timePicker_startTime;
        public DevComponents.DotNetBar.Controls.ComboBoxEx comboBox_channelNo;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.CheckBox checkBox_100s;
        private System.Windows.Forms.CheckBox checkBox20s;
        private System.Windows.Forms.CheckBox checkBox10s;
        private System.Windows.Forms.CheckBox checkBox1s;
    }
}