Form2.Designer.cs 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458
  1. namespace IntelligentControlForsx.Test
  2. {
  3. partial class Form2
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.panel3 = new System.Windows.Forms.Panel();
  37. this.textBox3 = new System.Windows.Forms.TextBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.panel4 = new System.Windows.Forms.Panel();
  41. this.textBox4 = new System.Windows.Forms.TextBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.panel5 = new System.Windows.Forms.Panel();
  45. this.textBox5 = new System.Windows.Forms.TextBox();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.label10 = new System.Windows.Forms.Label();
  48. this.panel6 = new System.Windows.Forms.Panel();
  49. this.textBox6 = new System.Windows.Forms.TextBox();
  50. this.label11 = new System.Windows.Forms.Label();
  51. this.label12 = new System.Windows.Forms.Label();
  52. this.panel7 = new System.Windows.Forms.Panel();
  53. this.textBox7 = new System.Windows.Forms.TextBox();
  54. this.label13 = new System.Windows.Forms.Label();
  55. this.label14 = new System.Windows.Forms.Label();
  56. this.panel8 = new System.Windows.Forms.Panel();
  57. this.textBox8 = new System.Windows.Forms.TextBox();
  58. this.label15 = new System.Windows.Forms.Label();
  59. this.label16 = new System.Windows.Forms.Label();
  60. this.panel9 = new System.Windows.Forms.Panel();
  61. this.textBox9 = new System.Windows.Forms.TextBox();
  62. this.label17 = new System.Windows.Forms.Label();
  63. this.label18 = new System.Windows.Forms.Label();
  64. this.panel10 = new System.Windows.Forms.Panel();
  65. this.textBox10 = new System.Windows.Forms.TextBox();
  66. this.label19 = new System.Windows.Forms.Label();
  67. this.label20 = new System.Windows.Forms.Label();
  68. this.panel11 = new System.Windows.Forms.Panel();
  69. this.textBox11 = new System.Windows.Forms.TextBox();
  70. this.label21 = new System.Windows.Forms.Label();
  71. this.label22 = new System.Windows.Forms.Label();
  72. this.panel12 = new System.Windows.Forms.Panel();
  73. this.textBox12 = new System.Windows.Forms.TextBox();
  74. this.label23 = new System.Windows.Forms.Label();
  75. this.label24 = new System.Windows.Forms.Label();
  76. this.panel13 = new System.Windows.Forms.Panel();
  77. this.textBox13 = new System.Windows.Forms.TextBox();
  78. this.label25 = new System.Windows.Forms.Label();
  79. this.label26 = new System.Windows.Forms.Label();
  80. this.panel14 = new System.Windows.Forms.Panel();
  81. this.textBox14 = new System.Windows.Forms.TextBox();
  82. this.label27 = new System.Windows.Forms.Label();
  83. this.label28 = new System.Windows.Forms.Label();
  84. this.panel15 = new System.Windows.Forms.Panel();
  85. this.textBox15 = new System.Windows.Forms.TextBox();
  86. this.label29 = new System.Windows.Forms.Label();
  87. this.label30 = new System.Windows.Forms.Label();
  88. this.panel16 = new System.Windows.Forms.Panel();
  89. this.textBox16 = new System.Windows.Forms.TextBox();
  90. this.label31 = new System.Windows.Forms.Label();
  91. this.label32 = new System.Windows.Forms.Label();
  92. this.panel17 = new System.Windows.Forms.Panel();
  93. this.textBox17 = new System.Windows.Forms.TextBox();
  94. this.label33 = new System.Windows.Forms.Label();
  95. this.label34 = new System.Windows.Forms.Label();
  96. this.panel18 = new System.Windows.Forms.Panel();
  97. this.textBox18 = new System.Windows.Forms.TextBox();
  98. this.label35 = new System.Windows.Forms.Label();
  99. this.label36 = new System.Windows.Forms.Label();
  100. this.panel19 = new System.Windows.Forms.Panel();
  101. this.textBox19 = new System.Windows.Forms.TextBox();
  102. this.label37 = new System.Windows.Forms.Label();
  103. this.label38 = new System.Windows.Forms.Label();
  104. this.panel20 = new System.Windows.Forms.Panel();
  105. this.textBox20 = new System.Windows.Forms.TextBox();
  106. this.label39 = new System.Windows.Forms.Label();
  107. this.label40 = new System.Windows.Forms.Label();
  108. this.panel21 = new System.Windows.Forms.Panel();
  109. this.textBox21 = new System.Windows.Forms.TextBox();
  110. this.label41 = new System.Windows.Forms.Label();
  111. this.label42 = new System.Windows.Forms.Label();
  112. this.panel22 = new System.Windows.Forms.Panel();
  113. this.textBox22 = new System.Windows.Forms.TextBox();
  114. this.label43 = new System.Windows.Forms.Label();
  115. this.label44 = new System.Windows.Forms.Label();
  116. this.panel23 = new System.Windows.Forms.Panel();
  117. this.textBox23 = new System.Windows.Forms.TextBox();
  118. this.label45 = new System.Windows.Forms.Label();
  119. this.label46 = new System.Windows.Forms.Label();
  120. this.panel24 = new System.Windows.Forms.Panel();
  121. this.textBox24 = new System.Windows.Forms.TextBox();
  122. this.label47 = new System.Windows.Forms.Label();
  123. this.label48 = new System.Windows.Forms.Label();
  124. this.panel25 = new System.Windows.Forms.Panel();
  125. this.textBox25 = new System.Windows.Forms.TextBox();
  126. this.label49 = new System.Windows.Forms.Label();
  127. this.label50 = new System.Windows.Forms.Label();
  128. this.panel26 = new System.Windows.Forms.Panel();
  129. this.textBox26 = new System.Windows.Forms.TextBox();
  130. this.label51 = new System.Windows.Forms.Label();
  131. this.label52 = new System.Windows.Forms.Label();
  132. this.panel27 = new System.Windows.Forms.Panel();
  133. this.textBox27 = new System.Windows.Forms.TextBox();
  134. this.label53 = new System.Windows.Forms.Label();
  135. this.label54 = new System.Windows.Forms.Label();
  136. this.panel28 = new System.Windows.Forms.Panel();
  137. this.textBox28 = new System.Windows.Forms.TextBox();
  138. this.label55 = new System.Windows.Forms.Label();
  139. this.label56 = new System.Windows.Forms.Label();
  140. this.panel29 = new System.Windows.Forms.Panel();
  141. this.textBox29 = new System.Windows.Forms.TextBox();
  142. this.label57 = new System.Windows.Forms.Label();
  143. this.label58 = new System.Windows.Forms.Label();
  144. this.panel30 = new System.Windows.Forms.Panel();
  145. this.textBox30 = new System.Windows.Forms.TextBox();
  146. this.label59 = new System.Windows.Forms.Label();
  147. this.label60 = new System.Windows.Forms.Label();
  148. this.panel1.SuspendLayout();
  149. this.panel2.SuspendLayout();
  150. this.panel3.SuspendLayout();
  151. this.panel4.SuspendLayout();
  152. this.panel5.SuspendLayout();
  153. this.panel6.SuspendLayout();
  154. this.panel7.SuspendLayout();
  155. this.panel8.SuspendLayout();
  156. this.panel9.SuspendLayout();
  157. this.panel10.SuspendLayout();
  158. this.panel11.SuspendLayout();
  159. this.panel12.SuspendLayout();
  160. this.panel13.SuspendLayout();
  161. this.panel14.SuspendLayout();
  162. this.panel15.SuspendLayout();
  163. this.panel16.SuspendLayout();
  164. this.panel17.SuspendLayout();
  165. this.panel18.SuspendLayout();
  166. this.panel19.SuspendLayout();
  167. this.panel20.SuspendLayout();
  168. this.panel21.SuspendLayout();
  169. this.panel22.SuspendLayout();
  170. this.panel23.SuspendLayout();
  171. this.panel24.SuspendLayout();
  172. this.panel25.SuspendLayout();
  173. this.panel26.SuspendLayout();
  174. this.panel27.SuspendLayout();
  175. this.panel28.SuspendLayout();
  176. this.panel29.SuspendLayout();
  177. this.panel30.SuspendLayout();
  178. this.SuspendLayout();
  179. //
  180. // panel1
  181. //
  182. this.panel1.Controls.Add(this.textBox1);
  183. this.panel1.Controls.Add(this.label2);
  184. this.panel1.Controls.Add(this.label1);
  185. this.panel1.Location = new System.Drawing.Point(12, 12);
  186. this.panel1.Name = "panel1";
  187. this.panel1.Size = new System.Drawing.Size(300, 44);
  188. this.panel1.TabIndex = 0;
  189. //
  190. // textBox1
  191. //
  192. this.textBox1.Location = new System.Drawing.Point(85, 11);
  193. this.textBox1.Name = "textBox1";
  194. this.textBox1.Size = new System.Drawing.Size(100, 21);
  195. this.textBox1.TabIndex = 1;
  196. //
  197. // label2
  198. //
  199. this.label2.AutoSize = true;
  200. this.label2.Location = new System.Drawing.Point(237, 14);
  201. this.label2.Name = "label2";
  202. this.label2.Size = new System.Drawing.Size(41, 12);
  203. this.label2.TabIndex = 0;
  204. this.label2.Text = "label1";
  205. //
  206. // label1
  207. //
  208. this.label1.AutoSize = true;
  209. this.label1.Location = new System.Drawing.Point(13, 14);
  210. this.label1.Name = "label1";
  211. this.label1.Size = new System.Drawing.Size(41, 12);
  212. this.label1.TabIndex = 0;
  213. this.label1.Text = "label1";
  214. //
  215. // panel2
  216. //
  217. this.panel2.Controls.Add(this.textBox2);
  218. this.panel2.Controls.Add(this.label3);
  219. this.panel2.Controls.Add(this.label4);
  220. this.panel2.Location = new System.Drawing.Point(340, 12);
  221. this.panel2.Name = "panel2";
  222. this.panel2.Size = new System.Drawing.Size(300, 44);
  223. this.panel2.TabIndex = 0;
  224. //
  225. // textBox2
  226. //
  227. this.textBox2.Location = new System.Drawing.Point(85, 11);
  228. this.textBox2.Name = "textBox2";
  229. this.textBox2.Size = new System.Drawing.Size(100, 21);
  230. this.textBox2.TabIndex = 1;
  231. //
  232. // label3
  233. //
  234. this.label3.AutoSize = true;
  235. this.label3.Location = new System.Drawing.Point(237, 14);
  236. this.label3.Name = "label3";
  237. this.label3.Size = new System.Drawing.Size(41, 12);
  238. this.label3.TabIndex = 0;
  239. this.label3.Text = "label1";
  240. //
  241. // label4
  242. //
  243. this.label4.AutoSize = true;
  244. this.label4.Location = new System.Drawing.Point(13, 14);
  245. this.label4.Name = "label4";
  246. this.label4.Size = new System.Drawing.Size(41, 12);
  247. this.label4.TabIndex = 0;
  248. this.label4.Text = "label1";
  249. //
  250. // panel3
  251. //
  252. this.panel3.Controls.Add(this.textBox3);
  253. this.panel3.Controls.Add(this.label5);
  254. this.panel3.Controls.Add(this.label6);
  255. this.panel3.Location = new System.Drawing.Point(684, 12);
  256. this.panel3.Name = "panel3";
  257. this.panel3.Size = new System.Drawing.Size(300, 44);
  258. this.panel3.TabIndex = 0;
  259. //
  260. // textBox3
  261. //
  262. this.textBox3.Location = new System.Drawing.Point(85, 11);
  263. this.textBox3.Name = "textBox3";
  264. this.textBox3.Size = new System.Drawing.Size(100, 21);
  265. this.textBox3.TabIndex = 1;
  266. //
  267. // label5
  268. //
  269. this.label5.AutoSize = true;
  270. this.label5.Location = new System.Drawing.Point(237, 14);
  271. this.label5.Name = "label5";
  272. this.label5.Size = new System.Drawing.Size(41, 12);
  273. this.label5.TabIndex = 0;
  274. this.label5.Text = "label1";
  275. //
  276. // label6
  277. //
  278. this.label6.AutoSize = true;
  279. this.label6.Location = new System.Drawing.Point(13, 14);
  280. this.label6.Name = "label6";
  281. this.label6.Size = new System.Drawing.Size(41, 12);
  282. this.label6.TabIndex = 0;
  283. this.label6.Text = "label1";
  284. //
  285. // panel4
  286. //
  287. this.panel4.Controls.Add(this.textBox4);
  288. this.panel4.Controls.Add(this.label7);
  289. this.panel4.Controls.Add(this.label8);
  290. this.panel4.Location = new System.Drawing.Point(1018, 12);
  291. this.panel4.Name = "panel4";
  292. this.panel4.Size = new System.Drawing.Size(300, 44);
  293. this.panel4.TabIndex = 0;
  294. //
  295. // textBox4
  296. //
  297. this.textBox4.Location = new System.Drawing.Point(85, 11);
  298. this.textBox4.Name = "textBox4";
  299. this.textBox4.Size = new System.Drawing.Size(100, 21);
  300. this.textBox4.TabIndex = 1;
  301. //
  302. // label7
  303. //
  304. this.label7.AutoSize = true;
  305. this.label7.Location = new System.Drawing.Point(237, 14);
  306. this.label7.Name = "label7";
  307. this.label7.Size = new System.Drawing.Size(41, 12);
  308. this.label7.TabIndex = 0;
  309. this.label7.Text = "label1";
  310. //
  311. // label8
  312. //
  313. this.label8.AutoSize = true;
  314. this.label8.Location = new System.Drawing.Point(13, 14);
  315. this.label8.Name = "label8";
  316. this.label8.Size = new System.Drawing.Size(41, 12);
  317. this.label8.TabIndex = 0;
  318. this.label8.Text = "label1";
  319. //
  320. // panel5
  321. //
  322. this.panel5.Controls.Add(this.textBox5);
  323. this.panel5.Controls.Add(this.label9);
  324. this.panel5.Controls.Add(this.label10);
  325. this.panel5.Location = new System.Drawing.Point(1359, 12);
  326. this.panel5.Name = "panel5";
  327. this.panel5.Size = new System.Drawing.Size(300, 44);
  328. this.panel5.TabIndex = 0;
  329. //
  330. // textBox5
  331. //
  332. this.textBox5.Location = new System.Drawing.Point(85, 11);
  333. this.textBox5.Name = "textBox5";
  334. this.textBox5.Size = new System.Drawing.Size(100, 21);
  335. this.textBox5.TabIndex = 1;
  336. //
  337. // label9
  338. //
  339. this.label9.AutoSize = true;
  340. this.label9.Location = new System.Drawing.Point(237, 14);
  341. this.label9.Name = "label9";
  342. this.label9.Size = new System.Drawing.Size(41, 12);
  343. this.label9.TabIndex = 0;
  344. this.label9.Text = "label1";
  345. //
  346. // label10
  347. //
  348. this.label10.AutoSize = true;
  349. this.label10.Location = new System.Drawing.Point(13, 14);
  350. this.label10.Name = "label10";
  351. this.label10.Size = new System.Drawing.Size(41, 12);
  352. this.label10.TabIndex = 0;
  353. this.label10.Text = "label1";
  354. //
  355. // panel6
  356. //
  357. this.panel6.Controls.Add(this.textBox6);
  358. this.panel6.Controls.Add(this.label11);
  359. this.panel6.Controls.Add(this.label12);
  360. this.panel6.Location = new System.Drawing.Point(12, 72);
  361. this.panel6.Name = "panel6";
  362. this.panel6.Size = new System.Drawing.Size(300, 44);
  363. this.panel6.TabIndex = 0;
  364. //
  365. // textBox6
  366. //
  367. this.textBox6.Location = new System.Drawing.Point(85, 11);
  368. this.textBox6.Name = "textBox6";
  369. this.textBox6.Size = new System.Drawing.Size(100, 21);
  370. this.textBox6.TabIndex = 1;
  371. //
  372. // label11
  373. //
  374. this.label11.AutoSize = true;
  375. this.label11.Location = new System.Drawing.Point(237, 14);
  376. this.label11.Name = "label11";
  377. this.label11.Size = new System.Drawing.Size(41, 12);
  378. this.label11.TabIndex = 0;
  379. this.label11.Text = "label1";
  380. //
  381. // label12
  382. //
  383. this.label12.AutoSize = true;
  384. this.label12.Location = new System.Drawing.Point(13, 14);
  385. this.label12.Name = "label12";
  386. this.label12.Size = new System.Drawing.Size(41, 12);
  387. this.label12.TabIndex = 0;
  388. this.label12.Text = "label1";
  389. //
  390. // panel7
  391. //
  392. this.panel7.Controls.Add(this.textBox7);
  393. this.panel7.Controls.Add(this.label13);
  394. this.panel7.Controls.Add(this.label14);
  395. this.panel7.Location = new System.Drawing.Point(340, 72);
  396. this.panel7.Name = "panel7";
  397. this.panel7.Size = new System.Drawing.Size(300, 44);
  398. this.panel7.TabIndex = 0;
  399. //
  400. // textBox7
  401. //
  402. this.textBox7.Location = new System.Drawing.Point(85, 11);
  403. this.textBox7.Name = "textBox7";
  404. this.textBox7.Size = new System.Drawing.Size(100, 21);
  405. this.textBox7.TabIndex = 1;
  406. //
  407. // label13
  408. //
  409. this.label13.AutoSize = true;
  410. this.label13.Location = new System.Drawing.Point(237, 14);
  411. this.label13.Name = "label13";
  412. this.label13.Size = new System.Drawing.Size(41, 12);
  413. this.label13.TabIndex = 0;
  414. this.label13.Text = "label1";
  415. //
  416. // label14
  417. //
  418. this.label14.AutoSize = true;
  419. this.label14.Location = new System.Drawing.Point(13, 14);
  420. this.label14.Name = "label14";
  421. this.label14.Size = new System.Drawing.Size(41, 12);
  422. this.label14.TabIndex = 0;
  423. this.label14.Text = "label1";
  424. //
  425. // panel8
  426. //
  427. this.panel8.Controls.Add(this.textBox8);
  428. this.panel8.Controls.Add(this.label15);
  429. this.panel8.Controls.Add(this.label16);
  430. this.panel8.Location = new System.Drawing.Point(684, 72);
  431. this.panel8.Name = "panel8";
  432. this.panel8.Size = new System.Drawing.Size(300, 44);
  433. this.panel8.TabIndex = 0;
  434. //
  435. // textBox8
  436. //
  437. this.textBox8.Location = new System.Drawing.Point(85, 11);
  438. this.textBox8.Name = "textBox8";
  439. this.textBox8.Size = new System.Drawing.Size(100, 21);
  440. this.textBox8.TabIndex = 1;
  441. //
  442. // label15
  443. //
  444. this.label15.AutoSize = true;
  445. this.label15.Location = new System.Drawing.Point(237, 14);
  446. this.label15.Name = "label15";
  447. this.label15.Size = new System.Drawing.Size(41, 12);
  448. this.label15.TabIndex = 0;
  449. this.label15.Text = "label1";
  450. //
  451. // label16
  452. //
  453. this.label16.AutoSize = true;
  454. this.label16.Location = new System.Drawing.Point(13, 14);
  455. this.label16.Name = "label16";
  456. this.label16.Size = new System.Drawing.Size(41, 12);
  457. this.label16.TabIndex = 0;
  458. this.label16.Text = "label1";
  459. //
  460. // panel9
  461. //
  462. this.panel9.Controls.Add(this.textBox9);
  463. this.panel9.Controls.Add(this.label17);
  464. this.panel9.Controls.Add(this.label18);
  465. this.panel9.Location = new System.Drawing.Point(1018, 72);
  466. this.panel9.Name = "panel9";
  467. this.panel9.Size = new System.Drawing.Size(300, 44);
  468. this.panel9.TabIndex = 0;
  469. //
  470. // textBox9
  471. //
  472. this.textBox9.Location = new System.Drawing.Point(85, 11);
  473. this.textBox9.Name = "textBox9";
  474. this.textBox9.Size = new System.Drawing.Size(100, 21);
  475. this.textBox9.TabIndex = 1;
  476. //
  477. // label17
  478. //
  479. this.label17.AutoSize = true;
  480. this.label17.Location = new System.Drawing.Point(237, 14);
  481. this.label17.Name = "label17";
  482. this.label17.Size = new System.Drawing.Size(41, 12);
  483. this.label17.TabIndex = 0;
  484. this.label17.Text = "label1";
  485. //
  486. // label18
  487. //
  488. this.label18.AutoSize = true;
  489. this.label18.Location = new System.Drawing.Point(13, 14);
  490. this.label18.Name = "label18";
  491. this.label18.Size = new System.Drawing.Size(41, 12);
  492. this.label18.TabIndex = 0;
  493. this.label18.Text = "label1";
  494. //
  495. // panel10
  496. //
  497. this.panel10.Controls.Add(this.textBox10);
  498. this.panel10.Controls.Add(this.label19);
  499. this.panel10.Controls.Add(this.label20);
  500. this.panel10.Location = new System.Drawing.Point(1359, 72);
  501. this.panel10.Name = "panel10";
  502. this.panel10.Size = new System.Drawing.Size(300, 44);
  503. this.panel10.TabIndex = 0;
  504. //
  505. // textBox10
  506. //
  507. this.textBox10.Location = new System.Drawing.Point(85, 11);
  508. this.textBox10.Name = "textBox10";
  509. this.textBox10.Size = new System.Drawing.Size(100, 21);
  510. this.textBox10.TabIndex = 1;
  511. //
  512. // label19
  513. //
  514. this.label19.AutoSize = true;
  515. this.label19.Location = new System.Drawing.Point(237, 14);
  516. this.label19.Name = "label19";
  517. this.label19.Size = new System.Drawing.Size(41, 12);
  518. this.label19.TabIndex = 0;
  519. this.label19.Text = "label1";
  520. //
  521. // label20
  522. //
  523. this.label20.AutoSize = true;
  524. this.label20.Location = new System.Drawing.Point(13, 14);
  525. this.label20.Name = "label20";
  526. this.label20.Size = new System.Drawing.Size(41, 12);
  527. this.label20.TabIndex = 0;
  528. this.label20.Text = "label1";
  529. //
  530. // panel11
  531. //
  532. this.panel11.Controls.Add(this.textBox11);
  533. this.panel11.Controls.Add(this.label21);
  534. this.panel11.Controls.Add(this.label22);
  535. this.panel11.Location = new System.Drawing.Point(12, 137);
  536. this.panel11.Name = "panel11";
  537. this.panel11.Size = new System.Drawing.Size(300, 44);
  538. this.panel11.TabIndex = 0;
  539. //
  540. // textBox11
  541. //
  542. this.textBox11.Location = new System.Drawing.Point(85, 11);
  543. this.textBox11.Name = "textBox11";
  544. this.textBox11.Size = new System.Drawing.Size(100, 21);
  545. this.textBox11.TabIndex = 1;
  546. //
  547. // label21
  548. //
  549. this.label21.AutoSize = true;
  550. this.label21.Location = new System.Drawing.Point(237, 14);
  551. this.label21.Name = "label21";
  552. this.label21.Size = new System.Drawing.Size(41, 12);
  553. this.label21.TabIndex = 0;
  554. this.label21.Text = "label1";
  555. //
  556. // label22
  557. //
  558. this.label22.AutoSize = true;
  559. this.label22.Location = new System.Drawing.Point(13, 14);
  560. this.label22.Name = "label22";
  561. this.label22.Size = new System.Drawing.Size(41, 12);
  562. this.label22.TabIndex = 0;
  563. this.label22.Text = "label1";
  564. //
  565. // panel12
  566. //
  567. this.panel12.Controls.Add(this.textBox12);
  568. this.panel12.Controls.Add(this.label23);
  569. this.panel12.Controls.Add(this.label24);
  570. this.panel12.Location = new System.Drawing.Point(340, 137);
  571. this.panel12.Name = "panel12";
  572. this.panel12.Size = new System.Drawing.Size(300, 44);
  573. this.panel12.TabIndex = 0;
  574. //
  575. // textBox12
  576. //
  577. this.textBox12.Location = new System.Drawing.Point(85, 11);
  578. this.textBox12.Name = "textBox12";
  579. this.textBox12.Size = new System.Drawing.Size(100, 21);
  580. this.textBox12.TabIndex = 1;
  581. //
  582. // label23
  583. //
  584. this.label23.AutoSize = true;
  585. this.label23.Location = new System.Drawing.Point(237, 14);
  586. this.label23.Name = "label23";
  587. this.label23.Size = new System.Drawing.Size(41, 12);
  588. this.label23.TabIndex = 0;
  589. this.label23.Text = "label1";
  590. //
  591. // label24
  592. //
  593. this.label24.AutoSize = true;
  594. this.label24.Location = new System.Drawing.Point(13, 14);
  595. this.label24.Name = "label24";
  596. this.label24.Size = new System.Drawing.Size(41, 12);
  597. this.label24.TabIndex = 0;
  598. this.label24.Text = "label1";
  599. //
  600. // panel13
  601. //
  602. this.panel13.Controls.Add(this.textBox13);
  603. this.panel13.Controls.Add(this.label25);
  604. this.panel13.Controls.Add(this.label26);
  605. this.panel13.Location = new System.Drawing.Point(684, 137);
  606. this.panel13.Name = "panel13";
  607. this.panel13.Size = new System.Drawing.Size(300, 44);
  608. this.panel13.TabIndex = 0;
  609. //
  610. // textBox13
  611. //
  612. this.textBox13.Location = new System.Drawing.Point(85, 11);
  613. this.textBox13.Name = "textBox13";
  614. this.textBox13.Size = new System.Drawing.Size(100, 21);
  615. this.textBox13.TabIndex = 1;
  616. //
  617. // label25
  618. //
  619. this.label25.AutoSize = true;
  620. this.label25.Location = new System.Drawing.Point(237, 14);
  621. this.label25.Name = "label25";
  622. this.label25.Size = new System.Drawing.Size(41, 12);
  623. this.label25.TabIndex = 0;
  624. this.label25.Text = "label1";
  625. //
  626. // label26
  627. //
  628. this.label26.AutoSize = true;
  629. this.label26.Location = new System.Drawing.Point(13, 14);
  630. this.label26.Name = "label26";
  631. this.label26.Size = new System.Drawing.Size(41, 12);
  632. this.label26.TabIndex = 0;
  633. this.label26.Text = "label1";
  634. //
  635. // panel14
  636. //
  637. this.panel14.Controls.Add(this.textBox14);
  638. this.panel14.Controls.Add(this.label27);
  639. this.panel14.Controls.Add(this.label28);
  640. this.panel14.Location = new System.Drawing.Point(1018, 137);
  641. this.panel14.Name = "panel14";
  642. this.panel14.Size = new System.Drawing.Size(300, 44);
  643. this.panel14.TabIndex = 0;
  644. //
  645. // textBox14
  646. //
  647. this.textBox14.Location = new System.Drawing.Point(85, 11);
  648. this.textBox14.Name = "textBox14";
  649. this.textBox14.Size = new System.Drawing.Size(100, 21);
  650. this.textBox14.TabIndex = 1;
  651. //
  652. // label27
  653. //
  654. this.label27.AutoSize = true;
  655. this.label27.Location = new System.Drawing.Point(237, 14);
  656. this.label27.Name = "label27";
  657. this.label27.Size = new System.Drawing.Size(41, 12);
  658. this.label27.TabIndex = 0;
  659. this.label27.Text = "label1";
  660. //
  661. // label28
  662. //
  663. this.label28.AutoSize = true;
  664. this.label28.Location = new System.Drawing.Point(13, 14);
  665. this.label28.Name = "label28";
  666. this.label28.Size = new System.Drawing.Size(41, 12);
  667. this.label28.TabIndex = 0;
  668. this.label28.Text = "label1";
  669. //
  670. // panel15
  671. //
  672. this.panel15.Controls.Add(this.textBox15);
  673. this.panel15.Controls.Add(this.label29);
  674. this.panel15.Controls.Add(this.label30);
  675. this.panel15.Location = new System.Drawing.Point(1359, 137);
  676. this.panel15.Name = "panel15";
  677. this.panel15.Size = new System.Drawing.Size(300, 44);
  678. this.panel15.TabIndex = 0;
  679. //
  680. // textBox15
  681. //
  682. this.textBox15.Location = new System.Drawing.Point(85, 11);
  683. this.textBox15.Name = "textBox15";
  684. this.textBox15.Size = new System.Drawing.Size(100, 21);
  685. this.textBox15.TabIndex = 1;
  686. //
  687. // label29
  688. //
  689. this.label29.AutoSize = true;
  690. this.label29.Location = new System.Drawing.Point(237, 14);
  691. this.label29.Name = "label29";
  692. this.label29.Size = new System.Drawing.Size(41, 12);
  693. this.label29.TabIndex = 0;
  694. this.label29.Text = "label1";
  695. //
  696. // label30
  697. //
  698. this.label30.AutoSize = true;
  699. this.label30.Location = new System.Drawing.Point(13, 14);
  700. this.label30.Name = "label30";
  701. this.label30.Size = new System.Drawing.Size(41, 12);
  702. this.label30.TabIndex = 0;
  703. this.label30.Text = "label1";
  704. //
  705. // panel16
  706. //
  707. this.panel16.Controls.Add(this.textBox16);
  708. this.panel16.Controls.Add(this.label31);
  709. this.panel16.Controls.Add(this.label32);
  710. this.panel16.Location = new System.Drawing.Point(12, 212);
  711. this.panel16.Name = "panel16";
  712. this.panel16.Size = new System.Drawing.Size(300, 44);
  713. this.panel16.TabIndex = 0;
  714. //
  715. // textBox16
  716. //
  717. this.textBox16.Location = new System.Drawing.Point(85, 11);
  718. this.textBox16.Name = "textBox16";
  719. this.textBox16.Size = new System.Drawing.Size(100, 21);
  720. this.textBox16.TabIndex = 1;
  721. //
  722. // label31
  723. //
  724. this.label31.AutoSize = true;
  725. this.label31.Location = new System.Drawing.Point(237, 14);
  726. this.label31.Name = "label31";
  727. this.label31.Size = new System.Drawing.Size(41, 12);
  728. this.label31.TabIndex = 0;
  729. this.label31.Text = "label1";
  730. //
  731. // label32
  732. //
  733. this.label32.AutoSize = true;
  734. this.label32.Location = new System.Drawing.Point(13, 14);
  735. this.label32.Name = "label32";
  736. this.label32.Size = new System.Drawing.Size(41, 12);
  737. this.label32.TabIndex = 0;
  738. this.label32.Text = "label1";
  739. //
  740. // panel17
  741. //
  742. this.panel17.Controls.Add(this.textBox17);
  743. this.panel17.Controls.Add(this.label33);
  744. this.panel17.Controls.Add(this.label34);
  745. this.panel17.Location = new System.Drawing.Point(340, 212);
  746. this.panel17.Name = "panel17";
  747. this.panel17.Size = new System.Drawing.Size(300, 44);
  748. this.panel17.TabIndex = 0;
  749. //
  750. // textBox17
  751. //
  752. this.textBox17.Location = new System.Drawing.Point(85, 11);
  753. this.textBox17.Name = "textBox17";
  754. this.textBox17.Size = new System.Drawing.Size(100, 21);
  755. this.textBox17.TabIndex = 1;
  756. //
  757. // label33
  758. //
  759. this.label33.AutoSize = true;
  760. this.label33.Location = new System.Drawing.Point(237, 14);
  761. this.label33.Name = "label33";
  762. this.label33.Size = new System.Drawing.Size(41, 12);
  763. this.label33.TabIndex = 0;
  764. this.label33.Text = "label1";
  765. //
  766. // label34
  767. //
  768. this.label34.AutoSize = true;
  769. this.label34.Location = new System.Drawing.Point(13, 14);
  770. this.label34.Name = "label34";
  771. this.label34.Size = new System.Drawing.Size(41, 12);
  772. this.label34.TabIndex = 0;
  773. this.label34.Text = "label1";
  774. //
  775. // panel18
  776. //
  777. this.panel18.Controls.Add(this.textBox18);
  778. this.panel18.Controls.Add(this.label35);
  779. this.panel18.Controls.Add(this.label36);
  780. this.panel18.Location = new System.Drawing.Point(684, 212);
  781. this.panel18.Name = "panel18";
  782. this.panel18.Size = new System.Drawing.Size(300, 44);
  783. this.panel18.TabIndex = 0;
  784. //
  785. // textBox18
  786. //
  787. this.textBox18.Location = new System.Drawing.Point(85, 11);
  788. this.textBox18.Name = "textBox18";
  789. this.textBox18.Size = new System.Drawing.Size(100, 21);
  790. this.textBox18.TabIndex = 1;
  791. //
  792. // label35
  793. //
  794. this.label35.AutoSize = true;
  795. this.label35.Location = new System.Drawing.Point(237, 14);
  796. this.label35.Name = "label35";
  797. this.label35.Size = new System.Drawing.Size(41, 12);
  798. this.label35.TabIndex = 0;
  799. this.label35.Text = "label1";
  800. //
  801. // label36
  802. //
  803. this.label36.AutoSize = true;
  804. this.label36.Location = new System.Drawing.Point(13, 14);
  805. this.label36.Name = "label36";
  806. this.label36.Size = new System.Drawing.Size(41, 12);
  807. this.label36.TabIndex = 0;
  808. this.label36.Text = "label1";
  809. //
  810. // panel19
  811. //
  812. this.panel19.Controls.Add(this.textBox19);
  813. this.panel19.Controls.Add(this.label37);
  814. this.panel19.Controls.Add(this.label38);
  815. this.panel19.Location = new System.Drawing.Point(1018, 212);
  816. this.panel19.Name = "panel19";
  817. this.panel19.Size = new System.Drawing.Size(300, 44);
  818. this.panel19.TabIndex = 0;
  819. //
  820. // textBox19
  821. //
  822. this.textBox19.Location = new System.Drawing.Point(85, 11);
  823. this.textBox19.Name = "textBox19";
  824. this.textBox19.Size = new System.Drawing.Size(100, 21);
  825. this.textBox19.TabIndex = 1;
  826. //
  827. // label37
  828. //
  829. this.label37.AutoSize = true;
  830. this.label37.Location = new System.Drawing.Point(237, 14);
  831. this.label37.Name = "label37";
  832. this.label37.Size = new System.Drawing.Size(41, 12);
  833. this.label37.TabIndex = 0;
  834. this.label37.Text = "label1";
  835. //
  836. // label38
  837. //
  838. this.label38.AutoSize = true;
  839. this.label38.Location = new System.Drawing.Point(13, 14);
  840. this.label38.Name = "label38";
  841. this.label38.Size = new System.Drawing.Size(41, 12);
  842. this.label38.TabIndex = 0;
  843. this.label38.Text = "label1";
  844. //
  845. // panel20
  846. //
  847. this.panel20.Controls.Add(this.textBox20);
  848. this.panel20.Controls.Add(this.label39);
  849. this.panel20.Controls.Add(this.label40);
  850. this.panel20.Location = new System.Drawing.Point(1359, 212);
  851. this.panel20.Name = "panel20";
  852. this.panel20.Size = new System.Drawing.Size(300, 44);
  853. this.panel20.TabIndex = 0;
  854. //
  855. // textBox20
  856. //
  857. this.textBox20.Location = new System.Drawing.Point(85, 11);
  858. this.textBox20.Name = "textBox20";
  859. this.textBox20.Size = new System.Drawing.Size(100, 21);
  860. this.textBox20.TabIndex = 1;
  861. //
  862. // label39
  863. //
  864. this.label39.AutoSize = true;
  865. this.label39.Location = new System.Drawing.Point(237, 14);
  866. this.label39.Name = "label39";
  867. this.label39.Size = new System.Drawing.Size(41, 12);
  868. this.label39.TabIndex = 0;
  869. this.label39.Text = "label1";
  870. //
  871. // label40
  872. //
  873. this.label40.AutoSize = true;
  874. this.label40.Location = new System.Drawing.Point(13, 14);
  875. this.label40.Name = "label40";
  876. this.label40.Size = new System.Drawing.Size(41, 12);
  877. this.label40.TabIndex = 0;
  878. this.label40.Text = "label1";
  879. //
  880. // panel21
  881. //
  882. this.panel21.Controls.Add(this.textBox21);
  883. this.panel21.Controls.Add(this.label41);
  884. this.panel21.Controls.Add(this.label42);
  885. this.panel21.Location = new System.Drawing.Point(12, 275);
  886. this.panel21.Name = "panel21";
  887. this.panel21.Size = new System.Drawing.Size(300, 44);
  888. this.panel21.TabIndex = 0;
  889. //
  890. // textBox21
  891. //
  892. this.textBox21.Location = new System.Drawing.Point(85, 11);
  893. this.textBox21.Name = "textBox21";
  894. this.textBox21.Size = new System.Drawing.Size(100, 21);
  895. this.textBox21.TabIndex = 1;
  896. //
  897. // label41
  898. //
  899. this.label41.AutoSize = true;
  900. this.label41.Location = new System.Drawing.Point(237, 14);
  901. this.label41.Name = "label41";
  902. this.label41.Size = new System.Drawing.Size(41, 12);
  903. this.label41.TabIndex = 0;
  904. this.label41.Text = "label1";
  905. //
  906. // label42
  907. //
  908. this.label42.AutoSize = true;
  909. this.label42.Location = new System.Drawing.Point(13, 14);
  910. this.label42.Name = "label42";
  911. this.label42.Size = new System.Drawing.Size(41, 12);
  912. this.label42.TabIndex = 0;
  913. this.label42.Text = "label1";
  914. //
  915. // panel22
  916. //
  917. this.panel22.Controls.Add(this.textBox22);
  918. this.panel22.Controls.Add(this.label43);
  919. this.panel22.Controls.Add(this.label44);
  920. this.panel22.Location = new System.Drawing.Point(340, 275);
  921. this.panel22.Name = "panel22";
  922. this.panel22.Size = new System.Drawing.Size(300, 44);
  923. this.panel22.TabIndex = 0;
  924. //
  925. // textBox22
  926. //
  927. this.textBox22.Location = new System.Drawing.Point(85, 11);
  928. this.textBox22.Name = "textBox22";
  929. this.textBox22.Size = new System.Drawing.Size(100, 21);
  930. this.textBox22.TabIndex = 1;
  931. //
  932. // label43
  933. //
  934. this.label43.AutoSize = true;
  935. this.label43.Location = new System.Drawing.Point(237, 14);
  936. this.label43.Name = "label43";
  937. this.label43.Size = new System.Drawing.Size(41, 12);
  938. this.label43.TabIndex = 0;
  939. this.label43.Text = "label1";
  940. //
  941. // label44
  942. //
  943. this.label44.AutoSize = true;
  944. this.label44.Location = new System.Drawing.Point(13, 14);
  945. this.label44.Name = "label44";
  946. this.label44.Size = new System.Drawing.Size(41, 12);
  947. this.label44.TabIndex = 0;
  948. this.label44.Text = "label1";
  949. //
  950. // panel23
  951. //
  952. this.panel23.Controls.Add(this.textBox23);
  953. this.panel23.Controls.Add(this.label45);
  954. this.panel23.Controls.Add(this.label46);
  955. this.panel23.Location = new System.Drawing.Point(684, 275);
  956. this.panel23.Name = "panel23";
  957. this.panel23.Size = new System.Drawing.Size(300, 44);
  958. this.panel23.TabIndex = 0;
  959. //
  960. // textBox23
  961. //
  962. this.textBox23.Location = new System.Drawing.Point(85, 11);
  963. this.textBox23.Name = "textBox23";
  964. this.textBox23.Size = new System.Drawing.Size(100, 21);
  965. this.textBox23.TabIndex = 1;
  966. //
  967. // label45
  968. //
  969. this.label45.AutoSize = true;
  970. this.label45.Location = new System.Drawing.Point(237, 14);
  971. this.label45.Name = "label45";
  972. this.label45.Size = new System.Drawing.Size(41, 12);
  973. this.label45.TabIndex = 0;
  974. this.label45.Text = "label1";
  975. //
  976. // label46
  977. //
  978. this.label46.AutoSize = true;
  979. this.label46.Location = new System.Drawing.Point(13, 14);
  980. this.label46.Name = "label46";
  981. this.label46.Size = new System.Drawing.Size(41, 12);
  982. this.label46.TabIndex = 0;
  983. this.label46.Text = "label1";
  984. //
  985. // panel24
  986. //
  987. this.panel24.Controls.Add(this.textBox24);
  988. this.panel24.Controls.Add(this.label47);
  989. this.panel24.Controls.Add(this.label48);
  990. this.panel24.Location = new System.Drawing.Point(1018, 275);
  991. this.panel24.Name = "panel24";
  992. this.panel24.Size = new System.Drawing.Size(300, 44);
  993. this.panel24.TabIndex = 0;
  994. //
  995. // textBox24
  996. //
  997. this.textBox24.Location = new System.Drawing.Point(85, 11);
  998. this.textBox24.Name = "textBox24";
  999. this.textBox24.Size = new System.Drawing.Size(100, 21);
  1000. this.textBox24.TabIndex = 1;
  1001. //
  1002. // label47
  1003. //
  1004. this.label47.AutoSize = true;
  1005. this.label47.Location = new System.Drawing.Point(237, 14);
  1006. this.label47.Name = "label47";
  1007. this.label47.Size = new System.Drawing.Size(41, 12);
  1008. this.label47.TabIndex = 0;
  1009. this.label47.Text = "label1";
  1010. //
  1011. // label48
  1012. //
  1013. this.label48.AutoSize = true;
  1014. this.label48.Location = new System.Drawing.Point(13, 14);
  1015. this.label48.Name = "label48";
  1016. this.label48.Size = new System.Drawing.Size(41, 12);
  1017. this.label48.TabIndex = 0;
  1018. this.label48.Text = "label1";
  1019. //
  1020. // panel25
  1021. //
  1022. this.panel25.Controls.Add(this.textBox25);
  1023. this.panel25.Controls.Add(this.label49);
  1024. this.panel25.Controls.Add(this.label50);
  1025. this.panel25.Location = new System.Drawing.Point(1359, 275);
  1026. this.panel25.Name = "panel25";
  1027. this.panel25.Size = new System.Drawing.Size(300, 44);
  1028. this.panel25.TabIndex = 0;
  1029. //
  1030. // textBox25
  1031. //
  1032. this.textBox25.Location = new System.Drawing.Point(85, 11);
  1033. this.textBox25.Name = "textBox25";
  1034. this.textBox25.Size = new System.Drawing.Size(100, 21);
  1035. this.textBox25.TabIndex = 1;
  1036. //
  1037. // label49
  1038. //
  1039. this.label49.AutoSize = true;
  1040. this.label49.Location = new System.Drawing.Point(237, 14);
  1041. this.label49.Name = "label49";
  1042. this.label49.Size = new System.Drawing.Size(41, 12);
  1043. this.label49.TabIndex = 0;
  1044. this.label49.Text = "label1";
  1045. //
  1046. // label50
  1047. //
  1048. this.label50.AutoSize = true;
  1049. this.label50.Location = new System.Drawing.Point(13, 14);
  1050. this.label50.Name = "label50";
  1051. this.label50.Size = new System.Drawing.Size(41, 12);
  1052. this.label50.TabIndex = 0;
  1053. this.label50.Text = "label1";
  1054. //
  1055. // panel26
  1056. //
  1057. this.panel26.Controls.Add(this.textBox26);
  1058. this.panel26.Controls.Add(this.label51);
  1059. this.panel26.Controls.Add(this.label52);
  1060. this.panel26.Location = new System.Drawing.Point(12, 340);
  1061. this.panel26.Name = "panel26";
  1062. this.panel26.Size = new System.Drawing.Size(300, 44);
  1063. this.panel26.TabIndex = 0;
  1064. //
  1065. // textBox26
  1066. //
  1067. this.textBox26.Location = new System.Drawing.Point(85, 11);
  1068. this.textBox26.Name = "textBox26";
  1069. this.textBox26.Size = new System.Drawing.Size(100, 21);
  1070. this.textBox26.TabIndex = 1;
  1071. //
  1072. // label51
  1073. //
  1074. this.label51.AutoSize = true;
  1075. this.label51.Location = new System.Drawing.Point(237, 14);
  1076. this.label51.Name = "label51";
  1077. this.label51.Size = new System.Drawing.Size(41, 12);
  1078. this.label51.TabIndex = 0;
  1079. this.label51.Text = "label1";
  1080. //
  1081. // label52
  1082. //
  1083. this.label52.AutoSize = true;
  1084. this.label52.Location = new System.Drawing.Point(13, 14);
  1085. this.label52.Name = "label52";
  1086. this.label52.Size = new System.Drawing.Size(41, 12);
  1087. this.label52.TabIndex = 0;
  1088. this.label52.Text = "label1";
  1089. //
  1090. // panel27
  1091. //
  1092. this.panel27.Controls.Add(this.textBox27);
  1093. this.panel27.Controls.Add(this.label53);
  1094. this.panel27.Controls.Add(this.label54);
  1095. this.panel27.Location = new System.Drawing.Point(340, 340);
  1096. this.panel27.Name = "panel27";
  1097. this.panel27.Size = new System.Drawing.Size(300, 44);
  1098. this.panel27.TabIndex = 0;
  1099. //
  1100. // textBox27
  1101. //
  1102. this.textBox27.Location = new System.Drawing.Point(85, 11);
  1103. this.textBox27.Name = "textBox27";
  1104. this.textBox27.Size = new System.Drawing.Size(100, 21);
  1105. this.textBox27.TabIndex = 1;
  1106. //
  1107. // label53
  1108. //
  1109. this.label53.AutoSize = true;
  1110. this.label53.Location = new System.Drawing.Point(237, 14);
  1111. this.label53.Name = "label53";
  1112. this.label53.Size = new System.Drawing.Size(41, 12);
  1113. this.label53.TabIndex = 0;
  1114. this.label53.Text = "label1";
  1115. //
  1116. // label54
  1117. //
  1118. this.label54.AutoSize = true;
  1119. this.label54.Location = new System.Drawing.Point(13, 14);
  1120. this.label54.Name = "label54";
  1121. this.label54.Size = new System.Drawing.Size(41, 12);
  1122. this.label54.TabIndex = 0;
  1123. this.label54.Text = "label1";
  1124. //
  1125. // panel28
  1126. //
  1127. this.panel28.Controls.Add(this.textBox28);
  1128. this.panel28.Controls.Add(this.label55);
  1129. this.panel28.Controls.Add(this.label56);
  1130. this.panel28.Location = new System.Drawing.Point(684, 340);
  1131. this.panel28.Name = "panel28";
  1132. this.panel28.Size = new System.Drawing.Size(300, 44);
  1133. this.panel28.TabIndex = 0;
  1134. //
  1135. // textBox28
  1136. //
  1137. this.textBox28.Location = new System.Drawing.Point(85, 11);
  1138. this.textBox28.Name = "textBox28";
  1139. this.textBox28.Size = new System.Drawing.Size(100, 21);
  1140. this.textBox28.TabIndex = 1;
  1141. //
  1142. // label55
  1143. //
  1144. this.label55.AutoSize = true;
  1145. this.label55.Location = new System.Drawing.Point(237, 14);
  1146. this.label55.Name = "label55";
  1147. this.label55.Size = new System.Drawing.Size(41, 12);
  1148. this.label55.TabIndex = 0;
  1149. this.label55.Text = "label1";
  1150. //
  1151. // label56
  1152. //
  1153. this.label56.AutoSize = true;
  1154. this.label56.Location = new System.Drawing.Point(13, 14);
  1155. this.label56.Name = "label56";
  1156. this.label56.Size = new System.Drawing.Size(41, 12);
  1157. this.label56.TabIndex = 0;
  1158. this.label56.Text = "label1";
  1159. //
  1160. // panel29
  1161. //
  1162. this.panel29.Controls.Add(this.textBox29);
  1163. this.panel29.Controls.Add(this.label57);
  1164. this.panel29.Controls.Add(this.label58);
  1165. this.panel29.Location = new System.Drawing.Point(1018, 340);
  1166. this.panel29.Name = "panel29";
  1167. this.panel29.Size = new System.Drawing.Size(300, 44);
  1168. this.panel29.TabIndex = 0;
  1169. //
  1170. // textBox29
  1171. //
  1172. this.textBox29.Location = new System.Drawing.Point(85, 11);
  1173. this.textBox29.Name = "textBox29";
  1174. this.textBox29.Size = new System.Drawing.Size(100, 21);
  1175. this.textBox29.TabIndex = 1;
  1176. //
  1177. // label57
  1178. //
  1179. this.label57.AutoSize = true;
  1180. this.label57.Location = new System.Drawing.Point(237, 14);
  1181. this.label57.Name = "label57";
  1182. this.label57.Size = new System.Drawing.Size(41, 12);
  1183. this.label57.TabIndex = 0;
  1184. this.label57.Text = "label1";
  1185. //
  1186. // label58
  1187. //
  1188. this.label58.AutoSize = true;
  1189. this.label58.Location = new System.Drawing.Point(13, 14);
  1190. this.label58.Name = "label58";
  1191. this.label58.Size = new System.Drawing.Size(41, 12);
  1192. this.label58.TabIndex = 0;
  1193. this.label58.Text = "label1";
  1194. //
  1195. // panel30
  1196. //
  1197. this.panel30.Controls.Add(this.textBox30);
  1198. this.panel30.Controls.Add(this.label59);
  1199. this.panel30.Controls.Add(this.label60);
  1200. this.panel30.Location = new System.Drawing.Point(1359, 340);
  1201. this.panel30.Name = "panel30";
  1202. this.panel30.Size = new System.Drawing.Size(300, 44);
  1203. this.panel30.TabIndex = 0;
  1204. //
  1205. // textBox30
  1206. //
  1207. this.textBox30.Location = new System.Drawing.Point(85, 11);
  1208. this.textBox30.Name = "textBox30";
  1209. this.textBox30.Size = new System.Drawing.Size(100, 21);
  1210. this.textBox30.TabIndex = 1;
  1211. //
  1212. // label59
  1213. //
  1214. this.label59.AutoSize = true;
  1215. this.label59.Location = new System.Drawing.Point(237, 14);
  1216. this.label59.Name = "label59";
  1217. this.label59.Size = new System.Drawing.Size(41, 12);
  1218. this.label59.TabIndex = 0;
  1219. this.label59.Text = "label1";
  1220. //
  1221. // label60
  1222. //
  1223. this.label60.AutoSize = true;
  1224. this.label60.Location = new System.Drawing.Point(13, 14);
  1225. this.label60.Name = "label60";
  1226. this.label60.Size = new System.Drawing.Size(41, 12);
  1227. this.label60.TabIndex = 0;
  1228. this.label60.Text = "label1";
  1229. //
  1230. // Form2
  1231. //
  1232. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1233. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1234. this.ClientSize = new System.Drawing.Size(1884, 961);
  1235. this.Controls.Add(this.panel30);
  1236. this.Controls.Add(this.panel25);
  1237. this.Controls.Add(this.panel20);
  1238. this.Controls.Add(this.panel15);
  1239. this.Controls.Add(this.panel10);
  1240. this.Controls.Add(this.panel5);
  1241. this.Controls.Add(this.panel29);
  1242. this.Controls.Add(this.panel24);
  1243. this.Controls.Add(this.panel19);
  1244. this.Controls.Add(this.panel14);
  1245. this.Controls.Add(this.panel9);
  1246. this.Controls.Add(this.panel4);
  1247. this.Controls.Add(this.panel28);
  1248. this.Controls.Add(this.panel23);
  1249. this.Controls.Add(this.panel18);
  1250. this.Controls.Add(this.panel13);
  1251. this.Controls.Add(this.panel8);
  1252. this.Controls.Add(this.panel3);
  1253. this.Controls.Add(this.panel27);
  1254. this.Controls.Add(this.panel22);
  1255. this.Controls.Add(this.panel17);
  1256. this.Controls.Add(this.panel12);
  1257. this.Controls.Add(this.panel7);
  1258. this.Controls.Add(this.panel2);
  1259. this.Controls.Add(this.panel26);
  1260. this.Controls.Add(this.panel21);
  1261. this.Controls.Add(this.panel16);
  1262. this.Controls.Add(this.panel11);
  1263. this.Controls.Add(this.panel6);
  1264. this.Controls.Add(this.panel1);
  1265. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1266. this.Name = "Form2";
  1267. this.Text = "Form2";
  1268. this.panel1.ResumeLayout(false);
  1269. this.panel1.PerformLayout();
  1270. this.panel2.ResumeLayout(false);
  1271. this.panel2.PerformLayout();
  1272. this.panel3.ResumeLayout(false);
  1273. this.panel3.PerformLayout();
  1274. this.panel4.ResumeLayout(false);
  1275. this.panel4.PerformLayout();
  1276. this.panel5.ResumeLayout(false);
  1277. this.panel5.PerformLayout();
  1278. this.panel6.ResumeLayout(false);
  1279. this.panel6.PerformLayout();
  1280. this.panel7.ResumeLayout(false);
  1281. this.panel7.PerformLayout();
  1282. this.panel8.ResumeLayout(false);
  1283. this.panel8.PerformLayout();
  1284. this.panel9.ResumeLayout(false);
  1285. this.panel9.PerformLayout();
  1286. this.panel10.ResumeLayout(false);
  1287. this.panel10.PerformLayout();
  1288. this.panel11.ResumeLayout(false);
  1289. this.panel11.PerformLayout();
  1290. this.panel12.ResumeLayout(false);
  1291. this.panel12.PerformLayout();
  1292. this.panel13.ResumeLayout(false);
  1293. this.panel13.PerformLayout();
  1294. this.panel14.ResumeLayout(false);
  1295. this.panel14.PerformLayout();
  1296. this.panel15.ResumeLayout(false);
  1297. this.panel15.PerformLayout();
  1298. this.panel16.ResumeLayout(false);
  1299. this.panel16.PerformLayout();
  1300. this.panel17.ResumeLayout(false);
  1301. this.panel17.PerformLayout();
  1302. this.panel18.ResumeLayout(false);
  1303. this.panel18.PerformLayout();
  1304. this.panel19.ResumeLayout(false);
  1305. this.panel19.PerformLayout();
  1306. this.panel20.ResumeLayout(false);
  1307. this.panel20.PerformLayout();
  1308. this.panel21.ResumeLayout(false);
  1309. this.panel21.PerformLayout();
  1310. this.panel22.ResumeLayout(false);
  1311. this.panel22.PerformLayout();
  1312. this.panel23.ResumeLayout(false);
  1313. this.panel23.PerformLayout();
  1314. this.panel24.ResumeLayout(false);
  1315. this.panel24.PerformLayout();
  1316. this.panel25.ResumeLayout(false);
  1317. this.panel25.PerformLayout();
  1318. this.panel26.ResumeLayout(false);
  1319. this.panel26.PerformLayout();
  1320. this.panel27.ResumeLayout(false);
  1321. this.panel27.PerformLayout();
  1322. this.panel28.ResumeLayout(false);
  1323. this.panel28.PerformLayout();
  1324. this.panel29.ResumeLayout(false);
  1325. this.panel29.PerformLayout();
  1326. this.panel30.ResumeLayout(false);
  1327. this.panel30.PerformLayout();
  1328. this.ResumeLayout(false);
  1329. }
  1330. #endregion
  1331. private System.Windows.Forms.Panel panel1;
  1332. private System.Windows.Forms.TextBox textBox1;
  1333. private System.Windows.Forms.Label label2;
  1334. private System.Windows.Forms.Label label1;
  1335. private System.Windows.Forms.Panel panel2;
  1336. private System.Windows.Forms.TextBox textBox2;
  1337. private System.Windows.Forms.Label label3;
  1338. private System.Windows.Forms.Label label4;
  1339. private System.Windows.Forms.Panel panel3;
  1340. private System.Windows.Forms.TextBox textBox3;
  1341. private System.Windows.Forms.Label label5;
  1342. private System.Windows.Forms.Label label6;
  1343. private System.Windows.Forms.Panel panel4;
  1344. private System.Windows.Forms.TextBox textBox4;
  1345. private System.Windows.Forms.Label label7;
  1346. private System.Windows.Forms.Label label8;
  1347. private System.Windows.Forms.Panel panel5;
  1348. private System.Windows.Forms.TextBox textBox5;
  1349. private System.Windows.Forms.Label label9;
  1350. private System.Windows.Forms.Label label10;
  1351. private System.Windows.Forms.Panel panel6;
  1352. private System.Windows.Forms.TextBox textBox6;
  1353. private System.Windows.Forms.Label label11;
  1354. private System.Windows.Forms.Label label12;
  1355. private System.Windows.Forms.Panel panel7;
  1356. private System.Windows.Forms.TextBox textBox7;
  1357. private System.Windows.Forms.Label label13;
  1358. private System.Windows.Forms.Label label14;
  1359. private System.Windows.Forms.Panel panel8;
  1360. private System.Windows.Forms.TextBox textBox8;
  1361. private System.Windows.Forms.Label label15;
  1362. private System.Windows.Forms.Label label16;
  1363. private System.Windows.Forms.Panel panel9;
  1364. private System.Windows.Forms.TextBox textBox9;
  1365. private System.Windows.Forms.Label label17;
  1366. private System.Windows.Forms.Label label18;
  1367. private System.Windows.Forms.Panel panel10;
  1368. private System.Windows.Forms.TextBox textBox10;
  1369. private System.Windows.Forms.Label label19;
  1370. private System.Windows.Forms.Label label20;
  1371. private System.Windows.Forms.Panel panel11;
  1372. private System.Windows.Forms.TextBox textBox11;
  1373. private System.Windows.Forms.Label label21;
  1374. private System.Windows.Forms.Label label22;
  1375. private System.Windows.Forms.Panel panel12;
  1376. private System.Windows.Forms.TextBox textBox12;
  1377. private System.Windows.Forms.Label label23;
  1378. private System.Windows.Forms.Label label24;
  1379. private System.Windows.Forms.Panel panel13;
  1380. private System.Windows.Forms.TextBox textBox13;
  1381. private System.Windows.Forms.Label label25;
  1382. private System.Windows.Forms.Label label26;
  1383. private System.Windows.Forms.Panel panel14;
  1384. private System.Windows.Forms.TextBox textBox14;
  1385. private System.Windows.Forms.Label label27;
  1386. private System.Windows.Forms.Label label28;
  1387. private System.Windows.Forms.Panel panel15;
  1388. private System.Windows.Forms.TextBox textBox15;
  1389. private System.Windows.Forms.Label label29;
  1390. private System.Windows.Forms.Label label30;
  1391. private System.Windows.Forms.Panel panel16;
  1392. private System.Windows.Forms.TextBox textBox16;
  1393. private System.Windows.Forms.Label label31;
  1394. private System.Windows.Forms.Label label32;
  1395. private System.Windows.Forms.Panel panel17;
  1396. private System.Windows.Forms.TextBox textBox17;
  1397. private System.Windows.Forms.Label label33;
  1398. private System.Windows.Forms.Label label34;
  1399. private System.Windows.Forms.Panel panel18;
  1400. private System.Windows.Forms.TextBox textBox18;
  1401. private System.Windows.Forms.Label label35;
  1402. private System.Windows.Forms.Label label36;
  1403. private System.Windows.Forms.Panel panel19;
  1404. private System.Windows.Forms.TextBox textBox19;
  1405. private System.Windows.Forms.Label label37;
  1406. private System.Windows.Forms.Label label38;
  1407. private System.Windows.Forms.Panel panel20;
  1408. private System.Windows.Forms.TextBox textBox20;
  1409. private System.Windows.Forms.Label label39;
  1410. private System.Windows.Forms.Label label40;
  1411. private System.Windows.Forms.Panel panel21;
  1412. private System.Windows.Forms.TextBox textBox21;
  1413. private System.Windows.Forms.Label label41;
  1414. private System.Windows.Forms.Label label42;
  1415. private System.Windows.Forms.Panel panel22;
  1416. private System.Windows.Forms.TextBox textBox22;
  1417. private System.Windows.Forms.Label label43;
  1418. private System.Windows.Forms.Label label44;
  1419. private System.Windows.Forms.Panel panel23;
  1420. private System.Windows.Forms.TextBox textBox23;
  1421. private System.Windows.Forms.Label label45;
  1422. private System.Windows.Forms.Label label46;
  1423. private System.Windows.Forms.Panel panel24;
  1424. private System.Windows.Forms.TextBox textBox24;
  1425. private System.Windows.Forms.Label label47;
  1426. private System.Windows.Forms.Label label48;
  1427. private System.Windows.Forms.Panel panel25;
  1428. private System.Windows.Forms.TextBox textBox25;
  1429. private System.Windows.Forms.Label label49;
  1430. private System.Windows.Forms.Label label50;
  1431. private System.Windows.Forms.Panel panel26;
  1432. private System.Windows.Forms.TextBox textBox26;
  1433. private System.Windows.Forms.Label label51;
  1434. private System.Windows.Forms.Label label52;
  1435. private System.Windows.Forms.Panel panel27;
  1436. private System.Windows.Forms.TextBox textBox27;
  1437. private System.Windows.Forms.Label label53;
  1438. private System.Windows.Forms.Label label54;
  1439. private System.Windows.Forms.Panel panel28;
  1440. private System.Windows.Forms.TextBox textBox28;
  1441. private System.Windows.Forms.Label label55;
  1442. private System.Windows.Forms.Label label56;
  1443. private System.Windows.Forms.Panel panel29;
  1444. private System.Windows.Forms.TextBox textBox29;
  1445. private System.Windows.Forms.Label label57;
  1446. private System.Windows.Forms.Label label58;
  1447. private System.Windows.Forms.Panel panel30;
  1448. private System.Windows.Forms.TextBox textBox30;
  1449. private System.Windows.Forms.Label label59;
  1450. private System.Windows.Forms.Label label60;
  1451. }
  1452. }