PumpView.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class PumpView
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnWaterWarning = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.txtWaterWarning = new System.Windows.Forms.TextBox();
  31. this.txtWaterWarningTime = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.txtWaterFlow = new System.Windows.Forms.TextBox();
  40. this.label9 = new System.Windows.Forms.Label();
  41. this.txtN2Flow = new System.Windows.Forms.TextBox();
  42. this.txtN2FlowWarningTime = new System.Windows.Forms.TextBox();
  43. this.txtN2FlowWarning = new System.Windows.Forms.TextBox();
  44. this.txtExhaustPressure = new System.Windows.Forms.TextBox();
  45. this.txtPressureWarningTime = new System.Windows.Forms.TextBox();
  46. this.txtPressureWarning = new System.Windows.Forms.TextBox();
  47. this.txtPressureWarningTimeSet = new System.Windows.Forms.TextBox();
  48. this.txtPressureWarningSet = new System.Windows.Forms.TextBox();
  49. this.txtN2WarningTimeSet = new System.Windows.Forms.TextBox();
  50. this.txtN2WarningSet = new System.Windows.Forms.TextBox();
  51. this.txtWaterWarningTimeSet = new System.Windows.Forms.TextBox();
  52. this.txtWaterWarningSet = new System.Windows.Forms.TextBox();
  53. this.btnWaterWarningTime = new System.Windows.Forms.Button();
  54. this.btnN2Warning = new System.Windows.Forms.Button();
  55. this.btnN2WarningTime = new System.Windows.Forms.Button();
  56. this.btnExhaustPressure = new System.Windows.Forms.Button();
  57. this.btnExhaustPressureTime = new System.Windows.Forms.Button();
  58. this.label10 = new System.Windows.Forms.Label();
  59. this.label11 = new System.Windows.Forms.Label();
  60. this.label12 = new System.Windows.Forms.Label();
  61. this.label13 = new System.Windows.Forms.Label();
  62. this.label14 = new System.Windows.Forms.Label();
  63. this.label15 = new System.Windows.Forms.Label();
  64. this.SuspendLayout();
  65. //
  66. // btnWaterWarning
  67. //
  68. this.btnWaterWarning.Location = new System.Drawing.Point(613, 54);
  69. this.btnWaterWarning.Name = "btnWaterWarning";
  70. this.btnWaterWarning.Size = new System.Drawing.Size(75, 23);
  71. this.btnWaterWarning.TabIndex = 0;
  72. this.btnWaterWarning.Text = "Set";
  73. this.btnWaterWarning.UseVisualStyleBackColor = true;
  74. this.btnWaterWarning.Click += new System.EventHandler(this.btnWaterWarning_Click);
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Location = new System.Drawing.Point(30, 59);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(311, 12);
  82. this.label1.TabIndex = 1;
  83. this.label1.Text = "dry pump h2o sensor mass warning threshold sv (slm)";
  84. //
  85. // txtWaterWarning
  86. //
  87. this.txtWaterWarning.Enabled = false;
  88. this.txtWaterWarning.Location = new System.Drawing.Point(358, 54);
  89. this.txtWaterWarning.Name = "txtWaterWarning";
  90. this.txtWaterWarning.ReadOnly = true;
  91. this.txtWaterWarning.Size = new System.Drawing.Size(100, 21);
  92. this.txtWaterWarning.TabIndex = 2;
  93. //
  94. // txtWaterWarningTime
  95. //
  96. this.txtWaterWarningTime.Enabled = false;
  97. this.txtWaterWarningTime.Location = new System.Drawing.Point(358, 94);
  98. this.txtWaterWarningTime.Name = "txtWaterWarningTime";
  99. this.txtWaterWarningTime.ReadOnly = true;
  100. this.txtWaterWarningTime.Size = new System.Drawing.Size(100, 21);
  101. this.txtWaterWarningTime.TabIndex = 3;
  102. //
  103. // label2
  104. //
  105. this.label2.AutoSize = true;
  106. this.label2.Location = new System.Drawing.Point(60, 99);
  107. this.label2.Name = "label2";
  108. this.label2.Size = new System.Drawing.Size(269, 12);
  109. this.label2.TabIndex = 4;
  110. this.label2.Text = "dry pump h2o sensor mass warning time sv (s)";
  111. //
  112. // label3
  113. //
  114. this.label3.AutoSize = true;
  115. this.label3.Location = new System.Drawing.Point(96, 188);
  116. this.label3.Name = "label3";
  117. this.label3.Size = new System.Drawing.Size(251, 12);
  118. this.label3.TabIndex = 5;
  119. this.label3.Text = "dry pump n2 purge flow warning sv (sccm)";
  120. //
  121. // label4
  122. //
  123. this.label4.AutoSize = true;
  124. this.label4.Location = new System.Drawing.Point(60, 227);
  125. this.label4.Name = "label4";
  126. this.label4.Size = new System.Drawing.Size(269, 12);
  127. this.label4.TabIndex = 6;
  128. this.label4.Text = "dry pump n2 purge flow warning time sv (s)";
  129. //
  130. // label5
  131. //
  132. this.label5.AutoSize = true;
  133. this.label5.Location = new System.Drawing.Point(0, 337);
  134. this.label5.Name = "label5";
  135. this.label5.Size = new System.Drawing.Size(353, 12);
  136. this.label5.TabIndex = 7;
  137. this.label5.Text = "dry pump exhaust pressure pre-warning threshold sv (mTorr)";
  138. //
  139. // label6
  140. //
  141. this.label6.AutoSize = true;
  142. this.label6.Location = new System.Drawing.Point(30, 374);
  143. this.label6.Name = "label6";
  144. this.label6.Size = new System.Drawing.Size(299, 12);
  145. this.label6.TabIndex = 8;
  146. this.label6.Text = "dry pump exhaust pressure pre-warning time sv (s)";
  147. //
  148. // label7
  149. //
  150. this.label7.AutoSize = true;
  151. this.label7.Location = new System.Drawing.Point(168, 19);
  152. this.label7.Name = "label7";
  153. this.label7.Size = new System.Drawing.Size(173, 12);
  154. this.label7.TabIndex = 9;
  155. this.label7.Text = "dry pump water flow fb (slm)";
  156. //
  157. // label8
  158. //
  159. this.label8.AutoSize = true;
  160. this.label8.Location = new System.Drawing.Point(150, 149);
  161. this.label8.Name = "label8";
  162. this.label8.Size = new System.Drawing.Size(197, 12);
  163. this.label8.TabIndex = 10;
  164. this.label8.Text = "dry pump n2 purge flow fb (sccm)";
  165. //
  166. // txtWaterFlow
  167. //
  168. this.txtWaterFlow.Enabled = false;
  169. this.txtWaterFlow.Location = new System.Drawing.Point(358, 14);
  170. this.txtWaterFlow.Name = "txtWaterFlow";
  171. this.txtWaterFlow.ReadOnly = true;
  172. this.txtWaterFlow.Size = new System.Drawing.Size(100, 21);
  173. this.txtWaterFlow.TabIndex = 11;
  174. //
  175. // label9
  176. //
  177. this.label9.AutoSize = true;
  178. this.label9.Location = new System.Drawing.Point(132, 296);
  179. this.label9.Name = "label9";
  180. this.label9.Size = new System.Drawing.Size(221, 12);
  181. this.label9.TabIndex = 12;
  182. this.label9.Text = "dry pump exhaust pressure fb (mTorr)";
  183. //
  184. // txtN2Flow
  185. //
  186. this.txtN2Flow.Enabled = false;
  187. this.txtN2Flow.Location = new System.Drawing.Point(358, 144);
  188. this.txtN2Flow.Name = "txtN2Flow";
  189. this.txtN2Flow.ReadOnly = true;
  190. this.txtN2Flow.Size = new System.Drawing.Size(100, 21);
  191. this.txtN2Flow.TabIndex = 15;
  192. //
  193. // txtN2FlowWarningTime
  194. //
  195. this.txtN2FlowWarningTime.Enabled = false;
  196. this.txtN2FlowWarningTime.Location = new System.Drawing.Point(358, 224);
  197. this.txtN2FlowWarningTime.Name = "txtN2FlowWarningTime";
  198. this.txtN2FlowWarningTime.ReadOnly = true;
  199. this.txtN2FlowWarningTime.Size = new System.Drawing.Size(100, 21);
  200. this.txtN2FlowWarningTime.TabIndex = 14;
  201. //
  202. // txtN2FlowWarning
  203. //
  204. this.txtN2FlowWarning.Enabled = false;
  205. this.txtN2FlowWarning.Location = new System.Drawing.Point(358, 184);
  206. this.txtN2FlowWarning.Name = "txtN2FlowWarning";
  207. this.txtN2FlowWarning.ReadOnly = true;
  208. this.txtN2FlowWarning.Size = new System.Drawing.Size(100, 21);
  209. this.txtN2FlowWarning.TabIndex = 13;
  210. //
  211. // txtExhaustPressure
  212. //
  213. this.txtExhaustPressure.Enabled = false;
  214. this.txtExhaustPressure.Location = new System.Drawing.Point(358, 289);
  215. this.txtExhaustPressure.Name = "txtExhaustPressure";
  216. this.txtExhaustPressure.ReadOnly = true;
  217. this.txtExhaustPressure.Size = new System.Drawing.Size(100, 21);
  218. this.txtExhaustPressure.TabIndex = 18;
  219. //
  220. // txtPressureWarningTime
  221. //
  222. this.txtPressureWarningTime.Enabled = false;
  223. this.txtPressureWarningTime.Location = new System.Drawing.Point(358, 371);
  224. this.txtPressureWarningTime.Name = "txtPressureWarningTime";
  225. this.txtPressureWarningTime.ReadOnly = true;
  226. this.txtPressureWarningTime.Size = new System.Drawing.Size(100, 21);
  227. this.txtPressureWarningTime.TabIndex = 17;
  228. //
  229. // txtPressureWarning
  230. //
  231. this.txtPressureWarning.Enabled = false;
  232. this.txtPressureWarning.Location = new System.Drawing.Point(358, 332);
  233. this.txtPressureWarning.Name = "txtPressureWarning";
  234. this.txtPressureWarning.ReadOnly = true;
  235. this.txtPressureWarning.Size = new System.Drawing.Size(100, 21);
  236. this.txtPressureWarning.TabIndex = 16;
  237. //
  238. // txtPressureWarningTimeSet
  239. //
  240. this.txtPressureWarningTimeSet.Location = new System.Drawing.Point(482, 371);
  241. this.txtPressureWarningTimeSet.Name = "txtPressureWarningTimeSet";
  242. this.txtPressureWarningTimeSet.Size = new System.Drawing.Size(100, 21);
  243. this.txtPressureWarningTimeSet.TabIndex = 26;
  244. //
  245. // txtPressureWarningSet
  246. //
  247. this.txtPressureWarningSet.Location = new System.Drawing.Point(482, 332);
  248. this.txtPressureWarningSet.Name = "txtPressureWarningSet";
  249. this.txtPressureWarningSet.Size = new System.Drawing.Size(100, 21);
  250. this.txtPressureWarningSet.TabIndex = 25;
  251. //
  252. // txtN2WarningTimeSet
  253. //
  254. this.txtN2WarningTimeSet.Location = new System.Drawing.Point(482, 224);
  255. this.txtN2WarningTimeSet.Name = "txtN2WarningTimeSet";
  256. this.txtN2WarningTimeSet.Size = new System.Drawing.Size(100, 21);
  257. this.txtN2WarningTimeSet.TabIndex = 23;
  258. //
  259. // txtN2WarningSet
  260. //
  261. this.txtN2WarningSet.Location = new System.Drawing.Point(482, 184);
  262. this.txtN2WarningSet.Name = "txtN2WarningSet";
  263. this.txtN2WarningSet.Size = new System.Drawing.Size(100, 21);
  264. this.txtN2WarningSet.TabIndex = 22;
  265. //
  266. // txtWaterWarningTimeSet
  267. //
  268. this.txtWaterWarningTimeSet.Location = new System.Drawing.Point(482, 94);
  269. this.txtWaterWarningTimeSet.Name = "txtWaterWarningTimeSet";
  270. this.txtWaterWarningTimeSet.Size = new System.Drawing.Size(100, 21);
  271. this.txtWaterWarningTimeSet.TabIndex = 20;
  272. //
  273. // txtWaterWarningSet
  274. //
  275. this.txtWaterWarningSet.Location = new System.Drawing.Point(482, 54);
  276. this.txtWaterWarningSet.Name = "txtWaterWarningSet";
  277. this.txtWaterWarningSet.Size = new System.Drawing.Size(100, 21);
  278. this.txtWaterWarningSet.TabIndex = 19;
  279. //
  280. // btnWaterWarningTime
  281. //
  282. this.btnWaterWarningTime.Location = new System.Drawing.Point(613, 92);
  283. this.btnWaterWarningTime.Name = "btnWaterWarningTime";
  284. this.btnWaterWarningTime.Size = new System.Drawing.Size(75, 23);
  285. this.btnWaterWarningTime.TabIndex = 27;
  286. this.btnWaterWarningTime.Text = "Set";
  287. this.btnWaterWarningTime.UseVisualStyleBackColor = true;
  288. this.btnWaterWarningTime.Click += new System.EventHandler(this.btnWaterWarningTime_Click);
  289. //
  290. // btnN2Warning
  291. //
  292. this.btnN2Warning.Location = new System.Drawing.Point(613, 183);
  293. this.btnN2Warning.Name = "btnN2Warning";
  294. this.btnN2Warning.Size = new System.Drawing.Size(75, 23);
  295. this.btnN2Warning.TabIndex = 28;
  296. this.btnN2Warning.Text = "Set";
  297. this.btnN2Warning.UseVisualStyleBackColor = true;
  298. this.btnN2Warning.Click += new System.EventHandler(this.btnN2Warning_Click);
  299. //
  300. // btnN2WarningTime
  301. //
  302. this.btnN2WarningTime.Location = new System.Drawing.Point(613, 222);
  303. this.btnN2WarningTime.Name = "btnN2WarningTime";
  304. this.btnN2WarningTime.Size = new System.Drawing.Size(75, 23);
  305. this.btnN2WarningTime.TabIndex = 29;
  306. this.btnN2WarningTime.Text = "Set";
  307. this.btnN2WarningTime.UseVisualStyleBackColor = true;
  308. this.btnN2WarningTime.Click += new System.EventHandler(this.btnN2WarningTime_Click);
  309. //
  310. // btnExhaustPressure
  311. //
  312. this.btnExhaustPressure.Location = new System.Drawing.Point(613, 332);
  313. this.btnExhaustPressure.Name = "btnExhaustPressure";
  314. this.btnExhaustPressure.Size = new System.Drawing.Size(75, 23);
  315. this.btnExhaustPressure.TabIndex = 30;
  316. this.btnExhaustPressure.Text = "Set";
  317. this.btnExhaustPressure.UseVisualStyleBackColor = true;
  318. this.btnExhaustPressure.Click += new System.EventHandler(this.btnExhaustPressure_Click);
  319. //
  320. // btnExhaustPressureTime
  321. //
  322. this.btnExhaustPressureTime.Location = new System.Drawing.Point(613, 369);
  323. this.btnExhaustPressureTime.Name = "btnExhaustPressureTime";
  324. this.btnExhaustPressureTime.Size = new System.Drawing.Size(75, 23);
  325. this.btnExhaustPressureTime.TabIndex = 31;
  326. this.btnExhaustPressureTime.Text = "Set";
  327. this.btnExhaustPressureTime.UseVisualStyleBackColor = true;
  328. this.btnExhaustPressureTime.Click += new System.EventHandler(this.btnExhaustPressureTime_Click);
  329. //
  330. // label10
  331. //
  332. this.label10.AutoSize = true;
  333. this.label10.Location = new System.Drawing.Point(493, 171);
  334. this.label10.Name = "label10";
  335. this.label10.Size = new System.Drawing.Size(65, 12);
  336. this.label10.TabIndex = 32;
  337. this.label10.Text = "(15 - 120)";
  338. //
  339. // label11
  340. //
  341. this.label11.AutoSize = true;
  342. this.label11.Location = new System.Drawing.Point(493, 210);
  343. this.label11.Name = "label11";
  344. this.label11.Size = new System.Drawing.Size(59, 12);
  345. this.label11.TabIndex = 33;
  346. this.label11.Text = "(0 - 600)";
  347. //
  348. // label12
  349. //
  350. this.label12.AutoSize = true;
  351. this.label12.Location = new System.Drawing.Point(493, 39);
  352. this.label12.Name = "label12";
  353. this.label12.Size = new System.Drawing.Size(71, 12);
  354. this.label12.TabIndex = 34;
  355. this.label12.Text = "(150 - 960)";
  356. //
  357. // label13
  358. //
  359. this.label13.AutoSize = true;
  360. this.label13.Location = new System.Drawing.Point(493, 79);
  361. this.label13.Name = "label13";
  362. this.label13.Size = new System.Drawing.Size(59, 12);
  363. this.label13.TabIndex = 35;
  364. this.label13.Text = "(0 - 600)";
  365. //
  366. // label14
  367. //
  368. this.label14.AutoSize = true;
  369. this.label14.Location = new System.Drawing.Point(493, 317);
  370. this.label14.Name = "label14";
  371. this.label14.Size = new System.Drawing.Size(77, 12);
  372. this.label14.TabIndex = 36;
  373. this.label14.Text = "(500 - 1650)";
  374. //
  375. // label15
  376. //
  377. this.label15.AutoSize = true;
  378. this.label15.Location = new System.Drawing.Point(493, 358);
  379. this.label15.Name = "label15";
  380. this.label15.Size = new System.Drawing.Size(59, 12);
  381. this.label15.TabIndex = 37;
  382. this.label15.Text = "(0 - 600)";
  383. //
  384. // PumpView
  385. //
  386. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  387. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  388. this.BackColor = System.Drawing.Color.White;
  389. this.Controls.Add(this.label15);
  390. this.Controls.Add(this.label14);
  391. this.Controls.Add(this.label13);
  392. this.Controls.Add(this.label12);
  393. this.Controls.Add(this.label11);
  394. this.Controls.Add(this.label10);
  395. this.Controls.Add(this.btnExhaustPressureTime);
  396. this.Controls.Add(this.btnExhaustPressure);
  397. this.Controls.Add(this.btnN2WarningTime);
  398. this.Controls.Add(this.btnN2Warning);
  399. this.Controls.Add(this.btnWaterWarningTime);
  400. this.Controls.Add(this.txtPressureWarningTimeSet);
  401. this.Controls.Add(this.txtPressureWarningSet);
  402. this.Controls.Add(this.txtN2WarningTimeSet);
  403. this.Controls.Add(this.txtN2WarningSet);
  404. this.Controls.Add(this.txtWaterWarningTimeSet);
  405. this.Controls.Add(this.txtWaterWarningSet);
  406. this.Controls.Add(this.txtExhaustPressure);
  407. this.Controls.Add(this.txtPressureWarningTime);
  408. this.Controls.Add(this.txtPressureWarning);
  409. this.Controls.Add(this.txtN2Flow);
  410. this.Controls.Add(this.txtN2FlowWarningTime);
  411. this.Controls.Add(this.txtN2FlowWarning);
  412. this.Controls.Add(this.label9);
  413. this.Controls.Add(this.txtWaterFlow);
  414. this.Controls.Add(this.label8);
  415. this.Controls.Add(this.label7);
  416. this.Controls.Add(this.label6);
  417. this.Controls.Add(this.label5);
  418. this.Controls.Add(this.label4);
  419. this.Controls.Add(this.label3);
  420. this.Controls.Add(this.label2);
  421. this.Controls.Add(this.txtWaterWarningTime);
  422. this.Controls.Add(this.txtWaterWarning);
  423. this.Controls.Add(this.label1);
  424. this.Controls.Add(this.btnWaterWarning);
  425. this.Name = "PumpView";
  426. this.Size = new System.Drawing.Size(983, 740);
  427. this.Load += new System.EventHandler(this.PumpView_Load);
  428. this.ResumeLayout(false);
  429. this.PerformLayout();
  430. }
  431. #endregion
  432. private System.Windows.Forms.Button btnWaterWarning;
  433. private System.Windows.Forms.Label label1;
  434. private System.Windows.Forms.TextBox txtWaterWarning;
  435. private System.Windows.Forms.TextBox txtWaterWarningTime;
  436. private System.Windows.Forms.Label label2;
  437. private System.Windows.Forms.Label label3;
  438. private System.Windows.Forms.Label label4;
  439. private System.Windows.Forms.Label label5;
  440. private System.Windows.Forms.Label label6;
  441. private System.Windows.Forms.Label label7;
  442. private System.Windows.Forms.Label label8;
  443. private System.Windows.Forms.TextBox txtWaterFlow;
  444. private System.Windows.Forms.Label label9;
  445. private System.Windows.Forms.TextBox txtN2Flow;
  446. private System.Windows.Forms.TextBox txtN2FlowWarningTime;
  447. private System.Windows.Forms.TextBox txtN2FlowWarning;
  448. private System.Windows.Forms.TextBox txtExhaustPressure;
  449. private System.Windows.Forms.TextBox txtPressureWarningTime;
  450. private System.Windows.Forms.TextBox txtPressureWarning;
  451. private System.Windows.Forms.TextBox txtPressureWarningTimeSet;
  452. private System.Windows.Forms.TextBox txtPressureWarningSet;
  453. private System.Windows.Forms.TextBox txtN2WarningTimeSet;
  454. private System.Windows.Forms.TextBox txtN2WarningSet;
  455. private System.Windows.Forms.TextBox txtWaterWarningTimeSet;
  456. private System.Windows.Forms.TextBox txtWaterWarningSet;
  457. private System.Windows.Forms.Button btnWaterWarningTime;
  458. private System.Windows.Forms.Button btnN2Warning;
  459. private System.Windows.Forms.Button btnN2WarningTime;
  460. private System.Windows.Forms.Button btnExhaustPressure;
  461. private System.Windows.Forms.Button btnExhaustPressureTime;
  462. private System.Windows.Forms.Label label10;
  463. private System.Windows.Forms.Label label11;
  464. private System.Windows.Forms.Label label12;
  465. private System.Windows.Forms.Label label13;
  466. private System.Windows.Forms.Label label14;
  467. private System.Windows.Forms.Label label15;
  468. }
  469. }