Form4.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. namespace FileWatcher
  2. {
  3. partial class Form4
  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 Windows Form 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.StartWatch = new System.Windows.Forms.Button();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.textBox4 = new System.Windows.Forms.TextBox();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.textBox5 = new System.Windows.Forms.TextBox();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.comboBox1 = new System.Windows.Forms.ComboBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.checkBox1 = new System.Windows.Forms.CheckBox();
  46. this.checkBox2 = new System.Windows.Forms.CheckBox();
  47. this.checkBox3 = new System.Windows.Forms.CheckBox();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.textBox6 = new System.Windows.Forms.TextBox();
  50. this.label10 = new System.Windows.Forms.Label();
  51. this.textBox7 = new System.Windows.Forms.TextBox();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.textBox8 = new System.Windows.Forms.TextBox();
  54. this.label12 = new System.Windows.Forms.Label();
  55. this.textBox9 = new System.Windows.Forms.TextBox();
  56. this.label13 = new System.Windows.Forms.Label();
  57. this.textBox10 = new System.Windows.Forms.TextBox();
  58. this.label14 = new System.Windows.Forms.Label();
  59. this.textBox11 = new System.Windows.Forms.TextBox();
  60. this.label15 = new System.Windows.Forms.Label();
  61. this.textBox12 = new System.Windows.Forms.TextBox();
  62. this.label16 = new System.Windows.Forms.Label();
  63. this.textBox13 = new System.Windows.Forms.TextBox();
  64. this.label17 = new System.Windows.Forms.Label();
  65. this.textBox14 = new System.Windows.Forms.TextBox();
  66. this.label18 = new System.Windows.Forms.Label();
  67. this.textBox15 = new System.Windows.Forms.TextBox();
  68. this.label20 = new System.Windows.Forms.Label();
  69. this.label23 = new System.Windows.Forms.Label();
  70. this.textBox20 = new System.Windows.Forms.TextBox();
  71. this.textBox16 = new System.Windows.Forms.TextBox();
  72. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // StartWatch
  76. //
  77. this.StartWatch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.StartWatch.Location = new System.Drawing.Point(344, 206);
  79. this.StartWatch.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  80. this.StartWatch.Name = "StartWatch";
  81. this.StartWatch.Size = new System.Drawing.Size(128, 52);
  82. this.StartWatch.TabIndex = 17;
  83. this.StartWatch.Text = "取消";
  84. this.StartWatch.UseVisualStyleBackColor = true;
  85. //
  86. // textBox1
  87. //
  88. this.textBox1.Location = new System.Drawing.Point(867, 223);
  89. this.textBox1.Name = "textBox1";
  90. this.textBox1.Size = new System.Drawing.Size(125, 35);
  91. this.textBox1.TabIndex = 22;
  92. //
  93. // label3
  94. //
  95. this.label3.AutoSize = true;
  96. this.label3.Location = new System.Drawing.Point(743, 226);
  97. this.label3.Name = "label3";
  98. this.label3.Size = new System.Drawing.Size(106, 24);
  99. this.label3.TabIndex = 23;
  100. this.label3.Text = "自动监听";
  101. //
  102. // label1
  103. //
  104. this.label1.AutoSize = true;
  105. this.label1.Location = new System.Drawing.Point(743, 92);
  106. this.label1.Name = "label1";
  107. this.label1.Size = new System.Drawing.Size(58, 24);
  108. this.label1.TabIndex = 25;
  109. this.label1.Text = "岗位";
  110. //
  111. // textBox2
  112. //
  113. this.textBox2.Location = new System.Drawing.Point(867, 89);
  114. this.textBox2.Name = "textBox2";
  115. this.textBox2.Size = new System.Drawing.Size(125, 35);
  116. this.textBox2.TabIndex = 24;
  117. //
  118. // label2
  119. //
  120. this.label2.AutoSize = true;
  121. this.label2.Location = new System.Drawing.Point(743, 283);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(82, 24);
  124. this.label2.TabIndex = 26;
  125. this.label2.Text = "中控IP";
  126. //
  127. // label4
  128. //
  129. this.label4.AutoSize = true;
  130. this.label4.Location = new System.Drawing.Point(743, 26);
  131. this.label4.Name = "label4";
  132. this.label4.Size = new System.Drawing.Size(58, 24);
  133. this.label4.TabIndex = 28;
  134. this.label4.Text = "线别";
  135. //
  136. // textBox3
  137. //
  138. this.textBox3.Location = new System.Drawing.Point(867, 23);
  139. this.textBox3.Name = "textBox3";
  140. this.textBox3.Size = new System.Drawing.Size(125, 35);
  141. this.textBox3.TabIndex = 27;
  142. //
  143. // label5
  144. //
  145. this.label5.AutoSize = true;
  146. this.label5.Location = new System.Drawing.Point(743, 157);
  147. this.label5.Name = "label5";
  148. this.label5.Size = new System.Drawing.Size(58, 24);
  149. this.label5.TabIndex = 30;
  150. this.label5.Text = "人员";
  151. //
  152. // textBox4
  153. //
  154. this.textBox4.Location = new System.Drawing.Point(867, 154);
  155. this.textBox4.Name = "textBox4";
  156. this.textBox4.Size = new System.Drawing.Size(125, 35);
  157. this.textBox4.TabIndex = 29;
  158. //
  159. // label6
  160. //
  161. this.label6.AutoSize = true;
  162. this.label6.Location = new System.Drawing.Point(61, 154);
  163. this.label6.Name = "label6";
  164. this.label6.Size = new System.Drawing.Size(58, 24);
  165. this.label6.TabIndex = 32;
  166. this.label6.Text = "备注";
  167. //
  168. // textBox5
  169. //
  170. this.textBox5.Location = new System.Drawing.Point(185, 151);
  171. this.textBox5.Name = "textBox5";
  172. this.textBox5.Size = new System.Drawing.Size(378, 35);
  173. this.textBox5.TabIndex = 31;
  174. //
  175. // button1
  176. //
  177. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.button1.Location = new System.Drawing.Point(185, 202);
  179. this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  180. this.button1.Name = "button1";
  181. this.button1.Size = new System.Drawing.Size(128, 52);
  182. this.button1.TabIndex = 33;
  183. this.button1.Text = "确定";
  184. this.button1.UseVisualStyleBackColor = true;
  185. //
  186. // pictureBox1
  187. //
  188. this.pictureBox1.Location = new System.Drawing.Point(51, 45);
  189. this.pictureBox1.Name = "pictureBox1";
  190. this.pictureBox1.Size = new System.Drawing.Size(600, 379);
  191. this.pictureBox1.TabIndex = 34;
  192. this.pictureBox1.TabStop = false;
  193. //
  194. // label7
  195. //
  196. this.label7.AutoSize = true;
  197. this.label7.Location = new System.Drawing.Point(181, 279);
  198. this.label7.Name = "label7";
  199. this.label7.Size = new System.Drawing.Size(106, 24);
  200. this.label7.TabIndex = 35;
  201. this.label7.Text = "图片表格";
  202. //
  203. // comboBox1
  204. //
  205. this.comboBox1.FormattingEnabled = true;
  206. this.comboBox1.Location = new System.Drawing.Point(851, 361);
  207. this.comboBox1.Name = "comboBox1";
  208. this.comboBox1.Size = new System.Drawing.Size(121, 32);
  209. this.comboBox1.TabIndex = 36;
  210. //
  211. // label8
  212. //
  213. this.label8.AutoSize = true;
  214. this.label8.Location = new System.Drawing.Point(727, 364);
  215. this.label8.Name = "label8";
  216. this.label8.Size = new System.Drawing.Size(58, 24);
  217. this.label8.TabIndex = 37;
  218. this.label8.Text = "原因";
  219. //
  220. // checkBox1
  221. //
  222. this.checkBox1.AutoSize = true;
  223. this.checkBox1.Location = new System.Drawing.Point(79, 62);
  224. this.checkBox1.Name = "checkBox1";
  225. this.checkBox1.Size = new System.Drawing.Size(90, 28);
  226. this.checkBox1.TabIndex = 38;
  227. this.checkBox1.Text = "推边";
  228. this.checkBox1.UseVisualStyleBackColor = true;
  229. //
  230. // checkBox2
  231. //
  232. this.checkBox2.AutoSize = true;
  233. this.checkBox2.Location = new System.Drawing.Point(223, 62);
  234. this.checkBox2.Name = "checkBox2";
  235. this.checkBox2.Size = new System.Drawing.Size(90, 28);
  236. this.checkBox2.TabIndex = 39;
  237. this.checkBox2.Text = "裁切";
  238. this.checkBox2.UseVisualStyleBackColor = true;
  239. //
  240. // checkBox3
  241. //
  242. this.checkBox3.AutoSize = true;
  243. this.checkBox3.Location = new System.Drawing.Point(382, 62);
  244. this.checkBox3.Name = "checkBox3";
  245. this.checkBox3.Size = new System.Drawing.Size(90, 28);
  246. this.checkBox3.TabIndex = 40;
  247. this.checkBox3.Text = "打点";
  248. this.checkBox3.UseVisualStyleBackColor = true;
  249. //
  250. // label9
  251. //
  252. this.label9.AutoSize = true;
  253. this.label9.Location = new System.Drawing.Point(5, 517);
  254. this.label9.Name = "label9";
  255. this.label9.Size = new System.Drawing.Size(82, 24);
  256. this.label9.TabIndex = 42;
  257. this.label9.Text = "订单号";
  258. //
  259. // textBox6
  260. //
  261. this.textBox6.Location = new System.Drawing.Point(114, 514);
  262. this.textBox6.Name = "textBox6";
  263. this.textBox6.Size = new System.Drawing.Size(173, 35);
  264. this.textBox6.TabIndex = 41;
  265. this.textBox6.Text = "mpd_ordercode";
  266. //
  267. // label10
  268. //
  269. this.label10.AutoSize = true;
  270. this.label10.Location = new System.Drawing.Point(277, 520);
  271. this.label10.Name = "label10";
  272. this.label10.Size = new System.Drawing.Size(82, 24);
  273. this.label10.TabIndex = 44;
  274. this.label10.Text = "工单号";
  275. //
  276. // textBox7
  277. //
  278. this.textBox7.Location = new System.Drawing.Point(386, 512);
  279. this.textBox7.Name = "textBox7";
  280. this.textBox7.Size = new System.Drawing.Size(125, 35);
  281. this.textBox7.TabIndex = 43;
  282. this.textBox7.Text = "ma_code";
  283. //
  284. // label11
  285. //
  286. this.label11.AutoSize = true;
  287. this.label11.Location = new System.Drawing.Point(545, 523);
  288. this.label11.Name = "label11";
  289. this.label11.Size = new System.Drawing.Size(106, 24);
  290. this.label11.TabIndex = 46;
  291. this.label11.Text = "工单数量";
  292. //
  293. // textBox8
  294. //
  295. this.textBox8.Location = new System.Drawing.Point(657, 517);
  296. this.textBox8.Name = "textBox8";
  297. this.textBox8.Size = new System.Drawing.Size(164, 35);
  298. this.textBox8.TabIndex = 45;
  299. this.textBox8.Text = "ma_qty";
  300. //
  301. // label12
  302. //
  303. this.label12.AutoSize = true;
  304. this.label12.Location = new System.Drawing.Point(827, 523);
  305. this.label12.Name = "label12";
  306. this.label12.Size = new System.Drawing.Size(106, 24);
  307. this.label12.TabIndex = 48;
  308. this.label12.Text = "当日报工";
  309. //
  310. // textBox9
  311. //
  312. this.textBox9.Location = new System.Drawing.Point(936, 520);
  313. this.textBox9.Name = "textBox9";
  314. this.textBox9.Size = new System.Drawing.Size(125, 35);
  315. this.textBox9.TabIndex = 47;
  316. this.textBox9.Text = "nowqty";
  317. //
  318. // label13
  319. //
  320. this.label13.AutoSize = true;
  321. this.label13.Location = new System.Drawing.Point(1078, 523);
  322. this.label13.Name = "label13";
  323. this.label13.Size = new System.Drawing.Size(106, 24);
  324. this.label13.TabIndex = 50;
  325. this.label13.Text = "累计报工";
  326. //
  327. // textBox10
  328. //
  329. this.textBox10.Location = new System.Drawing.Point(1187, 520);
  330. this.textBox10.Name = "textBox10";
  331. this.textBox10.Size = new System.Drawing.Size(183, 35);
  332. this.textBox10.TabIndex = 49;
  333. this.textBox10.Text = "sumqty";
  334. //
  335. // label14
  336. //
  337. this.label14.AutoSize = true;
  338. this.label14.Location = new System.Drawing.Point(1078, 602);
  339. this.label14.Name = "label14";
  340. this.label14.Size = new System.Drawing.Size(106, 24);
  341. this.label14.TabIndex = 60;
  342. this.label14.Text = "首件状态";
  343. //
  344. // textBox11
  345. //
  346. this.textBox11.Location = new System.Drawing.Point(1187, 599);
  347. this.textBox11.Name = "textBox11";
  348. this.textBox11.Size = new System.Drawing.Size(183, 35);
  349. this.textBox11.TabIndex = 59;
  350. this.textBox11.Text = "ma_firststatus";
  351. //
  352. // label15
  353. //
  354. this.label15.AutoSize = true;
  355. this.label15.Location = new System.Drawing.Point(827, 599);
  356. this.label15.Name = "label15";
  357. this.label15.Size = new System.Drawing.Size(106, 24);
  358. this.label15.TabIndex = 58;
  359. this.label15.Text = "首件数量";
  360. //
  361. // textBox12
  362. //
  363. this.textBox12.Location = new System.Drawing.Point(936, 596);
  364. this.textBox12.Name = "textBox12";
  365. this.textBox12.Size = new System.Drawing.Size(125, 35);
  366. this.textBox12.TabIndex = 57;
  367. //
  368. // label16
  369. //
  370. this.label16.AutoSize = true;
  371. this.label16.Location = new System.Drawing.Point(545, 596);
  372. this.label16.Name = "label16";
  373. this.label16.Size = new System.Drawing.Size(106, 24);
  374. this.label16.TabIndex = 56;
  375. this.label16.Text = "排产日期";
  376. //
  377. // textBox13
  378. //
  379. this.textBox13.Location = new System.Drawing.Point(657, 593);
  380. this.textBox13.Name = "textBox13";
  381. this.textBox13.Size = new System.Drawing.Size(164, 35);
  382. this.textBox13.TabIndex = 55;
  383. this.textBox13.Text = "mp_begintime";
  384. //
  385. // label17
  386. //
  387. this.label17.AutoSize = true;
  388. this.label17.Location = new System.Drawing.Point(277, 596);
  389. this.label17.Name = "label17";
  390. this.label17.Size = new System.Drawing.Size(106, 24);
  391. this.label17.TabIndex = 54;
  392. this.label17.Text = "产品名称";
  393. //
  394. // textBox14
  395. //
  396. this.textBox14.Location = new System.Drawing.Point(386, 593);
  397. this.textBox14.Name = "textBox14";
  398. this.textBox14.Size = new System.Drawing.Size(125, 35);
  399. this.textBox14.TabIndex = 53;
  400. this.textBox14.Text = "pr_detail";
  401. //
  402. // label18
  403. //
  404. this.label18.AutoSize = true;
  405. this.label18.Location = new System.Drawing.Point(5, 593);
  406. this.label18.Name = "label18";
  407. this.label18.Size = new System.Drawing.Size(106, 24);
  408. this.label18.TabIndex = 52;
  409. this.label18.Text = "产品编号";
  410. //
  411. // textBox15
  412. //
  413. this.textBox15.Location = new System.Drawing.Point(114, 590);
  414. this.textBox15.Name = "textBox15";
  415. this.textBox15.Size = new System.Drawing.Size(157, 35);
  416. this.textBox15.TabIndex = 51;
  417. this.textBox15.Text = "pr_code";
  418. //
  419. // label20
  420. //
  421. this.label20.AutoSize = true;
  422. this.label20.Location = new System.Drawing.Point(711, 677);
  423. this.label20.Name = "label20";
  424. this.label20.Size = new System.Drawing.Size(58, 24);
  425. this.label20.TabIndex = 68;
  426. this.label20.Text = "备注";
  427. //
  428. // label23
  429. //
  430. this.label23.AutoSize = true;
  431. this.label23.Location = new System.Drawing.Point(5, 674);
  432. this.label23.Name = "label23";
  433. this.label23.Size = new System.Drawing.Size(58, 24);
  434. this.label23.TabIndex = 62;
  435. this.label23.Text = "规格";
  436. //
  437. // textBox20
  438. //
  439. this.textBox20.Location = new System.Drawing.Point(114, 671);
  440. this.textBox20.Name = "textBox20";
  441. this.textBox20.Size = new System.Drawing.Size(550, 35);
  442. this.textBox20.TabIndex = 61;
  443. this.textBox20.Text = "pr_spec";
  444. //
  445. // textBox16
  446. //
  447. this.textBox16.Location = new System.Drawing.Point(795, 671);
  448. this.textBox16.Name = "textBox16";
  449. this.textBox16.Size = new System.Drawing.Size(550, 35);
  450. this.textBox16.TabIndex = 69;
  451. this.textBox16.Text = "MPD_REMARK";
  452. //
  453. // Form4
  454. //
  455. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  456. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  457. this.ClientSize = new System.Drawing.Size(1703, 820);
  458. this.Controls.Add(this.textBox16);
  459. this.Controls.Add(this.label20);
  460. this.Controls.Add(this.label23);
  461. this.Controls.Add(this.textBox20);
  462. this.Controls.Add(this.label14);
  463. this.Controls.Add(this.textBox11);
  464. this.Controls.Add(this.label15);
  465. this.Controls.Add(this.textBox12);
  466. this.Controls.Add(this.label16);
  467. this.Controls.Add(this.textBox13);
  468. this.Controls.Add(this.label17);
  469. this.Controls.Add(this.textBox14);
  470. this.Controls.Add(this.label18);
  471. this.Controls.Add(this.textBox15);
  472. this.Controls.Add(this.label13);
  473. this.Controls.Add(this.textBox10);
  474. this.Controls.Add(this.label12);
  475. this.Controls.Add(this.textBox9);
  476. this.Controls.Add(this.label11);
  477. this.Controls.Add(this.textBox8);
  478. this.Controls.Add(this.label10);
  479. this.Controls.Add(this.textBox7);
  480. this.Controls.Add(this.label9);
  481. this.Controls.Add(this.textBox6);
  482. this.Controls.Add(this.checkBox3);
  483. this.Controls.Add(this.checkBox2);
  484. this.Controls.Add(this.checkBox1);
  485. this.Controls.Add(this.label8);
  486. this.Controls.Add(this.comboBox1);
  487. this.Controls.Add(this.label7);
  488. this.Controls.Add(this.pictureBox1);
  489. this.Controls.Add(this.button1);
  490. this.Controls.Add(this.label6);
  491. this.Controls.Add(this.textBox5);
  492. this.Controls.Add(this.label5);
  493. this.Controls.Add(this.textBox4);
  494. this.Controls.Add(this.label4);
  495. this.Controls.Add(this.textBox3);
  496. this.Controls.Add(this.label2);
  497. this.Controls.Add(this.label1);
  498. this.Controls.Add(this.textBox2);
  499. this.Controls.Add(this.label3);
  500. this.Controls.Add(this.textBox1);
  501. this.Controls.Add(this.StartWatch);
  502. this.Name = "Form4";
  503. this.Text = "Form4";
  504. this.Load += new System.EventHandler(this.Form4_Load);
  505. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  506. this.ResumeLayout(false);
  507. this.PerformLayout();
  508. }
  509. #endregion
  510. private System.Windows.Forms.Button StartWatch;
  511. private System.Windows.Forms.TextBox textBox1;
  512. private System.Windows.Forms.Label label3;
  513. private System.Windows.Forms.Label label1;
  514. private System.Windows.Forms.TextBox textBox2;
  515. private System.Windows.Forms.Label label2;
  516. private System.Windows.Forms.Label label4;
  517. private System.Windows.Forms.TextBox textBox3;
  518. private System.Windows.Forms.Label label5;
  519. private System.Windows.Forms.TextBox textBox4;
  520. private System.Windows.Forms.Label label6;
  521. private System.Windows.Forms.TextBox textBox5;
  522. private System.Windows.Forms.Button button1;
  523. private System.Windows.Forms.PictureBox pictureBox1;
  524. private System.Windows.Forms.Label label7;
  525. private System.Windows.Forms.ComboBox comboBox1;
  526. private System.Windows.Forms.Label label8;
  527. private System.Windows.Forms.CheckBox checkBox1;
  528. private System.Windows.Forms.CheckBox checkBox2;
  529. private System.Windows.Forms.CheckBox checkBox3;
  530. private System.Windows.Forms.Label label9;
  531. private System.Windows.Forms.TextBox textBox6;
  532. private System.Windows.Forms.Label label10;
  533. private System.Windows.Forms.TextBox textBox7;
  534. private System.Windows.Forms.Label label11;
  535. private System.Windows.Forms.TextBox textBox8;
  536. private System.Windows.Forms.Label label12;
  537. private System.Windows.Forms.TextBox textBox9;
  538. private System.Windows.Forms.Label label13;
  539. private System.Windows.Forms.TextBox textBox10;
  540. private System.Windows.Forms.Label label14;
  541. private System.Windows.Forms.TextBox textBox11;
  542. private System.Windows.Forms.Label label15;
  543. private System.Windows.Forms.TextBox textBox12;
  544. private System.Windows.Forms.Label label16;
  545. private System.Windows.Forms.TextBox textBox13;
  546. private System.Windows.Forms.Label label17;
  547. private System.Windows.Forms.TextBox textBox14;
  548. private System.Windows.Forms.Label label18;
  549. private System.Windows.Forms.TextBox textBox15;
  550. private System.Windows.Forms.Label label20;
  551. private System.Windows.Forms.Label label23;
  552. private System.Windows.Forms.TextBox textBox20;
  553. private System.Windows.Forms.TextBox textBox16;
  554. }
  555. }