Form2.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. namespace DefSorter
  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.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.label10 = new System.Windows.Forms.Label();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.label12 = new System.Windows.Forms.Label();
  40. this.label13 = new System.Windows.Forms.Label();
  41. this.label14 = new System.Windows.Forms.Label();
  42. this.label15 = new System.Windows.Forms.Label();
  43. this.label16 = new System.Windows.Forms.Label();
  44. this.label17 = new System.Windows.Forms.Label();
  45. this.label18 = new System.Windows.Forms.Label();
  46. this.label19 = new System.Windows.Forms.Label();
  47. this.label20 = new System.Windows.Forms.Label();
  48. this.label21 = new System.Windows.Forms.Label();
  49. this.label22 = new System.Windows.Forms.Label();
  50. this.label23 = new System.Windows.Forms.Label();
  51. this.label24 = new System.Windows.Forms.Label();
  52. this.label25 = new System.Windows.Forms.Label();
  53. this.label26 = new System.Windows.Forms.Label();
  54. this.label27 = new System.Windows.Forms.Label();
  55. this.label28 = new System.Windows.Forms.Label();
  56. this.label29 = new System.Windows.Forms.Label();
  57. this.label30 = new System.Windows.Forms.Label();
  58. this.label31 = new System.Windows.Forms.Label();
  59. this.label32 = new System.Windows.Forms.Label();
  60. this.button1 = new System.Windows.Forms.Button();
  61. this.label33 = new System.Windows.Forms.Label();
  62. this.label34 = new System.Windows.Forms.Label();
  63. this.label35 = new System.Windows.Forms.Label();
  64. this.SuspendLayout();
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  70. this.label1.Location = new System.Drawing.Point(12, 9);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(255, 17);
  73. this.label1.TabIndex = 0;
  74. this.label1.Text = "Szczęśliwie posortowano. Wg kategorii:";
  75. //
  76. // label2
  77. //
  78. this.label2.AutoSize = true;
  79. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  80. this.label2.Location = new System.Drawing.Point(12, 26);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(59, 17);
  83. this.label2.TabIndex = 1;
  84. this.label2.Text = "40Spell:";
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  90. this.label3.Location = new System.Drawing.Point(12, 43);
  91. this.label3.Name = "label3";
  92. this.label3.Size = new System.Drawing.Size(87, 17);
  93. this.label3.TabIndex = 1;
  94. this.label3.Text = "41SpriteDef:";
  95. //
  96. // label4
  97. //
  98. this.label4.AutoSize = true;
  99. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  100. this.label4.Location = new System.Drawing.Point(12, 60);
  101. this.label4.Name = "label4";
  102. this.label4.Size = new System.Drawing.Size(83, 17);
  103. this.label4.TabIndex = 1;
  104. this.label4.Text = "42Creature:";
  105. //
  106. // label5
  107. //
  108. this.label5.AutoSize = true;
  109. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  110. this.label5.Location = new System.Drawing.Point(12, 77);
  111. this.label5.Name = "label5";
  112. this.label5.Size = new System.Drawing.Size(93, 17);
  113. this.label5.TabIndex = 1;
  114. this.label5.Text = "43AdvObject:";
  115. //
  116. // label6
  117. //
  118. this.label6.AutoSize = true;
  119. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  120. this.label6.Location = new System.Drawing.Point(12, 94);
  121. this.label6.Name = "label6";
  122. this.label6.Size = new System.Drawing.Size(59, 17);
  123. this.label6.TabIndex = 1;
  124. this.label6.Text = "44Hero:";
  125. //
  126. // label7
  127. //
  128. this.label7.AutoSize = true;
  129. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  130. this.label7.Location = new System.Drawing.Point(12, 111);
  131. this.label7.Name = "label7";
  132. this.label7.Size = new System.Drawing.Size(74, 17);
  133. this.label7.TabIndex = 1;
  134. this.label7.Text = "45Terrain:";
  135. //
  136. // label8
  137. //
  138. this.label8.AutoSize = true;
  139. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  140. this.label8.Location = new System.Drawing.Point(12, 128);
  141. this.label8.Name = "label8";
  142. this.label8.Size = new System.Drawing.Size(70, 17);
  143. this.label8.TabIndex = 1;
  144. this.label8.Text = "46Cursor:";
  145. //
  146. // label9
  147. //
  148. this.label9.AutoSize = true;
  149. this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  150. this.label9.Location = new System.Drawing.Point(12, 145);
  151. this.label9.Name = "label9";
  152. this.label9.Size = new System.Drawing.Size(83, 17);
  153. this.label9.TabIndex = 1;
  154. this.label9.Text = "47Interface:";
  155. //
  156. // label10
  157. //
  158. this.label10.AutoSize = true;
  159. this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  160. this.label10.Location = new System.Drawing.Point(12, 162);
  161. this.label10.Name = "label10";
  162. this.label10.Size = new System.Drawing.Size(101, 17);
  163. this.label10.TabIndex = 1;
  164. this.label10.Text = "48Spriteframe:";
  165. //
  166. // label11
  167. //
  168. this.label11.AutoSize = true;
  169. this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  170. this.label11.Location = new System.Drawing.Point(12, 179);
  171. this.label11.Name = "label11";
  172. this.label11.Size = new System.Drawing.Size(107, 17);
  173. this.label11.TabIndex = 1;
  174. this.label11.Text = "49CombatHero:";
  175. this.label11.Click += new System.EventHandler(this.label11_Click);
  176. //
  177. // label12
  178. //
  179. this.label12.AutoSize = true;
  180. this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  181. this.label12.Location = new System.Drawing.Point(125, 26);
  182. this.label12.Name = "label12";
  183. this.label12.Size = new System.Drawing.Size(48, 17);
  184. this.label12.TabIndex = 2;
  185. this.label12.Text = "XXXX";
  186. //
  187. // label13
  188. //
  189. this.label13.AutoSize = true;
  190. this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  191. this.label13.Location = new System.Drawing.Point(125, 43);
  192. this.label13.Name = "label13";
  193. this.label13.Size = new System.Drawing.Size(48, 17);
  194. this.label13.TabIndex = 2;
  195. this.label13.Text = "XXXX";
  196. //
  197. // label14
  198. //
  199. this.label14.AutoSize = true;
  200. this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  201. this.label14.Location = new System.Drawing.Point(125, 60);
  202. this.label14.Name = "label14";
  203. this.label14.Size = new System.Drawing.Size(48, 17);
  204. this.label14.TabIndex = 2;
  205. this.label14.Text = "XXXX";
  206. //
  207. // label15
  208. //
  209. this.label15.AutoSize = true;
  210. this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  211. this.label15.Location = new System.Drawing.Point(125, 77);
  212. this.label15.Name = "label15";
  213. this.label15.Size = new System.Drawing.Size(48, 17);
  214. this.label15.TabIndex = 2;
  215. this.label15.Text = "XXXX";
  216. //
  217. // label16
  218. //
  219. this.label16.AutoSize = true;
  220. this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  221. this.label16.Location = new System.Drawing.Point(125, 94);
  222. this.label16.Name = "label16";
  223. this.label16.Size = new System.Drawing.Size(48, 17);
  224. this.label16.TabIndex = 2;
  225. this.label16.Text = "XXXX";
  226. //
  227. // label17
  228. //
  229. this.label17.AutoSize = true;
  230. this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  231. this.label17.Location = new System.Drawing.Point(125, 111);
  232. this.label17.Name = "label17";
  233. this.label17.Size = new System.Drawing.Size(48, 17);
  234. this.label17.TabIndex = 2;
  235. this.label17.Text = "XXXX";
  236. //
  237. // label18
  238. //
  239. this.label18.AutoSize = true;
  240. this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  241. this.label18.Location = new System.Drawing.Point(125, 128);
  242. this.label18.Name = "label18";
  243. this.label18.Size = new System.Drawing.Size(48, 17);
  244. this.label18.TabIndex = 2;
  245. this.label18.Text = "XXXX";
  246. //
  247. // label19
  248. //
  249. this.label19.AutoSize = true;
  250. this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  251. this.label19.Location = new System.Drawing.Point(125, 145);
  252. this.label19.Name = "label19";
  253. this.label19.Size = new System.Drawing.Size(48, 17);
  254. this.label19.TabIndex = 2;
  255. this.label19.Text = "XXXX";
  256. //
  257. // label20
  258. //
  259. this.label20.AutoSize = true;
  260. this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  261. this.label20.Location = new System.Drawing.Point(125, 162);
  262. this.label20.Name = "label20";
  263. this.label20.Size = new System.Drawing.Size(48, 17);
  264. this.label20.TabIndex = 2;
  265. this.label20.Text = "XXXX";
  266. //
  267. // label21
  268. //
  269. this.label21.AutoSize = true;
  270. this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  271. this.label21.Location = new System.Drawing.Point(125, 179);
  272. this.label21.Name = "label21";
  273. this.label21.Size = new System.Drawing.Size(48, 17);
  274. this.label21.TabIndex = 2;
  275. this.label21.Text = "XXXX";
  276. //
  277. // label22
  278. //
  279. this.label22.AutoSize = true;
  280. this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  281. this.label22.Location = new System.Drawing.Point(179, 26);
  282. this.label22.Name = "label22";
  283. this.label22.Size = new System.Drawing.Size(49, 17);
  284. this.label22.TabIndex = 3;
  285. this.label22.Text = "defów.";
  286. //
  287. // label23
  288. //
  289. this.label23.AutoSize = true;
  290. this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  291. this.label23.Location = new System.Drawing.Point(179, 43);
  292. this.label23.Name = "label23";
  293. this.label23.Size = new System.Drawing.Size(49, 17);
  294. this.label23.TabIndex = 3;
  295. this.label23.Text = "defów.";
  296. //
  297. // label24
  298. //
  299. this.label24.AutoSize = true;
  300. this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  301. this.label24.Location = new System.Drawing.Point(179, 60);
  302. this.label24.Name = "label24";
  303. this.label24.Size = new System.Drawing.Size(49, 17);
  304. this.label24.TabIndex = 3;
  305. this.label24.Text = "defów.";
  306. //
  307. // label25
  308. //
  309. this.label25.AutoSize = true;
  310. this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  311. this.label25.Location = new System.Drawing.Point(179, 77);
  312. this.label25.Name = "label25";
  313. this.label25.Size = new System.Drawing.Size(49, 17);
  314. this.label25.TabIndex = 3;
  315. this.label25.Text = "defów.";
  316. //
  317. // label26
  318. //
  319. this.label26.AutoSize = true;
  320. this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  321. this.label26.Location = new System.Drawing.Point(179, 94);
  322. this.label26.Name = "label26";
  323. this.label26.Size = new System.Drawing.Size(49, 17);
  324. this.label26.TabIndex = 3;
  325. this.label26.Text = "defów.";
  326. //
  327. // label27
  328. //
  329. this.label27.AutoSize = true;
  330. this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  331. this.label27.Location = new System.Drawing.Point(179, 111);
  332. this.label27.Name = "label27";
  333. this.label27.Size = new System.Drawing.Size(49, 17);
  334. this.label27.TabIndex = 3;
  335. this.label27.Text = "defów.";
  336. //
  337. // label28
  338. //
  339. this.label28.AutoSize = true;
  340. this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  341. this.label28.Location = new System.Drawing.Point(179, 128);
  342. this.label28.Name = "label28";
  343. this.label28.Size = new System.Drawing.Size(49, 17);
  344. this.label28.TabIndex = 3;
  345. this.label28.Text = "defów.";
  346. //
  347. // label29
  348. //
  349. this.label29.AutoSize = true;
  350. this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  351. this.label29.Location = new System.Drawing.Point(179, 145);
  352. this.label29.Name = "label29";
  353. this.label29.Size = new System.Drawing.Size(49, 17);
  354. this.label29.TabIndex = 3;
  355. this.label29.Text = "defów.";
  356. //
  357. // label30
  358. //
  359. this.label30.AutoSize = true;
  360. this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  361. this.label30.Location = new System.Drawing.Point(179, 162);
  362. this.label30.Name = "label30";
  363. this.label30.Size = new System.Drawing.Size(49, 17);
  364. this.label30.TabIndex = 3;
  365. this.label30.Text = "defów.";
  366. //
  367. // label31
  368. //
  369. this.label31.AutoSize = true;
  370. this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  371. this.label31.Location = new System.Drawing.Point(179, 179);
  372. this.label31.Name = "label31";
  373. this.label31.Size = new System.Drawing.Size(49, 17);
  374. this.label31.TabIndex = 3;
  375. this.label31.Text = "defów.";
  376. //
  377. // label32
  378. //
  379. this.label32.AutoSize = true;
  380. this.label32.Location = new System.Drawing.Point(12, 221);
  381. this.label32.Name = "label32";
  382. this.label32.Size = new System.Drawing.Size(258, 13);
  383. this.label32.TabIndex = 4;
  384. this.label32.Text = "Defy zostaly umieszczone w odpowiednich folderach.";
  385. //
  386. // button1
  387. //
  388. this.button1.Location = new System.Drawing.Point(98, 237);
  389. this.button1.Name = "button1";
  390. this.button1.Size = new System.Drawing.Size(75, 23);
  391. this.button1.TabIndex = 5;
  392. this.button1.Text = "Koniec!";
  393. this.button1.UseVisualStyleBackColor = true;
  394. this.button1.Click += new System.EventHandler(this.button1_Click);
  395. //
  396. // label33
  397. //
  398. this.label33.AutoSize = true;
  399. this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  400. this.label33.Location = new System.Drawing.Point(12, 196);
  401. this.label33.Name = "label33";
  402. this.label33.Size = new System.Drawing.Size(57, 17);
  403. this.label33.TabIndex = 1;
  404. this.label33.Text = "Błędów:";
  405. this.label33.Click += new System.EventHandler(this.label11_Click);
  406. //
  407. // label34
  408. //
  409. this.label34.AutoSize = true;
  410. this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  411. this.label34.Location = new System.Drawing.Point(125, 196);
  412. this.label34.Name = "label34";
  413. this.label34.Size = new System.Drawing.Size(48, 17);
  414. this.label34.TabIndex = 2;
  415. this.label34.Text = "XXXX";
  416. //
  417. // label35
  418. //
  419. this.label35.AutoSize = true;
  420. this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  421. this.label35.Location = new System.Drawing.Point(179, 196);
  422. this.label35.Name = "label35";
  423. this.label35.Size = new System.Drawing.Size(17, 17);
  424. this.label35.TabIndex = 3;
  425. this.label35.Text = ":(";
  426. //
  427. // Form2
  428. //
  429. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  430. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  431. this.ClientSize = new System.Drawing.Size(276, 272);
  432. this.Controls.Add(this.button1);
  433. this.Controls.Add(this.label32);
  434. this.Controls.Add(this.label35);
  435. this.Controls.Add(this.label31);
  436. this.Controls.Add(this.label29);
  437. this.Controls.Add(this.label30);
  438. this.Controls.Add(this.label27);
  439. this.Controls.Add(this.label28);
  440. this.Controls.Add(this.label26);
  441. this.Controls.Add(this.label25);
  442. this.Controls.Add(this.label24);
  443. this.Controls.Add(this.label23);
  444. this.Controls.Add(this.label22);
  445. this.Controls.Add(this.label34);
  446. this.Controls.Add(this.label21);
  447. this.Controls.Add(this.label20);
  448. this.Controls.Add(this.label19);
  449. this.Controls.Add(this.label18);
  450. this.Controls.Add(this.label17);
  451. this.Controls.Add(this.label16);
  452. this.Controls.Add(this.label15);
  453. this.Controls.Add(this.label14);
  454. this.Controls.Add(this.label13);
  455. this.Controls.Add(this.label12);
  456. this.Controls.Add(this.label33);
  457. this.Controls.Add(this.label11);
  458. this.Controls.Add(this.label10);
  459. this.Controls.Add(this.label9);
  460. this.Controls.Add(this.label8);
  461. this.Controls.Add(this.label7);
  462. this.Controls.Add(this.label6);
  463. this.Controls.Add(this.label5);
  464. this.Controls.Add(this.label4);
  465. this.Controls.Add(this.label3);
  466. this.Controls.Add(this.label2);
  467. this.Controls.Add(this.label1);
  468. this.Name = "Form2";
  469. this.Text = "Udało się! :)";
  470. this.ResumeLayout(false);
  471. this.PerformLayout();
  472. }
  473. #endregion
  474. private System.Windows.Forms.Label label1;
  475. private System.Windows.Forms.Label label2;
  476. private System.Windows.Forms.Label label3;
  477. private System.Windows.Forms.Label label4;
  478. private System.Windows.Forms.Label label5;
  479. private System.Windows.Forms.Label label6;
  480. private System.Windows.Forms.Label label7;
  481. private System.Windows.Forms.Label label8;
  482. private System.Windows.Forms.Label label9;
  483. private System.Windows.Forms.Label label10;
  484. private System.Windows.Forms.Label label11;
  485. private System.Windows.Forms.Label label22;
  486. private System.Windows.Forms.Label label23;
  487. private System.Windows.Forms.Label label24;
  488. private System.Windows.Forms.Label label25;
  489. private System.Windows.Forms.Label label26;
  490. private System.Windows.Forms.Label label27;
  491. private System.Windows.Forms.Label label28;
  492. private System.Windows.Forms.Label label29;
  493. private System.Windows.Forms.Label label30;
  494. private System.Windows.Forms.Label label31;
  495. private System.Windows.Forms.Label label32;
  496. private System.Windows.Forms.Button button1;
  497. public System.Windows.Forms.Label label12;
  498. public System.Windows.Forms.Label label13;
  499. public System.Windows.Forms.Label label14;
  500. public System.Windows.Forms.Label label15;
  501. public System.Windows.Forms.Label label16;
  502. public System.Windows.Forms.Label label17;
  503. public System.Windows.Forms.Label label18;
  504. public System.Windows.Forms.Label label19;
  505. public System.Windows.Forms.Label label20;
  506. public System.Windows.Forms.Label label21;
  507. private System.Windows.Forms.Label label33;
  508. public System.Windows.Forms.Label label34;
  509. public System.Windows.Forms.Label label35;
  510. }
  511. }