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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel5 = new System.Windows.Forms.Panel(); this.tableChannel = new System.Windows.Forms.DataGridView(); this.panel4 = new System.Windows.Forms.Panel(); this.btnNext = new System.Windows.Forms.Button(); this.btnPre = new System.Windows.Forms.Button(); this.textBoxPage = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.tableToBeTested = new System.Windows.Forms.DataGridView(); this.panelBase = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelBase = new System.Windows.Forms.Label(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableChannel)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableToBeTested)).BeginInit(); this.panelBase.SuspendLayout(); this.SuspendLayout(); // // panel5 // this.panel5.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_dev_channel; this.panel5.Controls.Add(this.tableChannel); this.panel5.Location = new System.Drawing.Point(10, 227); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(1004, 420); this.panel5.TabIndex = 4; // // tableChannel // this.tableChannel.AllowUserToAddRows = false; this.tableChannel.AllowUserToDeleteRows = false; this.tableChannel.AllowUserToResizeColumns = false; this.tableChannel.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))))); this.tableChannel.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.tableChannel.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.tableChannel.BackgroundColor = System.Drawing.Color.White; this.tableChannel.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tableChannel.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.tableChannel.ColumnHeadersHeight = 30; this.tableChannel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; 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.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.tableChannel.DefaultCellStyle = dataGridViewCellStyle2; this.tableChannel.Location = new System.Drawing.Point(10, 10); this.tableChannel.Margin = new System.Windows.Forms.Padding(0); this.tableChannel.MultiSelect = false; this.tableChannel.Name = "tableChannel"; this.tableChannel.RowHeadersVisible = false; this.tableChannel.RowHeadersWidth = 30; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(203)))), ((int)(((byte)(208))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(203)))), ((int)(((byte)(208))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.tableChannel.RowsDefaultCellStyle = dataGridViewCellStyle3; this.tableChannel.RowTemplate.Height = 74; this.tableChannel.Size = new System.Drawing.Size(984, 400); this.tableChannel.TabIndex = 0; this.tableChannel.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tableChannel_CellDoubleClick); // // panel4 // this.panel4.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_dev_tested; this.panel4.Controls.Add(this.btnNext); this.panel4.Controls.Add(this.btnPre); this.panel4.Controls.Add(this.textBoxPage); this.panel4.Controls.Add(this.label14); this.panel4.Controls.Add(this.tableToBeTested); this.panel4.Location = new System.Drawing.Point(230, 5); this.panel4.Margin = new System.Windows.Forms.Padding(0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(784, 222); this.panel4.TabIndex = 3; // // btnNext // this.btnNext.BackColor = System.Drawing.Color.Transparent; this.btnNext.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_page_next; this.btnNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand; this.btnNext.Location = new System.Drawing.Point(721, 188); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(16, 16); this.btnNext.TabIndex = 314; this.btnNext.UseVisualStyleBackColor = false; // // btnPre // this.btnPre.BackColor = System.Drawing.Color.Transparent; this.btnPre.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.icon_page_pre; this.btnPre.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.btnPre.Cursor = System.Windows.Forms.Cursors.Hand; this.btnPre.Location = new System.Drawing.Point(667, 188); this.btnPre.Name = "btnPre"; this.btnPre.Size = new System.Drawing.Size(16, 16); this.btnPre.TabIndex = 314; this.btnPre.UseVisualStyleBackColor = false; // // textBoxPage // this.textBoxPage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBoxPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxPage.Location = new System.Drawing.Point(693, 188); this.textBoxPage.Name = "textBoxPage"; this.textBoxPage.Size = new System.Drawing.Size(21, 16); this.textBoxPage.TabIndex = 313; this.textBoxPage.Text = "1"; this.textBoxPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.Location = new System.Drawing.Point(500, 188); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(144, 17); this.label14.TabIndex = 312; this.label14.Text = "共10条,每页5条,共2页"; // // tableToBeTested // this.tableToBeTested.AllowUserToAddRows = false; this.tableToBeTested.AllowUserToDeleteRows = false; this.tableToBeTested.AllowUserToResizeColumns = false; this.tableToBeTested.AllowUserToResizeRows = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(238))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.tableToBeTested.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.tableToBeTested.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.tableToBeTested.BackgroundColor = System.Drawing.Color.White; this.tableToBeTested.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tableToBeTested.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.tableToBeTested.ColumnHeadersHeight = 32; this.tableToBeTested.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.tableToBeTested.GridColor = System.Drawing.Color.WhiteSmoke; this.tableToBeTested.Location = new System.Drawing.Point(10, 10); this.tableToBeTested.MultiSelect = false; this.tableToBeTested.Name = "tableToBeTested"; this.tableToBeTested.RowHeadersVisible = false; this.tableToBeTested.RowHeadersWidth = 40; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.tableToBeTested.RowsDefaultCellStyle = dataGridViewCellStyle5; this.tableToBeTested.RowTemplate.DefaultCellStyle.NullValue = "-"; this.tableToBeTested.RowTemplate.Height = 32; this.tableToBeTested.Size = new System.Drawing.Size(764, 160); this.tableToBeTested.TabIndex = 0; this.tableToBeTested.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tableToBeTested_CellDoubleClick); // // panelBase // this.panelBase.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_status_base; this.panelBase.Controls.Add(this.label3); this.panelBase.Controls.Add(this.label2); this.panelBase.Controls.Add(this.labelBase); this.panelBase.Location = new System.Drawing.Point(10, 5); this.panelBase.Margin = new System.Windows.Forms.Padding(0); this.panelBase.Name = "panelBase"; this.panelBase.Size = new System.Drawing.Size(220, 222); this.panelBase.TabIndex = 0; // // 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(0, 100); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 25); this.label3.TabIndex = 1; this.label3.Text = "接收机"; this.label3.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(0, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 25); this.label2.TabIndex = 1; this.label2.Text = "原子钟"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelBase // this.labelBase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.labelBase.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelBase.ForeColor = System.Drawing.Color.White; this.labelBase.Location = new System.Drawing.Point(10, 10); this.labelBase.Name = "labelBase"; this.labelBase.Size = new System.Drawing.Size(200, 32); this.labelBase.TabIndex = 0; this.labelBase.Text = "基本信息"; this.labelBase.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // HomeCtrlForm // 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.panel4); this.Controls.Add(this.panelBase); this.Controls.Add(this.panel5); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "HomeCtrlForm"; this.Size = new System.Drawing.Size(1024, 654); this.Load += new System.EventHandler(this.HomeCtrlForm_Load); this.panel5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tableChannel)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tableToBeTested)).EndInit(); this.panelBase.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelBase; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Label labelBase; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridView tableToBeTested; private System.Windows.Forms.Label label14; private System.Windows.Forms.Button btnPre; private System.Windows.Forms.TextBox textBoxPage; private System.Windows.Forms.Button btnNext; private System.Windows.Forms.DataGridView tableChannel; } }