namespace Casic.Birmm.RbFreqStandMeasure { partial class HomeCtrlForm { /// <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.panelToBeTested = new System.Windows.Forms.Panel(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.panelEx2 = new DevComponents.DotNetBar.PanelEx(); this.labelX7 = new DevComponents.DotNetBar.LabelX(); this.labelX8 = new DevComponents.DotNetBar.LabelX(); this.labelX10 = new DevComponents.DotNetBar.LabelX(); this.labelX9 = new DevComponents.DotNetBar.LabelX(); this.panelEx3 = new DevComponents.DotNetBar.PanelEx(); this.labelX11 = new DevComponents.DotNetBar.LabelX(); this.labelX13 = new DevComponents.DotNetBar.LabelX(); this.labelX12 = new DevComponents.DotNetBar.LabelX(); this.panelEx4 = new DevComponents.DotNetBar.PanelEx(); this.dataGridViewX2 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panelToBeTested.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.panelEx1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelEx4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX2)).BeginInit(); this.SuspendLayout(); // // panelToBeTested // this.panelToBeTested.Controls.Add(this.dataGridViewX1); this.panelToBeTested.Controls.Add(this.buttonX2); this.panelToBeTested.Controls.Add(this.buttonX1); this.panelToBeTested.Location = new System.Drawing.Point(250, 0); this.panelToBeTested.Name = "panelToBeTested"; this.panelToBeTested.Size = new System.Drawing.Size(750, 216); this.panelToBeTested.TabIndex = 4; // // dataGridViewX1 // this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column13, this.Column14, this.Column15, this.Column16, this.Column17}); 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(0, 1); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(750, 179); this.dataGridViewX1.TabIndex = 14; // // Column13 // this.Column13.HeaderText = "仪器名称"; this.Column13.Name = "Column13"; // // Column14 // this.Column14.HeaderText = "仪器类型"; this.Column14.Name = "Column14"; // // Column15 // this.Column15.HeaderText = "仪器编号"; this.Column15.Name = "Column15"; // // Column16 // this.Column16.HeaderText = "客户名称"; this.Column16.Name = "Column16"; // // Column17 // this.Column17.HeaderText = "开始时间"; this.Column17.Name = "Column17"; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.labelX6); this.panelEx1.Controls.Add(this.labelX5); this.panelEx1.Controls.Add(this.labelX4); this.panelEx1.Controls.Add(this.labelX3); this.panelEx1.Controls.Add(this.labelX2); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx1.Location = new System.Drawing.Point(25, 376); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(200, 200); 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 = 10; // // labelX6 // // // // this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Location = new System.Drawing.Point(3, 153); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(75, 23); this.labelX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX6.TabIndex = 0; this.labelX6.Text = "Z"; this.labelX6.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX5 // // // // this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(3, 124); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(75, 23); this.labelX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX5.TabIndex = 0; this.labelX5.Text = "Y"; this.labelX5.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX4 // // // // this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(3, 95); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(75, 23); this.labelX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX4.TabIndex = 0; this.labelX4.Text = "X"; this.labelX4.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX3 // // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(3, 66); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(75, 23); this.labelX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX3.TabIndex = 0; this.labelX3.Text = "纬度"; this.labelX3.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(3, 37); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(75, 23); this.labelX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX2.TabIndex = 0; this.labelX2.Text = "经度"; this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(3, 3); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(194, 23); this.labelX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX1.TabIndex = 0; this.labelX1.Text = "位置信息"; this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center; // // panelEx2 // this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx2.Controls.Add(this.labelX7); this.panelEx2.Controls.Add(this.labelX8); this.panelEx2.Controls.Add(this.labelX10); this.panelEx2.Controls.Add(this.labelX9); this.panelEx2.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx2.Location = new System.Drawing.Point(25, 190); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(200, 150); this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx2.Style.GradientAngle = 90; this.panelEx2.TabIndex = 10; // // labelX7 // // // // this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX7.Location = new System.Drawing.Point(3, 3); this.labelX7.Name = "labelX7"; this.labelX7.Size = new System.Drawing.Size(194, 23); this.labelX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX7.TabIndex = 0; this.labelX7.Text = "时间信息"; this.labelX7.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX8 // // // // this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX8.Location = new System.Drawing.Point(3, 41); this.labelX8.Name = "labelX8"; this.labelX8.Size = new System.Drawing.Size(75, 23); this.labelX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX8.TabIndex = 0; this.labelX8.Text = "日期"; this.labelX8.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX10 // // // // this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX10.Location = new System.Drawing.Point(3, 99); this.labelX10.Name = "labelX10"; this.labelX10.Size = new System.Drawing.Size(75, 23); this.labelX10.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX10.TabIndex = 0; this.labelX10.Text = "MJD"; this.labelX10.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX9 // // // // this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX9.Location = new System.Drawing.Point(3, 70); this.labelX9.Name = "labelX9"; this.labelX9.Size = new System.Drawing.Size(75, 23); this.labelX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX9.TabIndex = 0; this.labelX9.Text = "时间"; this.labelX9.TextAlignment = System.Drawing.StringAlignment.Center; // // panelEx3 // this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx3.Controls.Add(this.labelX11); this.panelEx3.Controls.Add(this.labelX13); this.panelEx3.Controls.Add(this.labelX12); this.panelEx3.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx3.Location = new System.Drawing.Point(25, 50); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(200, 100); this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx3.Style.GradientAngle = 90; this.panelEx3.TabIndex = 10; // // labelX11 // // // // this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX11.Location = new System.Drawing.Point(3, 3); this.labelX11.Name = "labelX11"; this.labelX11.Size = new System.Drawing.Size(194, 23); this.labelX11.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX11.TabIndex = 0; this.labelX11.Text = "基本信息"; this.labelX11.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX13 // // // // this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX13.Location = new System.Drawing.Point(3, 32); this.labelX13.Name = "labelX13"; this.labelX13.Size = new System.Drawing.Size(75, 23); this.labelX13.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX13.TabIndex = 0; this.labelX13.Text = "原子钟"; this.labelX13.TextAlignment = System.Drawing.StringAlignment.Center; // // labelX12 // // // // this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX12.Location = new System.Drawing.Point(3, 61); this.labelX12.Name = "labelX12"; this.labelX12.Size = new System.Drawing.Size(75, 23); this.labelX12.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2013; this.labelX12.TabIndex = 0; this.labelX12.Text = "接收机"; this.labelX12.TextAlignment = System.Drawing.StringAlignment.Center; // // panelEx4 // this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx4.Controls.Add(this.panelEx2); this.panelEx4.Controls.Add(this.panelEx1); this.panelEx4.Controls.Add(this.panelEx3); this.panelEx4.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx4.Location = new System.Drawing.Point(0, 0); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(250, 640); this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx4.Style.GradientAngle = 90; this.panelEx4.TabIndex = 10; // // dataGridViewX2 // this.dataGridViewX2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column18, this.Column19, this.Column20, this.Column21, this.Column22, this.Column23, this.Column24, this.Column25, this.Column26, this.Column27, this.Column28, this.Column29}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewX2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dataGridViewX2.Location = new System.Drawing.Point(250, 216); this.dataGridViewX2.Name = "dataGridViewX2"; this.dataGridViewX2.Size = new System.Drawing.Size(747, 424); this.dataGridViewX2.TabIndex = 15; // // Column18 // this.Column18.HeaderText = "通道号"; this.Column18.Name = "Column18"; // // Column19 // this.Column19.HeaderText = "当前状态"; this.Column19.Name = "Column19"; // // Column20 // this.Column20.HeaderText = "仪器名称"; this.Column20.Name = "Column20"; // // Column21 // this.Column21.HeaderText = "仪器编号"; this.Column21.Name = "Column21"; // // Column22 // this.Column22.HeaderText = "客户名称"; this.Column22.Name = "Column22"; // // Column23 // this.Column23.HeaderText = "开始时间"; this.Column23.Name = "Column23"; // // Column24 // this.Column24.HeaderText = "结束时间"; this.Column24.Name = "Column24"; // // Column25 // this.Column25.HeaderText = "频率稳定度"; this.Column25.Name = "Column25"; // // Column26 // this.Column26.HeaderText = "频率准确度"; this.Column26.Name = "Column26"; // // Column27 // this.Column27.HeaderText = "开机特性"; this.Column27.Name = "Column27"; // // Column28 // this.Column28.HeaderText = "日老化率"; this.Column28.Name = "Column28"; // // Column29 // this.Column29.HeaderText = "频率计数器范围及灵敏度"; this.Column29.Name = "Column29"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.BackColor = System.Drawing.Color.Transparent; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(663, 183); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(30, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.Symbol = ""; this.buttonX1.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.buttonX1.SymbolSize = 8F; this.buttonX1.TabIndex = 19; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.BackColor = System.Drawing.Color.Transparent; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(589, 184); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(30, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.Symbol = ""; this.buttonX2.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.buttonX2.SymbolSize = 8F; this.buttonX2.TabIndex = 19; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(880, 186); this.label1.Margin = new System.Windows.Forms.Padding(0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(20, 20); this.label1.TabIndex = 20; this.label1.Text = "1"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(636, 187); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(200, 20); this.label2.TabIndex = 20; this.label2.Text = "共150条,每页5条,共100页"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // HomeCtrlForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.dataGridViewX2); this.Controls.Add(this.panelEx4); this.Controls.Add(this.panelToBeTested); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "HomeCtrlForm"; this.Size = new System.Drawing.Size(1000, 640); this.panelToBeTested.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.panelEx1.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelToBeTested; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.LabelX labelX6; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.PanelEx panelEx2; private DevComponents.DotNetBar.LabelX labelX7; private DevComponents.DotNetBar.LabelX labelX8; private DevComponents.DotNetBar.LabelX labelX10; private DevComponents.DotNetBar.LabelX labelX9; private DevComponents.DotNetBar.PanelEx panelEx3; private DevComponents.DotNetBar.LabelX labelX11; private DevComponents.DotNetBar.LabelX labelX13; private DevComponents.DotNetBar.LabelX labelX12; private DevComponents.DotNetBar.PanelEx panelEx4; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private System.Windows.Forms.DataGridViewTextBoxColumn Column13; private System.Windows.Forms.DataGridViewTextBoxColumn Column14; private System.Windows.Forms.DataGridViewTextBoxColumn Column15; private System.Windows.Forms.DataGridViewTextBoxColumn Column16; private System.Windows.Forms.DataGridViewTextBoxColumn Column17; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX2; private System.Windows.Forms.DataGridViewTextBoxColumn Column18; private System.Windows.Forms.DataGridViewTextBoxColumn Column19; private System.Windows.Forms.DataGridViewTextBoxColumn Column20; private System.Windows.Forms.DataGridViewTextBoxColumn Column21; private System.Windows.Forms.DataGridViewTextBoxColumn Column22; private System.Windows.Forms.DataGridViewTextBoxColumn Column23; private System.Windows.Forms.DataGridViewTextBoxColumn Column24; private System.Windows.Forms.DataGridViewTextBoxColumn Column25; private System.Windows.Forms.DataGridViewTextBoxColumn Column26; private System.Windows.Forms.DataGridViewTextBoxColumn Column27; private System.Windows.Forms.DataGridViewTextBoxColumn Column28; private System.Windows.Forms.DataGridViewTextBoxColumn Column29; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonX2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }