namespace MaiMuAOI.SysUI.ProcessStep.Ctrl
{
partial class NewStepShow
{
///
/// 必需的设计器变量。
///
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()
{
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.IndexLabel = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.RelData = new System.Windows.Forms.Label();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.label3 = new System.Windows.Forms.Label();
this.MinValue = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.MaxValue = new System.Windows.Forms.Label();
this.JCValue = new System.Windows.Forms.Label();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.StsLabel = new System.Windows.Forms.Label();
this.NameLabel = new System.Windows.Forms.Label();
this.AllDataTextBox = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
this.splitContainer1.Size = new System.Drawing.Size(500, 152);
this.splitContainer1.SplitterDistance = 64;
this.splitContainer1.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.IndexLabel, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(64, 152);
this.tableLayoutPanel1.TabIndex = 0;
//
// IndexLabel
//
this.IndexLabel.AutoSize = true;
this.IndexLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.IndexLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.IndexLabel.Location = new System.Drawing.Point(3, 0);
this.IndexLabel.Name = "IndexLabel";
this.IndexLabel.Size = new System.Drawing.Size(58, 56);
this.IndexLabel.TabIndex = 1;
this.IndexLabel.Text = "1";
this.IndexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.splitContainer2, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.AllDataTextBox, 0, 2);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 3;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(432, 152);
this.tableLayoutPanel2.TabIndex = 1;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(3, 59);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.RelData);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.tableLayoutPanel4);
this.splitContainer2.Size = new System.Drawing.Size(426, 46);
this.splitContainer2.SplitterDistance = 233;
this.splitContainer2.TabIndex = 2;
//
// RelData
//
this.RelData.AutoSize = true;
this.RelData.Cursor = System.Windows.Forms.Cursors.Default;
this.RelData.Dock = System.Windows.Forms.DockStyle.Left;
this.RelData.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RelData.ForeColor = System.Drawing.SystemColors.WindowText;
this.RelData.Location = new System.Drawing.Point(0, 0);
this.RelData.Name = "RelData";
this.RelData.Size = new System.Drawing.Size(96, 28);
this.RelData.TabIndex = 4;
this.RelData.Text = "123.456";
this.RelData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 2;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.19255F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.80746F));
this.tableLayoutPanel4.Controls.Add(this.label3, 0, 2);
this.tableLayoutPanel4.Controls.Add(this.MinValue, 1, 1);
this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.label2, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.MaxValue, 1, 0);
this.tableLayoutPanel4.Controls.Add(this.JCValue, 1, 2);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 3;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(189, 46);
this.tableLayoutPanel4.TabIndex = 0;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.SystemColors.WindowText;
this.label3.Location = new System.Drawing.Point(3, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 4;
this.label3.Text = "极差:";
//
// MinValue
//
this.MinValue.AutoSize = true;
this.MinValue.ForeColor = System.Drawing.SystemColors.WindowText;
this.MinValue.Location = new System.Drawing.Point(58, 13);
this.MinValue.Name = "MinValue";
this.MinValue.Size = new System.Drawing.Size(35, 12);
this.MinValue.TabIndex = 3;
this.MinValue.Text = "0.000";
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.SystemColors.WindowText;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Max:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
this.label2.Location = new System.Drawing.Point(3, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 1;
this.label2.Text = "Min:";
//
// MaxValue
//
this.MaxValue.AutoSize = true;
this.MaxValue.ForeColor = System.Drawing.SystemColors.WindowText;
this.MaxValue.Location = new System.Drawing.Point(58, 0);
this.MaxValue.Name = "MaxValue";
this.MaxValue.Size = new System.Drawing.Size(35, 12);
this.MaxValue.TabIndex = 2;
this.MaxValue.Text = "0.000";
//
// JCValue
//
this.JCValue.AutoSize = true;
this.JCValue.ForeColor = System.Drawing.SystemColors.WindowText;
this.JCValue.Location = new System.Drawing.Point(58, 26);
this.JCValue.Name = "JCValue";
this.JCValue.Size = new System.Drawing.Size(35, 12);
this.JCValue.TabIndex = 5;
this.JCValue.Text = "0.000";
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.46067F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.53933F));
this.tableLayoutPanel3.Controls.Add(this.StsLabel, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.NameLabel, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(426, 50);
this.tableLayoutPanel3.TabIndex = 3;
//
// StsLabel
//
this.StsLabel.AutoSize = true;
this.StsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.StsLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.StsLabel.ForeColor = System.Drawing.SystemColors.MenuHighlight;
this.StsLabel.Location = new System.Drawing.Point(243, 0);
this.StsLabel.Name = "StsLabel";
this.StsLabel.Size = new System.Drawing.Size(180, 50);
this.StsLabel.TabIndex = 4;
this.StsLabel.Text = "测试中...";
this.StsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NameLabel
//
this.NameLabel.AutoSize = true;
this.NameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.NameLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NameLabel.ForeColor = System.Drawing.SystemColors.WindowText;
this.NameLabel.Location = new System.Drawing.Point(3, 0);
this.NameLabel.Name = "NameLabel";
this.NameLabel.Size = new System.Drawing.Size(234, 50);
this.NameLabel.TabIndex = 3;
this.NameLabel.Text = "厚度测量";
this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// AllDataTextBox
//
this.AllDataTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.AllDataTextBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.AllDataTextBox.Location = new System.Drawing.Point(3, 111);
this.AllDataTextBox.Multiline = true;
this.AllDataTextBox.Name = "AllDataTextBox";
this.AllDataTextBox.ReadOnly = true;
this.AllDataTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.AllDataTextBox.Size = new System.Drawing.Size(426, 38);
this.AllDataTextBox.TabIndex = 4;
this.AllDataTextBox.Text = "厚度1:123.456,厚度2:123.456,厚度3:123.456,厚度4:123.456,厚度5:123.456,厚度6:23.456,厚度7:23.456" +
"";
//
// NewStepShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.Controls.Add(this.splitContainer1);
this.Name = "NewStepShow";
this.Size = new System.Drawing.Size(500, 152);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel1.PerformLayout();
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label IndexLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label NameLabel;
private System.Windows.Forms.Label RelData;
private System.Windows.Forms.Label StsLabel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Label MinValue;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label MaxValue;
private System.Windows.Forms.TextBox AllDataTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label JCValue;
}
}