版博士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 23 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  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.label4 = new System.Windows.Forms.Label();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.MaxLimit = new System.Windows.Forms.Label();
  44. this.stVal = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.MinLimit = new System.Windows.Forms.Label();
  47. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  48. this.StsLabel = new System.Windows.Forms.Label();
  49. this.NameLabel = new System.Windows.Forms.Label();
  50. this.AllDataTextBox = new System.Windows.Forms.TextBox();
  51. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  52. this.splitContainer1.Panel1.SuspendLayout();
  53. this.splitContainer1.Panel2.SuspendLayout();
  54. this.splitContainer1.SuspendLayout();
  55. this.tableLayoutPanel1.SuspendLayout();
  56. this.tableLayoutPanel2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  58. this.splitContainer2.Panel1.SuspendLayout();
  59. this.splitContainer2.Panel2.SuspendLayout();
  60. this.splitContainer2.SuspendLayout();
  61. this.tableLayoutPanel4.SuspendLayout();
  62. this.tableLayoutPanel3.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // splitContainer1
  66. //
  67. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  69. this.splitContainer1.Name = "splitContainer1";
  70. //
  71. // splitContainer1.Panel1
  72. //
  73. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
  74. this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
  75. //
  76. // splitContainer1.Panel2
  77. //
  78. this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
  79. this.splitContainer1.Size = new System.Drawing.Size(500, 152);
  80. this.splitContainer1.SplitterDistance = 64;
  81. this.splitContainer1.TabIndex = 0;
  82. //
  83. // tableLayoutPanel1
  84. //
  85. this.tableLayoutPanel1.ColumnCount = 1;
  86. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  87. this.tableLayoutPanel1.Controls.Add(this.IndexLabel, 0, 0);
  88. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  90. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  91. this.tableLayoutPanel1.RowCount = 3;
  92. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
  93. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
  94. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  95. this.tableLayoutPanel1.Size = new System.Drawing.Size(64, 152);
  96. this.tableLayoutPanel1.TabIndex = 0;
  97. //
  98. // IndexLabel
  99. //
  100. this.IndexLabel.AutoSize = true;
  101. this.IndexLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.IndexLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.IndexLabel.Location = new System.Drawing.Point(3, 0);
  104. this.IndexLabel.Name = "IndexLabel";
  105. this.IndexLabel.Size = new System.Drawing.Size(58, 56);
  106. this.IndexLabel.TabIndex = 1;
  107. this.IndexLabel.Text = "1";
  108. this.IndexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  109. //
  110. // tableLayoutPanel2
  111. //
  112. this.tableLayoutPanel2.ColumnCount = 1;
  113. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  114. this.tableLayoutPanel2.Controls.Add(this.splitContainer2, 0, 1);
  115. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
  116. this.tableLayoutPanel2.Controls.Add(this.AllDataTextBox, 0, 2);
  117. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  119. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  120. this.tableLayoutPanel2.RowCount = 3;
  121. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.88679F));
  122. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.11321F));
  123. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  124. this.tableLayoutPanel2.Size = new System.Drawing.Size(432, 152);
  125. this.tableLayoutPanel2.TabIndex = 1;
  126. //
  127. // splitContainer2
  128. //
  129. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.splitContainer2.Location = new System.Drawing.Point(3, 59);
  131. this.splitContainer2.Name = "splitContainer2";
  132. //
  133. // splitContainer2.Panel1
  134. //
  135. this.splitContainer2.Panel1.Controls.Add(this.RelData);
  136. //
  137. // splitContainer2.Panel2
  138. //
  139. this.splitContainer2.Panel2.Controls.Add(this.tableLayoutPanel4);
  140. this.splitContainer2.Size = new System.Drawing.Size(426, 46);
  141. this.splitContainer2.SplitterDistance = 183;
  142. this.splitContainer2.TabIndex = 2;
  143. //
  144. // RelData
  145. //
  146. this.RelData.AutoSize = true;
  147. this.RelData.Cursor = System.Windows.Forms.Cursors.Default;
  148. this.RelData.Dock = System.Windows.Forms.DockStyle.Left;
  149. this.RelData.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.RelData.ForeColor = System.Drawing.SystemColors.WindowText;
  151. this.RelData.Location = new System.Drawing.Point(0, 0);
  152. this.RelData.Name = "RelData";
  153. this.RelData.Size = new System.Drawing.Size(96, 28);
  154. this.RelData.TabIndex = 4;
  155. this.RelData.Text = "123.456";
  156. this.RelData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  157. //
  158. // tableLayoutPanel4
  159. //
  160. this.tableLayoutPanel4.ColumnCount = 4;
  161. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  162. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  163. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  164. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  165. this.tableLayoutPanel4.Controls.Add(this.label3, 2, 2);
  166. this.tableLayoutPanel4.Controls.Add(this.MinValue, 3, 1);
  167. this.tableLayoutPanel4.Controls.Add(this.label1, 2, 0);
  168. this.tableLayoutPanel4.Controls.Add(this.label2, 2, 1);
  169. this.tableLayoutPanel4.Controls.Add(this.MaxValue, 3, 0);
  170. this.tableLayoutPanel4.Controls.Add(this.JCValue, 3, 2);
  171. this.tableLayoutPanel4.Controls.Add(this.label4, 0, 0);
  172. this.tableLayoutPanel4.Controls.Add(this.label5, 0, 1);
  173. this.tableLayoutPanel4.Controls.Add(this.MaxLimit, 1, 0);
  174. this.tableLayoutPanel4.Controls.Add(this.stVal, 1, 2);
  175. this.tableLayoutPanel4.Controls.Add(this.label6, 0, 2);
  176. this.tableLayoutPanel4.Controls.Add(this.MinLimit, 1, 1);
  177. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
  179. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  180. this.tableLayoutPanel4.RowCount = 3;
  181. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  182. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  183. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  184. this.tableLayoutPanel4.Size = new System.Drawing.Size(239, 46);
  185. this.tableLayoutPanel4.TabIndex = 0;
  186. //
  187. // label3
  188. //
  189. this.label3.AutoSize = true;
  190. this.label3.ForeColor = System.Drawing.SystemColors.WindowText;
  191. this.label3.Location = new System.Drawing.Point(122, 26);
  192. this.label3.Name = "label3";
  193. this.label3.Size = new System.Drawing.Size(35, 12);
  194. this.label3.TabIndex = 4;
  195. this.label3.Text = "极差:";
  196. //
  197. // MinValue
  198. //
  199. this.MinValue.AutoSize = true;
  200. this.MinValue.ForeColor = System.Drawing.SystemColors.WindowText;
  201. this.MinValue.Location = new System.Drawing.Point(182, 13);
  202. this.MinValue.Name = "MinValue";
  203. this.MinValue.Size = new System.Drawing.Size(35, 12);
  204. this.MinValue.TabIndex = 3;
  205. this.MinValue.Text = "0.000";
  206. //
  207. // label1
  208. //
  209. this.label1.AutoSize = true;
  210. this.label1.ForeColor = System.Drawing.SystemColors.WindowText;
  211. this.label1.Location = new System.Drawing.Point(122, 0);
  212. this.label1.Name = "label1";
  213. this.label1.Size = new System.Drawing.Size(29, 12);
  214. this.label1.TabIndex = 0;
  215. this.label1.Text = "Max:";
  216. //
  217. // label2
  218. //
  219. this.label2.AutoSize = true;
  220. this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
  221. this.label2.Location = new System.Drawing.Point(122, 13);
  222. this.label2.Name = "label2";
  223. this.label2.Size = new System.Drawing.Size(29, 12);
  224. this.label2.TabIndex = 1;
  225. this.label2.Text = "Min:";
  226. //
  227. // MaxValue
  228. //
  229. this.MaxValue.AutoSize = true;
  230. this.MaxValue.ForeColor = System.Drawing.SystemColors.WindowText;
  231. this.MaxValue.Location = new System.Drawing.Point(182, 0);
  232. this.MaxValue.Name = "MaxValue";
  233. this.MaxValue.Size = new System.Drawing.Size(35, 12);
  234. this.MaxValue.TabIndex = 2;
  235. this.MaxValue.Text = "0.000";
  236. //
  237. // JCValue
  238. //
  239. this.JCValue.AutoSize = true;
  240. this.JCValue.ForeColor = System.Drawing.SystemColors.WindowText;
  241. this.JCValue.Location = new System.Drawing.Point(182, 26);
  242. this.JCValue.Name = "JCValue";
  243. this.JCValue.Size = new System.Drawing.Size(35, 12);
  244. this.JCValue.TabIndex = 5;
  245. this.JCValue.Text = "0.000";
  246. //
  247. // label4
  248. //
  249. this.label4.AutoSize = true;
  250. this.label4.ForeColor = System.Drawing.SystemColors.WindowText;
  251. this.label4.Location = new System.Drawing.Point(3, 0);
  252. this.label4.Name = "label4";
  253. this.label4.Size = new System.Drawing.Size(35, 12);
  254. this.label4.TabIndex = 6;
  255. this.label4.Text = "上限:";
  256. this.label4.Visible = false;
  257. //
  258. // label5
  259. //
  260. this.label5.AutoSize = true;
  261. this.label5.ForeColor = System.Drawing.SystemColors.WindowText;
  262. this.label5.Location = new System.Drawing.Point(3, 13);
  263. this.label5.Name = "label5";
  264. this.label5.Size = new System.Drawing.Size(35, 12);
  265. this.label5.TabIndex = 7;
  266. this.label5.Text = "下限:";
  267. this.label5.Visible = false;
  268. //
  269. // MaxLimit
  270. //
  271. this.MaxLimit.AutoSize = true;
  272. this.MaxLimit.ForeColor = System.Drawing.SystemColors.WindowText;
  273. this.MaxLimit.Location = new System.Drawing.Point(63, 0);
  274. this.MaxLimit.Name = "MaxLimit";
  275. this.MaxLimit.Size = new System.Drawing.Size(47, 12);
  276. this.MaxLimit.TabIndex = 8;
  277. this.MaxLimit.Text = "000.000";
  278. this.MaxLimit.Visible = false;
  279. //
  280. // stVal
  281. //
  282. this.stVal.AutoSize = true;
  283. this.stVal.ForeColor = System.Drawing.SystemColors.WindowText;
  284. this.stVal.Location = new System.Drawing.Point(63, 26);
  285. this.stVal.Name = "stVal";
  286. this.stVal.Size = new System.Drawing.Size(47, 12);
  287. this.stVal.TabIndex = 11;
  288. this.stVal.Text = "000.000";
  289. this.stVal.Visible = false;
  290. //
  291. // label6
  292. //
  293. this.label6.AutoSize = true;
  294. this.label6.ForeColor = System.Drawing.SystemColors.WindowText;
  295. this.label6.Location = new System.Drawing.Point(3, 26);
  296. this.label6.Name = "label6";
  297. this.label6.Size = new System.Drawing.Size(47, 12);
  298. this.label6.TabIndex = 10;
  299. this.label6.Text = "标准值:";
  300. this.label6.Visible = false;
  301. //
  302. // MinLimit
  303. //
  304. this.MinLimit.AutoSize = true;
  305. this.MinLimit.ForeColor = System.Drawing.SystemColors.WindowText;
  306. this.MinLimit.Location = new System.Drawing.Point(63, 13);
  307. this.MinLimit.Name = "MinLimit";
  308. this.MinLimit.Size = new System.Drawing.Size(47, 12);
  309. this.MinLimit.TabIndex = 9;
  310. this.MinLimit.Text = "000.000";
  311. this.MinLimit.Visible = false;
  312. //
  313. // tableLayoutPanel3
  314. //
  315. this.tableLayoutPanel3.ColumnCount = 2;
  316. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.46067F));
  317. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.53933F));
  318. this.tableLayoutPanel3.Controls.Add(this.StsLabel, 0, 0);
  319. this.tableLayoutPanel3.Controls.Add(this.NameLabel, 0, 0);
  320. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  321. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
  322. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  323. this.tableLayoutPanel3.RowCount = 1;
  324. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  325. this.tableLayoutPanel3.Size = new System.Drawing.Size(426, 50);
  326. this.tableLayoutPanel3.TabIndex = 3;
  327. //
  328. // StsLabel
  329. //
  330. this.StsLabel.AutoSize = true;
  331. this.StsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.StsLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.StsLabel.ForeColor = System.Drawing.SystemColors.MenuHighlight;
  334. this.StsLabel.Location = new System.Drawing.Point(243, 0);
  335. this.StsLabel.Name = "StsLabel";
  336. this.StsLabel.Size = new System.Drawing.Size(180, 50);
  337. this.StsLabel.TabIndex = 4;
  338. this.StsLabel.Text = "测试中...";
  339. this.StsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  340. //
  341. // NameLabel
  342. //
  343. this.NameLabel.AutoSize = true;
  344. this.NameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  345. this.NameLabel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.NameLabel.ForeColor = System.Drawing.SystemColors.WindowText;
  347. this.NameLabel.Location = new System.Drawing.Point(3, 0);
  348. this.NameLabel.Name = "NameLabel";
  349. this.NameLabel.Size = new System.Drawing.Size(234, 50);
  350. this.NameLabel.TabIndex = 3;
  351. this.NameLabel.Text = "厚度测量";
  352. this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  353. //
  354. // AllDataTextBox
  355. //
  356. this.AllDataTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  357. this.AllDataTextBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.AllDataTextBox.Location = new System.Drawing.Point(3, 111);
  359. this.AllDataTextBox.Multiline = true;
  360. this.AllDataTextBox.Name = "AllDataTextBox";
  361. this.AllDataTextBox.ReadOnly = true;
  362. this.AllDataTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  363. this.AllDataTextBox.Size = new System.Drawing.Size(426, 38);
  364. this.AllDataTextBox.TabIndex = 4;
  365. this.AllDataTextBox.Text = "厚度1:123.456,厚度2:123.456,厚度3:123.456,厚度4:123.456,厚度5:123.456,厚度6:23.456,厚度7:23.456" +
  366. "";
  367. //
  368. // NewStepShow
  369. //
  370. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  372. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  373. this.Controls.Add(this.splitContainer1);
  374. this.Name = "NewStepShow";
  375. this.Size = new System.Drawing.Size(500, 152);
  376. this.splitContainer1.Panel1.ResumeLayout(false);
  377. this.splitContainer1.Panel2.ResumeLayout(false);
  378. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  379. this.splitContainer1.ResumeLayout(false);
  380. this.tableLayoutPanel1.ResumeLayout(false);
  381. this.tableLayoutPanel1.PerformLayout();
  382. this.tableLayoutPanel2.ResumeLayout(false);
  383. this.tableLayoutPanel2.PerformLayout();
  384. this.splitContainer2.Panel1.ResumeLayout(false);
  385. this.splitContainer2.Panel1.PerformLayout();
  386. this.splitContainer2.Panel2.ResumeLayout(false);
  387. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  388. this.splitContainer2.ResumeLayout(false);
  389. this.tableLayoutPanel4.ResumeLayout(false);
  390. this.tableLayoutPanel4.PerformLayout();
  391. this.tableLayoutPanel3.ResumeLayout(false);
  392. this.tableLayoutPanel3.PerformLayout();
  393. this.ResumeLayout(false);
  394. }
  395. #endregion
  396. private System.Windows.Forms.SplitContainer splitContainer1;
  397. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  398. private System.Windows.Forms.Label IndexLabel;
  399. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  400. private System.Windows.Forms.SplitContainer splitContainer2;
  401. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  402. private System.Windows.Forms.Label NameLabel;
  403. private System.Windows.Forms.Label RelData;
  404. private System.Windows.Forms.Label StsLabel;
  405. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  406. private System.Windows.Forms.Label MinValue;
  407. private System.Windows.Forms.Label label1;
  408. private System.Windows.Forms.Label label2;
  409. private System.Windows.Forms.Label MaxValue;
  410. private System.Windows.Forms.TextBox AllDataTextBox;
  411. private System.Windows.Forms.Label label3;
  412. private System.Windows.Forms.Label JCValue;
  413. private System.Windows.Forms.Label label4;
  414. private System.Windows.Forms.Label label5;
  415. private System.Windows.Forms.Label MaxLimit;
  416. private System.Windows.Forms.Label MinLimit;
  417. private System.Windows.Forms.Label stVal;
  418. private System.Windows.Forms.Label label6;
  419. }
  420. }