|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- namespace MaiMuAOI.SysUI.ProcessStep.Ctrl
- {
- partial class NewStepShowDefect
- {
- /// <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()
- {
- 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;
- }
- }
|