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.btn_add = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.benDelete = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.panelControl = new System.Windows.Forms.Panel(); this.benEdit = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.labelControl = new System.Windows.Forms.Label(); this.panelSource = new System.Windows.Forms.Panel(); this.btn_dropDetecModel = new System.Windows.Forms.Button(); this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBox_detecModel = 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.btn_downCounterList = new System.Windows.Forms.Button(); this.text_counterCode = new DevComponents.DotNetBar.Controls.TextBoxX(); 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.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(10, 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(698, 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.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CounterResult_CellValueChanged); this.dataGridView_CounterResult.CellValuePushed += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CounterResult_CellValuePushed); // // 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; // // 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(167, 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(89, 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(42, 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(89, 26); this.benDelete.TabIndex = 13; this.benDelete.Text = "删除"; this.benDelete.UseVisualStyleBackColor = true; this.benDelete.Click += new System.EventHandler(this.benDelete_Click); // // panelControl // this.panelControl.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelControl.BackgroundImage"))); this.panelControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panelControl.Controls.Add(this.benEdit); 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; // // 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(63, 70); 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(166, 26); this.benEdit.TabIndex = 11; this.benEdit.Text = "启动连续检定"; this.benEdit.UseVisualStyleBackColor = true; // // 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.btn_dropDetecModel); this.panelSource.Controls.Add(this.textBoxX2); this.panelSource.Controls.Add(this.textBox_detecModel); 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, 212); this.panelSource.Name = "panelSource"; this.panelSource.Size = new System.Drawing.Size(288, 178); this.panelSource.TabIndex = 1; // // btn_dropDetecModel // this.btn_dropDetecModel.BackColor = System.Drawing.Color.White; this.btn_dropDetecModel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_dropDetecModel.FlatAppearance.BorderSize = 0; this.btn_dropDetecModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_dropDetecModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_dropDetecModel.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btn_dropDetecModel.Location = new System.Drawing.Point(228, 119); this.btn_dropDetecModel.Margin = new System.Windows.Forms.Padding(0); this.btn_dropDetecModel.Name = "btn_dropDetecModel"; this.btn_dropDetecModel.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0); this.btn_dropDetecModel.Size = new System.Drawing.Size(18, 23); this.btn_dropDetecModel.TabIndex = 56; this.btn_dropDetecModel.Text = "﹀"; this.btn_dropDetecModel.UseVisualStyleBackColor = false; this.btn_dropDetecModel.Click += new System.EventHandler(this.btn_dropDetecModel_Click); // // textBoxX2 // // // // this.textBoxX2.Border.Class = "TextBoxBorder"; this.textBoxX2.Border.CornerDiameter = 5; this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxX2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.textBoxX2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.textBoxX2.Location = new System.Drawing.Point(101, 77); this.textBoxX2.Margin = new System.Windows.Forms.Padding(0); this.textBoxX2.MaximumSize = new System.Drawing.Size(150, 26); this.textBoxX2.Name = "textBoxX2"; this.textBoxX2.PreventEnterBeep = true; this.textBoxX2.ReadOnly = true; this.textBoxX2.Size = new System.Drawing.Size(150, 26); this.textBoxX2.TabIndex = 17; this.textBoxX2.Text = "33250"; // // textBox_detecModel // // // // this.textBox_detecModel.Border.Class = "TextBoxBorder"; this.textBox_detecModel.Border.CornerDiameter = 5; this.textBox_detecModel.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBox_detecModel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.textBox_detecModel.Location = new System.Drawing.Point(101, 117); this.textBox_detecModel.Margin = new System.Windows.Forms.Padding(0); this.textBox_detecModel.Name = "textBox_detecModel"; this.textBox_detecModel.PreventEnterBeep = true; this.textBox_detecModel.Size = new System.Drawing.Size(150, 27); this.textBox_detecModel.TabIndex = 55; // // comboBox_detecModel // this.comboBox_detecModel.DisplayMember = "Text"; this.comboBox_detecModel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; 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(104, 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(141, 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.btn_downCounterList); this.panelCounter.Controls.Add(this.text_counterCode); 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, 181); this.panelCounter.TabIndex = 0; // // btn_downCounterList // this.btn_downCounterList.BackColor = System.Drawing.Color.White; this.btn_downCounterList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_downCounterList.FlatAppearance.BorderSize = 0; this.btn_downCounterList.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_downCounterList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_downCounterList.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.btn_downCounterList.Location = new System.Drawing.Point(230, 67); this.btn_downCounterList.Margin = new System.Windows.Forms.Padding(0); this.btn_downCounterList.Name = "btn_downCounterList"; this.btn_downCounterList.Padding = new System.Windows.Forms.Padding(1, 2, 0, 0); this.btn_downCounterList.Size = new System.Drawing.Size(18, 23); this.btn_downCounterList.TabIndex = 54; this.btn_downCounterList.Text = "﹀"; this.btn_downCounterList.UseVisualStyleBackColor = false; this.btn_downCounterList.Click += new System.EventHandler(this.btn_downCounterList_Click); // // text_counterCode // // // // this.text_counterCode.Border.Class = "TextBoxBorder"; this.text_counterCode.Border.CornerDiameter = 5; this.text_counterCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.text_counterCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.text_counterCode.Location = new System.Drawing.Point(102, 65); this.text_counterCode.Margin = new System.Windows.Forms.Padding(0); this.text_counterCode.Name = "text_counterCode"; this.text_counterCode.PreventEnterBeep = true; this.text_counterCode.Size = new System.Drawing.Size(150, 27); this.text_counterCode.TabIndex = 53; // // comboBox_counters // this.comboBox_counters.DisplayMember = "Text"; this.comboBox_counters.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; 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(102, 65); 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)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.text_counterIp.Location = new System.Drawing.Point(102, 113); 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.ReadOnly = 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(15, 113); 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(15, 65); 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; // // 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.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 benEdit; 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 textBoxX2; private System.Windows.Forms.Button btn_downCounterList; public DevComponents.DotNetBar.Controls.TextBoxX text_counterCode; private System.Windows.Forms.Button btn_dropDetecModel; public DevComponents.DotNetBar.Controls.TextBoxX textBox_detecModel; } }