namespace MaiMuAOI.SysUI.ProcessStep.Ctrl
{
partial class NewStepShowDefect
{
///
/// 必需的设计器变量。
///
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.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();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.DefectStringLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SizeStringLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SizeRel = new System.Windows.Forms.Label();
this.DefectRel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel4.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, 174);
this.splitContainer1.SplitterDistance = 64;
this.splitContainer1.TabIndex = 1;
//
// 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, 35.38462F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 64.61539F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(64, 174);
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, 46);
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.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.AllDataTextBox, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 1);
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, 33.07692F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 66.92308F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(432, 174);
this.tableLayoutPanel2.TabIndex = 1;
//
// 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, 37);
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, 37);
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, 37);
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, 133);
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 = "1213";
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 3;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel4.Controls.Add(this.DefectStringLabel, 1, 1);
this.tableLayoutPanel4.Controls.Add(this.label3, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.SizeStringLabel, 1, 0);
this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.SizeRel, 2, 0);
this.tableLayoutPanel4.Controls.Add(this.DefectRel, 2, 1);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 46);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
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.Size = new System.Drawing.Size(426, 81);
this.tableLayoutPanel4.TabIndex = 5;
//
// DefectStringLabel
//
this.DefectStringLabel.AutoSize = true;
this.DefectStringLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.DefectStringLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.DefectStringLabel.ForeColor = System.Drawing.Color.Black;
this.DefectStringLabel.Location = new System.Drawing.Point(130, 40);
this.DefectStringLabel.Name = "DefectStringLabel";
this.DefectStringLabel.Size = new System.Drawing.Size(164, 41);
this.DefectStringLabel.TabIndex = 3;
this.DefectStringLabel.Text = "无";
this.DefectStringLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Black;
this.label3.Location = new System.Drawing.Point(3, 40);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(121, 41);
this.label3.TabIndex = 2;
this.label3.Text = "外观检测:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// SizeStringLabel
//
this.SizeStringLabel.AutoSize = true;
this.SizeStringLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.SizeStringLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SizeStringLabel.ForeColor = System.Drawing.Color.Black;
this.SizeStringLabel.Location = new System.Drawing.Point(130, 0);
this.SizeStringLabel.Name = "SizeStringLabel";
this.SizeStringLabel.Size = new System.Drawing.Size(164, 40);
this.SizeStringLabel.TabIndex = 1;
this.SizeStringLabel.Text = "无";
this.SizeStringLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(121, 40);
this.label1.TabIndex = 0;
this.label1.Text = "图纸比对:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// SizeRel
//
this.SizeRel.AutoSize = true;
this.SizeRel.Dock = System.Windows.Forms.DockStyle.Fill;
this.SizeRel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SizeRel.ForeColor = System.Drawing.Color.Black;
this.SizeRel.Location = new System.Drawing.Point(300, 0);
this.SizeRel.Name = "SizeRel";
this.SizeRel.Size = new System.Drawing.Size(123, 40);
this.SizeRel.TabIndex = 4;
this.SizeRel.Text = "未通过";
this.SizeRel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// DefectRel
//
this.DefectRel.AutoSize = true;
this.DefectRel.Dock = System.Windows.Forms.DockStyle.Fill;
this.DefectRel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.DefectRel.ForeColor = System.Drawing.Color.Black;
this.DefectRel.Location = new System.Drawing.Point(300, 40);
this.DefectRel.Name = "DefectRel";
this.DefectRel.Size = new System.Drawing.Size(123, 41);
this.DefectRel.TabIndex = 5;
this.DefectRel.Text = "未通过";
this.DefectRel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// NewStepShowDefect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.Controls.Add(this.splitContainer1);
this.Name = "NewStepShowDefect";
this.Size = new System.Drawing.Size(500, 174);
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.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.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.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label StsLabel;
private System.Windows.Forms.Label NameLabel;
private System.Windows.Forms.TextBox AllDataTextBox;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Label DefectStringLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label SizeStringLabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label SizeRel;
private System.Windows.Forms.Label DefectRel;
}
}