版博士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.

NewStepShow.Designer.cs 17 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. namespace MaiMuAOI.SysUI.ProcessStep.Ctrl
  2. {
  3. partial class NewStepShow
  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.splitContainer2 = new System.Windows.Forms.SplitContainer();
  33. this.RelData = new System.Windows.Forms.Label();
  34. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  35. this.MinValue = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.MaxValue = new System.Windows.Forms.Label();
  39. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  40. this.StsLabel = new System.Windows.Forms.Label();
  41. this.NameLabel = new System.Windows.Forms.Label();
  42. this.AllDataTextBox = new System.Windows.Forms.TextBox();
  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. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  50. this.splitContainer2.Panel1.SuspendLayout();
  51. this.splitContainer2.Panel2.SuspendLayout();
  52. this.splitContainer2.SuspendLayout();
  53. this.tableLayoutPanel4.SuspendLayout();
  54. this.tableLayoutPanel3.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // splitContainer1
  58. //
  59. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  61. this.splitContainer1.Name = "splitContainer1";
  62. //
  63. // splitContainer1.Panel1
  64. //
  65. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
  66. this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
  67. //
  68. // splitContainer1.Panel2
  69. //
  70. this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
  71. this.splitContainer1.Size = new System.Drawing.Size(500, 120);
  72. this.splitContainer1.SplitterDistance = 64;
  73. this.splitContainer1.TabIndex = 0;
  74. //
  75. // tableLayoutPanel1
  76. //
  77. this.tableLayoutPanel1.ColumnCount = 1;
  78. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  79. this.tableLayoutPanel1.Controls.Add(this.IndexLabel, 0, 0);
  80. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  82. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  83. this.tableLayoutPanel1.RowCount = 3;
  84. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
  85. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
  86. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  87. this.tableLayoutPanel1.Size = new System.Drawing.Size(64, 120);
  88. this.tableLayoutPanel1.TabIndex = 0;
  89. //
  90. // IndexLabel
  91. //
  92. this.IndexLabel.AutoSize = true;
  93. this.IndexLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.IndexLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.IndexLabel.Location = new System.Drawing.Point(3, 0);
  96. this.IndexLabel.Name = "IndexLabel";
  97. this.IndexLabel.Size = new System.Drawing.Size(58, 39);
  98. this.IndexLabel.TabIndex = 1;
  99. this.IndexLabel.Text = "1";
  100. this.IndexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  101. //
  102. // tableLayoutPanel2
  103. //
  104. this.tableLayoutPanel2.ColumnCount = 1;
  105. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  106. this.tableLayoutPanel2.Controls.Add(this.splitContainer2, 0, 1);
  107. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
  108. this.tableLayoutPanel2.Controls.Add(this.AllDataTextBox, 0, 2);
  109. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  111. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  112. this.tableLayoutPanel2.RowCount = 3;
  113. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
  114. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
  115. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  116. this.tableLayoutPanel2.Size = new System.Drawing.Size(432, 120);
  117. this.tableLayoutPanel2.TabIndex = 1;
  118. //
  119. // splitContainer2
  120. //
  121. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.splitContainer2.Location = new System.Drawing.Point(3, 42);
  123. this.splitContainer2.Name = "splitContainer2";
  124. //
  125. // splitContainer2.Panel1
  126. //
  127. this.splitContainer2.Panel1.Controls.Add(this.RelData);
  128. //
  129. // splitContainer2.Panel2
  130. //
  131. this.splitContainer2.Panel2.Controls.Add(this.tableLayoutPanel4);
  132. this.splitContainer2.Size = new System.Drawing.Size(426, 31);
  133. this.splitContainer2.SplitterDistance = 233;
  134. this.splitContainer2.TabIndex = 2;
  135. //
  136. // RelData
  137. //
  138. this.RelData.AutoSize = true;
  139. this.RelData.Cursor = System.Windows.Forms.Cursors.Default;
  140. this.RelData.Dock = System.Windows.Forms.DockStyle.Left;
  141. this.RelData.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.RelData.ForeColor = System.Drawing.SystemColors.WindowText;
  143. this.RelData.Location = new System.Drawing.Point(0, 0);
  144. this.RelData.Name = "RelData";
  145. this.RelData.Size = new System.Drawing.Size(96, 28);
  146. this.RelData.TabIndex = 4;
  147. this.RelData.Text = "123.456";
  148. this.RelData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  149. //
  150. // tableLayoutPanel4
  151. //
  152. this.tableLayoutPanel4.ColumnCount = 2;
  153. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.19255F));
  154. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.80746F));
  155. this.tableLayoutPanel4.Controls.Add(this.MinValue, 1, 1);
  156. this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
  157. this.tableLayoutPanel4.Controls.Add(this.label2, 0, 1);
  158. this.tableLayoutPanel4.Controls.Add(this.MaxValue, 1, 0);
  159. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
  161. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  162. this.tableLayoutPanel4.RowCount = 2;
  163. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  164. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  165. this.tableLayoutPanel4.Size = new System.Drawing.Size(189, 31);
  166. this.tableLayoutPanel4.TabIndex = 0;
  167. //
  168. // MinValue
  169. //
  170. this.MinValue.AutoSize = true;
  171. this.MinValue.ForeColor = System.Drawing.SystemColors.WindowText;
  172. this.MinValue.Location = new System.Drawing.Point(58, 15);
  173. this.MinValue.Name = "MinValue";
  174. this.MinValue.Size = new System.Drawing.Size(35, 12);
  175. this.MinValue.TabIndex = 3;
  176. this.MinValue.Text = "0.000";
  177. //
  178. // label1
  179. //
  180. this.label1.AutoSize = true;
  181. this.label1.ForeColor = System.Drawing.SystemColors.WindowText;
  182. this.label1.Location = new System.Drawing.Point(3, 0);
  183. this.label1.Name = "label1";
  184. this.label1.Size = new System.Drawing.Size(29, 12);
  185. this.label1.TabIndex = 0;
  186. this.label1.Text = "Max:";
  187. //
  188. // label2
  189. //
  190. this.label2.AutoSize = true;
  191. this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
  192. this.label2.Location = new System.Drawing.Point(3, 15);
  193. this.label2.Name = "label2";
  194. this.label2.Size = new System.Drawing.Size(29, 12);
  195. this.label2.TabIndex = 1;
  196. this.label2.Text = "Min:";
  197. //
  198. // MaxValue
  199. //
  200. this.MaxValue.AutoSize = true;
  201. this.MaxValue.ForeColor = System.Drawing.SystemColors.WindowText;
  202. this.MaxValue.Location = new System.Drawing.Point(58, 0);
  203. this.MaxValue.Name = "MaxValue";
  204. this.MaxValue.Size = new System.Drawing.Size(35, 12);
  205. this.MaxValue.TabIndex = 2;
  206. this.MaxValue.Text = "0.000";
  207. //
  208. // tableLayoutPanel3
  209. //
  210. this.tableLayoutPanel3.ColumnCount = 2;
  211. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.46067F));
  212. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.53933F));
  213. this.tableLayoutPanel3.Controls.Add(this.StsLabel, 0, 0);
  214. this.tableLayoutPanel3.Controls.Add(this.NameLabel, 0, 0);
  215. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
  217. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  218. this.tableLayoutPanel3.RowCount = 1;
  219. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  220. this.tableLayoutPanel3.Size = new System.Drawing.Size(426, 33);
  221. this.tableLayoutPanel3.TabIndex = 3;
  222. //
  223. // StsLabel
  224. //
  225. this.StsLabel.AutoSize = true;
  226. this.StsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.StsLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.StsLabel.ForeColor = System.Drawing.SystemColors.MenuHighlight;
  229. this.StsLabel.Location = new System.Drawing.Point(243, 0);
  230. this.StsLabel.Name = "StsLabel";
  231. this.StsLabel.Size = new System.Drawing.Size(180, 33);
  232. this.StsLabel.TabIndex = 4;
  233. this.StsLabel.Text = "测试中...";
  234. this.StsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  235. //
  236. // NameLabel
  237. //
  238. this.NameLabel.AutoSize = true;
  239. this.NameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.NameLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.NameLabel.ForeColor = System.Drawing.SystemColors.WindowText;
  242. this.NameLabel.Location = new System.Drawing.Point(3, 0);
  243. this.NameLabel.Name = "NameLabel";
  244. this.NameLabel.Size = new System.Drawing.Size(234, 33);
  245. this.NameLabel.TabIndex = 3;
  246. this.NameLabel.Text = "厚度测量";
  247. this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  248. //
  249. // AllDataTextBox
  250. //
  251. this.AllDataTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.AllDataTextBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.AllDataTextBox.Location = new System.Drawing.Point(3, 79);
  254. this.AllDataTextBox.Multiline = true;
  255. this.AllDataTextBox.Name = "AllDataTextBox";
  256. this.AllDataTextBox.ReadOnly = true;
  257. this.AllDataTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  258. this.AllDataTextBox.Size = new System.Drawing.Size(426, 38);
  259. this.AllDataTextBox.TabIndex = 4;
  260. this.AllDataTextBox.Text = "厚度1:123.456,厚度2:123.456,厚度3:123.456,厚度4:123.456,厚度5:123.456,厚度6:23.456,厚度7:23.456" +
  261. "";
  262. //
  263. // NewStepShow
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  268. this.Controls.Add(this.splitContainer1);
  269. this.Name = "NewStepShow";
  270. this.Size = new System.Drawing.Size(500, 120);
  271. this.splitContainer1.Panel1.ResumeLayout(false);
  272. this.splitContainer1.Panel2.ResumeLayout(false);
  273. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  274. this.splitContainer1.ResumeLayout(false);
  275. this.tableLayoutPanel1.ResumeLayout(false);
  276. this.tableLayoutPanel1.PerformLayout();
  277. this.tableLayoutPanel2.ResumeLayout(false);
  278. this.tableLayoutPanel2.PerformLayout();
  279. this.splitContainer2.Panel1.ResumeLayout(false);
  280. this.splitContainer2.Panel1.PerformLayout();
  281. this.splitContainer2.Panel2.ResumeLayout(false);
  282. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  283. this.splitContainer2.ResumeLayout(false);
  284. this.tableLayoutPanel4.ResumeLayout(false);
  285. this.tableLayoutPanel4.PerformLayout();
  286. this.tableLayoutPanel3.ResumeLayout(false);
  287. this.tableLayoutPanel3.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.SplitContainer splitContainer2;
  296. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  297. private System.Windows.Forms.Label NameLabel;
  298. private System.Windows.Forms.Label RelData;
  299. private System.Windows.Forms.Label StsLabel;
  300. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  301. private System.Windows.Forms.Label MinValue;
  302. private System.Windows.Forms.Label label1;
  303. private System.Windows.Forms.Label label2;
  304. private System.Windows.Forms.Label MaxValue;
  305. private System.Windows.Forms.TextBox AllDataTextBox;
  306. }
  307. }