版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

314 lines
18 KiB

  1. namespace MaiMuAOI.SysUI.ProcessStep.Ctrl
  2. {
  3. partial class NewStepShowDefect
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.IndexLabel = new System.Windows.Forms.Label();
  31. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  32. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  33. this.StsLabel = new System.Windows.Forms.Label();
  34. this.NameLabel = new System.Windows.Forms.Label();
  35. this.AllDataTextBox = new System.Windows.Forms.TextBox();
  36. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  37. this.DefectStringLabel = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.SizeStringLabel = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.SizeRel = new System.Windows.Forms.Label();
  42. this.DefectRel = new System.Windows.Forms.Label();
  43. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  44. this.splitContainer1.Panel1.SuspendLayout();
  45. this.splitContainer1.Panel2.SuspendLayout();
  46. this.splitContainer1.SuspendLayout();
  47. this.tableLayoutPanel1.SuspendLayout();
  48. this.tableLayoutPanel2.SuspendLayout();
  49. this.tableLayoutPanel3.SuspendLayout();
  50. this.tableLayoutPanel4.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // splitContainer1
  54. //
  55. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  57. this.splitContainer1.Name = "splitContainer1";
  58. //
  59. // splitContainer1.Panel1
  60. //
  61. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
  62. this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
  63. //
  64. // splitContainer1.Panel2
  65. //
  66. this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
  67. this.splitContainer1.Size = new System.Drawing.Size(500, 174);
  68. this.splitContainer1.SplitterDistance = 64;
  69. this.splitContainer1.TabIndex = 1;
  70. //
  71. // tableLayoutPanel1
  72. //
  73. this.tableLayoutPanel1.ColumnCount = 1;
  74. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  75. this.tableLayoutPanel1.Controls.Add(this.IndexLabel, 0, 0);
  76. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  78. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  79. this.tableLayoutPanel1.RowCount = 3;
  80. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35.38462F));
  81. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 64.61539F));
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  83. this.tableLayoutPanel1.Size = new System.Drawing.Size(64, 174);
  84. this.tableLayoutPanel1.TabIndex = 0;
  85. //
  86. // IndexLabel
  87. //
  88. this.IndexLabel.AutoSize = true;
  89. this.IndexLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.IndexLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.IndexLabel.Location = new System.Drawing.Point(3, 0);
  92. this.IndexLabel.Name = "IndexLabel";
  93. this.IndexLabel.Size = new System.Drawing.Size(58, 46);
  94. this.IndexLabel.TabIndex = 1;
  95. this.IndexLabel.Text = "1";
  96. this.IndexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  97. //
  98. // tableLayoutPanel2
  99. //
  100. this.tableLayoutPanel2.ColumnCount = 1;
  101. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  102. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
  103. this.tableLayoutPanel2.Controls.Add(this.AllDataTextBox, 0, 2);
  104. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 1);
  105. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  107. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  108. this.tableLayoutPanel2.RowCount = 3;
  109. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.07692F));
  110. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 66.92308F));
  111. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  112. this.tableLayoutPanel2.Size = new System.Drawing.Size(432, 174);
  113. this.tableLayoutPanel2.TabIndex = 1;
  114. //
  115. // tableLayoutPanel3
  116. //
  117. this.tableLayoutPanel3.ColumnCount = 2;
  118. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.46067F));
  119. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.53933F));
  120. this.tableLayoutPanel3.Controls.Add(this.StsLabel, 0, 0);
  121. this.tableLayoutPanel3.Controls.Add(this.NameLabel, 0, 0);
  122. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
  124. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  125. this.tableLayoutPanel3.RowCount = 1;
  126. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  127. this.tableLayoutPanel3.Size = new System.Drawing.Size(426, 37);
  128. this.tableLayoutPanel3.TabIndex = 3;
  129. //
  130. // StsLabel
  131. //
  132. this.StsLabel.AutoSize = true;
  133. this.StsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.StsLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.StsLabel.ForeColor = System.Drawing.SystemColors.MenuHighlight;
  136. this.StsLabel.Location = new System.Drawing.Point(243, 0);
  137. this.StsLabel.Name = "StsLabel";
  138. this.StsLabel.Size = new System.Drawing.Size(180, 37);
  139. this.StsLabel.TabIndex = 4;
  140. this.StsLabel.Text = "测试中...";
  141. this.StsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  142. //
  143. // NameLabel
  144. //
  145. this.NameLabel.AutoSize = true;
  146. this.NameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.NameLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.NameLabel.ForeColor = System.Drawing.SystemColors.WindowText;
  149. this.NameLabel.Location = new System.Drawing.Point(3, 0);
  150. this.NameLabel.Name = "NameLabel";
  151. this.NameLabel.Size = new System.Drawing.Size(234, 37);
  152. this.NameLabel.TabIndex = 3;
  153. this.NameLabel.Text = "外观测量";
  154. this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  155. //
  156. // AllDataTextBox
  157. //
  158. this.AllDataTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.AllDataTextBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.AllDataTextBox.Location = new System.Drawing.Point(3, 133);
  161. this.AllDataTextBox.Multiline = true;
  162. this.AllDataTextBox.Name = "AllDataTextBox";
  163. this.AllDataTextBox.ReadOnly = true;
  164. this.AllDataTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  165. this.AllDataTextBox.Size = new System.Drawing.Size(426, 38);
  166. this.AllDataTextBox.TabIndex = 4;
  167. this.AllDataTextBox.Text = "1213";
  168. //
  169. // tableLayoutPanel4
  170. //
  171. this.tableLayoutPanel4.ColumnCount = 3;
  172. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  173. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
  174. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  175. this.tableLayoutPanel4.Controls.Add(this.DefectStringLabel, 1, 1);
  176. this.tableLayoutPanel4.Controls.Add(this.label3, 0, 1);
  177. this.tableLayoutPanel4.Controls.Add(this.SizeStringLabel, 1, 0);
  178. this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
  179. this.tableLayoutPanel4.Controls.Add(this.SizeRel, 2, 0);
  180. this.tableLayoutPanel4.Controls.Add(this.DefectRel, 2, 1);
  181. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 46);
  183. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  184. this.tableLayoutPanel4.RowCount = 2;
  185. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  186. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  187. this.tableLayoutPanel4.Size = new System.Drawing.Size(426, 81);
  188. this.tableLayoutPanel4.TabIndex = 5;
  189. //
  190. // DefectStringLabel
  191. //
  192. this.DefectStringLabel.AutoSize = true;
  193. this.DefectStringLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.DefectStringLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.DefectStringLabel.ForeColor = System.Drawing.Color.Black;
  196. this.DefectStringLabel.Location = new System.Drawing.Point(130, 40);
  197. this.DefectStringLabel.Name = "DefectStringLabel";
  198. this.DefectStringLabel.Size = new System.Drawing.Size(164, 41);
  199. this.DefectStringLabel.TabIndex = 3;
  200. this.DefectStringLabel.Text = "无";
  201. this.DefectStringLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  202. //
  203. // label3
  204. //
  205. this.label3.AutoSize = true;
  206. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.label3.ForeColor = System.Drawing.Color.Black;
  209. this.label3.Location = new System.Drawing.Point(3, 40);
  210. this.label3.Name = "label3";
  211. this.label3.Size = new System.Drawing.Size(121, 41);
  212. this.label3.TabIndex = 2;
  213. this.label3.Text = "外观检测:";
  214. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  215. //
  216. // SizeStringLabel
  217. //
  218. this.SizeStringLabel.AutoSize = true;
  219. this.SizeStringLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.SizeStringLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.SizeStringLabel.ForeColor = System.Drawing.Color.Black;
  222. this.SizeStringLabel.Location = new System.Drawing.Point(130, 0);
  223. this.SizeStringLabel.Name = "SizeStringLabel";
  224. this.SizeStringLabel.Size = new System.Drawing.Size(164, 40);
  225. this.SizeStringLabel.TabIndex = 1;
  226. this.SizeStringLabel.Text = "无";
  227. this.SizeStringLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  228. //
  229. // label1
  230. //
  231. this.label1.AutoSize = true;
  232. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.label1.ForeColor = System.Drawing.Color.Black;
  235. this.label1.Location = new System.Drawing.Point(3, 0);
  236. this.label1.Name = "label1";
  237. this.label1.Size = new System.Drawing.Size(121, 40);
  238. this.label1.TabIndex = 0;
  239. this.label1.Text = "图纸比对:";
  240. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  241. //
  242. // SizeRel
  243. //
  244. this.SizeRel.AutoSize = true;
  245. this.SizeRel.Dock = System.Windows.Forms.DockStyle.Fill;
  246. this.SizeRel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.SizeRel.ForeColor = System.Drawing.Color.Black;
  248. this.SizeRel.Location = new System.Drawing.Point(300, 0);
  249. this.SizeRel.Name = "SizeRel";
  250. this.SizeRel.Size = new System.Drawing.Size(123, 40);
  251. this.SizeRel.TabIndex = 4;
  252. this.SizeRel.Text = "未通过";
  253. this.SizeRel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  254. //
  255. // DefectRel
  256. //
  257. this.DefectRel.AutoSize = true;
  258. this.DefectRel.Dock = System.Windows.Forms.DockStyle.Fill;
  259. this.DefectRel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.DefectRel.ForeColor = System.Drawing.Color.Black;
  261. this.DefectRel.Location = new System.Drawing.Point(300, 40);
  262. this.DefectRel.Name = "DefectRel";
  263. this.DefectRel.Size = new System.Drawing.Size(123, 41);
  264. this.DefectRel.TabIndex = 5;
  265. this.DefectRel.Text = "未通过";
  266. this.DefectRel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  267. //
  268. // NewStepShowDefect
  269. //
  270. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  271. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  272. this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  273. this.Controls.Add(this.splitContainer1);
  274. this.Name = "NewStepShowDefect";
  275. this.Size = new System.Drawing.Size(500, 174);
  276. this.splitContainer1.Panel1.ResumeLayout(false);
  277. this.splitContainer1.Panel2.ResumeLayout(false);
  278. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  279. this.splitContainer1.ResumeLayout(false);
  280. this.tableLayoutPanel1.ResumeLayout(false);
  281. this.tableLayoutPanel1.PerformLayout();
  282. this.tableLayoutPanel2.ResumeLayout(false);
  283. this.tableLayoutPanel2.PerformLayout();
  284. this.tableLayoutPanel3.ResumeLayout(false);
  285. this.tableLayoutPanel3.PerformLayout();
  286. this.tableLayoutPanel4.ResumeLayout(false);
  287. this.tableLayoutPanel4.PerformLayout();
  288. this.ResumeLayout(false);
  289. }
  290. #endregion
  291. private System.Windows.Forms.SplitContainer splitContainer1;
  292. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  293. private System.Windows.Forms.Label IndexLabel;
  294. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  295. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  296. private System.Windows.Forms.Label StsLabel;
  297. private System.Windows.Forms.Label NameLabel;
  298. private System.Windows.Forms.TextBox AllDataTextBox;
  299. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  300. private System.Windows.Forms.Label DefectStringLabel;
  301. private System.Windows.Forms.Label label3;
  302. private System.Windows.Forms.Label SizeStringLabel;
  303. private System.Windows.Forms.Label label1;
  304. private System.Windows.Forms.Label SizeRel;
  305. private System.Windows.Forms.Label DefectRel;
  306. }
  307. }