Newer
Older
RbFreqStand / RbFreqStandMeasure / counter / CounterCtrlForm.Designer.cs
TAN YUE on 24 Mar 2021 42 KB 20210324 页面美化调整

namespace Casic.Birmm.RbFreqStandMeasure.counter
{
    partial class CounterCtrlForm
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panelMedian = new System.Windows.Forms.Panel();
            this.panelControl = new System.Windows.Forms.Panel();
            this.panelPattern = new System.Windows.Forms.Panel();
            this.panelSource = new System.Windows.Forms.Panel();
            this.panelCounter = new System.Windows.Forms.Panel();
            this.labelCounter = new System.Windows.Forms.Label();
            this.labelSource = new System.Windows.Forms.Label();
            this.labelPattern = new System.Windows.Forms.Label();
            this.labelControl = new System.Windows.Forms.Label();
            this.labelMedian = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.benEdit = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.benDelete = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.roundButton1 = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.roundButton2 = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.tableCounterResult = new System.Windows.Forms.DataGridView();
            this.inputDevType = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.inputDevStatus = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.All = new DevComponents.Editors.ComboItem();
            this.tested = new DevComponents.Editors.ComboItem();
            this.testing = new DevComponents.Editors.ComboItem();
            this.toBeTested = new DevComponents.Editors.ComboItem();
            this.comboBoxEx1 = 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.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem5 = new DevComponents.Editors.ComboItem();
            this.comboItem6 = new DevComponents.Editors.ComboItem();
            this.comboItem7 = new DevComponents.Editors.ComboItem();
            this.comboItem8 = new DevComponents.Editors.ComboItem();
            this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem9 = new DevComponents.Editors.ComboItem();
            this.comboItem10 = new DevComponents.Editors.ComboItem();
            this.comboItem11 = new DevComponents.Editors.ComboItem();
            this.comboItem12 = new DevComponents.Editors.ComboItem();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.roundButton3 = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.panel1.SuspendLayout();
            this.panelMedian.SuspendLayout();
            this.panelControl.SuspendLayout();
            this.panelPattern.SuspendLayout();
            this.panelSource.SuspendLayout();
            this.panelCounter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableCounterResult)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_ct_list;
            this.panel1.Controls.Add(this.tableCounterResult);
            this.panel1.Location = new System.Drawing.Point(280, 5);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(734, 642);
            this.panel1.TabIndex = 5;
            // 
            // panelMedian
            // 
            this.panelMedian.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_ct_median;
            this.panelMedian.Controls.Add(this.listBox1);
            this.panelMedian.Controls.Add(this.labelMedian);
            this.panelMedian.Location = new System.Drawing.Point(10, 451);
            this.panelMedian.Name = "panelMedian";
            this.panelMedian.Size = new System.Drawing.Size(270, 146);
            this.panelMedian.TabIndex = 4;
            // 
            // panelControl
            // 
            this.panelControl.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_ct_control;
            this.panelControl.Controls.Add(this.benEdit);
            this.panelControl.Controls.Add(this.labelControl);
            this.panelControl.Location = new System.Drawing.Point(10, 370);
            this.panelControl.Name = "panelControl";
            this.panelControl.Size = new System.Drawing.Size(270, 91);
            this.panelControl.TabIndex = 3;
            // 
            // panelPattern
            // 
            this.panelPattern.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_ct_pattern;
            this.panelPattern.Controls.Add(this.checkBox1);
            this.panelPattern.Controls.Add(this.radioButton2);
            this.panelPattern.Controls.Add(this.radioButton1);
            this.panelPattern.Controls.Add(this.labelPattern);
            this.panelPattern.Location = new System.Drawing.Point(10, 289);
            this.panelPattern.Name = "panelPattern";
            this.panelPattern.Size = new System.Drawing.Size(270, 91);
            this.panelPattern.TabIndex = 2;
            // 
            // panelSource
            // 
            this.panelSource.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_ct_source;
            this.panelSource.Controls.Add(this.roundButton3);
            this.panelSource.Controls.Add(this.textBoxX1);
            this.panelSource.Controls.Add(this.comboBoxEx3);
            this.panelSource.Controls.Add(this.comboBoxEx2);
            this.panelSource.Controls.Add(this.comboBoxEx1);
            this.panelSource.Controls.Add(this.labelSource);
            this.panelSource.Controls.Add(this.label5);
            this.panelSource.Controls.Add(this.label4);
            this.panelSource.Controls.Add(this.label3);
            this.panelSource.Location = new System.Drawing.Point(10, 129);
            this.panelSource.Name = "panelSource";
            this.panelSource.Size = new System.Drawing.Size(270, 170);
            this.panelSource.TabIndex = 1;
            // 
            // panelCounter
            // 
            this.panelCounter.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_ct_counter;
            this.panelCounter.Controls.Add(this.inputDevStatus);
            this.panelCounter.Controls.Add(this.inputDevType);
            this.panelCounter.Controls.Add(this.label1);
            this.panelCounter.Controls.Add(this.label2);
            this.panelCounter.Controls.Add(this.labelCounter);
            this.panelCounter.Location = new System.Drawing.Point(10, 5);
            this.panelCounter.Name = "panelCounter";
            this.panelCounter.Size = new System.Drawing.Size(270, 134);
            this.panelCounter.TabIndex = 0;
            // 
            // labelCounter
            // 
            this.labelCounter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.labelCounter.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelCounter.ForeColor = System.Drawing.Color.White;
            this.labelCounter.Location = new System.Drawing.Point(10, 10);
            this.labelCounter.Name = "labelCounter";
            this.labelCounter.Size = new System.Drawing.Size(250, 32);
            this.labelCounter.TabIndex = 1;
            this.labelCounter.Text = "计数器参数设置";
            this.labelCounter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelSource
            // 
            this.labelSource.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.labelSource.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelSource.ForeColor = System.Drawing.Color.White;
            this.labelSource.Location = new System.Drawing.Point(10, 10);
            this.labelSource.Name = "labelSource";
            this.labelSource.Size = new System.Drawing.Size(250, 32);
            this.labelSource.TabIndex = 1;
            this.labelSource.Text = "信号源参数设置";
            this.labelSource.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelPattern
            // 
            this.labelPattern.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.labelPattern.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelPattern.ForeColor = System.Drawing.Color.White;
            this.labelPattern.Location = new System.Drawing.Point(10, 10);
            this.labelPattern.Name = "labelPattern";
            this.labelPattern.Size = new System.Drawing.Size(250, 32);
            this.labelPattern.TabIndex = 1;
            this.labelPattern.Text = "测量模式";
            this.labelPattern.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelControl
            // 
            this.labelControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.labelControl.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelControl.ForeColor = System.Drawing.Color.White;
            this.labelControl.Location = new System.Drawing.Point(10, 10);
            this.labelControl.Name = "labelControl";
            this.labelControl.Size = new System.Drawing.Size(250, 32);
            this.labelControl.TabIndex = 1;
            this.labelControl.Text = "测量控制";
            this.labelControl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelMedian
            // 
            this.labelMedian.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215)))));
            this.labelMedian.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelMedian.ForeColor = System.Drawing.Color.White;
            this.labelMedian.Location = new System.Drawing.Point(10, 10);
            this.labelMedian.Name = "labelMedian";
            this.labelMedian.Size = new System.Drawing.Size(250, 32);
            this.labelMedian.TabIndex = 1;
            this.labelMedian.Text = "测量结果";
            this.labelMedian.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(14, 50);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 26);
            this.label2.TabIndex = 2;
            this.label2.Text = "被检计数器";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(10, 86);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 26);
            this.label1.TabIndex = 2;
            this.label1.Text = "仪器IP";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(10, 50);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(80, 26);
            this.label3.TabIndex = 2;
            this.label3.Text = "信号源";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(10, 86);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(80, 26);
            this.label4.TabIndex = 2;
            this.label4.Text = "频率";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.BackColor = System.Drawing.Color.Transparent;
            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(10, 122);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(80, 26);
            this.label5.TabIndex = 2;
            this.label5.Text = "电平";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // radioButton1
            // 
            this.radioButton1.BackColor = System.Drawing.Color.Transparent;
            this.radioButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.radioButton1.Location = new System.Drawing.Point(15, 50);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(80, 26);
            this.radioButton1.TabIndex = 2;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "频率测量";
            this.radioButton1.UseVisualStyleBackColor = false;
            // 
            // radioButton2
            // 
            this.radioButton2.BackColor = System.Drawing.Color.Transparent;
            this.radioButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.radioButton2.Location = new System.Drawing.Point(95, 50);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(80, 26);
            this.radioButton2.TabIndex = 2;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "周期测量";
            this.radioButton2.UseVisualStyleBackColor = false;
            // 
            // checkBox1
            // 
            this.checkBox1.BackColor = System.Drawing.Color.Transparent;
            this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.checkBox1.Location = new System.Drawing.Point(180, 50);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(80, 26);
            this.checkBox1.TabIndex = 3;
            this.checkBox1.Text = "测量误差";
            this.checkBox1.UseVisualStyleBackColor = false;
            // 
            // benEdit
            // 
            this.benEdit.EnterBackColor = System.Drawing.Color.Blue;
            this.benEdit.EnterForeColor = System.Drawing.Color.White;
            this.benEdit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.benEdit.FlatAppearance.BorderSize = 0;
            this.benEdit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.benEdit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.benEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.benEdit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.benEdit.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.benEdit.HoverForeColor = System.Drawing.Color.White;
            this.benEdit.Location = new System.Drawing.Point(50, 50);
            this.benEdit.Margin = new System.Windows.Forms.Padding(0);
            this.benEdit.Name = "benEdit";
            this.benEdit.PressBackColor = System.Drawing.Color.DarkBlue;
            this.benEdit.PressForeColor = System.Drawing.Color.White;
            this.benEdit.Radius = 5;
            this.benEdit.Size = new System.Drawing.Size(150, 26);
            this.benEdit.TabIndex = 11;
            this.benEdit.Text = "启动连续检定";
            this.benEdit.UseVisualStyleBackColor = true;
            // 
            // listBox1
            // 
            this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 17;
            this.listBox1.Items.AddRange(new object[] {
            "11111",
            "2222",
            "3333",
            "44444",
            "55555",
            "66666",
            "7677777"});
            this.listBox1.Location = new System.Drawing.Point(10, 42);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(250, 102);
            this.listBox1.TabIndex = 0;
            // 
            // benDelete
            // 
            this.benDelete.EnterBackColor = System.Drawing.Color.Blue;
            this.benDelete.EnterForeColor = System.Drawing.Color.White;
            this.benDelete.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.benDelete.FlatAppearance.BorderSize = 0;
            this.benDelete.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.benDelete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.benDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.benDelete.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.benDelete.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18)))));
            this.benDelete.HoverForeColor = System.Drawing.Color.White;
            this.benDelete.Location = new System.Drawing.Point(10, 611);
            this.benDelete.Margin = new System.Windows.Forms.Padding(0);
            this.benDelete.Name = "benDelete";
            this.benDelete.PressBackColor = System.Drawing.Color.DarkBlue;
            this.benDelete.PressForeColor = System.Drawing.Color.White;
            this.benDelete.Radius = 5;
            this.benDelete.Size = new System.Drawing.Size(70, 26);
            this.benDelete.TabIndex = 13;
            this.benDelete.Text = "删除";
            this.benDelete.UseVisualStyleBackColor = true;
            // 
            // roundButton1
            // 
            this.roundButton1.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButton1.EnterForeColor = System.Drawing.Color.White;
            this.roundButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButton1.FlatAppearance.BorderSize = 0;
            this.roundButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButton1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.roundButton1.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.roundButton1.HoverForeColor = System.Drawing.Color.White;
            this.roundButton1.Location = new System.Drawing.Point(120, 611);
            this.roundButton1.Margin = new System.Windows.Forms.Padding(0);
            this.roundButton1.Name = "roundButton1";
            this.roundButton1.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButton1.PressForeColor = System.Drawing.Color.White;
            this.roundButton1.Radius = 5;
            this.roundButton1.Size = new System.Drawing.Size(70, 26);
            this.roundButton1.TabIndex = 14;
            this.roundButton1.Text = "手动输入";
            this.roundButton1.UseVisualStyleBackColor = true;
            // 
            // roundButton2
            // 
            this.roundButton2.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButton2.EnterForeColor = System.Drawing.Color.White;
            this.roundButton2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButton2.FlatAppearance.BorderSize = 0;
            this.roundButton2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButton2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButton2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.roundButton2.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.roundButton2.HoverForeColor = System.Drawing.Color.White;
            this.roundButton2.Location = new System.Drawing.Point(200, 611);
            this.roundButton2.Margin = new System.Windows.Forms.Padding(0);
            this.roundButton2.Name = "roundButton2";
            this.roundButton2.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButton2.PressForeColor = System.Drawing.Color.White;
            this.roundButton2.Radius = 5;
            this.roundButton2.Size = new System.Drawing.Size(70, 26);
            this.roundButton2.TabIndex = 14;
            this.roundButton2.Text = "写列表";
            this.roundButton2.UseVisualStyleBackColor = true;
            // 
            // tableCounterResult
            // 
            this.tableCounterResult.AllowUserToAddRows = false;
            this.tableCounterResult.AllowUserToDeleteRows = false;
            this.tableCounterResult.AllowUserToResizeColumns = false;
            this.tableCounterResult.AllowUserToResizeRows = false;
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.tableCounterResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
            this.tableCounterResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.tableCounterResult.BackgroundColor = System.Drawing.Color.White;
            this.tableCounterResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tableCounterResult.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.tableCounterResult.ColumnHeadersHeight = 50;
            this.tableCounterResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.tableCounterResult.GridColor = System.Drawing.Color.WhiteSmoke;
            this.tableCounterResult.Location = new System.Drawing.Point(10, 10);
            this.tableCounterResult.MultiSelect = false;
            this.tableCounterResult.Name = "tableCounterResult";
            this.tableCounterResult.RowHeadersVisible = false;
            this.tableCounterResult.RowHeadersWidth = 50;
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.White;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.tableCounterResult.RowsDefaultCellStyle = dataGridViewCellStyle10;
            this.tableCounterResult.RowTemplate.DefaultCellStyle.NullValue = "-";
            this.tableCounterResult.RowTemplate.Height = 50;
            this.tableCounterResult.Size = new System.Drawing.Size(714, 550);
            this.tableCounterResult.TabIndex = 1;
            // 
            // inputDevType
            // 
            // 
            // 
            // 
            this.inputDevType.Border.Class = "TextBoxBorder";
            this.inputDevType.Border.CornerDiameter = 5;
            this.inputDevType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.inputDevType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.inputDevType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
            this.inputDevType.Location = new System.Drawing.Point(95, 86);
            this.inputDevType.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevType.MaximumSize = new System.Drawing.Size(150, 26);
            this.inputDevType.Name = "inputDevType";
            this.inputDevType.PreventEnterBeep = true;
            this.inputDevType.Size = new System.Drawing.Size(150, 26);
            this.inputDevType.TabIndex = 9;
            // 
            // inputDevStatus
            // 
            this.inputDevStatus.DisplayMember = "Text";
            this.inputDevStatus.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.inputDevStatus.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.inputDevStatus.FormattingEnabled = true;
            this.inputDevStatus.ItemHeight = 20;
            this.inputDevStatus.Items.AddRange(new object[] {
            this.All,
            this.tested,
            this.testing,
            this.toBeTested});
            this.inputDevStatus.Location = new System.Drawing.Point(95, 50);
            this.inputDevStatus.Margin = new System.Windows.Forms.Padding(0);
            this.inputDevStatus.MaximumSize = new System.Drawing.Size(150, 0);
            this.inputDevStatus.Name = "inputDevStatus";
            this.inputDevStatus.Size = new System.Drawing.Size(150, 26);
            this.inputDevStatus.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.inputDevStatus.TabIndex = 10;
            // 
            // All
            // 
            this.All.Text = "全部";
            // 
            // tested
            // 
            this.tested.Text = "待检测";
            // 
            // testing
            // 
            this.testing.Text = "检测中";
            // 
            // toBeTested
            // 
            this.toBeTested.Text = "已检测";
            // 
            // comboBoxEx1
            // 
            this.comboBoxEx1.DisplayMember = "Text";
            this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx1.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.comboBoxEx1.FormattingEnabled = true;
            this.comboBoxEx1.ItemHeight = 20;
            this.comboBoxEx1.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2,
            this.comboItem3,
            this.comboItem4});
            this.comboBoxEx1.Location = new System.Drawing.Point(95, 50);
            this.comboBoxEx1.Margin = new System.Windows.Forms.Padding(0);
            this.comboBoxEx1.MaximumSize = new System.Drawing.Size(150, 0);
            this.comboBoxEx1.Name = "comboBoxEx1";
            this.comboBoxEx1.Size = new System.Drawing.Size(150, 26);
            this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxEx1.TabIndex = 11;
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "全部";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "待检测";
            // 
            // comboItem3
            // 
            this.comboItem3.Text = "检测中";
            // 
            // comboItem4
            // 
            this.comboItem4.Text = "已检测";
            // 
            // comboBoxEx2
            // 
            this.comboBoxEx2.DisplayMember = "Text";
            this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx2.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.comboBoxEx2.FormattingEnabled = true;
            this.comboBoxEx2.ItemHeight = 20;
            this.comboBoxEx2.Items.AddRange(new object[] {
            this.comboItem5,
            this.comboItem6,
            this.comboItem7,
            this.comboItem8});
            this.comboBoxEx2.Location = new System.Drawing.Point(95, 86);
            this.comboBoxEx2.Margin = new System.Windows.Forms.Padding(0);
            this.comboBoxEx2.MaximumSize = new System.Drawing.Size(150, 0);
            this.comboBoxEx2.Name = "comboBoxEx2";
            this.comboBoxEx2.Size = new System.Drawing.Size(90, 26);
            this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxEx2.TabIndex = 12;
            // 
            // comboItem5
            // 
            this.comboItem5.Text = "全部";
            // 
            // comboItem6
            // 
            this.comboItem6.Text = "待检测";
            // 
            // comboItem7
            // 
            this.comboItem7.Text = "检测中";
            // 
            // comboItem8
            // 
            this.comboItem8.Text = "已检测";
            // 
            // comboBoxEx3
            // 
            this.comboBoxEx3.DisplayMember = "Text";
            this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx3.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.comboBoxEx3.FormattingEnabled = true;
            this.comboBoxEx3.ItemHeight = 20;
            this.comboBoxEx3.Items.AddRange(new object[] {
            this.comboItem9,
            this.comboItem10,
            this.comboItem11,
            this.comboItem12});
            this.comboBoxEx3.Location = new System.Drawing.Point(195, 86);
            this.comboBoxEx3.Margin = new System.Windows.Forms.Padding(0);
            this.comboBoxEx3.MaximumSize = new System.Drawing.Size(150, 0);
            this.comboBoxEx3.Name = "comboBoxEx3";
            this.comboBoxEx3.Size = new System.Drawing.Size(50, 26);
            this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBoxEx3.TabIndex = 13;
            // 
            // comboItem9
            // 
            this.comboItem9.Text = "全部";
            // 
            // comboItem10
            // 
            this.comboItem10.Text = "待检测";
            // 
            // comboItem11
            // 
            this.comboItem11.Text = "检测中";
            // 
            // comboItem12
            // 
            this.comboItem12.Text = "已检测";
            // 
            // textBoxX1
            // 
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Border.CornerDiameter = 5;
            this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.textBoxX1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.textBoxX1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
            this.textBoxX1.Location = new System.Drawing.Point(95, 122);
            this.textBoxX1.Margin = new System.Windows.Forms.Padding(0);
            this.textBoxX1.MaximumSize = new System.Drawing.Size(150, 26);
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.PreventEnterBeep = true;
            this.textBoxX1.Size = new System.Drawing.Size(90, 26);
            this.textBoxX1.TabIndex = 11;
            // 
            // roundButton3
            // 
            this.roundButton3.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButton3.EnterForeColor = System.Drawing.Color.White;
            this.roundButton3.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButton3.FlatAppearance.BorderSize = 0;
            this.roundButton3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButton3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButton3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.roundButton3.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.roundButton3.HoverForeColor = System.Drawing.Color.White;
            this.roundButton3.Location = new System.Drawing.Point(195, 122);
            this.roundButton3.Margin = new System.Windows.Forms.Padding(0);
            this.roundButton3.Name = "roundButton3";
            this.roundButton3.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButton3.PressForeColor = System.Drawing.Color.White;
            this.roundButton3.Radius = 5;
            this.roundButton3.Size = new System.Drawing.Size(50, 26);
            this.roundButton3.TabIndex = 14;
            this.roundButton3.Text = "下发";
            this.roundButton3.UseVisualStyleBackColor = true;
            // 
            // CounterCtrlForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            this.Controls.Add(this.roundButton2);
            this.Controls.Add(this.roundButton1);
            this.Controls.Add(this.benDelete);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panelMedian);
            this.Controls.Add(this.panelControl);
            this.Controls.Add(this.panelPattern);
            this.Controls.Add(this.panelSource);
            this.Controls.Add(this.panelCounter);
            this.Name = "CounterCtrlForm";
            this.Size = new System.Drawing.Size(1024, 654);
            this.panel1.ResumeLayout(false);
            this.panelMedian.ResumeLayout(false);
            this.panelControl.ResumeLayout(false);
            this.panelPattern.ResumeLayout(false);
            this.panelSource.ResumeLayout(false);
            this.panelCounter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tableCounterResult)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panelCounter;
        private System.Windows.Forms.Panel panelSource;
        private System.Windows.Forms.Panel panelPattern;
        private System.Windows.Forms.Panel panelControl;
        private System.Windows.Forms.Panel panelMedian;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label labelCounter;
        private System.Windows.Forms.Label labelSource;
        private System.Windows.Forms.Label labelPattern;
        private System.Windows.Forms.Label labelControl;
        private System.Windows.Forms.Label labelMedian;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.CheckBox checkBox1;
        private RoundButton benEdit;
        private System.Windows.Forms.ListBox listBox1;
        private RoundButton benDelete;
        private RoundButton roundButton1;
        private RoundButton roundButton2;
        private System.Windows.Forms.DataGridView tableCounterResult;
        private DevComponents.DotNetBar.Controls.TextBoxX inputDevType;
        private DevComponents.DotNetBar.Controls.ComboBoxEx inputDevStatus;
        private DevComponents.Editors.ComboItem All;
        private DevComponents.Editors.ComboItem tested;
        private DevComponents.Editors.ComboItem testing;
        private DevComponents.Editors.ComboItem toBeTested;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx2;
        private DevComponents.Editors.ComboItem comboItem5;
        private DevComponents.Editors.ComboItem comboItem6;
        private DevComponents.Editors.ComboItem comboItem7;
        private DevComponents.Editors.ComboItem comboItem8;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
        private DevComponents.Editors.ComboItem comboItem1;
        private DevComponents.Editors.ComboItem comboItem2;
        private DevComponents.Editors.ComboItem comboItem3;
        private DevComponents.Editors.ComboItem comboItem4;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx3;
        private DevComponents.Editors.ComboItem comboItem9;
        private DevComponents.Editors.ComboItem comboItem10;
        private DevComponents.Editors.ComboItem comboItem11;
        private DevComponents.Editors.ComboItem comboItem12;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;
        private RoundButton roundButton3;
    }
}