版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

NewStepShow.Designer.cs 18 KiB

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