Form1.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. 
  2. namespace TuraevMiroshnichenkoOprosnik
  3. {
  4. partial class Oprosnik
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Код, автоматически созданный конструктором форм Windows
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  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.label4 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.listBox1 = new System.Windows.Forms.ListBox();
  41. this.listBox2 = new System.Windows.Forms.ListBox();
  42. this.listBox3 = new System.Windows.Forms.ListBox();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.comboBox1 = new System.Windows.Forms.ComboBox();
  45. this.checkBox1 = new System.Windows.Forms.CheckBox();
  46. this.checkBox2 = new System.Windows.Forms.CheckBox();
  47. this.checkBox3 = new System.Windows.Forms.CheckBox();
  48. this.checkBox4 = new System.Windows.Forms.CheckBox();
  49. this.groupBox1 = new System.Windows.Forms.GroupBox();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.checkBox5 = new System.Windows.Forms.CheckBox();
  52. this.checkBox6 = new System.Windows.Forms.CheckBox();
  53. this.checkBox7 = new System.Windows.Forms.CheckBox();
  54. this.checkBox8 = new System.Windows.Forms.CheckBox();
  55. this.checkBox9 = new System.Windows.Forms.CheckBox();
  56. this.label10 = new System.Windows.Forms.Label();
  57. this.checkBox10 = new System.Windows.Forms.CheckBox();
  58. this.checkBox11 = new System.Windows.Forms.CheckBox();
  59. this.checkBox12 = new System.Windows.Forms.CheckBox();
  60. this.checkBox13 = new System.Windows.Forms.CheckBox();
  61. this.checkBox14 = new System.Windows.Forms.CheckBox();
  62. this.label11 = new System.Windows.Forms.Label();
  63. this.radioButton1 = new System.Windows.Forms.RadioButton();
  64. this.radioButton2 = new System.Windows.Forms.RadioButton();
  65. this.label12 = new System.Windows.Forms.Label();
  66. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  67. this.label13 = new System.Windows.Forms.Label();
  68. this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
  69. this.label14 = new System.Windows.Forms.Label();
  70. this.checkedListBox3 = new System.Windows.Forms.CheckedListBox();
  71. this.radioButton3 = new System.Windows.Forms.RadioButton();
  72. this.radioButton4 = new System.Windows.Forms.RadioButton();
  73. this.label15 = new System.Windows.Forms.Label();
  74. this.label16 = new System.Windows.Forms.Label();
  75. this.textBox4 = new System.Windows.Forms.TextBox();
  76. this.button1 = new System.Windows.Forms.Button();
  77. this.groupBox2 = new System.Windows.Forms.GroupBox();
  78. this.groupBox3 = new System.Windows.Forms.GroupBox();
  79. this.radioButton5 = new System.Windows.Forms.RadioButton();
  80. this.radioButton6 = new System.Windows.Forms.RadioButton();
  81. this.groupBox2.SuspendLayout();
  82. this.groupBox3.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Location = new System.Drawing.Point(129, 13);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(29, 13);
  91. this.label1.TabIndex = 0;
  92. this.label1.Text = "Имя";
  93. //
  94. // textBox1
  95. //
  96. this.textBox1.Location = new System.Drawing.Point(132, 29);
  97. this.textBox1.Name = "textBox1";
  98. this.textBox1.Size = new System.Drawing.Size(100, 20);
  99. this.textBox1.TabIndex = 1;
  100. //
  101. // textBox2
  102. //
  103. this.textBox2.Location = new System.Drawing.Point(16, 29);
  104. this.textBox2.Name = "textBox2";
  105. this.textBox2.Size = new System.Drawing.Size(100, 20);
  106. this.textBox2.TabIndex = 3;
  107. //
  108. // label2
  109. //
  110. this.label2.AutoSize = true;
  111. this.label2.Location = new System.Drawing.Point(13, 13);
  112. this.label2.Name = "label2";
  113. this.label2.Size = new System.Drawing.Size(56, 13);
  114. this.label2.TabIndex = 2;
  115. this.label2.Text = "Фамилия";
  116. //
  117. // textBox3
  118. //
  119. this.textBox3.Location = new System.Drawing.Point(246, 29);
  120. this.textBox3.Name = "textBox3";
  121. this.textBox3.Size = new System.Drawing.Size(100, 20);
  122. this.textBox3.TabIndex = 5;
  123. //
  124. // label3
  125. //
  126. this.label3.AutoSize = true;
  127. this.label3.Location = new System.Drawing.Point(243, 13);
  128. this.label3.Name = "label3";
  129. this.label3.Size = new System.Drawing.Size(54, 13);
  130. this.label3.TabIndex = 4;
  131. this.label3.Text = "Отчество";
  132. //
  133. // label4
  134. //
  135. this.label4.AutoSize = true;
  136. this.label4.Location = new System.Drawing.Point(13, 64);
  137. this.label4.Name = "label4";
  138. this.label4.Size = new System.Drawing.Size(86, 13);
  139. this.label4.TabIndex = 6;
  140. this.label4.Text = "Дата рождения";
  141. //
  142. // label5
  143. //
  144. this.label5.AutoSize = true;
  145. this.label5.Location = new System.Drawing.Point(13, 112);
  146. this.label5.Name = "label5";
  147. this.label5.Size = new System.Drawing.Size(27, 13);
  148. this.label5.TabIndex = 8;
  149. this.label5.Text = "Пол";
  150. //
  151. // dateTimePicker1
  152. //
  153. this.dateTimePicker1.Location = new System.Drawing.Point(16, 80);
  154. this.dateTimePicker1.Name = "dateTimePicker1";
  155. this.dateTimePicker1.Size = new System.Drawing.Size(216, 20);
  156. this.dateTimePicker1.TabIndex = 11;
  157. //
  158. // label6
  159. //
  160. this.label6.AutoSize = true;
  161. this.label6.Location = new System.Drawing.Point(13, 182);
  162. this.label6.Name = "label6";
  163. this.label6.Size = new System.Drawing.Size(219, 13);
  164. this.label6.TabIndex = 12;
  165. this.label6.Text = "По какой форме собираетесь обучаться?";
  166. //
  167. // label7
  168. //
  169. this.label7.AutoSize = true;
  170. this.label7.Location = new System.Drawing.Point(13, 249);
  171. this.label7.Name = "label7";
  172. this.label7.Size = new System.Drawing.Size(324, 13);
  173. this.label7.TabIndex = 14;
  174. this.label7.Text = "Какую школу вы закончили? (В какой последней вы учились?)";
  175. //
  176. // listBox1
  177. //
  178. this.listBox1.FormattingEnabled = true;
  179. this.listBox1.Items.AddRange(new object[] {
  180. "Мужский",
  181. "Женский"});
  182. this.listBox1.Location = new System.Drawing.Point(16, 128);
  183. this.listBox1.Name = "listBox1";
  184. this.listBox1.Size = new System.Drawing.Size(216, 30);
  185. this.listBox1.TabIndex = 15;
  186. //
  187. // listBox2
  188. //
  189. this.listBox2.FormattingEnabled = true;
  190. this.listBox2.Items.AddRange(new object[] {
  191. "Очная",
  192. "Заочная"});
  193. this.listBox2.Location = new System.Drawing.Point(16, 198);
  194. this.listBox2.Name = "listBox2";
  195. this.listBox2.Size = new System.Drawing.Size(216, 30);
  196. this.listBox2.TabIndex = 16;
  197. //
  198. // listBox3
  199. //
  200. this.listBox3.FormattingEnabled = true;
  201. this.listBox3.Items.AddRange(new object[] {
  202. "Гимназия, лицей, без углубленного изучения предметов",
  203. "Гимназия, лицей, с углубленным изучением предметов",
  204. "Общеобразовательная школа, обычный класс без углубленного изучения предметов",
  205. "Общеобразовательная школа, класс с углубленным изучением предметов"});
  206. this.listBox3.Location = new System.Drawing.Point(16, 265);
  207. this.listBox3.Name = "listBox3";
  208. this.listBox3.Size = new System.Drawing.Size(445, 56);
  209. this.listBox3.TabIndex = 17;
  210. //
  211. // label8
  212. //
  213. this.label8.AutoSize = true;
  214. this.label8.Location = new System.Drawing.Point(13, 339);
  215. this.label8.Name = "label8";
  216. this.label8.Size = new System.Drawing.Size(174, 13);
  217. this.label8.TabIndex = 18;
  218. this.label8.Text = "Сколько классов вы закончили?";
  219. //
  220. // comboBox1
  221. //
  222. this.comboBox1.FormattingEnabled = true;
  223. this.comboBox1.Items.AddRange(new object[] {
  224. "9",
  225. "11"});
  226. this.comboBox1.Location = new System.Drawing.Point(16, 355);
  227. this.comboBox1.Name = "comboBox1";
  228. this.comboBox1.Size = new System.Drawing.Size(216, 21);
  229. this.comboBox1.TabIndex = 22;
  230. //
  231. // checkBox1
  232. //
  233. this.checkBox1.AutoSize = true;
  234. this.checkBox1.Location = new System.Drawing.Point(22, 415);
  235. this.checkBox1.Name = "checkBox1";
  236. this.checkBox1.Size = new System.Drawing.Size(573, 17);
  237. this.checkBox1.TabIndex = 23;
  238. this.checkBox1.Text = "Колледж предлогает мне интересные специальности, которые соответствуют моим интер" +
  239. "есам и навыкам";
  240. this.checkBox1.UseVisualStyleBackColor = true;
  241. //
  242. // checkBox2
  243. //
  244. this.checkBox2.AutoSize = true;
  245. this.checkBox2.Location = new System.Drawing.Point(22, 438);
  246. this.checkBox2.Name = "checkBox2";
  247. this.checkBox2.Size = new System.Drawing.Size(505, 17);
  248. this.checkBox2.TabIndex = 24;
  249. this.checkBox2.Text = "Удобное расположение колледжа, которое позволяет мне легко добираться до него из " +
  250. "дома";
  251. this.checkBox2.UseVisualStyleBackColor = true;
  252. //
  253. // checkBox3
  254. //
  255. this.checkBox3.AutoSize = true;
  256. this.checkBox3.Location = new System.Drawing.Point(22, 461);
  257. this.checkBox3.Name = "checkBox3";
  258. this.checkBox3.Size = new System.Drawing.Size(354, 17);
  259. this.checkBox3.TabIndex = 25;
  260. this.checkBox3.Text = "Здесь работают опытные и квалифицированные преподаватели";
  261. this.checkBox3.UseVisualStyleBackColor = true;
  262. //
  263. // checkBox4
  264. //
  265. this.checkBox4.AutoSize = true;
  266. this.checkBox4.Location = new System.Drawing.Point(22, 484);
  267. this.checkBox4.Name = "checkBox4";
  268. this.checkBox4.Size = new System.Drawing.Size(441, 17);
  269. this.checkBox4.TabIndex = 26;
  270. this.checkBox4.Text = "Колледж имеет современное оборудование и комфортные условия для обучения";
  271. this.checkBox4.UseVisualStyleBackColor = true;
  272. //
  273. // groupBox1
  274. //
  275. this.groupBox1.Location = new System.Drawing.Point(16, 396);
  276. this.groupBox1.Name = "groupBox1";
  277. this.groupBox1.Size = new System.Drawing.Size(588, 114);
  278. this.groupBox1.TabIndex = 27;
  279. this.groupBox1.TabStop = false;
  280. this.groupBox1.Text = "Почему вы выбрали наш колледж?";
  281. //
  282. // label9
  283. //
  284. this.label9.AutoSize = true;
  285. this.label9.Location = new System.Drawing.Point(13, 530);
  286. this.label9.Name = "label9";
  287. this.label9.Size = new System.Drawing.Size(418, 13);
  288. this.label9.TabIndex = 29;
  289. this.label9.Text = "Какой предмет вы считаете наиболее важным при выборе будущей профессии?";
  290. //
  291. // checkBox5
  292. //
  293. this.checkBox5.AutoSize = true;
  294. this.checkBox5.Location = new System.Drawing.Point(16, 546);
  295. this.checkBox5.Name = "checkBox5";
  296. this.checkBox5.Size = new System.Drawing.Size(89, 17);
  297. this.checkBox5.TabIndex = 31;
  298. this.checkBox5.Text = "Математика";
  299. this.checkBox5.UseVisualStyleBackColor = true;
  300. //
  301. // checkBox6
  302. //
  303. this.checkBox6.AutoSize = true;
  304. this.checkBox6.Location = new System.Drawing.Point(16, 569);
  305. this.checkBox6.Name = "checkBox6";
  306. this.checkBox6.Size = new System.Drawing.Size(67, 17);
  307. this.checkBox6.TabIndex = 32;
  308. this.checkBox6.Text = "Физика";
  309. this.checkBox6.UseVisualStyleBackColor = true;
  310. //
  311. // checkBox7
  312. //
  313. this.checkBox7.AutoSize = true;
  314. this.checkBox7.Location = new System.Drawing.Point(16, 592);
  315. this.checkBox7.Name = "checkBox7";
  316. this.checkBox7.Size = new System.Drawing.Size(59, 17);
  317. this.checkBox7.TabIndex = 33;
  318. this.checkBox7.Text = "Химия";
  319. this.checkBox7.UseVisualStyleBackColor = true;
  320. //
  321. // checkBox8
  322. //
  323. this.checkBox8.AutoSize = true;
  324. this.checkBox8.Location = new System.Drawing.Point(16, 615);
  325. this.checkBox8.Name = "checkBox8";
  326. this.checkBox8.Size = new System.Drawing.Size(74, 17);
  327. this.checkBox8.TabIndex = 35;
  328. this.checkBox8.Text = "Биология";
  329. this.checkBox8.UseVisualStyleBackColor = true;
  330. //
  331. // checkBox9
  332. //
  333. this.checkBox9.AutoSize = true;
  334. this.checkBox9.Location = new System.Drawing.Point(16, 638);
  335. this.checkBox9.Name = "checkBox9";
  336. this.checkBox9.Size = new System.Drawing.Size(81, 17);
  337. this.checkBox9.TabIndex = 36;
  338. this.checkBox9.Text = "География";
  339. this.checkBox9.UseVisualStyleBackColor = true;
  340. //
  341. // label10
  342. //
  343. this.label10.AutoSize = true;
  344. this.label10.Location = new System.Drawing.Point(12, 667);
  345. this.label10.Name = "label10";
  346. this.label10.Size = new System.Drawing.Size(375, 13);
  347. this.label10.TabIndex = 37;
  348. this.label10.Text = "Какой тип работы вы хотели бы выполнять после окончания колледжа?";
  349. //
  350. // checkBox10
  351. //
  352. this.checkBox10.AutoSize = true;
  353. this.checkBox10.Location = new System.Drawing.Point(16, 774);
  354. this.checkBox10.Name = "checkBox10";
  355. this.checkBox10.Size = new System.Drawing.Size(96, 17);
  356. this.checkBox10.TabIndex = 38;
  357. this.checkBox10.Text = "Программист";
  358. this.checkBox10.UseVisualStyleBackColor = true;
  359. //
  360. // checkBox11
  361. //
  362. this.checkBox11.AutoSize = true;
  363. this.checkBox11.Location = new System.Drawing.Point(16, 751);
  364. this.checkBox11.Name = "checkBox11";
  365. this.checkBox11.Size = new System.Drawing.Size(71, 17);
  366. this.checkBox11.TabIndex = 39;
  367. this.checkBox11.Text = " Учитель";
  368. this.checkBox11.UseVisualStyleBackColor = true;
  369. //
  370. // checkBox12
  371. //
  372. this.checkBox12.AutoSize = true;
  373. this.checkBox12.Location = new System.Drawing.Point(16, 728);
  374. this.checkBox12.Name = "checkBox12";
  375. this.checkBox12.Size = new System.Drawing.Size(50, 17);
  376. this.checkBox12.TabIndex = 40;
  377. this.checkBox12.Text = "Врач";
  378. this.checkBox12.UseVisualStyleBackColor = true;
  379. //
  380. // checkBox13
  381. //
  382. this.checkBox13.AutoSize = true;
  383. this.checkBox13.Location = new System.Drawing.Point(16, 706);
  384. this.checkBox13.Name = "checkBox13";
  385. this.checkBox13.Size = new System.Drawing.Size(72, 17);
  386. this.checkBox13.TabIndex = 41;
  387. this.checkBox13.Text = "Инженер";
  388. this.checkBox13.UseVisualStyleBackColor = true;
  389. //
  390. // checkBox14
  391. //
  392. this.checkBox14.AutoSize = true;
  393. this.checkBox14.Location = new System.Drawing.Point(16, 683);
  394. this.checkBox14.Name = "checkBox14";
  395. this.checkBox14.Size = new System.Drawing.Size(125, 17);
  396. this.checkBox14.TabIndex = 42;
  397. this.checkBox14.Text = "Научный сотрудник";
  398. this.checkBox14.UseVisualStyleBackColor = true;
  399. //
  400. // label11
  401. //
  402. this.label11.AutoSize = true;
  403. this.label11.Location = new System.Drawing.Point(654, 13);
  404. this.label11.Name = "label11";
  405. this.label11.Size = new System.Drawing.Size(294, 13);
  406. this.label11.TabIndex = 43;
  407. this.label11.Text = "Планируете ли заниматься внеурочной деятельностью?";
  408. this.label11.Click += new System.EventHandler(this.label11_Click);
  409. //
  410. // radioButton1
  411. //
  412. this.radioButton1.AutoSize = true;
  413. this.radioButton1.Location = new System.Drawing.Point(0, 17);
  414. this.radioButton1.Name = "radioButton1";
  415. this.radioButton1.Size = new System.Drawing.Size(40, 17);
  416. this.radioButton1.TabIndex = 44;
  417. this.radioButton1.TabStop = true;
  418. this.radioButton1.Text = "Да";
  419. this.radioButton1.UseVisualStyleBackColor = true;
  420. //
  421. // radioButton2
  422. //
  423. this.radioButton2.AutoSize = true;
  424. this.radioButton2.Location = new System.Drawing.Point(0, 40);
  425. this.radioButton2.Name = "radioButton2";
  426. this.radioButton2.Size = new System.Drawing.Size(44, 17);
  427. this.radioButton2.TabIndex = 45;
  428. this.radioButton2.TabStop = true;
  429. this.radioButton2.Text = "Нет";
  430. this.radioButton2.UseVisualStyleBackColor = true;
  431. //
  432. // label12
  433. //
  434. this.label12.AutoSize = true;
  435. this.label12.Location = new System.Drawing.Point(654, 80);
  436. this.label12.Name = "label12";
  437. this.label12.Size = new System.Drawing.Size(103, 13);
  438. this.label12.TabIndex = 46;
  439. this.label12.Text = "Если да, то какой?";
  440. //
  441. // checkedListBox1
  442. //
  443. this.checkedListBox1.FormattingEnabled = true;
  444. this.checkedListBox1.Items.AddRange(new object[] {
  445. "Танцы",
  446. "Киберспорт",
  447. "Волейбол",
  448. "Баскетбол",
  449. "Театральный кружок"});
  450. this.checkedListBox1.Location = new System.Drawing.Point(657, 96);
  451. this.checkedListBox1.Name = "checkedListBox1";
  452. this.checkedListBox1.Size = new System.Drawing.Size(291, 79);
  453. this.checkedListBox1.TabIndex = 48;
  454. //
  455. // label13
  456. //
  457. this.label13.AutoSize = true;
  458. this.label13.Location = new System.Drawing.Point(654, 198);
  459. this.label13.Name = "label13";
  460. this.label13.Size = new System.Drawing.Size(362, 13);
  461. this.label13.TabIndex = 49;
  462. this.label13.Text = "Какие методы оценки знаний вы считаете наиболее эффективными?";
  463. //
  464. // checkedListBox2
  465. //
  466. this.checkedListBox2.FormattingEnabled = true;
  467. this.checkedListBox2.Items.AddRange(new object[] {
  468. "Экзамены",
  469. "Тесты",
  470. "Практические задания",
  471. "Портфолио",
  472. "Проектные работы"});
  473. this.checkedListBox2.Location = new System.Drawing.Point(657, 214);
  474. this.checkedListBox2.Name = "checkedListBox2";
  475. this.checkedListBox2.Size = new System.Drawing.Size(291, 79);
  476. this.checkedListBox2.TabIndex = 50;
  477. //
  478. // label14
  479. //
  480. this.label14.AutoSize = true;
  481. this.label14.Location = new System.Drawing.Point(654, 308);
  482. this.label14.Name = "label14";
  483. this.label14.Size = new System.Drawing.Size(506, 13);
  484. this.label14.TabIndex = 51;
  485. this.label14.Text = "Как вы думаете, какие качества необходимы для успешной карьеры в выбранной вами о" +
  486. "бласти?";
  487. //
  488. // checkedListBox3
  489. //
  490. this.checkedListBox3.FormattingEnabled = true;
  491. this.checkedListBox3.Items.AddRange(new object[] {
  492. "Творческий подход",
  493. "Умение работать в команде",
  494. "Аналитические способности",
  495. "Лидерские качества",
  496. "Настойчивость"});
  497. this.checkedListBox3.Location = new System.Drawing.Point(657, 324);
  498. this.checkedListBox3.Name = "checkedListBox3";
  499. this.checkedListBox3.Size = new System.Drawing.Size(291, 79);
  500. this.checkedListBox3.TabIndex = 52;
  501. //
  502. // radioButton3
  503. //
  504. this.radioButton3.AutoSize = true;
  505. this.radioButton3.Location = new System.Drawing.Point(657, 458);
  506. this.radioButton3.Name = "radioButton3";
  507. this.radioButton3.Size = new System.Drawing.Size(44, 17);
  508. this.radioButton3.TabIndex = 55;
  509. this.radioButton3.TabStop = true;
  510. this.radioButton3.Text = "Нет";
  511. this.radioButton3.UseVisualStyleBackColor = true;
  512. //
  513. // radioButton4
  514. //
  515. this.radioButton4.AutoSize = true;
  516. this.radioButton4.Location = new System.Drawing.Point(657, 435);
  517. this.radioButton4.Name = "radioButton4";
  518. this.radioButton4.Size = new System.Drawing.Size(40, 17);
  519. this.radioButton4.TabIndex = 54;
  520. this.radioButton4.TabStop = true;
  521. this.radioButton4.Text = "Да";
  522. this.radioButton4.UseVisualStyleBackColor = true;
  523. //
  524. // label15
  525. //
  526. this.label15.AutoSize = true;
  527. this.label15.Location = new System.Drawing.Point(-3, 6);
  528. this.label15.Name = "label15";
  529. this.label15.Size = new System.Drawing.Size(130, 13);
  530. this.label15.TabIndex = 53;
  531. this.label15.Text = "Вам нужно общещитие?";
  532. //
  533. // label16
  534. //
  535. this.label16.AutoSize = true;
  536. this.label16.Location = new System.Drawing.Point(654, 488);
  537. this.label16.Name = "label16";
  538. this.label16.Size = new System.Drawing.Size(198, 13);
  539. this.label16.TabIndex = 56;
  540. this.label16.Text = "Какой у вас средний балл аттестата?";
  541. //
  542. // textBox4
  543. //
  544. this.textBox4.Location = new System.Drawing.Point(657, 505);
  545. this.textBox4.Name = "textBox4";
  546. this.textBox4.Size = new System.Drawing.Size(291, 20);
  547. this.textBox4.TabIndex = 57;
  548. //
  549. // button1
  550. //
  551. this.button1.Location = new System.Drawing.Point(657, 718);
  552. this.button1.Name = "button1";
  553. this.button1.Size = new System.Drawing.Size(291, 73);
  554. this.button1.TabIndex = 58;
  555. this.button1.Text = "Завершить опрос";
  556. this.button1.UseVisualStyleBackColor = true;
  557. this.button1.Click += new System.EventHandler(this.button1_Click);
  558. //
  559. // groupBox2
  560. //
  561. this.groupBox2.Controls.Add(this.radioButton1);
  562. this.groupBox2.Controls.Add(this.radioButton2);
  563. this.groupBox2.Location = new System.Drawing.Point(657, 12);
  564. this.groupBox2.Name = "groupBox2";
  565. this.groupBox2.Size = new System.Drawing.Size(291, 65);
  566. this.groupBox2.TabIndex = 59;
  567. this.groupBox2.TabStop = false;
  568. //
  569. // groupBox3
  570. //
  571. this.groupBox3.Controls.Add(this.label15);
  572. this.groupBox3.Controls.Add(this.radioButton5);
  573. this.groupBox3.Controls.Add(this.radioButton6);
  574. this.groupBox3.Location = new System.Drawing.Point(657, 409);
  575. this.groupBox3.Name = "groupBox3";
  576. this.groupBox3.Size = new System.Drawing.Size(291, 76);
  577. this.groupBox3.TabIndex = 60;
  578. this.groupBox3.TabStop = false;
  579. //
  580. // radioButton5
  581. //
  582. this.radioButton5.AutoSize = true;
  583. this.radioButton5.Location = new System.Drawing.Point(0, 22);
  584. this.radioButton5.Name = "radioButton5";
  585. this.radioButton5.Size = new System.Drawing.Size(40, 17);
  586. this.radioButton5.TabIndex = 44;
  587. this.radioButton5.TabStop = true;
  588. this.radioButton5.Text = "Да";
  589. this.radioButton5.UseVisualStyleBackColor = true;
  590. //
  591. // radioButton6
  592. //
  593. this.radioButton6.AutoSize = true;
  594. this.radioButton6.Location = new System.Drawing.Point(0, 45);
  595. this.radioButton6.Name = "radioButton6";
  596. this.radioButton6.Size = new System.Drawing.Size(44, 17);
  597. this.radioButton6.TabIndex = 45;
  598. this.radioButton6.TabStop = true;
  599. this.radioButton6.Text = "Нет";
  600. this.radioButton6.UseVisualStyleBackColor = true;
  601. //
  602. // Oprosnik
  603. //
  604. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  605. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  606. this.ClientSize = new System.Drawing.Size(1198, 856);
  607. this.Controls.Add(this.groupBox3);
  608. this.Controls.Add(this.label11);
  609. this.Controls.Add(this.groupBox2);
  610. this.Controls.Add(this.button1);
  611. this.Controls.Add(this.textBox4);
  612. this.Controls.Add(this.label16);
  613. this.Controls.Add(this.radioButton3);
  614. this.Controls.Add(this.radioButton4);
  615. this.Controls.Add(this.checkedListBox3);
  616. this.Controls.Add(this.label14);
  617. this.Controls.Add(this.checkedListBox2);
  618. this.Controls.Add(this.label13);
  619. this.Controls.Add(this.checkedListBox1);
  620. this.Controls.Add(this.label12);
  621. this.Controls.Add(this.checkBox14);
  622. this.Controls.Add(this.checkBox13);
  623. this.Controls.Add(this.checkBox12);
  624. this.Controls.Add(this.checkBox11);
  625. this.Controls.Add(this.checkBox10);
  626. this.Controls.Add(this.label10);
  627. this.Controls.Add(this.checkBox9);
  628. this.Controls.Add(this.checkBox8);
  629. this.Controls.Add(this.checkBox7);
  630. this.Controls.Add(this.checkBox6);
  631. this.Controls.Add(this.checkBox5);
  632. this.Controls.Add(this.label9);
  633. this.Controls.Add(this.checkBox4);
  634. this.Controls.Add(this.checkBox3);
  635. this.Controls.Add(this.checkBox2);
  636. this.Controls.Add(this.checkBox1);
  637. this.Controls.Add(this.comboBox1);
  638. this.Controls.Add(this.label8);
  639. this.Controls.Add(this.listBox3);
  640. this.Controls.Add(this.listBox2);
  641. this.Controls.Add(this.listBox1);
  642. this.Controls.Add(this.label7);
  643. this.Controls.Add(this.label6);
  644. this.Controls.Add(this.dateTimePicker1);
  645. this.Controls.Add(this.label5);
  646. this.Controls.Add(this.label4);
  647. this.Controls.Add(this.textBox3);
  648. this.Controls.Add(this.label3);
  649. this.Controls.Add(this.textBox2);
  650. this.Controls.Add(this.label2);
  651. this.Controls.Add(this.textBox1);
  652. this.Controls.Add(this.label1);
  653. this.Controls.Add(this.groupBox1);
  654. this.Name = "Oprosnik";
  655. this.Text = "Опросник";
  656. this.groupBox2.ResumeLayout(false);
  657. this.groupBox2.PerformLayout();
  658. this.groupBox3.ResumeLayout(false);
  659. this.groupBox3.PerformLayout();
  660. this.ResumeLayout(false);
  661. this.PerformLayout();
  662. }
  663. #endregion
  664. private System.Windows.Forms.Label label1;
  665. private System.Windows.Forms.TextBox textBox1;
  666. private System.Windows.Forms.TextBox textBox2;
  667. private System.Windows.Forms.Label label2;
  668. private System.Windows.Forms.TextBox textBox3;
  669. private System.Windows.Forms.Label label3;
  670. private System.Windows.Forms.Label label4;
  671. private System.Windows.Forms.Label label5;
  672. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  673. private System.Windows.Forms.Label label6;
  674. private System.Windows.Forms.Label label7;
  675. private System.Windows.Forms.ListBox listBox1;
  676. private System.Windows.Forms.ListBox listBox2;
  677. private System.Windows.Forms.ListBox listBox3;
  678. private System.Windows.Forms.Label label8;
  679. private System.Windows.Forms.ComboBox comboBox1;
  680. private System.Windows.Forms.CheckBox checkBox1;
  681. private System.Windows.Forms.CheckBox checkBox2;
  682. private System.Windows.Forms.CheckBox checkBox3;
  683. private System.Windows.Forms.CheckBox checkBox4;
  684. private System.Windows.Forms.GroupBox groupBox1;
  685. private System.Windows.Forms.Label label9;
  686. private System.Windows.Forms.CheckBox checkBox5;
  687. private System.Windows.Forms.CheckBox checkBox6;
  688. private System.Windows.Forms.CheckBox checkBox7;
  689. private System.Windows.Forms.CheckBox checkBox8;
  690. private System.Windows.Forms.CheckBox checkBox9;
  691. private System.Windows.Forms.Label label10;
  692. private System.Windows.Forms.CheckBox checkBox10;
  693. private System.Windows.Forms.CheckBox checkBox11;
  694. private System.Windows.Forms.CheckBox checkBox12;
  695. private System.Windows.Forms.CheckBox checkBox13;
  696. private System.Windows.Forms.CheckBox checkBox14;
  697. private System.Windows.Forms.Label label11;
  698. private System.Windows.Forms.RadioButton radioButton1;
  699. private System.Windows.Forms.RadioButton radioButton2;
  700. private System.Windows.Forms.Label label12;
  701. private System.Windows.Forms.CheckedListBox checkedListBox1;
  702. private System.Windows.Forms.Label label13;
  703. private System.Windows.Forms.CheckedListBox checkedListBox2;
  704. private System.Windows.Forms.Label label14;
  705. private System.Windows.Forms.CheckedListBox checkedListBox3;
  706. private System.Windows.Forms.RadioButton radioButton3;
  707. private System.Windows.Forms.RadioButton radioButton4;
  708. private System.Windows.Forms.Label label15;
  709. private System.Windows.Forms.Label label16;
  710. private System.Windows.Forms.TextBox textBox4;
  711. private System.Windows.Forms.Button button1;
  712. private System.Windows.Forms.GroupBox groupBox2;
  713. private System.Windows.Forms.GroupBox groupBox3;
  714. private System.Windows.Forms.RadioButton radioButton5;
  715. private System.Windows.Forms.RadioButton radioButton6;
  716. }
  717. }