Form1.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.Interes = new System.Windows.Forms.GroupBox();
  32. this.checkBox6 = new System.Windows.Forms.CheckBox();
  33. this.checkBox5 = new System.Windows.Forms.CheckBox();
  34. this.checkBox4 = new System.Windows.Forms.CheckBox();
  35. this.checkBox3 = new System.Windows.Forms.CheckBox();
  36. this.checkBox2 = new System.Windows.Forms.CheckBox();
  37. this.checkBox1 = new System.Windows.Forms.CheckBox();
  38. this.comboBox1 = new System.Windows.Forms.ComboBox();
  39. this.textBox2 = new System.Windows.Forms.TextBox();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.textBox3 = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  46. this.Education = new System.Windows.Forms.GroupBox();
  47. this.radioButton5 = new System.Windows.Forms.RadioButton();
  48. this.radioButton3 = new System.Windows.Forms.RadioButton();
  49. this.radioButton4 = new System.Windows.Forms.RadioButton();
  50. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  51. this.button1 = new System.Windows.Forms.Button();
  52. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.textBox4 = new System.Windows.Forms.TextBox();
  55. this.label7 = new System.Windows.Forms.Label();
  56. this.label9 = new System.Windows.Forms.Label();
  57. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  58. this.button2 = new System.Windows.Forms.Button();
  59. this.radioButton1 = new System.Windows.Forms.RadioButton();
  60. this.radioButton2 = new System.Windows.Forms.RadioButton();
  61. this.Gender = new System.Windows.Forms.GroupBox();
  62. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  63. this.label8 = new System.Windows.Forms.Label();
  64. this.textBox6 = new System.Windows.Forms.TextBox();
  65. this.label11 = new System.Windows.Forms.Label();
  66. this.textBox7 = new System.Windows.Forms.TextBox();
  67. this.label12 = new System.Windows.Forms.Label();
  68. this.comboBox2 = new System.Windows.Forms.ComboBox();
  69. this.label10 = new System.Windows.Forms.Label();
  70. this.listBox1 = new System.Windows.Forms.ListBox();
  71. this.Interes.SuspendLayout();
  72. this.Education.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  74. this.Gender.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Location = new System.Drawing.Point(32, 17);
  81. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(66, 16);
  84. this.label1.TabIndex = 0;
  85. this.label1.Text = "Фамилия";
  86. //
  87. // textBox1
  88. //
  89. this.textBox1.Location = new System.Drawing.Point(36, 50);
  90. this.textBox1.Margin = new System.Windows.Forms.Padding(4);
  91. this.textBox1.Name = "textBox1";
  92. this.textBox1.Size = new System.Drawing.Size(265, 22);
  93. this.textBox1.TabIndex = 1;
  94. //
  95. // Interes
  96. //
  97. this.Interes.Controls.Add(this.checkBox6);
  98. this.Interes.Controls.Add(this.checkBox5);
  99. this.Interes.Controls.Add(this.checkBox4);
  100. this.Interes.Controls.Add(this.checkBox3);
  101. this.Interes.Controls.Add(this.checkBox2);
  102. this.Interes.Controls.Add(this.checkBox1);
  103. this.Interes.Location = new System.Drawing.Point(660, 17);
  104. this.Interes.Margin = new System.Windows.Forms.Padding(4);
  105. this.Interes.Name = "Interes";
  106. this.Interes.Padding = new System.Windows.Forms.Padding(4);
  107. this.Interes.Size = new System.Drawing.Size(267, 197);
  108. this.Interes.TabIndex = 4;
  109. this.Interes.TabStop = false;
  110. this.Interes.Text = "10. Интересы";
  111. //
  112. // checkBox6
  113. //
  114. this.checkBox6.AutoSize = true;
  115. this.checkBox6.Location = new System.Drawing.Point(8, 172);
  116. this.checkBox6.Margin = new System.Windows.Forms.Padding(4);
  117. this.checkBox6.Name = "checkBox6";
  118. this.checkBox6.Size = new System.Drawing.Size(110, 20);
  119. this.checkBox6.TabIndex = 5;
  120. this.checkBox6.Text = "Математика";
  121. this.checkBox6.UseVisualStyleBackColor = true;
  122. //
  123. // checkBox5
  124. //
  125. this.checkBox5.AutoSize = true;
  126. this.checkBox5.Location = new System.Drawing.Point(8, 144);
  127. this.checkBox5.Margin = new System.Windows.Forms.Padding(4);
  128. this.checkBox5.Name = "checkBox5";
  129. this.checkBox5.Size = new System.Drawing.Size(91, 20);
  130. this.checkBox5.TabIndex = 4;
  131. this.checkBox5.Text = "Биология";
  132. this.checkBox5.UseVisualStyleBackColor = true;
  133. //
  134. // checkBox4
  135. //
  136. this.checkBox4.AutoSize = true;
  137. this.checkBox4.Location = new System.Drawing.Point(8, 116);
  138. this.checkBox4.Margin = new System.Windows.Forms.Padding(4);
  139. this.checkBox4.Name = "checkBox4";
  140. this.checkBox4.Size = new System.Drawing.Size(71, 20);
  141. this.checkBox4.TabIndex = 3;
  142. this.checkBox4.Text = "Танцы";
  143. this.checkBox4.UseVisualStyleBackColor = true;
  144. //
  145. // checkBox3
  146. //
  147. this.checkBox3.AutoSize = true;
  148. this.checkBox3.Location = new System.Drawing.Point(8, 87);
  149. this.checkBox3.Margin = new System.Windows.Forms.Padding(4);
  150. this.checkBox3.Name = "checkBox3";
  151. this.checkBox3.Size = new System.Drawing.Size(101, 20);
  152. this.checkBox3.TabIndex = 2;
  153. this.checkBox3.Text = "Рисование";
  154. this.checkBox3.UseVisualStyleBackColor = true;
  155. //
  156. // checkBox2
  157. //
  158. this.checkBox2.AutoSize = true;
  159. this.checkBox2.Location = new System.Drawing.Point(8, 59);
  160. this.checkBox2.Margin = new System.Windows.Forms.Padding(4);
  161. this.checkBox2.Name = "checkBox2";
  162. this.checkBox2.Size = new System.Drawing.Size(77, 20);
  163. this.checkBox2.TabIndex = 1;
  164. this.checkBox2.Text = "Чтение";
  165. this.checkBox2.UseVisualStyleBackColor = true;
  166. //
  167. // checkBox1
  168. //
  169. this.checkBox1.AutoSize = true;
  170. this.checkBox1.Location = new System.Drawing.Point(8, 31);
  171. this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
  172. this.checkBox1.Name = "checkBox1";
  173. this.checkBox1.Size = new System.Drawing.Size(159, 20);
  174. this.checkBox1.TabIndex = 0;
  175. this.checkBox1.Text = "Программирование";
  176. this.checkBox1.UseVisualStyleBackColor = true;
  177. //
  178. // comboBox1
  179. //
  180. this.comboBox1.FormattingEnabled = true;
  181. this.comboBox1.Items.AddRange(new object[] {
  182. "Россия",
  183. "Америка",
  184. "Германия",
  185. "Индия",
  186. "Казахстан"});
  187. this.comboBox1.Location = new System.Drawing.Point(36, 788);
  188. this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
  189. this.comboBox1.Name = "comboBox1";
  190. this.comboBox1.Size = new System.Drawing.Size(265, 24);
  191. this.comboBox1.TabIndex = 5;
  192. this.comboBox1.Text = "Россия";
  193. //
  194. // textBox2
  195. //
  196. this.textBox2.Location = new System.Drawing.Point(37, 565);
  197. this.textBox2.Margin = new System.Windows.Forms.Padding(4);
  198. this.textBox2.Name = "textBox2";
  199. this.textBox2.Size = new System.Drawing.Size(265, 22);
  200. this.textBox2.TabIndex = 7;
  201. //
  202. // label2
  203. //
  204. this.label2.AutoSize = true;
  205. this.label2.Location = new System.Drawing.Point(32, 452);
  206. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  207. this.label2.Name = "label2";
  208. this.label2.Size = new System.Drawing.Size(119, 16);
  209. this.label2.TabIndex = 6;
  210. this.label2.Text = "3. Дата рождения";
  211. //
  212. // label3
  213. //
  214. this.label3.AutoSize = true;
  215. this.label3.Location = new System.Drawing.Point(33, 529);
  216. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  217. this.label3.Name = "label3";
  218. this.label3.Size = new System.Drawing.Size(128, 16);
  219. this.label3.TabIndex = 8;
  220. this.label3.Text = "4. Место рождения";
  221. //
  222. // label4
  223. //
  224. this.label4.AutoSize = true;
  225. this.label4.Location = new System.Drawing.Point(30, 677);
  226. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  227. this.label4.Name = "label4";
  228. this.label4.Size = new System.Drawing.Size(67, 16);
  229. this.label4.TabIndex = 10;
  230. this.label4.Text = "6. СНИЛС";
  231. //
  232. // textBox3
  233. //
  234. this.textBox3.Location = new System.Drawing.Point(36, 708);
  235. this.textBox3.Margin = new System.Windows.Forms.Padding(4);
  236. this.textBox3.Name = "textBox3";
  237. this.textBox3.Size = new System.Drawing.Size(265, 22);
  238. this.textBox3.TabIndex = 9;
  239. //
  240. // label5
  241. //
  242. this.label5.AutoSize = true;
  243. this.label5.Location = new System.Drawing.Point(32, 753);
  244. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  245. this.label5.Name = "label5";
  246. this.label5.Size = new System.Drawing.Size(106, 16);
  247. this.label5.TabIndex = 11;
  248. this.label5.Text = "7. Гражданство";
  249. //
  250. // dateTimePicker1
  251. //
  252. this.dateTimePicker1.Location = new System.Drawing.Point(36, 484);
  253. this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4);
  254. this.dateTimePicker1.Name = "dateTimePicker1";
  255. this.dateTimePicker1.Size = new System.Drawing.Size(265, 22);
  256. this.dateTimePicker1.TabIndex = 12;
  257. //
  258. // Education
  259. //
  260. this.Education.Controls.Add(this.radioButton5);
  261. this.Education.Controls.Add(this.radioButton3);
  262. this.Education.Controls.Add(this.radioButton4);
  263. this.Education.Location = new System.Drawing.Point(344, 17);
  264. this.Education.Margin = new System.Windows.Forms.Padding(4);
  265. this.Education.Name = "Education";
  266. this.Education.Padding = new System.Windows.Forms.Padding(4);
  267. this.Education.Size = new System.Drawing.Size(267, 138);
  268. this.Education.TabIndex = 4;
  269. this.Education.TabStop = false;
  270. this.Education.Text = "8. База образования";
  271. //
  272. // radioButton5
  273. //
  274. this.radioButton5.AutoSize = true;
  275. this.radioButton5.Location = new System.Drawing.Point(27, 110);
  276. this.radioButton5.Margin = new System.Windows.Forms.Padding(4);
  277. this.radioButton5.Name = "radioButton5";
  278. this.radioButton5.Size = new System.Drawing.Size(221, 20);
  279. this.radioButton5.TabIndex = 4;
  280. this.radioButton5.TabStop = true;
  281. this.radioButton5.Text = "коррекционное образование";
  282. this.radioButton5.UseVisualStyleBackColor = true;
  283. this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  284. //
  285. // radioButton3
  286. //
  287. this.radioButton3.AutoSize = true;
  288. this.radioButton3.Location = new System.Drawing.Point(27, 33);
  289. this.radioButton3.Margin = new System.Windows.Forms.Padding(4);
  290. this.radioButton3.Name = "radioButton3";
  291. this.radioButton3.Size = new System.Drawing.Size(226, 20);
  292. this.radioButton3.TabIndex = 3;
  293. this.radioButton3.TabStop = true;
  294. this.radioButton3.Text = "основное общее образование";
  295. this.radioButton3.UseVisualStyleBackColor = true;
  296. this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  297. //
  298. // radioButton4
  299. //
  300. this.radioButton4.AutoSize = true;
  301. this.radioButton4.Location = new System.Drawing.Point(27, 73);
  302. this.radioButton4.Margin = new System.Windows.Forms.Padding(4);
  303. this.radioButton4.Name = "radioButton4";
  304. this.radioButton4.Size = new System.Drawing.Size(218, 20);
  305. this.radioButton4.TabIndex = 2;
  306. this.radioButton4.TabStop = true;
  307. this.radioButton4.Text = "среднее общее образование";
  308. this.radioButton4.UseVisualStyleBackColor = true;
  309. this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  310. //
  311. // pictureBox1
  312. //
  313. this.pictureBox1.Location = new System.Drawing.Point(669, 306);
  314. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
  315. this.pictureBox1.Name = "pictureBox1";
  316. this.pictureBox1.Size = new System.Drawing.Size(267, 161);
  317. this.pictureBox1.TabIndex = 13;
  318. this.pictureBox1.TabStop = false;
  319. //
  320. // button1
  321. //
  322. this.button1.Location = new System.Drawing.Point(692, 776);
  323. this.button1.Margin = new System.Windows.Forms.Padding(4);
  324. this.button1.Name = "button1";
  325. this.button1.Size = new System.Drawing.Size(260, 47);
  326. this.button1.TabIndex = 15;
  327. this.button1.Text = "Сохранить";
  328. this.button1.UseVisualStyleBackColor = true;
  329. this.button1.Click += new System.EventHandler(this.button1_Click);
  330. //
  331. // richTextBox1
  332. //
  333. this.richTextBox1.Location = new System.Drawing.Point(344, 216);
  334. this.richTextBox1.Margin = new System.Windows.Forms.Padding(4);
  335. this.richTextBox1.Name = "richTextBox1";
  336. this.richTextBox1.Size = new System.Drawing.Size(265, 101);
  337. this.richTextBox1.TabIndex = 16;
  338. this.richTextBox1.Text = "";
  339. //
  340. // label6
  341. //
  342. this.label6.AutoSize = true;
  343. this.label6.Location = new System.Drawing.Point(32, 603);
  344. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  345. this.label6.Name = "label6";
  346. this.label6.Size = new System.Drawing.Size(80, 16);
  347. this.label6.TabIndex = 18;
  348. this.label6.Text = "5. Телефон";
  349. //
  350. // textBox4
  351. //
  352. this.textBox4.Location = new System.Drawing.Point(36, 639);
  353. this.textBox4.Margin = new System.Windows.Forms.Padding(4);
  354. this.textBox4.Name = "textBox4";
  355. this.textBox4.Size = new System.Drawing.Size(265, 22);
  356. this.textBox4.TabIndex = 17;
  357. //
  358. // label7
  359. //
  360. this.label7.AutoSize = true;
  361. this.label7.Location = new System.Drawing.Point(665, 233);
  362. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  363. this.label7.Name = "label7";
  364. this.label7.Size = new System.Drawing.Size(147, 16);
  365. this.label7.TabIndex = 20;
  366. this.label7.Text = "11. Дата поступления";
  367. //
  368. // label9
  369. //
  370. this.label9.AutoSize = true;
  371. this.label9.Location = new System.Drawing.Point(343, 180);
  372. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  373. this.label9.Name = "label9";
  374. this.label9.Size = new System.Drawing.Size(100, 16);
  375. this.label9.TabIndex = 22;
  376. this.label9.Text = "9. Привелегии";
  377. //
  378. // openFileDialog1
  379. //
  380. this.openFileDialog1.FileName = "Picture";
  381. //
  382. // button2
  383. //
  384. this.button2.Location = new System.Drawing.Point(669, 474);
  385. this.button2.Margin = new System.Windows.Forms.Padding(4);
  386. this.button2.Name = "button2";
  387. this.button2.Size = new System.Drawing.Size(267, 28);
  388. this.button2.TabIndex = 24;
  389. this.button2.Text = "Выбрать изображение";
  390. this.button2.UseVisualStyleBackColor = true;
  391. this.button2.Click += new System.EventHandler(this.button2_Click);
  392. //
  393. // radioButton1
  394. //
  395. this.radioButton1.AutoSize = true;
  396. this.radioButton1.Location = new System.Drawing.Point(27, 37);
  397. this.radioButton1.Margin = new System.Windows.Forms.Padding(4);
  398. this.radioButton1.Name = "radioButton1";
  399. this.radioButton1.Size = new System.Drawing.Size(86, 20);
  400. this.radioButton1.TabIndex = 2;
  401. this.radioButton1.TabStop = true;
  402. this.radioButton1.Text = "Мужской";
  403. this.radioButton1.UseVisualStyleBackColor = true;
  404. this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
  405. //
  406. // radioButton2
  407. //
  408. this.radioButton2.AutoSize = true;
  409. this.radioButton2.Location = new System.Drawing.Point(27, 79);
  410. this.radioButton2.Margin = new System.Windows.Forms.Padding(4);
  411. this.radioButton2.Name = "radioButton2";
  412. this.radioButton2.Size = new System.Drawing.Size(87, 20);
  413. this.radioButton2.TabIndex = 3;
  414. this.radioButton2.TabStop = true;
  415. this.radioButton2.Text = "Женский";
  416. this.radioButton2.UseVisualStyleBackColor = true;
  417. this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
  418. //
  419. // Gender
  420. //
  421. this.Gender.Controls.Add(this.radioButton2);
  422. this.Gender.Controls.Add(this.radioButton1);
  423. this.Gender.Location = new System.Drawing.Point(36, 309);
  424. this.Gender.Margin = new System.Windows.Forms.Padding(4);
  425. this.Gender.Name = "Gender";
  426. this.Gender.Padding = new System.Windows.Forms.Padding(4);
  427. this.Gender.Size = new System.Drawing.Size(267, 123);
  428. this.Gender.TabIndex = 3;
  429. this.Gender.TabStop = false;
  430. this.Gender.Text = "2. Пол";
  431. //
  432. // dateTimePicker2
  433. //
  434. this.dateTimePicker2.Location = new System.Drawing.Point(669, 268);
  435. this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
  436. this.dateTimePicker2.Name = "dateTimePicker2";
  437. this.dateTimePicker2.Size = new System.Drawing.Size(265, 22);
  438. this.dateTimePicker2.TabIndex = 25;
  439. //
  440. // label8
  441. //
  442. this.label8.AutoSize = true;
  443. this.label8.Location = new System.Drawing.Point(32, 234);
  444. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  445. this.label8.Name = "label8";
  446. this.label8.Size = new System.Drawing.Size(121, 16);
  447. this.label8.TabIndex = 26;
  448. this.label8.Text = "1. Специальность";
  449. //
  450. // textBox6
  451. //
  452. this.textBox6.Location = new System.Drawing.Point(33, 186);
  453. this.textBox6.Margin = new System.Windows.Forms.Padding(4);
  454. this.textBox6.Name = "textBox6";
  455. this.textBox6.Size = new System.Drawing.Size(265, 22);
  456. this.textBox6.TabIndex = 29;
  457. //
  458. // label11
  459. //
  460. this.label11.AutoSize = true;
  461. this.label11.Location = new System.Drawing.Point(29, 153);
  462. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  463. this.label11.Name = "label11";
  464. this.label11.Size = new System.Drawing.Size(70, 16);
  465. this.label11.TabIndex = 28;
  466. this.label11.Text = "Отчество";
  467. //
  468. // textBox7
  469. //
  470. this.textBox7.Location = new System.Drawing.Point(36, 121);
  471. this.textBox7.Margin = new System.Windows.Forms.Padding(4);
  472. this.textBox7.Name = "textBox7";
  473. this.textBox7.Size = new System.Drawing.Size(265, 22);
  474. this.textBox7.TabIndex = 31;
  475. //
  476. // label12
  477. //
  478. this.label12.AutoSize = true;
  479. this.label12.Location = new System.Drawing.Point(32, 90);
  480. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  481. this.label12.Name = "label12";
  482. this.label12.Size = new System.Drawing.Size(33, 16);
  483. this.label12.TabIndex = 30;
  484. this.label12.Text = "Имя";
  485. //
  486. // comboBox2
  487. //
  488. this.comboBox2.FormattingEnabled = true;
  489. this.comboBox2.Items.AddRange(new object[] {
  490. "Разработчик Веб и мультимидийных - приложений",
  491. "Гостиничное Дело",
  492. "Администратирование базз данных",
  493. "Лесозаготовки"});
  494. this.comboBox2.Location = new System.Drawing.Point(36, 265);
  495. this.comboBox2.Margin = new System.Windows.Forms.Padding(4);
  496. this.comboBox2.Name = "comboBox2";
  497. this.comboBox2.Size = new System.Drawing.Size(265, 24);
  498. this.comboBox2.TabIndex = 32;
  499. this.comboBox2.Text = "Лесозаготовки";
  500. //
  501. // label10
  502. //
  503. this.label10.AutoSize = true;
  504. this.label10.Location = new System.Drawing.Point(341, 321);
  505. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  506. this.label10.Name = "label10";
  507. this.label10.Size = new System.Drawing.Size(147, 16);
  508. this.label10.TabIndex = 23;
  509. this.label10.Text = "Привилегии (пример)";
  510. //
  511. // listBox1
  512. //
  513. this.listBox1.FormattingEnabled = true;
  514. this.listBox1.ItemHeight = 16;
  515. this.listBox1.Items.AddRange(new object[] {
  516. "Сирота",
  517. "Инвалидность",
  518. "Чернобыль/Маяк",
  519. "Военнослужащий",
  520. "Ветеран",
  521. "Победители/Призеры всеросийских или областных олимпиад",
  522. "Военослужащие по контракту"});
  523. this.listBox1.Location = new System.Drawing.Point(344, 358);
  524. this.listBox1.Margin = new System.Windows.Forms.Padding(4);
  525. this.listBox1.Name = "listBox1";
  526. this.listBox1.Size = new System.Drawing.Size(265, 100);
  527. this.listBox1.TabIndex = 14;
  528. //
  529. // Form1
  530. //
  531. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  532. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  533. this.ClientSize = new System.Drawing.Size(965, 839);
  534. this.Controls.Add(this.comboBox2);
  535. this.Controls.Add(this.textBox7);
  536. this.Controls.Add(this.label12);
  537. this.Controls.Add(this.textBox6);
  538. this.Controls.Add(this.label11);
  539. this.Controls.Add(this.dateTimePicker2);
  540. this.Controls.Add(this.button2);
  541. this.Controls.Add(this.label8);
  542. this.Controls.Add(this.label10);
  543. this.Controls.Add(this.label9);
  544. this.Controls.Add(this.label7);
  545. this.Controls.Add(this.label6);
  546. this.Controls.Add(this.textBox4);
  547. this.Controls.Add(this.richTextBox1);
  548. this.Controls.Add(this.button1);
  549. this.Controls.Add(this.listBox1);
  550. this.Controls.Add(this.pictureBox1);
  551. this.Controls.Add(this.Education);
  552. this.Controls.Add(this.dateTimePicker1);
  553. this.Controls.Add(this.label5);
  554. this.Controls.Add(this.label4);
  555. this.Controls.Add(this.textBox3);
  556. this.Controls.Add(this.label3);
  557. this.Controls.Add(this.textBox2);
  558. this.Controls.Add(this.label2);
  559. this.Controls.Add(this.comboBox1);
  560. this.Controls.Add(this.Interes);
  561. this.Controls.Add(this.Gender);
  562. this.Controls.Add(this.textBox1);
  563. this.Controls.Add(this.label1);
  564. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  565. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  566. this.Margin = new System.Windows.Forms.Padding(4);
  567. this.MaximizeBox = false;
  568. this.MinimizeBox = false;
  569. this.Name = "Form1";
  570. this.Text = "Опросник";
  571. this.Interes.ResumeLayout(false);
  572. this.Interes.PerformLayout();
  573. this.Education.ResumeLayout(false);
  574. this.Education.PerformLayout();
  575. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  576. this.Gender.ResumeLayout(false);
  577. this.Gender.PerformLayout();
  578. this.ResumeLayout(false);
  579. this.PerformLayout();
  580. }
  581. #endregion
  582. private System.Windows.Forms.Label label1;
  583. private System.Windows.Forms.TextBox textBox1;
  584. private System.Windows.Forms.GroupBox Interes;
  585. private System.Windows.Forms.ComboBox comboBox1;
  586. private System.Windows.Forms.TextBox textBox2;
  587. private System.Windows.Forms.Label label2;
  588. private System.Windows.Forms.Label label3;
  589. private System.Windows.Forms.Label label4;
  590. private System.Windows.Forms.TextBox textBox3;
  591. private System.Windows.Forms.Label label5;
  592. private System.Windows.Forms.CheckBox checkBox4;
  593. private System.Windows.Forms.CheckBox checkBox3;
  594. private System.Windows.Forms.CheckBox checkBox2;
  595. private System.Windows.Forms.CheckBox checkBox1;
  596. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  597. private System.Windows.Forms.GroupBox Education;
  598. private System.Windows.Forms.RadioButton radioButton5;
  599. private System.Windows.Forms.RadioButton radioButton3;
  600. private System.Windows.Forms.RadioButton radioButton4;
  601. private System.Windows.Forms.PictureBox pictureBox1;
  602. private System.Windows.Forms.Button button1;
  603. private System.Windows.Forms.RichTextBox richTextBox1;
  604. private System.Windows.Forms.Label label6;
  605. private System.Windows.Forms.TextBox textBox4;
  606. private System.Windows.Forms.Label label7;
  607. private System.Windows.Forms.Label label9;
  608. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  609. private System.Windows.Forms.Button button2;
  610. private System.Windows.Forms.RadioButton radioButton1;
  611. private System.Windows.Forms.RadioButton radioButton2;
  612. private System.Windows.Forms.GroupBox Gender;
  613. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  614. private System.Windows.Forms.Label label8;
  615. private System.Windows.Forms.TextBox textBox6;
  616. private System.Windows.Forms.Label label11;
  617. private System.Windows.Forms.TextBox textBox7;
  618. private System.Windows.Forms.Label label12;
  619. private System.Windows.Forms.ComboBox comboBox2;
  620. private System.Windows.Forms.CheckBox checkBox6;
  621. private System.Windows.Forms.CheckBox checkBox5;
  622. private System.Windows.Forms.Label label10;
  623. private System.Windows.Forms.ListBox listBox1;
  624. }
  625. }