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(); this.label1 = new System.Windows.Forms.Label(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.iptDevType = new DevComponents.DotNetBar.Controls.TextBoxX(); this.iptDevName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxDropDown1 = new DevComponents.DotNetBar.Controls.TextBoxDropDown(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnDelDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnEditDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.btnAddDev = new Casic.Birmm.RbFreqStandMeasure.RoundButton(); this.line1 = new DevComponents.DotNetBar.Controls.Line(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 0; this.label1.Text = "送检仪器管理"; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.textBoxDropDown1); this.panelEx1.Controls.Add(this.iptDevName); this.panelEx1.Controls.Add(this.iptDevType); this.panelEx1.Controls.Add(this.btnDelDev); this.panelEx1.Controls.Add(this.btnEditDev); this.panelEx1.Controls.Add(this.btnAddDev); this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx1.Location = new System.Drawing.Point(3, 57); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(994, 59); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 5; // // iptDevType // // // // this.iptDevType.Border.Class = "TextBoxBorder"; this.iptDevType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.iptDevType.Location = new System.Drawing.Point(21, 21); this.iptDevType.Name = "iptDevType"; this.iptDevType.PreventEnterBeep = true; this.iptDevType.Size = new System.Drawing.Size(100, 21); this.iptDevType.TabIndex = 4; // // iptDevName // // // // this.iptDevName.Border.Class = "TextBoxBorder"; this.iptDevName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.iptDevName.Location = new System.Drawing.Point(142, 21); this.iptDevName.Name = "iptDevName"; this.iptDevName.PreventEnterBeep = true; this.iptDevName.Size = new System.Drawing.Size(100, 21); this.iptDevName.TabIndex = 4; // // textBoxDropDown1 // // // // this.textBoxDropDown1.BackgroundStyle.Class = "TextBoxBorder"; this.textBoxDropDown1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxDropDown1.ButtonDropDown.Visible = true; this.textBoxDropDown1.Location = new System.Drawing.Point(273, 21); this.textBoxDropDown1.Name = "textBoxDropDown1"; this.textBoxDropDown1.Size = new System.Drawing.Size(122, 20); this.textBoxDropDown1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.textBoxDropDown1.TabIndex = 9; this.textBoxDropDown1.Text = ""; // // dataGridViewX1 // this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column7, this.Column8, this.Column9, this.Column10}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dataGridViewX1.Location = new System.Drawing.Point(3, 155); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(994, 444); this.dataGridViewX1.TabIndex = 9; // // Column1 // this.Column1.HeaderText = "登记日期"; this.Column1.Name = "Column1"; // // Column2 // this.Column2.HeaderText = "仪器型号"; this.Column2.Name = "Column2"; // // Column3 // this.Column3.HeaderText = "仪器编号"; this.Column3.Name = "Column3"; // // Column4 // this.Column4.HeaderText = "客户单位"; this.Column4.Name = "Column4"; // // Column5 // this.Column5.HeaderText = "检测状态"; this.Column5.Name = "Column5"; // // Column6 // this.Column6.HeaderText = "频率稳定度"; this.Column6.Name = "Column6"; // // Column7 // this.Column7.HeaderText = "频率准确度"; this.Column7.Name = "Column7"; // // Column8 // this.Column8.HeaderText = "开机特性"; this.Column8.Name = "Column8"; // // Column9 // this.Column9.HeaderText = "日老化率"; this.Column9.Name = "Column9"; // // Column10 // this.Column10.HeaderText = "频率计数器范围及灵敏度"; this.Column10.Name = "Column10"; // // btnDelDev // this.btnDelDev.EnterBackColor = System.Drawing.Color.Blue; this.btnDelDev.EnterForeColor = System.Drawing.Color.White; this.btnDelDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnDelDev.FlatAppearance.BorderSize = 0; this.btnDelDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDelDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnDelDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDelDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68))))); this.btnDelDev.HoverForeColor = System.Drawing.Color.White; this.btnDelDev.Location = new System.Drawing.Point(639, 15); this.btnDelDev.Name = "btnDelDev"; this.btnDelDev.PressBackColor = System.Drawing.Color.DarkBlue; this.btnDelDev.PressForeColor = System.Drawing.Color.White; this.btnDelDev.Radius = 18; this.btnDelDev.Size = new System.Drawing.Size(75, 28); this.btnDelDev.TabIndex = 3; this.btnDelDev.Text = "删除"; this.btnDelDev.UseVisualStyleBackColor = true; // // btnEditDev // this.btnEditDev.EnterBackColor = System.Drawing.Color.Blue; this.btnEditDev.EnterForeColor = System.Drawing.Color.White; this.btnEditDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnEditDev.FlatAppearance.BorderSize = 0; this.btnEditDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnEditDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnEditDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnEditDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68))))); this.btnEditDev.HoverForeColor = System.Drawing.Color.White; this.btnEditDev.Location = new System.Drawing.Point(546, 15); this.btnEditDev.Name = "btnEditDev"; this.btnEditDev.PressBackColor = System.Drawing.Color.DarkBlue; this.btnEditDev.PressForeColor = System.Drawing.Color.White; this.btnEditDev.Radius = 18; this.btnEditDev.Size = new System.Drawing.Size(75, 28); this.btnEditDev.TabIndex = 3; this.btnEditDev.Text = "编辑"; this.btnEditDev.UseVisualStyleBackColor = true; // // btnAddDev // this.btnAddDev.EnterBackColor = System.Drawing.Color.Blue; this.btnAddDev.EnterForeColor = System.Drawing.Color.White; this.btnAddDev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnAddDev.FlatAppearance.BorderSize = 0; this.btnAddDev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnAddDev.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnAddDev.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAddDev.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68))))); this.btnAddDev.HoverForeColor = System.Drawing.Color.White; this.btnAddDev.Location = new System.Drawing.Point(455, 15); this.btnAddDev.Name = "btnAddDev"; this.btnAddDev.PressBackColor = System.Drawing.Color.DarkBlue; this.btnAddDev.PressForeColor = System.Drawing.Color.White; this.btnAddDev.Radius = 18; this.btnAddDev.Size = new System.Drawing.Size(75, 28); this.btnAddDev.TabIndex = 3; this.btnAddDev.Text = "添加"; this.btnAddDev.UseVisualStyleBackColor = true; this.btnAddDev.Click += new System.EventHandler(this.btnAddDev_Click); // // line1 // this.line1.Location = new System.Drawing.Point(4, 28); this.line1.Name = "line1"; this.line1.Size = new System.Drawing.Size(993, 23); this.line1.TabIndex = 10; this.line1.Text = "line1"; // // InfoCtrlForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.line1); this.Controls.Add(this.dataGridViewX1); this.Controls.Add(this.panelEx1); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "InfoCtrlForm"; this.Size = new System.Drawing.Size(1000, 640); this.panelEx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private RoundButton btnAddDev; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.Controls.TextBoxX iptDevType; private DevComponents.DotNetBar.Controls.TextBoxX iptDevName; private DevComponents.DotNetBar.Controls.TextBoxDropDown textBoxDropDown1; private RoundButton btnDelDev; private RoundButton btnEditDev; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private DevComponents.DotNetBar.Controls.Line line1; } }