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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.tableDevList = new System.Windows.Forms.DataGridView(); this.panel2 = new System.Windows.Forms.Panel(); this.btnExport = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnDetail = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnAdd = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnDelete = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnEdit = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); 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.labelDevStatus = new System.Windows.Forms.Label(); this.btnQuery = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.inputDevName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.inputDevType = new DevComponents.DotNetBar.Controls.TextBoxX(); this.inputDevNo = new DevComponents.DotNetBar.Controls.TextBoxX(); this.inputCustomName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelCustomName = new System.Windows.Forms.Label(); 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.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableDevList)).BeginInit(); this.panel2.SuspendLayout(); 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; // // tableDevList // this.tableDevList.AllowUserToAddRows = false; this.tableDevList.AllowUserToDeleteRows = false; this.tableDevList.AllowUserToResizeColumns = false; this.tableDevList.AllowUserToResizeRows = false; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(203)))), ((int)(((byte)(208))))); dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.tableDevList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; 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.ReadOnly = true; this.tableDevList.RowHeadersVisible = false; this.tableDevList.RowHeadersWidth = 30; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.Color.White; dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle8.NullValue = "-"; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(203)))), ((int)(((byte)(208))))); dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.tableDevList.RowsDefaultCellStyle = dataGridViewCellStyle8; this.tableDevList.RowTemplate.Height = 40; this.tableDevList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.tableDevList.Size = new System.Drawing.Size(964, 440); this.tableDevList.TabIndex = 2; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.Controls.Add(this.btnExport); this.panel2.Controls.Add(this.btnDetail); this.panel2.Controls.Add(this.btnAdd); this.panel2.Controls.Add(this.btnDelete); this.panel2.Controls.Add(this.btnEdit); this.panel2.Controls.Add(this.inputDevStatus); this.panel2.Controls.Add(this.labelDevStatus); 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.labelCustomName); 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; // // btnExport // this.btnExport.EnterBackColor = System.Drawing.Color.Blue; this.btnExport.EnterForeColor = System.Drawing.Color.White; this.btnExport.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnExport.FlatAppearance.BorderSize = 0; this.btnExport.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnExport.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExport.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btnExport.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68))))); this.btnExport.HoverForeColor = System.Drawing.Color.White; this.btnExport.Location = new System.Drawing.Point(890, 3); this.btnExport.Margin = new System.Windows.Forms.Padding(0); this.btnExport.Name = "btnExport"; this.btnExport.PressBackColor = System.Drawing.Color.DarkBlue; this.btnExport.PressForeColor = System.Drawing.Color.White; this.btnExport.Radius = 5; this.btnExport.Size = new System.Drawing.Size(70, 26); this.btnExport.TabIndex = 14; this.btnExport.Text = "导出"; this.btnExport.UseVisualStyleBackColor = true; // // btnDetail // this.btnDetail.EnterBackColor = System.Drawing.Color.Blue; this.btnDetail.EnterForeColor = System.Drawing.Color.White; this.btnDetail.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnDetail.FlatAppearance.BorderSize = 0; this.btnDetail.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDetail.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnDetail.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDetail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btnDetail.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68))))); this.btnDetail.HoverForeColor = System.Drawing.Color.White; this.btnDetail.Location = new System.Drawing.Point(810, 3); this.btnDetail.Margin = new System.Windows.Forms.Padding(0); this.btnDetail.Name = "btnDetail"; this.btnDetail.PressBackColor = System.Drawing.Color.DarkBlue; this.btnDetail.PressForeColor = System.Drawing.Color.White; this.btnDetail.Radius = 5; this.btnDetail.Size = new System.Drawing.Size(70, 26); this.btnDetail.TabIndex = 13; this.btnDetail.Text = "详情"; this.btnDetail.UseVisualStyleBackColor = true; // // btnAdd // this.btnAdd.EnterBackColor = System.Drawing.Color.Blue; this.btnAdd.EnterForeColor = System.Drawing.Color.White; this.btnAdd.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnAdd.FlatAppearance.BorderSize = 0; this.btnAdd.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnAdd.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btnAdd.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.btnAdd.HoverForeColor = System.Drawing.Color.White; this.btnAdd.Location = new System.Drawing.Point(730, 43); this.btnAdd.Margin = new System.Windows.Forms.Padding(0); this.btnAdd.Name = "btnAdd"; this.btnAdd.PressBackColor = System.Drawing.Color.DarkBlue; this.btnAdd.PressForeColor = System.Drawing.Color.White; this.btnAdd.Radius = 5; this.btnAdd.Size = new System.Drawing.Size(70, 26); this.btnAdd.TabIndex = 10; this.btnAdd.Text = "添加"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDelete // this.btnDelete.EnterBackColor = System.Drawing.Color.Blue; this.btnDelete.EnterForeColor = System.Drawing.Color.White; this.btnDelete.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnDelete.FlatAppearance.BorderSize = 0; this.btnDelete.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDelete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btnDelete.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18))))); this.btnDelete.HoverForeColor = System.Drawing.Color.White; this.btnDelete.Location = new System.Drawing.Point(890, 43); this.btnDelete.Margin = new System.Windows.Forms.Padding(0); this.btnDelete.Name = "btnDelete"; this.btnDelete.PressBackColor = System.Drawing.Color.DarkBlue; this.btnDelete.PressForeColor = System.Drawing.Color.White; this.btnDelete.Radius = 5; this.btnDelete.Size = new System.Drawing.Size(70, 26); this.btnDelete.TabIndex = 12; this.btnDelete.Text = "删除"; this.btnDelete.UseVisualStyleBackColor = true; // // btnEdit // this.btnEdit.EnterBackColor = System.Drawing.Color.Blue; this.btnEdit.EnterForeColor = System.Drawing.Color.White; this.btnEdit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnEdit.FlatAppearance.BorderSize = 0; this.btnEdit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnEdit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnEdit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.btnEdit.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.btnEdit.HoverForeColor = System.Drawing.Color.White; this.btnEdit.Location = new System.Drawing.Point(810, 43); this.btnEdit.Margin = new System.Windows.Forms.Padding(0); this.btnEdit.Name = "btnEdit"; this.btnEdit.PressBackColor = System.Drawing.Color.DarkBlue; this.btnEdit.PressForeColor = System.Drawing.Color.White; this.btnEdit.Radius = 5; this.btnEdit.Size = new System.Drawing.Size(70, 26); this.btnEdit.TabIndex = 10; this.btnEdit.Text = "修改"; this.btnEdit.UseVisualStyleBackColor = true; // // 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(560, 43); 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 = 2; // // All // this.All.Text = "全部"; // // tested // this.tested.Text = "待检测"; // // testing // this.testing.Text = "检测中"; // // toBeTested // this.toBeTested.Text = "已检测"; // // labelDevStatus // this.labelDevStatus.AutoSize = true; this.labelDevStatus.BackColor = System.Drawing.Color.Transparent; this.labelDevStatus.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelDevStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.labelDevStatus.Location = new System.Drawing.Point(480, 45); this.labelDevStatus.Margin = new System.Windows.Forms.Padding(0); this.labelDevStatus.Name = "labelDevStatus"; this.labelDevStatus.Size = new System.Drawing.Size(74, 21); this.labelDevStatus.TabIndex = 11; this.labelDevStatus.Text = "仪器状态"; // // 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(730, 3); 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(70, 26); this.btnQuery.TabIndex = 10; this.btnQuery.Text = "查询"; this.btnQuery.UseVisualStyleBackColor = true; // // 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("微软雅黑", 12F, 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, 3); this.inputDevName.Margin = new System.Windows.Forms.Padding(0); this.inputDevName.MaximumSize = new System.Drawing.Size(150, 26); this.inputDevName.Name = "inputDevName"; this.inputDevName.PreventEnterBeep = true; this.inputDevName.Size = new System.Drawing.Size(150, 26); this.inputDevName.TabIndex = 9; this.inputDevName.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("微软雅黑", 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(320, 3); 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 = 8; this.inputDevType.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("微软雅黑", 12F, 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(560, 3); this.inputDevNo.Margin = new System.Windows.Forms.Padding(0); this.inputDevNo.MaximumSize = new System.Drawing.Size(150, 26); this.inputDevNo.Name = "inputDevNo"; this.inputDevNo.PreventEnterBeep = true; this.inputDevNo.Size = new System.Drawing.Size(150, 26); this.inputDevNo.TabIndex = 7; this.inputDevNo.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("微软雅黑", 12F, 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(320, 43); this.inputCustomName.Margin = new System.Windows.Forms.Padding(0); this.inputCustomName.MaximumSize = new System.Drawing.Size(150, 26); this.inputCustomName.Name = "inputCustomName"; this.inputCustomName.PreventEnterBeep = true; this.inputCustomName.Size = new System.Drawing.Size(150, 26); this.inputCustomName.TabIndex = 6; this.inputCustomName.Text = "请输入客户名称"; // // labelCustomName // this.labelCustomName.BackColor = System.Drawing.Color.Transparent; this.labelCustomName.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelCustomName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.labelCustomName.Location = new System.Drawing.Point(240, 45); this.labelCustomName.Margin = new System.Windows.Forms.Padding(0); this.labelCustomName.Name = "labelCustomName"; this.labelCustomName.Size = new System.Drawing.Size(74, 21); this.labelCustomName.TabIndex = 5; this.labelCustomName.Text = "联系人"; this.labelCustomName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(480, 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(240, 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.Border.MaximumHeight = 26; this.inputCustomComp.Font = new System.Drawing.Font("微软雅黑", 12F, 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, 43); this.inputCustomComp.Margin = new System.Windows.Forms.Padding(0); this.inputCustomComp.MaximumSize = new System.Drawing.Size(150, 26); this.inputCustomComp.Name = "inputCustomComp"; this.inputCustomComp.PreventEnterBeep = true; this.inputCustomComp.Size = new System.Drawing.Size(150, 26); 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 = "仪器名称"; // // 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); ((System.ComponentModel.ISupportInitialize)(this.tableDevList)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); 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 labelCustomName; 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 labelDevStatus; private DevComponents.DotNetBar.Controls.ComboBoxEx inputDevStatus; private DevComponents.Editors.ComboItem All; private DevComponents.Editors.ComboItem toBeTested; private DevComponents.Editors.ComboItem testing; private DevComponents.Editors.ComboItem tested; private RoundButton btnEdit; private RoundButton btnAdd; private RoundButton btnDelete; private RoundButton btnDetail; private RoundButton btnExport; private System.Windows.Forms.DataGridView tableDevList; } }