Kovalev_oprosnik.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. namespace oprosnik
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  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.label1 = new System.Windows.Forms.Label();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.textBox3 = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.textBox4 = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.textBox5 = new System.Windows.Forms.TextBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.textBox6 = new System.Windows.Forms.TextBox();
  40. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.textBox7 = new System.Windows.Forms.TextBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.textBox8 = new System.Windows.Forms.TextBox();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.textBox9 = new System.Windows.Forms.TextBox();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
  50. this.label11 = new System.Windows.Forms.Label();
  51. this.checkedListBox3 = new System.Windows.Forms.CheckedListBox();
  52. this.label12 = new System.Windows.Forms.Label();
  53. this.checkedListBox4 = new System.Windows.Forms.CheckedListBox();
  54. this.label13 = new System.Windows.Forms.Label();
  55. this.checkedListBox5 = new System.Windows.Forms.CheckedListBox();
  56. this.label14 = new System.Windows.Forms.Label();
  57. this.checkedListBox6 = new System.Windows.Forms.CheckedListBox();
  58. this.label15 = new System.Windows.Forms.Label();
  59. this.checkedListBox7 = new System.Windows.Forms.CheckedListBox();
  60. this.button1 = new System.Windows.Forms.Button();
  61. this.panel1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // panel1
  65. //
  66. this.panel1.Controls.Add(this.textBox1);
  67. this.panel1.Location = new System.Drawing.Point(12, 12);
  68. this.panel1.Name = "panel1";
  69. this.panel1.Size = new System.Drawing.Size(473, 51);
  70. this.panel1.TabIndex = 0;
  71. //
  72. // textBox1
  73. //
  74. this.textBox1.BackColor = System.Drawing.SystemColors.Menu;
  75. this.textBox1.Location = new System.Drawing.Point(38, 14);
  76. this.textBox1.Multiline = true;
  77. this.textBox1.Name = "textBox1";
  78. this.textBox1.Size = new System.Drawing.Size(392, 28);
  79. this.textBox1.TabIndex = 0;
  80. this.textBox1.Text = " Мастер-классы 12 марта 2020";
  81. this.textBox1.WordWrap = false;
  82. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.BackColor = System.Drawing.Color.Yellow;
  88. this.label1.ForeColor = System.Drawing.Color.Black;
  89. this.label1.Location = new System.Drawing.Point(44, 66);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(56, 13);
  92. this.label1.TabIndex = 1;
  93. this.label1.Text = "Фамилия";
  94. //
  95. // textBox2
  96. //
  97. this.textBox2.BackColor = System.Drawing.SystemColors.Info;
  98. this.textBox2.Location = new System.Drawing.Point(47, 82);
  99. this.textBox2.Name = "textBox2";
  100. this.textBox2.Size = new System.Drawing.Size(392, 20);
  101. this.textBox2.TabIndex = 2;
  102. this.textBox2.Text = "Мой ответ";
  103. //
  104. // label2
  105. //
  106. this.label2.AutoSize = true;
  107. this.label2.BackColor = System.Drawing.Color.Yellow;
  108. this.label2.ForeColor = System.Drawing.Color.Black;
  109. this.label2.Location = new System.Drawing.Point(44, 117);
  110. this.label2.Name = "label2";
  111. this.label2.Size = new System.Drawing.Size(29, 13);
  112. this.label2.TabIndex = 3;
  113. this.label2.Text = "Имя";
  114. this.label2.Click += new System.EventHandler(this.label2_Click);
  115. //
  116. // textBox3
  117. //
  118. this.textBox3.BackColor = System.Drawing.SystemColors.Info;
  119. this.textBox3.Location = new System.Drawing.Point(47, 133);
  120. this.textBox3.Name = "textBox3";
  121. this.textBox3.Size = new System.Drawing.Size(392, 20);
  122. this.textBox3.TabIndex = 4;
  123. this.textBox3.Text = "Мой ответ";
  124. //
  125. // label3
  126. //
  127. this.label3.AutoSize = true;
  128. this.label3.BackColor = System.Drawing.Color.Yellow;
  129. this.label3.ForeColor = System.Drawing.Color.Black;
  130. this.label3.Location = new System.Drawing.Point(44, 168);
  131. this.label3.Name = "label3";
  132. this.label3.Size = new System.Drawing.Size(54, 13);
  133. this.label3.TabIndex = 5;
  134. this.label3.Text = "Отчество";
  135. //
  136. // textBox4
  137. //
  138. this.textBox4.BackColor = System.Drawing.SystemColors.Info;
  139. this.textBox4.Location = new System.Drawing.Point(47, 184);
  140. this.textBox4.Name = "textBox4";
  141. this.textBox4.Size = new System.Drawing.Size(392, 20);
  142. this.textBox4.TabIndex = 6;
  143. this.textBox4.Text = "Мой ответ";
  144. //
  145. // label4
  146. //
  147. this.label4.AutoSize = true;
  148. this.label4.BackColor = System.Drawing.Color.Yellow;
  149. this.label4.ForeColor = System.Drawing.Color.Black;
  150. this.label4.Location = new System.Drawing.Point(44, 220);
  151. this.label4.Name = "label4";
  152. this.label4.Size = new System.Drawing.Size(107, 13);
  153. this.label4.TabIndex = 7;
  154. this.label4.Text = "Учебное заведение";
  155. this.label4.Click += new System.EventHandler(this.label4_Click);
  156. //
  157. // textBox5
  158. //
  159. this.textBox5.BackColor = System.Drawing.SystemColors.Info;
  160. this.textBox5.Location = new System.Drawing.Point(47, 236);
  161. this.textBox5.Name = "textBox5";
  162. this.textBox5.Size = new System.Drawing.Size(392, 20);
  163. this.textBox5.TabIndex = 8;
  164. this.textBox5.Text = "Мой ответ";
  165. //
  166. // label5
  167. //
  168. this.label5.AutoSize = true;
  169. this.label5.BackColor = System.Drawing.Color.Yellow;
  170. this.label5.ForeColor = System.Drawing.Color.Black;
  171. this.label5.Location = new System.Drawing.Point(44, 270);
  172. this.label5.Name = "label5";
  173. this.label5.Size = new System.Drawing.Size(38, 13);
  174. this.label5.TabIndex = 9;
  175. this.label5.Text = "Класс";
  176. //
  177. // textBox6
  178. //
  179. this.textBox6.BackColor = System.Drawing.SystemColors.Info;
  180. this.textBox6.Location = new System.Drawing.Point(47, 286);
  181. this.textBox6.Name = "textBox6";
  182. this.textBox6.Size = new System.Drawing.Size(392, 20);
  183. this.textBox6.TabIndex = 10;
  184. this.textBox6.Text = "Мой ответ";
  185. //
  186. // checkedListBox1
  187. //
  188. this.checkedListBox1.BackColor = System.Drawing.Color.YellowGreen;
  189. this.checkedListBox1.FormattingEnabled = true;
  190. this.checkedListBox1.Items.AddRange(new object[] {
  191. "Введение в разработку баз данных",
  192. "Я web-дизайнер",
  193. "Первые шаги в 1С-Программирование",
  194. "Разработка простого мобильного приложения под iOC",
  195. "Первые шаги в разработке компьютерных игр"});
  196. this.checkedListBox1.Location = new System.Drawing.Point(50, 389);
  197. this.checkedListBox1.Name = "checkedListBox1";
  198. this.checkedListBox1.Size = new System.Drawing.Size(392, 94);
  199. this.checkedListBox1.TabIndex = 11;
  200. //
  201. // label6
  202. //
  203. this.label6.AutoSize = true;
  204. this.label6.BackColor = System.Drawing.Color.Yellow;
  205. this.label6.ForeColor = System.Drawing.Color.Black;
  206. this.label6.Location = new System.Drawing.Point(47, 373);
  207. this.label6.Name = "label6";
  208. this.label6.Size = new System.Drawing.Size(200, 13);
  209. this.label6.TabIndex = 12;
  210. this.label6.Text = "Мастер-класс, который вы посетили?";
  211. //
  212. // label7
  213. //
  214. this.label7.AutoSize = true;
  215. this.label7.BackColor = System.Drawing.Color.Yellow;
  216. this.label7.ForeColor = System.Drawing.Color.Black;
  217. this.label7.Location = new System.Drawing.Point(47, 496);
  218. this.label7.Name = "label7";
  219. this.label7.Size = new System.Drawing.Size(392, 13);
  220. this.label7.TabIndex = 13;
  221. this.label7.Text = "Определились ли вы со специальностью, на которую вы хотите поступать?";
  222. //
  223. // textBox7
  224. //
  225. this.textBox7.BackColor = System.Drawing.SystemColors.Info;
  226. this.textBox7.Location = new System.Drawing.Point(50, 512);
  227. this.textBox7.Name = "textBox7";
  228. this.textBox7.Size = new System.Drawing.Size(392, 20);
  229. this.textBox7.TabIndex = 14;
  230. this.textBox7.Text = "Мой ответ";
  231. //
  232. // label8
  233. //
  234. this.label8.AutoSize = true;
  235. this.label8.BackColor = System.Drawing.Color.Yellow;
  236. this.label8.ForeColor = System.Drawing.Color.Black;
  237. this.label8.Location = new System.Drawing.Point(44, 553);
  238. this.label8.Name = "label8";
  239. this.label8.Size = new System.Drawing.Size(276, 13);
  240. this.label8.TabIndex = 15;
  241. this.label8.Text = "Что привлекает Канский технологический колледж?";
  242. //
  243. // textBox8
  244. //
  245. this.textBox8.BackColor = System.Drawing.SystemColors.Info;
  246. this.textBox8.Location = new System.Drawing.Point(47, 569);
  247. this.textBox8.Name = "textBox8";
  248. this.textBox8.Size = new System.Drawing.Size(392, 20);
  249. this.textBox8.TabIndex = 16;
  250. this.textBox8.Text = "Мой ответ";
  251. //
  252. // label9
  253. //
  254. this.label9.AutoSize = true;
  255. this.label9.BackColor = System.Drawing.Color.Yellow;
  256. this.label9.ForeColor = System.Drawing.Color.Black;
  257. this.label9.Location = new System.Drawing.Point(44, 610);
  258. this.label9.Name = "label9";
  259. this.label9.Size = new System.Drawing.Size(136, 13);
  260. this.label9.TabIndex = 17;
  261. this.label9.Text = "Ваши увлечения и хобби?";
  262. //
  263. // textBox9
  264. //
  265. this.textBox9.BackColor = System.Drawing.SystemColors.Info;
  266. this.textBox9.Location = new System.Drawing.Point(47, 626);
  267. this.textBox9.Name = "textBox9";
  268. this.textBox9.Size = new System.Drawing.Size(392, 20);
  269. this.textBox9.TabIndex = 18;
  270. this.textBox9.Text = "Мой ответ";
  271. //
  272. // label10
  273. //
  274. this.label10.AutoSize = true;
  275. this.label10.BackColor = System.Drawing.Color.Yellow;
  276. this.label10.ForeColor = System.Drawing.Color.Black;
  277. this.label10.Location = new System.Drawing.Point(44, 669);
  278. this.label10.Name = "label10";
  279. this.label10.Size = new System.Drawing.Size(280, 13);
  280. this.label10.TabIndex = 19;
  281. this.label10.Text = "Понравился ли Вам мастер-класс? Оцените от 1 до 5";
  282. //
  283. // checkedListBox2
  284. //
  285. this.checkedListBox2.BackColor = System.Drawing.Color.YellowGreen;
  286. this.checkedListBox2.FormattingEnabled = true;
  287. this.checkedListBox2.Items.AddRange(new object[] {
  288. "1",
  289. "2",
  290. "3",
  291. "4",
  292. "5"});
  293. this.checkedListBox2.Location = new System.Drawing.Point(47, 685);
  294. this.checkedListBox2.Name = "checkedListBox2";
  295. this.checkedListBox2.Size = new System.Drawing.Size(392, 94);
  296. this.checkedListBox2.TabIndex = 20;
  297. //
  298. // label11
  299. //
  300. this.label11.AutoSize = true;
  301. this.label11.BackColor = System.Drawing.Color.Yellow;
  302. this.label11.ForeColor = System.Drawing.Color.Black;
  303. this.label11.Location = new System.Drawing.Point(44, 800);
  304. this.label11.Name = "label11";
  305. this.label11.Size = new System.Drawing.Size(417, 13);
  306. this.label11.TabIndex = 21;
  307. this.label11.Text = "Планируете ли Вы поступать в КГБПОУ «Канский технологический колледж»? *";
  308. //
  309. // checkedListBox3
  310. //
  311. this.checkedListBox3.BackColor = System.Drawing.Color.YellowGreen;
  312. this.checkedListBox3.FormattingEnabled = true;
  313. this.checkedListBox3.Items.AddRange(new object[] {
  314. "Да",
  315. "Нет",
  316. "Не знаю"});
  317. this.checkedListBox3.Location = new System.Drawing.Point(47, 816);
  318. this.checkedListBox3.Name = "checkedListBox3";
  319. this.checkedListBox3.Size = new System.Drawing.Size(392, 94);
  320. this.checkedListBox3.TabIndex = 22;
  321. //
  322. // label12
  323. //
  324. this.label12.AutoSize = true;
  325. this.label12.BackColor = System.Drawing.Color.Yellow;
  326. this.label12.ForeColor = System.Drawing.Color.Black;
  327. this.label12.Location = new System.Drawing.Point(44, 932);
  328. this.label12.Name = "label12";
  329. this.label12.Size = new System.Drawing.Size(366, 13);
  330. this.label12.TabIndex = 23;
  331. this.label12.Text = "Какой из курсов дополнительного образования Вас заинтересовал? *";
  332. //
  333. // checkedListBox4
  334. //
  335. this.checkedListBox4.BackColor = System.Drawing.Color.YellowGreen;
  336. this.checkedListBox4.FormattingEnabled = true;
  337. this.checkedListBox4.Items.AddRange(new object[] {
  338. "iOS-разработка для начинающих",
  339. "Разработка компьютерных игр и мультимедийных приложений",
  340. "Введение в разработку баз данных",
  341. "Веб – дизайн и разработка",
  342. "Программирование в «1С» для школьников",
  343. "Графический дизайн и мультимедиа"});
  344. this.checkedListBox4.Location = new System.Drawing.Point(47, 948);
  345. this.checkedListBox4.Name = "checkedListBox4";
  346. this.checkedListBox4.Size = new System.Drawing.Size(392, 109);
  347. this.checkedListBox4.TabIndex = 24;
  348. //
  349. // label13
  350. //
  351. this.label13.AutoSize = true;
  352. this.label13.BackColor = System.Drawing.Color.Yellow;
  353. this.label13.ForeColor = System.Drawing.Color.Black;
  354. this.label13.Location = new System.Drawing.Point(44, 1080);
  355. this.label13.Name = "label13";
  356. this.label13.Size = new System.Drawing.Size(288, 13);
  357. this.label13.TabIndex = 25;
  358. this.label13.Text = "Какой язык программирования вы хотели бы изучать?";
  359. //
  360. // checkedListBox5
  361. //
  362. this.checkedListBox5.BackColor = System.Drawing.Color.YellowGreen;
  363. this.checkedListBox5.FormattingEnabled = true;
  364. this.checkedListBox5.Items.AddRange(new object[] {
  365. "Pascal",
  366. "Delphi",
  367. "C#",
  368. "C++",
  369. "Java",
  370. "Python",
  371. "PHP",
  372. "Prolog",
  373. "Swift",
  374. "Kotlin",
  375. "Другое:"});
  376. this.checkedListBox5.Location = new System.Drawing.Point(47, 1096);
  377. this.checkedListBox5.Name = "checkedListBox5";
  378. this.checkedListBox5.Size = new System.Drawing.Size(392, 184);
  379. this.checkedListBox5.TabIndex = 26;
  380. this.checkedListBox5.SelectedIndexChanged += new System.EventHandler(this.checkedListBox5_SelectedIndexChanged);
  381. //
  382. // label14
  383. //
  384. this.label14.AutoSize = true;
  385. this.label14.BackColor = System.Drawing.Color.Yellow;
  386. this.label14.ForeColor = System.Drawing.Color.Black;
  387. this.label14.Location = new System.Drawing.Point(47, 1309);
  388. this.label14.Name = "label14";
  389. this.label14.Size = new System.Drawing.Size(373, 13);
  390. this.label14.TabIndex = 27;
  391. this.label14.Text = "Сообщите ли Вы родителям о желании посещать понравившийся курс?";
  392. //
  393. // checkedListBox6
  394. //
  395. this.checkedListBox6.BackColor = System.Drawing.Color.YellowGreen;
  396. this.checkedListBox6.FormattingEnabled = true;
  397. this.checkedListBox6.Items.AddRange(new object[] {
  398. "Да",
  399. "Нет"});
  400. this.checkedListBox6.Location = new System.Drawing.Point(47, 1325);
  401. this.checkedListBox6.Name = "checkedListBox6";
  402. this.checkedListBox6.Size = new System.Drawing.Size(392, 49);
  403. this.checkedListBox6.TabIndex = 28;
  404. this.checkedListBox6.SelectedIndexChanged += new System.EventHandler(this.checkedListBox6_SelectedIndexChanged);
  405. //
  406. // label15
  407. //
  408. this.label15.AutoSize = true;
  409. this.label15.BackColor = System.Drawing.Color.Yellow;
  410. this.label15.ForeColor = System.Drawing.Color.Black;
  411. this.label15.Location = new System.Drawing.Point(47, 1398);
  412. this.label15.Name = "label15";
  413. this.label15.Size = new System.Drawing.Size(373, 13);
  414. this.label15.TabIndex = 29;
  415. this.label15.Text = "Сообщите ли Вы родителям о желании посещать понравившийся курс?";
  416. //
  417. // checkedListBox7
  418. //
  419. this.checkedListBox7.BackColor = System.Drawing.Color.YellowGreen;
  420. this.checkedListBox7.FormattingEnabled = true;
  421. this.checkedListBox7.Items.AddRange(new object[] {
  422. "Понедельник",
  423. "Вторник",
  424. "Среда",
  425. "Четверг",
  426. "Пятница",
  427. "Суббота",
  428. "Воскресенье"});
  429. this.checkedListBox7.Location = new System.Drawing.Point(47, 1414);
  430. this.checkedListBox7.Name = "checkedListBox7";
  431. this.checkedListBox7.Size = new System.Drawing.Size(392, 124);
  432. this.checkedListBox7.TabIndex = 30;
  433. //
  434. // button1
  435. //
  436. this.button1.BackColor = System.Drawing.Color.ForestGreen;
  437. this.button1.Location = new System.Drawing.Point(191, 1562);
  438. this.button1.Name = "button1";
  439. this.button1.Size = new System.Drawing.Size(100, 34);
  440. this.button1.TabIndex = 31;
  441. this.button1.Text = "Отправить";
  442. this.button1.UseVisualStyleBackColor = false;
  443. this.button1.Click += new System.EventHandler(this.button1_Click);
  444. //
  445. // Form1
  446. //
  447. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  448. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  449. this.AutoScroll = true;
  450. this.AutoScrollMinSize = new System.Drawing.Size(500, 1000);
  451. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  452. this.ClientSize = new System.Drawing.Size(546, 782);
  453. this.Controls.Add(this.button1);
  454. this.Controls.Add(this.checkedListBox7);
  455. this.Controls.Add(this.label15);
  456. this.Controls.Add(this.checkedListBox6);
  457. this.Controls.Add(this.label14);
  458. this.Controls.Add(this.checkedListBox5);
  459. this.Controls.Add(this.label13);
  460. this.Controls.Add(this.checkedListBox4);
  461. this.Controls.Add(this.label12);
  462. this.Controls.Add(this.checkedListBox3);
  463. this.Controls.Add(this.label11);
  464. this.Controls.Add(this.checkedListBox2);
  465. this.Controls.Add(this.label10);
  466. this.Controls.Add(this.textBox9);
  467. this.Controls.Add(this.label9);
  468. this.Controls.Add(this.textBox8);
  469. this.Controls.Add(this.label8);
  470. this.Controls.Add(this.textBox7);
  471. this.Controls.Add(this.label7);
  472. this.Controls.Add(this.label6);
  473. this.Controls.Add(this.checkedListBox1);
  474. this.Controls.Add(this.textBox6);
  475. this.Controls.Add(this.label5);
  476. this.Controls.Add(this.textBox5);
  477. this.Controls.Add(this.label4);
  478. this.Controls.Add(this.textBox4);
  479. this.Controls.Add(this.label3);
  480. this.Controls.Add(this.textBox3);
  481. this.Controls.Add(this.label1);
  482. this.Controls.Add(this.textBox2);
  483. this.Controls.Add(this.label2);
  484. this.Controls.Add(this.panel1);
  485. this.ForeColor = System.Drawing.Color.Cornsilk;
  486. this.Name = "Form1";
  487. this.Text = "Form1";
  488. this.Load += new System.EventHandler(this.Form1_Load);
  489. this.panel1.ResumeLayout(false);
  490. this.panel1.PerformLayout();
  491. this.ResumeLayout(false);
  492. this.PerformLayout();
  493. }
  494. #endregion
  495. private System.Windows.Forms.Panel panel1;
  496. private System.Windows.Forms.TextBox textBox1;
  497. private System.Windows.Forms.TextBox textBox2;
  498. private System.Windows.Forms.Label label1;
  499. private System.Windows.Forms.Label label2;
  500. private System.Windows.Forms.TextBox textBox3;
  501. private System.Windows.Forms.Label label3;
  502. private System.Windows.Forms.TextBox textBox4;
  503. private System.Windows.Forms.Label label4;
  504. private System.Windows.Forms.TextBox textBox5;
  505. private System.Windows.Forms.Label label5;
  506. private System.Windows.Forms.TextBox textBox6;
  507. private System.Windows.Forms.CheckedListBox checkedListBox1;
  508. private System.Windows.Forms.Label label6;
  509. private System.Windows.Forms.Label label7;
  510. private System.Windows.Forms.TextBox textBox7;
  511. private System.Windows.Forms.Label label8;
  512. private System.Windows.Forms.TextBox textBox8;
  513. private System.Windows.Forms.Label label9;
  514. private System.Windows.Forms.TextBox textBox9;
  515. private System.Windows.Forms.Label label10;
  516. private System.Windows.Forms.CheckedListBox checkedListBox2;
  517. private System.Windows.Forms.Label label11;
  518. private System.Windows.Forms.CheckedListBox checkedListBox3;
  519. private System.Windows.Forms.Label label12;
  520. private System.Windows.Forms.CheckedListBox checkedListBox4;
  521. private System.Windows.Forms.Label label13;
  522. private System.Windows.Forms.CheckedListBox checkedListBox5;
  523. private System.Windows.Forms.Label label14;
  524. private System.Windows.Forms.CheckedListBox checkedListBox6;
  525. private System.Windows.Forms.Label label15;
  526. private System.Windows.Forms.CheckedListBox checkedListBox7;
  527. private System.Windows.Forms.Button button1;
  528. }
  529. }