namespace Bro.M141.Process.UI
{
partial class FormStatisticInfo_ShiftSummary
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
splitContainer1 = new SplitContainer();
dgvSpecDatas = new DataGridView();
tableLayoutPanel1 = new TableLayoutPanel();
tableLayoutPanel2 = new TableLayoutPanel();
pl1 = new Panel();
pl2 = new Panel();
formsPlot1 = new ScottPlot.FormsPlot();
formsPlot2 = new ScottPlot.FormsPlot();
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgvSpecDatas).BeginInit();
tableLayoutPanel2.SuspendLayout();
pl1.SuspendLayout();
pl2.SuspendLayout();
SuspendLayout();
//
// 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;
//
// 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;
//
// 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;
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 2;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel2.Controls.Add(pl1, 0, 0);
tableLayoutPanel2.Controls.Add(pl2, 1, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(0, 0);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 1;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel2.Size = new Size(707, 347);
tableLayoutPanel2.TabIndex = 0;
//
// pl1
//
pl1.Controls.Add(formsPlot1);
pl1.Dock = DockStyle.Fill;
pl1.Location = new Point(3, 3);
pl1.Name = "pl1";
pl1.Size = new Size(347, 341);
pl1.TabIndex = 0;
//
// pl2
//
pl2.Controls.Add(formsPlot2);
pl2.Dock = DockStyle.Fill;
pl2.Location = new Point(356, 3);
pl2.Name = "pl2";
pl2.Size = new Size(348, 341);
pl2.TabIndex = 0;
//
// formsPlot1
//
formsPlot1.Dock = DockStyle.Fill;
formsPlot1.Location = new Point(0, 0);
formsPlot1.Margin = new Padding(3, 2, 3, 2);
formsPlot1.Name = "formsPlot1";
formsPlot1.Size = new Size(347, 341);
formsPlot1.TabIndex = 0;
//
// formsPlot2
//
formsPlot2.Dock = DockStyle.Fill;
formsPlot2.Location = new Point(0, 0);
formsPlot2.Margin = new Padding(3, 2, 3, 2);
formsPlot2.Name = "formsPlot2";
formsPlot2.Size = new Size(348, 341);
formsPlot2.TabIndex = 0;
//
// FormStatisticInfo_ShiftSummary
//
AutoScaleDimensions = new SizeF(6F, 13F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tableLayoutPanel2);
Margin = new Padding(2);
Name = "FormStatisticInfo_ShiftSummary";
Size = new Size(707, 347);
splitContainer1.Panel1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgvSpecDatas).EndInit();
tableLayoutPanel2.ResumeLayout(false);
pl1.ResumeLayout(false);
pl2.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private SplitContainer splitContainer1;
private DataGridView dgvSpecDatas;
private TableLayoutPanel tableLayoutPanel1;
private TableLayoutPanel tableLayoutPanel2;
private Panel pl1;
private Panel pl2;
private ScottPlot.FormsPlot formsPlot1;
private ScottPlot.FormsPlot formsPlot2;
}
}