namespace Bro.M141.Process.UI
|
{
|
partial class FormStatisticInfo_FAISummary
|
{
|
/// <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()
|
{
|
scMain = new SplitContainer();
|
splitContainer1 = new SplitContainer();
|
tableLayoutPanel1 = new TableLayoutPanel();
|
dgvSpecDatas = new DataGridView();
|
((System.ComponentModel.ISupportInitialize)scMain).BeginInit();
|
scMain.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
splitContainer1.Panel1.SuspendLayout();
|
splitContainer1.Panel2.SuspendLayout();
|
splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)dgvSpecDatas).BeginInit();
|
SuspendLayout();
|
//
|
// scMain
|
//
|
scMain.Dock = DockStyle.Fill;
|
scMain.Location = new Point(0, 0);
|
scMain.Margin = new Padding(3, 2, 3, 2);
|
scMain.Name = "scMain";
|
scMain.Orientation = Orientation.Horizontal;
|
scMain.Size = new Size(707, 569);
|
scMain.SplitterDistance = 268;
|
scMain.SplitterWidth = 3;
|
scMain.TabIndex = 0;
|
//
|
// splitContainer1
|
//
|
splitContainer1.Dock = DockStyle.Fill;
|
splitContainer1.Location = new Point(0, 0);
|
splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
splitContainer1.Panel1.Controls.Add(dgvSpecDatas);
|
//
|
// splitContainer1.Panel2
|
//
|
splitContainer1.Panel2.Controls.Add(tableLayoutPanel1);
|
splitContainer1.Size = new Size(825, 407);
|
splitContainer1.SplitterDistance = 499;
|
splitContainer1.TabIndex = 0;
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.ColumnCount = 2;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
tableLayoutPanel1.Location = new Point(0, 0);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.RowCount = 1;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
tableLayoutPanel1.Size = new Size(322, 407);
|
tableLayoutPanel1.TabIndex = 0;
|
//
|
// dgvSpecDatas
|
//
|
dgvSpecDatas.AllowUserToAddRows = false;
|
dgvSpecDatas.AllowUserToDeleteRows = false;
|
dgvSpecDatas.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
dgvSpecDatas.Dock = DockStyle.Fill;
|
dgvSpecDatas.Location = new Point(0, 0);
|
dgvSpecDatas.Name = "dgvSpecDatas";
|
dgvSpecDatas.ReadOnly = true;
|
dgvSpecDatas.RowTemplate.Height = 25;
|
dgvSpecDatas.Size = new Size(499, 407);
|
dgvSpecDatas.TabIndex = 0;
|
//
|
// FormStatisticInfo
|
//
|
AutoScaleDimensions = new SizeF(6F, 13F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(scMain);
|
Margin = new Padding(2, 2, 2, 2);
|
Name = "FormStatisticInfo";
|
Size = new Size(707, 569);
|
((System.ComponentModel.ISupportInitialize)scMain).EndInit();
|
scMain.ResumeLayout(false);
|
splitContainer1.Panel1.ResumeLayout(false);
|
splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
splitContainer1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)dgvSpecDatas).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private SplitContainer scMain;
|
private SplitContainer splitContainer1;
|
private DataGridView dgvSpecDatas;
|
private TableLayoutPanel tableLayoutPanel1;
|
}
|
}
|