Newer
Older
RbFreqStand / RbFreqStandMeasure / counter / CounterCtrlForm.Designer.cs

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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CounterCtrlForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dataGridView_CounterResult = new System.Windows.Forms.DataGridView();
            this.panelMedian = new System.Windows.Forms.Panel();
            this.labelMedian = new System.Windows.Forms.Label();
            this.panelControl = new System.Windows.Forms.Panel();
            this.labelControl = new System.Windows.Forms.Label();
            this.panelSource = new System.Windows.Forms.Panel();
            this.text_signal = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.comboBox_detecModel = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.label6 = new System.Windows.Forms.Label();
            this.labelSource = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.panelCounter = new System.Windows.Forms.Panel();
            this.comboBox_counters = 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.text_counterIp = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.labelCounter = new System.Windows.Forms.Label();
            this.btn_add = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.benDelete = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.btnStart = new Casic.Birmm.RbFreqStandMeasure.RoundButton();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_CounterResult)).BeginInit();
            this.panelMedian.SuspendLayout();
            this.panelControl.SuspendLayout();
            this.panelSource.SuspendLayout();
            this.panelCounter.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panel1.Controls.Add(this.dataGridView_CounterResult);
            this.panel1.Location = new System.Drawing.Point(297, 5);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(719, 646);
            this.panel1.TabIndex = 5;
            // 
            // dataGridView_CounterResult
            // 
            this.dataGridView_CounterResult.AllowUserToAddRows = false;
            this.dataGridView_CounterResult.AllowUserToDeleteRows = false;
            this.dataGridView_CounterResult.AllowUserToResizeColumns = false;
            this.dataGridView_CounterResult.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238)))));
            dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
            this.dataGridView_CounterResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView_CounterResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView_CounterResult.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView_CounterResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView_CounterResult.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dataGridView_CounterResult.ColumnHeadersHeight = 50;
            this.dataGridView_CounterResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridView_CounterResult.GridColor = System.Drawing.Color.WhiteSmoke;
            this.dataGridView_CounterResult.Location = new System.Drawing.Point(9, 10);
            this.dataGridView_CounterResult.MultiSelect = false;
            this.dataGridView_CounterResult.Name = "dataGridView_CounterResult";
            this.dataGridView_CounterResult.RowHeadersVisible = false;
            this.dataGridView_CounterResult.RowHeadersWidth = 50;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
            this.dataGridView_CounterResult.RowsDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView_CounterResult.RowTemplate.DefaultCellStyle.NullValue = "-";
            this.dataGridView_CounterResult.RowTemplate.Height = 50;
            this.dataGridView_CounterResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView_CounterResult.Size = new System.Drawing.Size(700, 627);
            this.dataGridView_CounterResult.TabIndex = 1;
            this.dataGridView_CounterResult.VirtualMode = true;
            this.dataGridView_CounterResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CounterResult_CellDoubleClick);
            this.dataGridView_CounterResult.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CounterResult_CellEndEdit);
            // 
            // panelMedian
            // 
            this.panelMedian.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelMedian.BackgroundImage")));
            this.panelMedian.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panelMedian.Controls.Add(this.labelMedian);
            this.panelMedian.Controls.Add(this.btn_add);
            this.panelMedian.Controls.Add(this.benDelete);
            this.panelMedian.Location = new System.Drawing.Point(10, 531);
            this.panelMedian.Name = "panelMedian";
            this.panelMedian.Size = new System.Drawing.Size(288, 120);
            this.panelMedian.TabIndex = 4;
            // 
            // 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, 9);
            this.labelMedian.Name = "labelMedian";
            this.labelMedian.Size = new System.Drawing.Size(267, 32);
            this.labelMedian.TabIndex = 1;
            this.labelMedian.Text = "结果编辑";
            this.labelMedian.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panelControl
            // 
            this.panelControl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelControl.BackgroundImage")));
            this.panelControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panelControl.Controls.Add(this.btnStart);
            this.panelControl.Controls.Add(this.labelControl);
            this.panelControl.Location = new System.Drawing.Point(10, 396);
            this.panelControl.Name = "panelControl";
            this.panelControl.Size = new System.Drawing.Size(288, 136);
            this.panelControl.TabIndex = 3;
            // 
            // 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(267, 32);
            this.labelControl.TabIndex = 1;
            this.labelControl.Text = "测量控制";
            this.labelControl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panelSource
            // 
            this.panelSource.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelSource.BackgroundImage")));
            this.panelSource.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panelSource.Controls.Add(this.text_signal);
            this.panelSource.Controls.Add(this.comboBox_detecModel);
            this.panelSource.Controls.Add(this.label6);
            this.panelSource.Controls.Add(this.labelSource);
            this.panelSource.Controls.Add(this.label3);
            this.panelSource.Location = new System.Drawing.Point(10, 206);
            this.panelSource.Name = "panelSource";
            this.panelSource.Size = new System.Drawing.Size(288, 191);
            this.panelSource.TabIndex = 1;
            // 
            // text_signal
            // 
            // 
            // 
            // 
            this.text_signal.Border.Class = "TextBoxBorder";
            this.text_signal.Border.CornerDiameter = 5;
            this.text_signal.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_signal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_signal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.text_signal.Location = new System.Drawing.Point(100, 77);
            this.text_signal.Margin = new System.Windows.Forms.Padding(0);
            this.text_signal.MaximumSize = new System.Drawing.Size(150, 26);
            this.text_signal.Name = "text_signal";
            this.text_signal.PreventEnterBeep = true;
            this.text_signal.Size = new System.Drawing.Size(150, 26);
            this.text_signal.TabIndex = 17;
            // 
            // comboBox_detecModel
            // 
            this.comboBox_detecModel.DisplayMember = "Text";
            this.comboBox_detecModel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBox_detecModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_detecModel.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.comboBox_detecModel.FormattingEnabled = true;
            this.comboBox_detecModel.ItemHeight = 20;
            this.comboBox_detecModel.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2});
            this.comboBox_detecModel.Location = new System.Drawing.Point(100, 118);
            this.comboBox_detecModel.Margin = new System.Windows.Forms.Padding(0);
            this.comboBox_detecModel.Name = "comboBox_detecModel";
            this.comboBox_detecModel.Size = new System.Drawing.Size(150, 26);
            this.comboBox_detecModel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBox_detecModel.TabIndex = 16;
            this.comboBox_detecModel.SelectedIndexChanged += new System.EventHandler(this.comboBox_detecModel_SelectedIndexChanged);
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "频率测量";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "周期测量";
            // 
            // label6
            // 
            this.label6.BackColor = System.Drawing.Color.Transparent;
            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(17, 118);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(70, 26);
            this.label6.TabIndex = 15;
            this.label6.Text = "测量模式";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // 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(267, 32);
            this.labelSource.TabIndex = 1;
            this.labelSource.Text = "信号源参数设置";
            this.labelSource.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // 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(29, 77);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(58, 26);
            this.label3.TabIndex = 2;
            this.label3.Text = "信号源";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // panelCounter
            // 
            this.panelCounter.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelCounter.BackgroundImage")));
            this.panelCounter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panelCounter.Controls.Add(this.comboBox_counters);
            this.panelCounter.Controls.Add(this.text_counterIp);
            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(288, 202);
            this.panelCounter.TabIndex = 0;
            // 
            // comboBox_counters
            // 
            this.comboBox_counters.DisplayMember = "Text";
            this.comboBox_counters.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBox_counters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_counters.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comboBox_counters.FormattingEnabled = true;
            this.comboBox_counters.ItemHeight = 21;
            this.comboBox_counters.Items.AddRange(new object[] {
            this.All,
            this.tested,
            this.testing,
            this.toBeTested});
            this.comboBox_counters.Location = new System.Drawing.Point(104, 71);
            this.comboBox_counters.Margin = new System.Windows.Forms.Padding(0);
            this.comboBox_counters.MaximumSize = new System.Drawing.Size(150, 0);
            this.comboBox_counters.Name = "comboBox_counters";
            this.comboBox_counters.Size = new System.Drawing.Size(150, 27);
            this.comboBox_counters.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.comboBox_counters.TabIndex = 10;
            this.comboBox_counters.SelectedIndexChanged += new System.EventHandler(this.comboBox_counters_SelectedIndexChanged);
            // 
            // All
            // 
            this.All.Text = "全部";
            // 
            // tested
            // 
            this.tested.Text = "待检测";
            // 
            // testing
            // 
            this.testing.Text = "检测中";
            // 
            // toBeTested
            // 
            this.toBeTested.Text = "已检测";
            // 
            // text_counterIp
            // 
            // 
            // 
            // 
            this.text_counterIp.Border.Class = "TextBoxBorder";
            this.text_counterIp.Border.CornerDiameter = 5;
            this.text_counterIp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.text_counterIp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.text_counterIp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.text_counterIp.Location = new System.Drawing.Point(104, 119);
            this.text_counterIp.Margin = new System.Windows.Forms.Padding(0);
            this.text_counterIp.MaximumSize = new System.Drawing.Size(150, 26);
            this.text_counterIp.Name = "text_counterIp";
            this.text_counterIp.PreventEnterBeep = true;
            this.text_counterIp.Size = new System.Drawing.Size(150, 26);
            this.text_counterIp.TabIndex = 9;
            // 
            // 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(17, 119);
            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;
            // 
            // 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(17, 71);
            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;
            // 
            // 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(268, 32);
            this.labelCounter.TabIndex = 1;
            this.labelCounter.Text = "计数器参数设置";
            this.labelCounter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btn_add
            // 
            this.btn_add.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_add.EnterForeColor = System.Drawing.Color.White;
            this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_add.FlatAppearance.BorderSize = 0;
            this.btn_add.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_add.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_add.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btn_add.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.btn_add.HoverForeColor = System.Drawing.Color.White;
            this.btn_add.Location = new System.Drawing.Point(155, 65);
            this.btn_add.Margin = new System.Windows.Forms.Padding(0);
            this.btn_add.Name = "btn_add";
            this.btn_add.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_add.PressForeColor = System.Drawing.Color.White;
            this.btn_add.Radius = 5;
            this.btn_add.Size = new System.Drawing.Size(111, 26);
            this.btn_add.TabIndex = 14;
            this.btn_add.Text = "添加";
            this.btn_add.UseVisualStyleBackColor = true;
            this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
            // 
            // 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(27, 65);
            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(111, 26);
            this.benDelete.TabIndex = 13;
            this.benDelete.Text = "删除";
            this.benDelete.UseVisualStyleBackColor = true;
            this.benDelete.Click += new System.EventHandler(this.benDelete_Click);
            // 
            // btnStart
            // 
            this.btnStart.EnterBackColor = System.Drawing.Color.Blue;
            this.btnStart.EnterForeColor = System.Drawing.Color.White;
            this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnStart.FlatAppearance.BorderSize = 0;
            this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStart.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.btnStart.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.btnStart.HoverForeColor = System.Drawing.Color.White;
            this.btnStart.Location = new System.Drawing.Point(88, 65);
            this.btnStart.Margin = new System.Windows.Forms.Padding(0);
            this.btnStart.Name = "btnStart";
            this.btnStart.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btnStart.PressForeColor = System.Drawing.Color.White;
            this.btnStart.Radius = 5;
            this.btnStart.Size = new System.Drawing.Size(111, 26);
            this.btnStart.TabIndex = 11;
            this.btnStart.Text = "启动连续检定";
            this.btnStart.UseVisualStyleBackColor = true;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // CounterCtrlForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panelMedian);
            this.Controls.Add(this.panelControl);
            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);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_CounterResult)).EndInit();
            this.panelMedian.ResumeLayout(false);
            this.panelControl.ResumeLayout(false);
            this.panelSource.ResumeLayout(false);
            this.panelCounter.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panelCounter;
        private System.Windows.Forms.Panel panelSource;
        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 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 RoundButton btnStart;
        private RoundButton benDelete;
        private RoundButton btn_add;
        private System.Windows.Forms.DataGridView dataGridView_CounterResult;
        private DevComponents.DotNetBar.Controls.TextBoxX text_counterIp;
        private DevComponents.DotNetBar.Controls.ComboBoxEx comboBox_counters;
        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 comboBox_detecModel;
        private DevComponents.Editors.ComboItem comboItem1;
        private DevComponents.Editors.ComboItem comboItem2;
        private System.Windows.Forms.Label label6;
        private DevComponents.DotNetBar.Controls.TextBoxX text_signal;
    }
}