namespace Casic.Birmm.RbFreqStandMeasure.info { partial class InfoCtrlForm { /// <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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.labelDevNo = new System.Windows.Forms.Label(); this.labelDevType = new System.Windows.Forms.Label(); this.inputCustomComp = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelCustomComp = new System.Windows.Forms.Label(); this.labelDevName = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.inputCustomName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.inputDevNo = new DevComponents.DotNetBar.Controls.TextBoxX(); this.inputDevType = new DevComponents.DotNetBar.Controls.TextBoxX(); this.inputDevName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.All = new DevComponents.Editors.ComboItem(); this.toBeTested = new DevComponents.Editors.ComboItem(); this.testing = new DevComponents.Editors.ComboItem(); this.tested = new DevComponents.Editors.ComboItem(); this.tableDevList = new System.Windows.Forms.DataGridView(); this.roundButton5 = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.roundButton4 = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.roundButton3 = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.roundButton2 = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.roundButton1 = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnQuery = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableDevList)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_dev_list; this.panel1.Controls.Add(this.tableDevList); this.panel1.Controls.Add(this.panel2); this.panel1.Location = new System.Drawing.Point(10, 5); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1004, 642); this.panel1.TabIndex = 14; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.Controls.Add(this.roundButton5); this.panel2.Controls.Add(this.roundButton4); this.panel2.Controls.Add(this.roundButton3); this.panel2.Controls.Add(this.comboBoxEx1); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.roundButton2); this.panel2.Controls.Add(this.roundButton1); this.panel2.Controls.Add(this.btnQuery); this.panel2.Controls.Add(this.inputDevName); this.panel2.Controls.Add(this.inputDevType); this.panel2.Controls.Add(this.inputDevNo); this.panel2.Controls.Add(this.inputCustomName); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.labelDevNo); this.panel2.Controls.Add(this.labelDevType); this.panel2.Controls.Add(this.inputCustomComp); this.panel2.Controls.Add(this.labelCustomComp); this.panel2.Controls.Add(this.labelDevName); this.panel2.Location = new System.Drawing.Point(20, 20); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(964, 80); this.panel2.TabIndex = 1; // // labelDevNo // this.labelDevNo.AutoSize = true; this.labelDevNo.BackColor = System.Drawing.Color.Transparent; this.labelDevNo.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelDevNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.labelDevNo.Location = new System.Drawing.Point(440, 5); this.labelDevNo.Margin = new System.Windows.Forms.Padding(0); this.labelDevNo.Name = "labelDevNo"; this.labelDevNo.Size = new System.Drawing.Size(74, 21); this.labelDevNo.TabIndex = 4; this.labelDevNo.Text = "仪器编号"; // // labelDevType // this.labelDevType.AutoSize = true; this.labelDevType.BackColor = System.Drawing.Color.Transparent; this.labelDevType.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelDevType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.labelDevType.Location = new System.Drawing.Point(220, 5); this.labelDevType.Margin = new System.Windows.Forms.Padding(0); this.labelDevType.Name = "labelDevType"; this.labelDevType.Size = new System.Drawing.Size(74, 21); this.labelDevType.TabIndex = 4; this.labelDevType.Text = "仪器型号"; // // inputCustomComp // // // // this.inputCustomComp.Border.Class = "TextBoxBorder"; this.inputCustomComp.Border.CornerDiameter = 5; this.inputCustomComp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputCustomComp.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputCustomComp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.inputCustomComp.Location = new System.Drawing.Point(80, 40); this.inputCustomComp.Margin = new System.Windows.Forms.Padding(0); this.inputCustomComp.Name = "inputCustomComp"; this.inputCustomComp.PreventEnterBeep = true; this.inputCustomComp.Size = new System.Drawing.Size(120, 30); this.inputCustomComp.TabIndex = 3; this.inputCustomComp.Text = "请输入单位名称"; // // labelCustomComp // this.labelCustomComp.AutoSize = true; this.labelCustomComp.BackColor = System.Drawing.Color.Transparent; this.labelCustomComp.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelCustomComp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.labelCustomComp.Location = new System.Drawing.Point(0, 45); this.labelCustomComp.Margin = new System.Windows.Forms.Padding(0); this.labelCustomComp.Name = "labelCustomComp"; this.labelCustomComp.Size = new System.Drawing.Size(74, 21); this.labelCustomComp.TabIndex = 0; this.labelCustomComp.Text = "客户单位"; // // labelDevName // this.labelDevName.AutoSize = true; this.labelDevName.BackColor = System.Drawing.Color.Transparent; this.labelDevName.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelDevName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.labelDevName.Location = new System.Drawing.Point(0, 5); this.labelDevName.Margin = new System.Windows.Forms.Padding(0); this.labelDevName.Name = "labelDevName"; this.labelDevName.Size = new System.Drawing.Size(74, 21); this.labelDevName.TabIndex = 0; this.labelDevName.Text = "仪器名称"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.label1.Location = new System.Drawing.Point(220, 45); this.label1.Margin = new System.Windows.Forms.Padding(0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 21); this.label1.TabIndex = 5; this.label1.Text = "客户名称"; // // inputCustomName // // // // this.inputCustomName.Border.Class = "TextBoxBorder"; this.inputCustomName.Border.CornerDiameter = 5; this.inputCustomName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputCustomName.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputCustomName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.inputCustomName.Location = new System.Drawing.Point(300, 40); this.inputCustomName.Margin = new System.Windows.Forms.Padding(0); this.inputCustomName.Name = "inputCustomName"; this.inputCustomName.PreventEnterBeep = true; this.inputCustomName.Size = new System.Drawing.Size(120, 30); this.inputCustomName.TabIndex = 6; this.inputCustomName.Text = "请输入客户名称"; // // inputDevNo // // // // this.inputDevNo.Border.Class = "TextBoxBorder"; this.inputDevNo.Border.CornerDiameter = 5; this.inputDevNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputDevNo.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputDevNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.inputDevNo.Location = new System.Drawing.Point(520, 0); this.inputDevNo.Margin = new System.Windows.Forms.Padding(0); this.inputDevNo.Name = "inputDevNo"; this.inputDevNo.PreventEnterBeep = true; this.inputDevNo.Size = new System.Drawing.Size(120, 30); this.inputDevNo.TabIndex = 7; this.inputDevNo.Text = "请输入仪器编号"; // // 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("微软雅黑", 14F, 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(300, 0); this.inputDevType.Margin = new System.Windows.Forms.Padding(0); this.inputDevType.Name = "inputDevType"; this.inputDevType.PreventEnterBeep = true; this.inputDevType.Size = new System.Drawing.Size(120, 30); this.inputDevType.TabIndex = 8; this.inputDevType.Text = "请输入仪器型号"; // // inputDevName // // // // this.inputDevName.Border.Class = "TextBoxBorder"; this.inputDevName.Border.CornerDiameter = 5; this.inputDevName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.inputDevName.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.inputDevName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.inputDevName.Location = new System.Drawing.Point(80, 0); this.inputDevName.Margin = new System.Windows.Forms.Padding(0); this.inputDevName.Name = "inputDevName"; this.inputDevName.PreventEnterBeep = true; this.inputDevName.Size = new System.Drawing.Size(120, 30); this.inputDevName.TabIndex = 9; this.inputDevName.Text = "请输入仪器名称"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.label2.Location = new System.Drawing.Point(440, 45); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 21); this.label2.TabIndex = 11; this.label2.Text = "仪器状态"; // // comboBoxEx1 // this.comboBoxEx1.DisplayMember = "Text"; this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxEx1.FormattingEnabled = true; this.comboBoxEx1.ItemHeight = 15; this.comboBoxEx1.Items.AddRange(new object[] { this.All, this.toBeTested, this.testing, this.tested}); this.comboBoxEx1.Location = new System.Drawing.Point(520, 45); this.comboBoxEx1.Margin = new System.Windows.Forms.Padding(0); this.comboBoxEx1.Name = "comboBoxEx1"; this.comboBoxEx1.Size = new System.Drawing.Size(120, 21); this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxEx1.TabIndex = 2; // // All // this.All.Text = "全部"; // // toBeTested // this.toBeTested.Text = "已检"; // // testing // this.testing.Text = "检测中"; // // tested // this.tested.Text = "待检"; // // tableDevList // this.tableDevList.AllowUserToAddRows = false; this.tableDevList.AllowUserToDeleteRows = false; this.tableDevList.AllowUserToResizeColumns = false; this.tableDevList.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)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.tableDevList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.tableDevList.BackgroundColor = System.Drawing.Color.White; this.tableDevList.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tableDevList.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.tableDevList.ColumnHeadersHeight = 40; this.tableDevList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.tableDevList.Location = new System.Drawing.Point(20, 120); this.tableDevList.Margin = new System.Windows.Forms.Padding(0); this.tableDevList.Name = "tableDevList"; this.tableDevList.RowHeadersVisible = false; this.tableDevList.RowHeadersWidth = 30; 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.NullValue = "-"; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.tableDevList.RowsDefaultCellStyle = dataGridViewCellStyle2; this.tableDevList.RowTemplate.Height = 40; this.tableDevList.Size = new System.Drawing.Size(964, 440); this.tableDevList.TabIndex = 2; // // roundButton5 // this.roundButton5.EnterBackColor = System.Drawing.Color.Blue; this.roundButton5.EnterForeColor = System.Drawing.Color.White; this.roundButton5.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.roundButton5.FlatAppearance.BorderSize = 0; this.roundButton5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.roundButton5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.roundButton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.roundButton5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.roundButton5.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.roundButton5.HoverForeColor = System.Drawing.Color.White; this.roundButton5.Location = new System.Drawing.Point(870, 40); this.roundButton5.Margin = new System.Windows.Forms.Padding(0); this.roundButton5.Name = "roundButton5"; this.roundButton5.PressBackColor = System.Drawing.Color.DarkBlue; this.roundButton5.PressForeColor = System.Drawing.Color.White; this.roundButton5.Radius = 5; this.roundButton5.Size = new System.Drawing.Size(75, 30); this.roundButton5.TabIndex = 14; this.roundButton5.Text = "导出"; this.roundButton5.UseVisualStyleBackColor = true; // // roundButton4 // this.roundButton4.EnterBackColor = System.Drawing.Color.Blue; this.roundButton4.EnterForeColor = System.Drawing.Color.White; this.roundButton4.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.roundButton4.FlatAppearance.BorderSize = 0; this.roundButton4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.roundButton4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.roundButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.roundButton4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.roundButton4.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.roundButton4.HoverForeColor = System.Drawing.Color.White; this.roundButton4.Location = new System.Drawing.Point(785, 40); this.roundButton4.Margin = new System.Windows.Forms.Padding(0); this.roundButton4.Name = "roundButton4"; this.roundButton4.PressBackColor = System.Drawing.Color.DarkBlue; this.roundButton4.PressForeColor = System.Drawing.Color.White; this.roundButton4.Radius = 5; this.roundButton4.Size = new System.Drawing.Size(75, 30); this.roundButton4.TabIndex = 13; this.roundButton4.Text = "详情"; this.roundButton4.UseVisualStyleBackColor = true; // // 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)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18))))); this.roundButton3.HoverForeColor = System.Drawing.Color.White; this.roundButton3.Location = new System.Drawing.Point(700, 40); 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(75, 30); this.roundButton3.TabIndex = 12; this.roundButton3.Text = "删除"; this.roundButton3.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)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.roundButton2.HoverForeColor = System.Drawing.Color.White; this.roundButton2.Location = new System.Drawing.Point(870, 0); 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(75, 30); this.roundButton2.TabIndex = 10; this.roundButton2.Text = "修改"; this.roundButton2.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)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.roundButton1.HoverForeColor = System.Drawing.Color.White; this.roundButton1.Location = new System.Drawing.Point(785, 0); 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(75, 30); this.roundButton1.TabIndex = 10; this.roundButton1.Text = "添加"; this.roundButton1.UseVisualStyleBackColor = true; // // btnQuery // this.btnQuery.EnterBackColor = System.Drawing.Color.Blue; this.btnQuery.EnterForeColor = System.Drawing.Color.White; this.btnQuery.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnQuery.FlatAppearance.BorderSize = 0; this.btnQuery.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnQuery.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btnQuery.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68))))); this.btnQuery.HoverForeColor = System.Drawing.Color.White; this.btnQuery.Location = new System.Drawing.Point(700, 0); this.btnQuery.Margin = new System.Windows.Forms.Padding(0); this.btnQuery.Name = "btnQuery"; this.btnQuery.PressBackColor = System.Drawing.Color.DarkBlue; this.btnQuery.PressForeColor = System.Drawing.Color.White; this.btnQuery.Radius = 5; this.btnQuery.Size = new System.Drawing.Size(75, 30); this.btnQuery.TabIndex = 10; this.btnQuery.Text = "查询"; this.btnQuery.UseVisualStyleBackColor = true; // // InfoCtrlForm // 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.Margin = new System.Windows.Forms.Padding(0); this.Name = "InfoCtrlForm"; this.Size = new System.Drawing.Size(1024, 654); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableDevList)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label labelDevName; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label labelDevType; private System.Windows.Forms.Label labelDevNo; private DevComponents.DotNetBar.Controls.TextBoxX inputCustomComp; private System.Windows.Forms.Label labelCustomComp; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.Controls.TextBoxX inputCustomName; private DevComponents.DotNetBar.Controls.TextBoxX inputDevNo; private DevComponents.DotNetBar.Controls.TextBoxX inputDevType; private DevComponents.DotNetBar.Controls.TextBoxX inputDevName; private RoundButton btnQuery; private System.Windows.Forms.Label label2; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1; private DevComponents.Editors.ComboItem All; private DevComponents.Editors.ComboItem toBeTested; private DevComponents.Editors.ComboItem testing; private DevComponents.Editors.ComboItem tested; private RoundButton roundButton2; private RoundButton roundButton1; private RoundButton roundButton3; private RoundButton roundButton4; private RoundButton roundButton5; private System.Windows.Forms.DataGridView tableDevList; } }