Form1.Designer.cs 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557
  1. namespace Byzov_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.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.textBox4 = new System.Windows.Forms.TextBox();
  38. this.label7 = new System.Windows.Forms.Label();
  39. this.textBox5 = new System.Windows.Forms.TextBox();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.textBox7 = new System.Windows.Forms.TextBox();
  43. this.label10 = new System.Windows.Forms.Label();
  44. this.textBox8 = new System.Windows.Forms.TextBox();
  45. this.label11 = new System.Windows.Forms.Label();
  46. this.textBox9 = new System.Windows.Forms.TextBox();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.textBox10 = new System.Windows.Forms.TextBox();
  49. this.label13 = new System.Windows.Forms.Label();
  50. this.label14 = new System.Windows.Forms.Label();
  51. this.label15 = new System.Windows.Forms.Label();
  52. this.radioButton1 = new System.Windows.Forms.RadioButton();
  53. this.radioButton2 = new System.Windows.Forms.RadioButton();
  54. this.radioButton3 = new System.Windows.Forms.RadioButton();
  55. this.radioButton4 = new System.Windows.Forms.RadioButton();
  56. this.radioButton5 = new System.Windows.Forms.RadioButton();
  57. this.radioButton6 = new System.Windows.Forms.RadioButton();
  58. this.radioButton7 = new System.Windows.Forms.RadioButton();
  59. this.radioButton8 = new System.Windows.Forms.RadioButton();
  60. this.radioButton9 = new System.Windows.Forms.RadioButton();
  61. this.radioButton10 = new System.Windows.Forms.RadioButton();
  62. this.radioButton11 = new System.Windows.Forms.RadioButton();
  63. this.radioButton12 = new System.Windows.Forms.RadioButton();
  64. this.radioButton13 = new System.Windows.Forms.RadioButton();
  65. this.checkBox1 = new System.Windows.Forms.CheckBox();
  66. this.checkBox2 = new System.Windows.Forms.CheckBox();
  67. this.checkBox3 = new System.Windows.Forms.CheckBox();
  68. this.checkBox4 = new System.Windows.Forms.CheckBox();
  69. this.checkBox5 = new System.Windows.Forms.CheckBox();
  70. this.checkBox6 = new System.Windows.Forms.CheckBox();
  71. this.checkBox7 = new System.Windows.Forms.CheckBox();
  72. this.checkBox8 = new System.Windows.Forms.CheckBox();
  73. this.checkBox9 = new System.Windows.Forms.CheckBox();
  74. this.checkBox10 = new System.Windows.Forms.CheckBox();
  75. this.checkBox11 = new System.Windows.Forms.CheckBox();
  76. this.checkBox12 = new System.Windows.Forms.CheckBox();
  77. this.checkBox13 = new System.Windows.Forms.CheckBox();
  78. this.checkBox14 = new System.Windows.Forms.CheckBox();
  79. this.checkBox15 = new System.Windows.Forms.CheckBox();
  80. this.checkBox16 = new System.Windows.Forms.CheckBox();
  81. this.textBox6 = new System.Windows.Forms.TextBox();
  82. this.checkBox18 = new System.Windows.Forms.CheckBox();
  83. this.checkBox19 = new System.Windows.Forms.CheckBox();
  84. this.checkBox20 = new System.Windows.Forms.CheckBox();
  85. this.groupBox1 = new System.Windows.Forms.GroupBox();
  86. this.groupBox2 = new System.Windows.Forms.GroupBox();
  87. this.groupBox3 = new System.Windows.Forms.GroupBox();
  88. this.groupBox4 = new System.Windows.Forms.GroupBox();
  89. this.groupBox5 = new System.Windows.Forms.GroupBox();
  90. this.groupBox6 = new System.Windows.Forms.GroupBox();
  91. this.radioButton15 = new System.Windows.Forms.RadioButton();
  92. this.radioButton16 = new System.Windows.Forms.RadioButton();
  93. this.label16 = new System.Windows.Forms.Label();
  94. this.groupBox7 = new System.Windows.Forms.GroupBox();
  95. this.checkBox23 = new System.Windows.Forms.CheckBox();
  96. this.textBox11 = new System.Windows.Forms.TextBox();
  97. this.groupBox8 = new System.Windows.Forms.GroupBox();
  98. this.checkBox30 = new System.Windows.Forms.CheckBox();
  99. this.checkBox29 = new System.Windows.Forms.CheckBox();
  100. this.checkBox24 = new System.Windows.Forms.CheckBox();
  101. this.checkBox28 = new System.Windows.Forms.CheckBox();
  102. this.checkBox25 = new System.Windows.Forms.CheckBox();
  103. this.checkBox27 = new System.Windows.Forms.CheckBox();
  104. this.checkBox26 = new System.Windows.Forms.CheckBox();
  105. this.label17 = new System.Windows.Forms.Label();
  106. this.button1 = new System.Windows.Forms.Button();
  107. this.label18 = new System.Windows.Forms.Label();
  108. this.label19 = new System.Windows.Forms.Label();
  109. this.label20 = new System.Windows.Forms.Label();
  110. this.label21 = new System.Windows.Forms.Label();
  111. this.label22 = new System.Windows.Forms.Label();
  112. this.label23 = new System.Windows.Forms.Label();
  113. this.label24 = new System.Windows.Forms.Label();
  114. this.label25 = new System.Windows.Forms.Label();
  115. this.label26 = new System.Windows.Forms.Label();
  116. this.label27 = new System.Windows.Forms.Label();
  117. this.label28 = new System.Windows.Forms.Label();
  118. this.label29 = new System.Windows.Forms.Label();
  119. this.label30 = new System.Windows.Forms.Label();
  120. this.label31 = new System.Windows.Forms.Label();
  121. this.label32 = new System.Windows.Forms.Label();
  122. this.label33 = new System.Windows.Forms.Label();
  123. this.label34 = new System.Windows.Forms.Label();
  124. this.label35 = new System.Windows.Forms.Label();
  125. this.label36 = new System.Windows.Forms.Label();
  126. this.label37 = new System.Windows.Forms.Label();
  127. this.label38 = new System.Windows.Forms.Label();
  128. this.label39 = new System.Windows.Forms.Label();
  129. this.label40 = new System.Windows.Forms.Label();
  130. this.label41 = new System.Windows.Forms.Label();
  131. this.label42 = new System.Windows.Forms.Label();
  132. this.label43 = new System.Windows.Forms.Label();
  133. this.label44 = new System.Windows.Forms.Label();
  134. this.label45 = new System.Windows.Forms.Label();
  135. this.groupBox1.SuspendLayout();
  136. this.groupBox2.SuspendLayout();
  137. this.groupBox3.SuspendLayout();
  138. this.groupBox4.SuspendLayout();
  139. this.groupBox5.SuspendLayout();
  140. this.groupBox6.SuspendLayout();
  141. this.groupBox7.SuspendLayout();
  142. this.groupBox8.SuspendLayout();
  143. this.SuspendLayout();
  144. //
  145. // label1
  146. //
  147. this.label1.AutoSize = true;
  148. this.label1.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  149. this.label1.Location = new System.Drawing.Point(73, 11);
  150. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  151. this.label1.Name = "label1";
  152. this.label1.Size = new System.Drawing.Size(0, 15);
  153. this.label1.TabIndex = 0;
  154. //
  155. // label2
  156. //
  157. this.label2.AutoSize = true;
  158. this.label2.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  159. this.label2.ForeColor = System.Drawing.Color.Red;
  160. this.label2.Location = new System.Drawing.Point(17, 11);
  161. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.label2.Name = "label2";
  163. this.label2.Size = new System.Drawing.Size(69, 15);
  164. this.label2.TabIndex = 1;
  165. this.label2.Text = "* Обязательно";
  166. this.label2.Click += new System.EventHandler(this.label2_Click);
  167. //
  168. // textBox1
  169. //
  170. this.textBox1.Location = new System.Drawing.Point(19, 47);
  171. this.textBox1.Margin = new System.Windows.Forms.Padding(4);
  172. this.textBox1.Name = "textBox1";
  173. this.textBox1.Size = new System.Drawing.Size(509, 20);
  174. this.textBox1.TabIndex = 2;
  175. //
  176. // label3
  177. //
  178. this.label3.AutoSize = true;
  179. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  180. this.label3.Location = new System.Drawing.Point(17, 47);
  181. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  182. this.label3.Name = "label3";
  183. this.label3.Size = new System.Drawing.Size(78, 16);
  184. this.label3.TabIndex = 3;
  185. this.label3.Text = "Фамилия * ";
  186. //
  187. // label4
  188. //
  189. this.label4.AutoSize = true;
  190. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  191. this.label4.Location = new System.Drawing.Point(17, 118);
  192. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  193. this.label4.Name = "label4";
  194. this.label4.Size = new System.Drawing.Size(45, 16);
  195. this.label4.TabIndex = 5;
  196. this.label4.Text = "Имя * ";
  197. this.label4.Click += new System.EventHandler(this.label4_Click);
  198. //
  199. // textBox2
  200. //
  201. this.textBox2.Location = new System.Drawing.Point(19, 121);
  202. this.textBox2.Margin = new System.Windows.Forms.Padding(4);
  203. this.textBox2.Name = "textBox2";
  204. this.textBox2.Size = new System.Drawing.Size(509, 20);
  205. this.textBox2.TabIndex = 4;
  206. //
  207. // label5
  208. //
  209. this.label5.AutoSize = true;
  210. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  211. this.label5.Location = new System.Drawing.Point(17, 192);
  212. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  213. this.label5.Name = "label5";
  214. this.label5.Size = new System.Drawing.Size(71, 16);
  215. this.label5.TabIndex = 7;
  216. this.label5.Text = "Отчество";
  217. //
  218. // textBox3
  219. //
  220. this.textBox3.Location = new System.Drawing.Point(17, 201);
  221. this.textBox3.Margin = new System.Windows.Forms.Padding(4);
  222. this.textBox3.Name = "textBox3";
  223. this.textBox3.Size = new System.Drawing.Size(509, 20);
  224. this.textBox3.TabIndex = 6;
  225. //
  226. // label6
  227. //
  228. this.label6.AutoSize = true;
  229. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  230. this.label6.Location = new System.Drawing.Point(17, 265);
  231. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  232. this.label6.Name = "label6";
  233. this.label6.Size = new System.Drawing.Size(151, 16);
  234. this.label6.TabIndex = 9;
  235. this.label6.Text = "Учебное заведение * ";
  236. //
  237. // textBox4
  238. //
  239. this.textBox4.Location = new System.Drawing.Point(19, 268);
  240. this.textBox4.Margin = new System.Windows.Forms.Padding(4);
  241. this.textBox4.Name = "textBox4";
  242. this.textBox4.Size = new System.Drawing.Size(509, 20);
  243. this.textBox4.TabIndex = 8;
  244. //
  245. // label7
  246. //
  247. this.label7.AutoSize = true;
  248. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  249. this.label7.Location = new System.Drawing.Point(17, 338);
  250. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  251. this.label7.Name = "label7";
  252. this.label7.Size = new System.Drawing.Size(57, 16);
  253. this.label7.TabIndex = 11;
  254. this.label7.Text = "Класс * ";
  255. //
  256. // textBox5
  257. //
  258. this.textBox5.Location = new System.Drawing.Point(19, 334);
  259. this.textBox5.Margin = new System.Windows.Forms.Padding(4);
  260. this.textBox5.Name = "textBox5";
  261. this.textBox5.Size = new System.Drawing.Size(509, 20);
  262. this.textBox5.TabIndex = 10;
  263. //
  264. // label8
  265. //
  266. this.label8.AutoSize = true;
  267. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  268. this.label8.Location = new System.Drawing.Point(16, 431);
  269. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.label8.Name = "label8";
  271. this.label8.Size = new System.Drawing.Size(263, 16);
  272. this.label8.TabIndex = 13;
  273. this.label8.Text = "Мастер-класс, который Вы посетили? * ";
  274. //
  275. // label9
  276. //
  277. this.label9.AutoSize = true;
  278. this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  279. this.label9.Location = new System.Drawing.Point(16, 622);
  280. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  281. this.label9.Name = "label9";
  282. this.label9.Size = new System.Drawing.Size(491, 16);
  283. this.label9.TabIndex = 15;
  284. this.label9.Text = "Определились ли Вы со специальностью, на которую хотите поступать? * ";
  285. this.label9.Click += new System.EventHandler(this.label9_Click);
  286. //
  287. // textBox7
  288. //
  289. this.textBox7.Location = new System.Drawing.Point(17, 239);
  290. this.textBox7.Margin = new System.Windows.Forms.Padding(4);
  291. this.textBox7.Name = "textBox7";
  292. this.textBox7.Size = new System.Drawing.Size(509, 20);
  293. this.textBox7.TabIndex = 14;
  294. //
  295. // label10
  296. //
  297. this.label10.AutoSize = true;
  298. this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  299. this.label10.Location = new System.Drawing.Point(16, 695);
  300. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  301. this.label10.Name = "label10";
  302. this.label10.Size = new System.Drawing.Size(357, 16);
  303. this.label10.TabIndex = 17;
  304. this.label10.Text = "Чем привлекает Канский технологический колледж? ";
  305. //
  306. // textBox8
  307. //
  308. this.textBox8.Location = new System.Drawing.Point(17, 313);
  309. this.textBox8.Margin = new System.Windows.Forms.Padding(4);
  310. this.textBox8.Name = "textBox8";
  311. this.textBox8.Size = new System.Drawing.Size(509, 20);
  312. this.textBox8.TabIndex = 16;
  313. //
  314. // label11
  315. //
  316. this.label11.AutoSize = true;
  317. this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  318. this.label11.Location = new System.Drawing.Point(583, 47);
  319. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  320. this.label11.Name = "label11";
  321. this.label11.Size = new System.Drawing.Size(175, 16);
  322. this.label11.TabIndex = 19;
  323. this.label11.Text = "Ваши увлечения и хобби?";
  324. //
  325. // textBox9
  326. //
  327. this.textBox9.Location = new System.Drawing.Point(29, 47);
  328. this.textBox9.Margin = new System.Windows.Forms.Padding(4);
  329. this.textBox9.Name = "textBox9";
  330. this.textBox9.Size = new System.Drawing.Size(476, 20);
  331. this.textBox9.TabIndex = 18;
  332. //
  333. // label12
  334. //
  335. this.label12.AutoSize = true;
  336. this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  337. this.label12.Location = new System.Drawing.Point(583, 118);
  338. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  339. this.label12.Name = "label12";
  340. this.label12.Size = new System.Drawing.Size(362, 16);
  341. this.label12.TabIndex = 21;
  342. this.label12.Text = "Понравился ли Вам мастер-класс? Оцените от 1 до 5 * ";
  343. //
  344. // textBox10
  345. //
  346. this.textBox10.Location = new System.Drawing.Point(125, 257);
  347. this.textBox10.Margin = new System.Windows.Forms.Padding(4);
  348. this.textBox10.Name = "textBox10";
  349. this.textBox10.Size = new System.Drawing.Size(380, 20);
  350. this.textBox10.TabIndex = 20;
  351. //
  352. // label13
  353. //
  354. this.label13.AutoSize = true;
  355. this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  356. this.label13.Location = new System.Drawing.Point(583, 324);
  357. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  358. this.label13.Name = "label13";
  359. this.label13.Size = new System.Drawing.Size(461, 16);
  360. this.label13.TabIndex = 23;
  361. this.label13.Text = "Планируете ли Вы поступать в Канский технологический колледж? * ";
  362. //
  363. // label14
  364. //
  365. this.label14.AutoSize = true;
  366. this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  367. this.label14.Location = new System.Drawing.Point(583, 486);
  368. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  369. this.label14.Name = "label14";
  370. this.label14.Size = new System.Drawing.Size(474, 16);
  371. this.label14.TabIndex = 25;
  372. this.label14.Text = "Какой из курсов дополнительного образования Вас заинтересовал? * ";
  373. //
  374. // label15
  375. //
  376. this.label15.AutoSize = true;
  377. this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  378. this.label15.Location = new System.Drawing.Point(1135, 47);
  379. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  380. this.label15.Name = "label15";
  381. this.label15.Size = new System.Drawing.Size(371, 16);
  382. this.label15.TabIndex = 27;
  383. this.label15.Text = "Какой язык программирования вы хотели бы изучать? *";
  384. this.label15.Click += new System.EventHandler(this.label15_Click);
  385. //
  386. // radioButton1
  387. //
  388. this.radioButton1.AutoSize = true;
  389. this.radioButton1.Location = new System.Drawing.Point(16, 49);
  390. this.radioButton1.Margin = new System.Windows.Forms.Padding(4);
  391. this.radioButton1.Name = "radioButton1";
  392. this.radioButton1.Size = new System.Drawing.Size(178, 19);
  393. this.radioButton1.TabIndex = 32;
  394. this.radioButton1.TabStop = true;
  395. this.radioButton1.Text = "Введение в разработку баз данных";
  396. this.radioButton1.UseVisualStyleBackColor = true;
  397. this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged_1);
  398. //
  399. // radioButton2
  400. //
  401. this.radioButton2.AutoSize = true;
  402. this.radioButton2.Location = new System.Drawing.Point(17, 78);
  403. this.radioButton2.Margin = new System.Windows.Forms.Padding(4);
  404. this.radioButton2.Name = "radioButton2";
  405. this.radioButton2.Size = new System.Drawing.Size(95, 19);
  406. this.radioButton2.TabIndex = 33;
  407. this.radioButton2.TabStop = true;
  408. this.radioButton2.Text = "Я web-дизайнер";
  409. this.radioButton2.UseVisualStyleBackColor = true;
  410. this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
  411. //
  412. // radioButton3
  413. //
  414. this.radioButton3.AutoSize = true;
  415. this.radioButton3.Location = new System.Drawing.Point(17, 106);
  416. this.radioButton3.Margin = new System.Windows.Forms.Padding(4);
  417. this.radioButton3.Name = "radioButton3";
  418. this.radioButton3.Size = new System.Drawing.Size(187, 19);
  419. this.radioButton3.TabIndex = 34;
  420. this.radioButton3.TabStop = true;
  421. this.radioButton3.Text = "Первые шаги в 1С-Программирование";
  422. this.radioButton3.UseVisualStyleBackColor = true;
  423. this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
  424. //
  425. // radioButton4
  426. //
  427. this.radioButton4.AutoSize = true;
  428. this.radioButton4.Location = new System.Drawing.Point(17, 135);
  429. this.radioButton4.Margin = new System.Windows.Forms.Padding(4);
  430. this.radioButton4.Name = "radioButton4";
  431. this.radioButton4.Size = new System.Drawing.Size(255, 19);
  432. this.radioButton4.TabIndex = 35;
  433. this.radioButton4.TabStop = true;
  434. this.radioButton4.Text = "Разработка простого мобильного приложения под iOS";
  435. this.radioButton4.UseVisualStyleBackColor = true;
  436. this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
  437. //
  438. // radioButton5
  439. //
  440. this.radioButton5.AutoSize = true;
  441. this.radioButton5.Location = new System.Drawing.Point(17, 164);
  442. this.radioButton5.Margin = new System.Windows.Forms.Padding(4);
  443. this.radioButton5.Name = "radioButton5";
  444. this.radioButton5.Size = new System.Drawing.Size(221, 19);
  445. this.radioButton5.TabIndex = 36;
  446. this.radioButton5.TabStop = true;
  447. this.radioButton5.Text = "Первые шаги в разработке компьютерных игр";
  448. this.radioButton5.UseVisualStyleBackColor = true;
  449. this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
  450. //
  451. // radioButton6
  452. //
  453. this.radioButton6.AutoSize = true;
  454. this.radioButton6.Location = new System.Drawing.Point(29, 234);
  455. this.radioButton6.Margin = new System.Windows.Forms.Padding(4);
  456. this.radioButton6.Name = "radioButton6";
  457. this.radioButton6.Size = new System.Drawing.Size(30, 19);
  458. this.radioButton6.TabIndex = 41;
  459. this.radioButton6.TabStop = true;
  460. this.radioButton6.Text = "5";
  461. this.radioButton6.UseVisualStyleBackColor = true;
  462. this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton6_CheckedChanged_1);
  463. //
  464. // radioButton7
  465. //
  466. this.radioButton7.AutoSize = true;
  467. this.radioButton7.Location = new System.Drawing.Point(29, 207);
  468. this.radioButton7.Margin = new System.Windows.Forms.Padding(4);
  469. this.radioButton7.Name = "radioButton7";
  470. this.radioButton7.Size = new System.Drawing.Size(30, 19);
  471. this.radioButton7.TabIndex = 40;
  472. this.radioButton7.TabStop = true;
  473. this.radioButton7.Text = "4";
  474. this.radioButton7.UseVisualStyleBackColor = true;
  475. this.radioButton7.CheckedChanged += new System.EventHandler(this.radioButton7_CheckedChanged);
  476. //
  477. // radioButton8
  478. //
  479. this.radioButton8.AutoSize = true;
  480. this.radioButton8.Location = new System.Drawing.Point(29, 178);
  481. this.radioButton8.Margin = new System.Windows.Forms.Padding(4);
  482. this.radioButton8.Name = "radioButton8";
  483. this.radioButton8.Size = new System.Drawing.Size(30, 19);
  484. this.radioButton8.TabIndex = 39;
  485. this.radioButton8.TabStop = true;
  486. this.radioButton8.Text = "3";
  487. this.radioButton8.UseVisualStyleBackColor = true;
  488. this.radioButton8.CheckedChanged += new System.EventHandler(this.radioButton8_CheckedChanged);
  489. //
  490. // radioButton9
  491. //
  492. this.radioButton9.AutoSize = true;
  493. this.radioButton9.Location = new System.Drawing.Point(29, 150);
  494. this.radioButton9.Margin = new System.Windows.Forms.Padding(4);
  495. this.radioButton9.Name = "radioButton9";
  496. this.radioButton9.Size = new System.Drawing.Size(30, 19);
  497. this.radioButton9.TabIndex = 38;
  498. this.radioButton9.TabStop = true;
  499. this.radioButton9.Text = "2";
  500. this.radioButton9.UseVisualStyleBackColor = true;
  501. this.radioButton9.CheckedChanged += new System.EventHandler(this.radioButton9_CheckedChanged);
  502. //
  503. // radioButton10
  504. //
  505. this.radioButton10.AutoSize = true;
  506. this.radioButton10.Location = new System.Drawing.Point(29, 122);
  507. this.radioButton10.Margin = new System.Windows.Forms.Padding(4);
  508. this.radioButton10.Name = "radioButton10";
  509. this.radioButton10.Size = new System.Drawing.Size(30, 19);
  510. this.radioButton10.TabIndex = 37;
  511. this.radioButton10.TabStop = true;
  512. this.radioButton10.Text = "1";
  513. this.radioButton10.UseVisualStyleBackColor = true;
  514. this.radioButton10.CheckedChanged += new System.EventHandler(this.radioButton10_CheckedChanged);
  515. //
  516. // radioButton11
  517. //
  518. this.radioButton11.AutoSize = true;
  519. this.radioButton11.Location = new System.Drawing.Point(29, 65);
  520. this.radioButton11.Margin = new System.Windows.Forms.Padding(4);
  521. this.radioButton11.Name = "radioButton11";
  522. this.radioButton11.Size = new System.Drawing.Size(36, 19);
  523. this.radioButton11.TabIndex = 42;
  524. this.radioButton11.TabStop = true;
  525. this.radioButton11.Text = "Да";
  526. this.radioButton11.UseVisualStyleBackColor = true;
  527. this.radioButton11.CheckedChanged += new System.EventHandler(this.radioButton11_CheckedChanged);
  528. //
  529. // radioButton12
  530. //
  531. this.radioButton12.AutoSize = true;
  532. this.radioButton12.Location = new System.Drawing.Point(29, 94);
  533. this.radioButton12.Margin = new System.Windows.Forms.Padding(4);
  534. this.radioButton12.Name = "radioButton12";
  535. this.radioButton12.Size = new System.Drawing.Size(40, 19);
  536. this.radioButton12.TabIndex = 43;
  537. this.radioButton12.TabStop = true;
  538. this.radioButton12.Text = "Нет";
  539. this.radioButton12.UseVisualStyleBackColor = true;
  540. this.radioButton12.CheckedChanged += new System.EventHandler(this.radioButton12_CheckedChanged);
  541. //
  542. // radioButton13
  543. //
  544. this.radioButton13.AutoSize = true;
  545. this.radioButton13.Location = new System.Drawing.Point(29, 122);
  546. this.radioButton13.Margin = new System.Windows.Forms.Padding(4);
  547. this.radioButton13.Name = "radioButton13";
  548. this.radioButton13.Size = new System.Drawing.Size(60, 19);
  549. this.radioButton13.TabIndex = 44;
  550. this.radioButton13.TabStop = true;
  551. this.radioButton13.Text = "Не знаю";
  552. this.radioButton13.UseVisualStyleBackColor = true;
  553. this.radioButton13.CheckedChanged += new System.EventHandler(this.radioButton13_CheckedChanged);
  554. //
  555. // checkBox1
  556. //
  557. this.checkBox1.AutoSize = true;
  558. this.checkBox1.Location = new System.Drawing.Point(29, 58);
  559. this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
  560. this.checkBox1.Name = "checkBox1";
  561. this.checkBox1.Size = new System.Drawing.Size(168, 19);
  562. this.checkBox1.TabIndex = 45;
  563. this.checkBox1.Text = "iOS-разработка для начинающих";
  564. this.checkBox1.UseVisualStyleBackColor = true;
  565. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  566. //
  567. // checkBox2
  568. //
  569. this.checkBox2.AutoSize = true;
  570. this.checkBox2.Location = new System.Drawing.Point(29, 86);
  571. this.checkBox2.Margin = new System.Windows.Forms.Padding(4);
  572. this.checkBox2.Name = "checkBox2";
  573. this.checkBox2.Size = new System.Drawing.Size(297, 19);
  574. this.checkBox2.TabIndex = 46;
  575. this.checkBox2.Text = "Разработка компьютерных игр и мультимедийных приложений";
  576. this.checkBox2.UseVisualStyleBackColor = true;
  577. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  578. //
  579. // checkBox3
  580. //
  581. this.checkBox3.AutoSize = true;
  582. this.checkBox3.Location = new System.Drawing.Point(29, 114);
  583. this.checkBox3.Margin = new System.Windows.Forms.Padding(4);
  584. this.checkBox3.Name = "checkBox3";
  585. this.checkBox3.Size = new System.Drawing.Size(179, 19);
  586. this.checkBox3.TabIndex = 47;
  587. this.checkBox3.Text = "Введение в разработку баз данных";
  588. this.checkBox3.UseVisualStyleBackColor = true;
  589. this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
  590. //
  591. // checkBox4
  592. //
  593. this.checkBox4.AutoSize = true;
  594. this.checkBox4.Location = new System.Drawing.Point(29, 144);
  595. this.checkBox4.Margin = new System.Windows.Forms.Padding(4);
  596. this.checkBox4.Name = "checkBox4";
  597. this.checkBox4.Size = new System.Drawing.Size(132, 19);
  598. this.checkBox4.TabIndex = 48;
  599. this.checkBox4.Text = "Веб-дизайн и разработка";
  600. this.checkBox4.UseVisualStyleBackColor = true;
  601. this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
  602. //
  603. // checkBox5
  604. //
  605. this.checkBox5.AutoSize = true;
  606. this.checkBox5.Location = new System.Drawing.Point(29, 172);
  607. this.checkBox5.Margin = new System.Windows.Forms.Padding(4);
  608. this.checkBox5.Name = "checkBox5";
  609. this.checkBox5.Size = new System.Drawing.Size(206, 19);
  610. this.checkBox5.TabIndex = 49;
  611. this.checkBox5.Text = "Программирование в \"1С\" для школьников";
  612. this.checkBox5.UseVisualStyleBackColor = true;
  613. this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
  614. //
  615. // checkBox6
  616. //
  617. this.checkBox6.AutoSize = true;
  618. this.checkBox6.Location = new System.Drawing.Point(29, 201);
  619. this.checkBox6.Margin = new System.Windows.Forms.Padding(4);
  620. this.checkBox6.Name = "checkBox6";
  621. this.checkBox6.Size = new System.Drawing.Size(174, 19);
  622. this.checkBox6.TabIndex = 50;
  623. this.checkBox6.Text = "Обработка цифровой информации";
  624. this.checkBox6.UseVisualStyleBackColor = true;
  625. this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
  626. //
  627. // checkBox7
  628. //
  629. this.checkBox7.AutoSize = true;
  630. this.checkBox7.Location = new System.Drawing.Point(29, 229);
  631. this.checkBox7.Margin = new System.Windows.Forms.Padding(4);
  632. this.checkBox7.Name = "checkBox7";
  633. this.checkBox7.Size = new System.Drawing.Size(178, 19);
  634. this.checkBox7.TabIndex = 51;
  635. this.checkBox7.Text = "Графический дизайн и мультмедиа";
  636. this.checkBox7.UseVisualStyleBackColor = true;
  637. this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
  638. //
  639. // checkBox8
  640. //
  641. this.checkBox8.AutoSize = true;
  642. this.checkBox8.Location = new System.Drawing.Point(29, 260);
  643. this.checkBox8.Margin = new System.Windows.Forms.Padding(4);
  644. this.checkBox8.Name = "checkBox8";
  645. this.checkBox8.Size = new System.Drawing.Size(59, 19);
  646. this.checkBox8.TabIndex = 52;
  647. this.checkBox8.Text = "Другое:";
  648. this.checkBox8.UseVisualStyleBackColor = true;
  649. //
  650. // checkBox9
  651. //
  652. this.checkBox9.AutoSize = true;
  653. this.checkBox9.Location = new System.Drawing.Point(25, 346);
  654. this.checkBox9.Margin = new System.Windows.Forms.Padding(4);
  655. this.checkBox9.Name = "checkBox9";
  656. this.checkBox9.Size = new System.Drawing.Size(59, 19);
  657. this.checkBox9.TabIndex = 61;
  658. this.checkBox9.Text = "Другое:";
  659. this.checkBox9.UseVisualStyleBackColor = true;
  660. //
  661. // checkBox10
  662. //
  663. this.checkBox10.AutoSize = true;
  664. this.checkBox10.Location = new System.Drawing.Point(25, 233);
  665. this.checkBox10.Margin = new System.Windows.Forms.Padding(4);
  666. this.checkBox10.Name = "checkBox10";
  667. this.checkBox10.Size = new System.Drawing.Size(44, 19);
  668. this.checkBox10.TabIndex = 60;
  669. this.checkBox10.Text = "PHP";
  670. this.checkBox10.UseVisualStyleBackColor = true;
  671. this.checkBox10.CheckedChanged += new System.EventHandler(this.checkBox10_CheckedChanged);
  672. //
  673. // checkBox11
  674. //
  675. this.checkBox11.AutoSize = true;
  676. this.checkBox11.Location = new System.Drawing.Point(25, 204);
  677. this.checkBox11.Margin = new System.Windows.Forms.Padding(4);
  678. this.checkBox11.Name = "checkBox11";
  679. this.checkBox11.Size = new System.Drawing.Size(55, 19);
  680. this.checkBox11.TabIndex = 59;
  681. this.checkBox11.Text = "Python";
  682. this.checkBox11.UseVisualStyleBackColor = true;
  683. this.checkBox11.CheckedChanged += new System.EventHandler(this.checkBox11_CheckedChanged);
  684. //
  685. // checkBox12
  686. //
  687. this.checkBox12.AutoSize = true;
  688. this.checkBox12.Location = new System.Drawing.Point(25, 176);
  689. this.checkBox12.Margin = new System.Windows.Forms.Padding(4);
  690. this.checkBox12.Name = "checkBox12";
  691. this.checkBox12.Size = new System.Drawing.Size(47, 19);
  692. this.checkBox12.TabIndex = 58;
  693. this.checkBox12.Text = "Java";
  694. this.checkBox12.UseVisualStyleBackColor = true;
  695. this.checkBox12.CheckedChanged += new System.EventHandler(this.checkBox12_CheckedChanged);
  696. //
  697. // checkBox13
  698. //
  699. this.checkBox13.AutoSize = true;
  700. this.checkBox13.Location = new System.Drawing.Point(25, 148);
  701. this.checkBox13.Margin = new System.Windows.Forms.Padding(4);
  702. this.checkBox13.Name = "checkBox13";
  703. this.checkBox13.Size = new System.Drawing.Size(43, 19);
  704. this.checkBox13.TabIndex = 57;
  705. this.checkBox13.Text = "C++";
  706. this.checkBox13.UseVisualStyleBackColor = true;
  707. this.checkBox13.CheckedChanged += new System.EventHandler(this.checkBox13_CheckedChanged);
  708. //
  709. // checkBox14
  710. //
  711. this.checkBox14.AutoSize = true;
  712. this.checkBox14.Location = new System.Drawing.Point(25, 118);
  713. this.checkBox14.Margin = new System.Windows.Forms.Padding(4);
  714. this.checkBox14.Name = "checkBox14";
  715. this.checkBox14.Size = new System.Drawing.Size(38, 19);
  716. this.checkBox14.TabIndex = 56;
  717. this.checkBox14.Text = "C#";
  718. this.checkBox14.UseVisualStyleBackColor = true;
  719. this.checkBox14.CheckedChanged += new System.EventHandler(this.checkBox14_CheckedChanged);
  720. //
  721. // checkBox15
  722. //
  723. this.checkBox15.AutoSize = true;
  724. this.checkBox15.Location = new System.Drawing.Point(25, 90);
  725. this.checkBox15.Margin = new System.Windows.Forms.Padding(4);
  726. this.checkBox15.Name = "checkBox15";
  727. this.checkBox15.Size = new System.Drawing.Size(51, 19);
  728. this.checkBox15.TabIndex = 55;
  729. this.checkBox15.Text = "Delphi";
  730. this.checkBox15.UseVisualStyleBackColor = true;
  731. this.checkBox15.CheckedChanged += new System.EventHandler(this.checkBox15_CheckedChanged);
  732. //
  733. // checkBox16
  734. //
  735. this.checkBox16.AutoSize = true;
  736. this.checkBox16.Location = new System.Drawing.Point(25, 62);
  737. this.checkBox16.Margin = new System.Windows.Forms.Padding(4);
  738. this.checkBox16.Name = "checkBox16";
  739. this.checkBox16.Size = new System.Drawing.Size(54, 19);
  740. this.checkBox16.TabIndex = 54;
  741. this.checkBox16.Text = "Pascal";
  742. this.checkBox16.UseVisualStyleBackColor = true;
  743. this.checkBox16.CheckedChanged += new System.EventHandler(this.checkBox16_CheckedChanged);
  744. //
  745. // textBox6
  746. //
  747. this.textBox6.Location = new System.Drawing.Point(123, 342);
  748. this.textBox6.Margin = new System.Windows.Forms.Padding(4);
  749. this.textBox6.Name = "textBox6";
  750. this.textBox6.Size = new System.Drawing.Size(380, 20);
  751. this.textBox6.TabIndex = 53;
  752. //
  753. // checkBox18
  754. //
  755. this.checkBox18.AutoSize = true;
  756. this.checkBox18.Location = new System.Drawing.Point(25, 318);
  757. this.checkBox18.Margin = new System.Windows.Forms.Padding(4);
  758. this.checkBox18.Name = "checkBox18";
  759. this.checkBox18.Size = new System.Drawing.Size(48, 19);
  760. this.checkBox18.TabIndex = 64;
  761. this.checkBox18.Text = "Kotlin";
  762. this.checkBox18.UseVisualStyleBackColor = true;
  763. this.checkBox18.CheckedChanged += new System.EventHandler(this.checkBox18_CheckedChanged);
  764. //
  765. // checkBox19
  766. //
  767. this.checkBox19.AutoSize = true;
  768. this.checkBox19.Location = new System.Drawing.Point(25, 289);
  769. this.checkBox19.Margin = new System.Windows.Forms.Padding(4);
  770. this.checkBox19.Name = "checkBox19";
  771. this.checkBox19.Size = new System.Drawing.Size(46, 19);
  772. this.checkBox19.TabIndex = 63;
  773. this.checkBox19.Text = "Swift";
  774. this.checkBox19.UseVisualStyleBackColor = true;
  775. this.checkBox19.CheckedChanged += new System.EventHandler(this.checkBox19_CheckedChanged);
  776. //
  777. // checkBox20
  778. //
  779. this.checkBox20.AutoSize = true;
  780. this.checkBox20.Location = new System.Drawing.Point(25, 261);
  781. this.checkBox20.Margin = new System.Windows.Forms.Padding(4);
  782. this.checkBox20.Name = "checkBox20";
  783. this.checkBox20.Size = new System.Drawing.Size(52, 19);
  784. this.checkBox20.TabIndex = 62;
  785. this.checkBox20.Text = "Prolog";
  786. this.checkBox20.UseVisualStyleBackColor = true;
  787. this.checkBox20.CheckedChanged += new System.EventHandler(this.checkBox20_CheckedChanged);
  788. //
  789. // groupBox1
  790. //
  791. this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
  792. this.groupBox1.Controls.Add(this.textBox5);
  793. this.groupBox1.Controls.Add(this.textBox4);
  794. this.groupBox1.Controls.Add(this.textBox3);
  795. this.groupBox1.Controls.Add(this.textBox2);
  796. this.groupBox1.Controls.Add(this.textBox1);
  797. this.groupBox1.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  798. this.groupBox1.Location = new System.Drawing.Point(3, 31);
  799. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  800. this.groupBox1.Name = "groupBox1";
  801. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  802. this.groupBox1.Size = new System.Drawing.Size(547, 378);
  803. this.groupBox1.TabIndex = 65;
  804. this.groupBox1.TabStop = false;
  805. this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  806. //
  807. // groupBox2
  808. //
  809. this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
  810. this.groupBox2.Controls.Add(this.radioButton1);
  811. this.groupBox2.Controls.Add(this.radioButton2);
  812. this.groupBox2.Controls.Add(this.radioButton3);
  813. this.groupBox2.Controls.Add(this.radioButton4);
  814. this.groupBox2.Controls.Add(this.radioButton5);
  815. this.groupBox2.Controls.Add(this.textBox7);
  816. this.groupBox2.Controls.Add(this.textBox8);
  817. this.groupBox2.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  818. this.groupBox2.Location = new System.Drawing.Point(3, 416);
  819. this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
  820. this.groupBox2.Name = "groupBox2";
  821. this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
  822. this.groupBox2.Size = new System.Drawing.Size(547, 363);
  823. this.groupBox2.TabIndex = 66;
  824. this.groupBox2.TabStop = false;
  825. //
  826. // groupBox3
  827. //
  828. this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
  829. this.groupBox3.Controls.Add(this.radioButton10);
  830. this.groupBox3.Controls.Add(this.radioButton9);
  831. this.groupBox3.Controls.Add(this.radioButton8);
  832. this.groupBox3.Controls.Add(this.radioButton7);
  833. this.groupBox3.Controls.Add(this.radioButton6);
  834. this.groupBox3.Controls.Add(this.textBox9);
  835. this.groupBox3.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  836. this.groupBox3.Location = new System.Drawing.Point(557, 31);
  837. this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
  838. this.groupBox3.Name = "groupBox3";
  839. this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
  840. this.groupBox3.Size = new System.Drawing.Size(547, 261);
  841. this.groupBox3.TabIndex = 66;
  842. this.groupBox3.TabStop = false;
  843. //
  844. // groupBox4
  845. //
  846. this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
  847. this.groupBox4.Controls.Add(this.radioButton11);
  848. this.groupBox4.Controls.Add(this.radioButton12);
  849. this.groupBox4.Controls.Add(this.radioButton13);
  850. this.groupBox4.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  851. this.groupBox4.Location = new System.Drawing.Point(557, 299);
  852. this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
  853. this.groupBox4.Name = "groupBox4";
  854. this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
  855. this.groupBox4.Size = new System.Drawing.Size(547, 156);
  856. this.groupBox4.TabIndex = 67;
  857. this.groupBox4.TabStop = false;
  858. //
  859. // groupBox5
  860. //
  861. this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
  862. this.groupBox5.Controls.Add(this.textBox10);
  863. this.groupBox5.Controls.Add(this.checkBox1);
  864. this.groupBox5.Controls.Add(this.checkBox2);
  865. this.groupBox5.Controls.Add(this.checkBox3);
  866. this.groupBox5.Controls.Add(this.checkBox4);
  867. this.groupBox5.Controls.Add(this.checkBox5);
  868. this.groupBox5.Controls.Add(this.checkBox8);
  869. this.groupBox5.Controls.Add(this.checkBox6);
  870. this.groupBox5.Controls.Add(this.checkBox7);
  871. this.groupBox5.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  872. this.groupBox5.Location = new System.Drawing.Point(557, 465);
  873. this.groupBox5.Margin = new System.Windows.Forms.Padding(4);
  874. this.groupBox5.Name = "groupBox5";
  875. this.groupBox5.Padding = new System.Windows.Forms.Padding(4);
  876. this.groupBox5.Size = new System.Drawing.Size(547, 314);
  877. this.groupBox5.TabIndex = 68;
  878. this.groupBox5.TabStop = false;
  879. //
  880. // groupBox6
  881. //
  882. this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
  883. this.groupBox6.Controls.Add(this.textBox6);
  884. this.groupBox6.Controls.Add(this.checkBox16);
  885. this.groupBox6.Controls.Add(this.checkBox15);
  886. this.groupBox6.Controls.Add(this.checkBox14);
  887. this.groupBox6.Controls.Add(this.checkBox13);
  888. this.groupBox6.Controls.Add(this.checkBox12);
  889. this.groupBox6.Controls.Add(this.checkBox18);
  890. this.groupBox6.Controls.Add(this.checkBox11);
  891. this.groupBox6.Controls.Add(this.checkBox19);
  892. this.groupBox6.Controls.Add(this.checkBox10);
  893. this.groupBox6.Controls.Add(this.checkBox20);
  894. this.groupBox6.Controls.Add(this.checkBox9);
  895. this.groupBox6.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  896. this.groupBox6.Location = new System.Drawing.Point(1112, 31);
  897. this.groupBox6.Margin = new System.Windows.Forms.Padding(4);
  898. this.groupBox6.Name = "groupBox6";
  899. this.groupBox6.Padding = new System.Windows.Forms.Padding(4);
  900. this.groupBox6.Size = new System.Drawing.Size(557, 383);
  901. this.groupBox6.TabIndex = 68;
  902. this.groupBox6.TabStop = false;
  903. //
  904. // radioButton15
  905. //
  906. this.radioButton15.AutoSize = true;
  907. this.radioButton15.Location = new System.Drawing.Point(27, 84);
  908. this.radioButton15.Margin = new System.Windows.Forms.Padding(4);
  909. this.radioButton15.Name = "radioButton15";
  910. this.radioButton15.Size = new System.Drawing.Size(40, 19);
  911. this.radioButton15.TabIndex = 71;
  912. this.radioButton15.TabStop = true;
  913. this.radioButton15.Text = "Нет";
  914. this.radioButton15.UseVisualStyleBackColor = true;
  915. this.radioButton15.CheckedChanged += new System.EventHandler(this.radioButton15_CheckedChanged);
  916. //
  917. // radioButton16
  918. //
  919. this.radioButton16.AutoSize = true;
  920. this.radioButton16.Location = new System.Drawing.Point(27, 55);
  921. this.radioButton16.Margin = new System.Windows.Forms.Padding(4);
  922. this.radioButton16.Name = "radioButton16";
  923. this.radioButton16.Size = new System.Drawing.Size(36, 19);
  924. this.radioButton16.TabIndex = 70;
  925. this.radioButton16.TabStop = true;
  926. this.radioButton16.Text = "Да";
  927. this.radioButton16.UseVisualStyleBackColor = true;
  928. this.radioButton16.CheckedChanged += new System.EventHandler(this.radioButton16_CheckedChanged);
  929. //
  930. // label16
  931. //
  932. this.label16.AutoSize = true;
  933. this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  934. this.label16.Location = new System.Drawing.Point(1135, 431);
  935. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  936. this.label16.Name = "label16";
  937. this.label16.Size = new System.Drawing.Size(484, 16);
  938. this.label16.TabIndex = 69;
  939. this.label16.Text = "Сообщите ли Вы родтителям о желании посещать понравившийся курс? *";
  940. //
  941. // groupBox7
  942. //
  943. this.groupBox7.BackColor = System.Drawing.SystemColors.Control;
  944. this.groupBox7.Controls.Add(this.radioButton16);
  945. this.groupBox7.Controls.Add(this.radioButton15);
  946. this.groupBox7.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  947. this.groupBox7.Location = new System.Drawing.Point(1112, 416);
  948. this.groupBox7.Margin = new System.Windows.Forms.Padding(4);
  949. this.groupBox7.Name = "groupBox7";
  950. this.groupBox7.Padding = new System.Windows.Forms.Padding(4);
  951. this.groupBox7.Size = new System.Drawing.Size(557, 114);
  952. this.groupBox7.TabIndex = 69;
  953. this.groupBox7.TabStop = false;
  954. //
  955. // checkBox23
  956. //
  957. this.checkBox23.AutoSize = true;
  958. this.checkBox23.Location = new System.Drawing.Point(1139, 896);
  959. this.checkBox23.Margin = new System.Windows.Forms.Padding(4);
  960. this.checkBox23.Name = "checkBox23";
  961. this.checkBox23.Size = new System.Drawing.Size(77, 20);
  962. this.checkBox23.TabIndex = 81;
  963. this.checkBox23.Text = "Другое:";
  964. this.checkBox23.UseVisualStyleBackColor = true;
  965. //
  966. // textBox11
  967. //
  968. this.textBox11.Location = new System.Drawing.Point(1235, 894);
  969. this.textBox11.Margin = new System.Windows.Forms.Padding(4);
  970. this.textBox11.Name = "textBox11";
  971. this.textBox11.Size = new System.Drawing.Size(380, 22);
  972. this.textBox11.TabIndex = 73;
  973. //
  974. // groupBox8
  975. //
  976. this.groupBox8.BackColor = System.Drawing.SystemColors.Control;
  977. this.groupBox8.Controls.Add(this.checkBox30);
  978. this.groupBox8.Controls.Add(this.checkBox29);
  979. this.groupBox8.Controls.Add(this.checkBox24);
  980. this.groupBox8.Controls.Add(this.checkBox28);
  981. this.groupBox8.Controls.Add(this.checkBox25);
  982. this.groupBox8.Controls.Add(this.checkBox27);
  983. this.groupBox8.Controls.Add(this.checkBox26);
  984. this.groupBox8.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  985. this.groupBox8.Location = new System.Drawing.Point(1112, 538);
  986. this.groupBox8.Margin = new System.Windows.Forms.Padding(4);
  987. this.groupBox8.Name = "groupBox8";
  988. this.groupBox8.Padding = new System.Windows.Forms.Padding(4);
  989. this.groupBox8.Size = new System.Drawing.Size(557, 286);
  990. this.groupBox8.TabIndex = 85;
  991. this.groupBox8.TabStop = false;
  992. //
  993. // checkBox30
  994. //
  995. this.checkBox30.AutoSize = true;
  996. this.checkBox30.Location = new System.Drawing.Point(27, 62);
  997. this.checkBox30.Margin = new System.Windows.Forms.Padding(4);
  998. this.checkBox30.Name = "checkBox30";
  999. this.checkBox30.Size = new System.Drawing.Size(81, 19);
  1000. this.checkBox30.TabIndex = 74;
  1001. this.checkBox30.Text = "Понедельник";
  1002. this.checkBox30.UseVisualStyleBackColor = true;
  1003. this.checkBox30.CheckedChanged += new System.EventHandler(this.checkBox30_CheckedChanged);
  1004. //
  1005. // checkBox29
  1006. //
  1007. this.checkBox29.AutoSize = true;
  1008. this.checkBox29.Location = new System.Drawing.Point(27, 90);
  1009. this.checkBox29.Margin = new System.Windows.Forms.Padding(4);
  1010. this.checkBox29.Name = "checkBox29";
  1011. this.checkBox29.Size = new System.Drawing.Size(60, 19);
  1012. this.checkBox29.TabIndex = 75;
  1013. this.checkBox29.Text = "Вторник";
  1014. this.checkBox29.UseVisualStyleBackColor = true;
  1015. this.checkBox29.CheckedChanged += new System.EventHandler(this.checkBox29_CheckedChanged);
  1016. //
  1017. // checkBox24
  1018. //
  1019. this.checkBox24.AutoSize = true;
  1020. this.checkBox24.Location = new System.Drawing.Point(27, 233);
  1021. this.checkBox24.Margin = new System.Windows.Forms.Padding(4);
  1022. this.checkBox24.Name = "checkBox24";
  1023. this.checkBox24.Size = new System.Drawing.Size(81, 19);
  1024. this.checkBox24.TabIndex = 80;
  1025. this.checkBox24.Text = "Воскресенье";
  1026. this.checkBox24.UseVisualStyleBackColor = true;
  1027. this.checkBox24.CheckedChanged += new System.EventHandler(this.checkBox24_CheckedChanged);
  1028. //
  1029. // checkBox28
  1030. //
  1031. this.checkBox28.AutoSize = true;
  1032. this.checkBox28.Location = new System.Drawing.Point(27, 119);
  1033. this.checkBox28.Margin = new System.Windows.Forms.Padding(4);
  1034. this.checkBox28.Name = "checkBox28";
  1035. this.checkBox28.Size = new System.Drawing.Size(53, 19);
  1036. this.checkBox28.TabIndex = 76;
  1037. this.checkBox28.Text = "Среда";
  1038. this.checkBox28.UseVisualStyleBackColor = true;
  1039. this.checkBox28.CheckedChanged += new System.EventHandler(this.checkBox28_CheckedChanged);
  1040. //
  1041. // checkBox25
  1042. //
  1043. this.checkBox25.AutoSize = true;
  1044. this.checkBox25.Location = new System.Drawing.Point(27, 204);
  1045. this.checkBox25.Margin = new System.Windows.Forms.Padding(4);
  1046. this.checkBox25.Name = "checkBox25";
  1047. this.checkBox25.Size = new System.Drawing.Size(63, 19);
  1048. this.checkBox25.TabIndex = 79;
  1049. this.checkBox25.Text = "Суббота";
  1050. this.checkBox25.UseVisualStyleBackColor = true;
  1051. this.checkBox25.CheckedChanged += new System.EventHandler(this.checkBox25_CheckedChanged);
  1052. //
  1053. // checkBox27
  1054. //
  1055. this.checkBox27.AutoSize = true;
  1056. this.checkBox27.Location = new System.Drawing.Point(27, 148);
  1057. this.checkBox27.Margin = new System.Windows.Forms.Padding(4);
  1058. this.checkBox27.Name = "checkBox27";
  1059. this.checkBox27.Size = new System.Drawing.Size(59, 19);
  1060. this.checkBox27.TabIndex = 77;
  1061. this.checkBox27.Text = "Четверг";
  1062. this.checkBox27.UseVisualStyleBackColor = true;
  1063. this.checkBox27.CheckedChanged += new System.EventHandler(this.checkBox27_CheckedChanged);
  1064. //
  1065. // checkBox26
  1066. //
  1067. this.checkBox26.AutoSize = true;
  1068. this.checkBox26.Location = new System.Drawing.Point(27, 176);
  1069. this.checkBox26.Margin = new System.Windows.Forms.Padding(4);
  1070. this.checkBox26.Name = "checkBox26";
  1071. this.checkBox26.Size = new System.Drawing.Size(61, 19);
  1072. this.checkBox26.TabIndex = 78;
  1073. this.checkBox26.Text = "Пятница";
  1074. this.checkBox26.UseVisualStyleBackColor = true;
  1075. this.checkBox26.CheckedChanged += new System.EventHandler(this.checkBox26_CheckedChanged);
  1076. //
  1077. // label17
  1078. //
  1079. this.label17.AutoSize = true;
  1080. this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  1081. this.label17.Location = new System.Drawing.Point(1135, 554);
  1082. this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1083. this.label17.Name = "label17";
  1084. this.label17.Size = new System.Drawing.Size(392, 16);
  1085. this.label17.TabIndex = 72;
  1086. this.label17.Text = "В какой день недели Вам было бы удобно посещать курс? *";
  1087. //
  1088. // button1
  1089. //
  1090. this.button1.BackColor = System.Drawing.Color.Green;
  1091. this.button1.Font = new System.Drawing.Font("Arial Narrow", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  1092. this.button1.ForeColor = System.Drawing.Color.White;
  1093. this.button1.Location = new System.Drawing.Point(3, 786);
  1094. this.button1.Margin = new System.Windows.Forms.Padding(4);
  1095. this.button1.Name = "button1";
  1096. this.button1.Size = new System.Drawing.Size(1101, 37);
  1097. this.button1.TabIndex = 86;
  1098. this.button1.Text = "Отправить";
  1099. this.button1.UseVisualStyleBackColor = false;
  1100. this.button1.Click += new System.EventHandler(this.button1_Click);
  1101. //
  1102. // label18
  1103. //
  1104. this.label18.AutoSize = true;
  1105. this.label18.ForeColor = System.Drawing.Color.White;
  1106. this.label18.Location = new System.Drawing.Point(1726, 63);
  1107. this.label18.Name = "label18";
  1108. this.label18.Size = new System.Drawing.Size(0, 16);
  1109. this.label18.TabIndex = 87;
  1110. //
  1111. // label19
  1112. //
  1113. this.label19.AutoSize = true;
  1114. this.label19.ForeColor = System.Drawing.Color.White;
  1115. this.label19.Location = new System.Drawing.Point(1696, 31);
  1116. this.label19.Name = "label19";
  1117. this.label19.Size = new System.Drawing.Size(0, 16);
  1118. this.label19.TabIndex = 88;
  1119. //
  1120. // label20
  1121. //
  1122. this.label20.AutoSize = true;
  1123. this.label20.ForeColor = System.Drawing.Color.White;
  1124. this.label20.Location = new System.Drawing.Point(1697, 76);
  1125. this.label20.Name = "label20";
  1126. this.label20.Size = new System.Drawing.Size(0, 16);
  1127. this.label20.TabIndex = 89;
  1128. //
  1129. // label21
  1130. //
  1131. this.label21.AutoSize = true;
  1132. this.label21.ForeColor = System.Drawing.Color.White;
  1133. this.label21.Location = new System.Drawing.Point(1697, 109);
  1134. this.label21.Name = "label21";
  1135. this.label21.Size = new System.Drawing.Size(0, 16);
  1136. this.label21.TabIndex = 90;
  1137. //
  1138. // label22
  1139. //
  1140. this.label22.AutoSize = true;
  1141. this.label22.ForeColor = System.Drawing.Color.White;
  1142. this.label22.Location = new System.Drawing.Point(1700, 164);
  1143. this.label22.Name = "label22";
  1144. this.label22.Size = new System.Drawing.Size(0, 16);
  1145. this.label22.TabIndex = 91;
  1146. //
  1147. // label23
  1148. //
  1149. this.label23.AutoSize = true;
  1150. this.label23.ForeColor = System.Drawing.Color.White;
  1151. this.label23.Location = new System.Drawing.Point(1700, 198);
  1152. this.label23.Name = "label23";
  1153. this.label23.Size = new System.Drawing.Size(0, 16);
  1154. this.label23.TabIndex = 92;
  1155. //
  1156. // label24
  1157. //
  1158. this.label24.AutoSize = true;
  1159. this.label24.ForeColor = System.Drawing.Color.White;
  1160. this.label24.Location = new System.Drawing.Point(1700, 235);
  1161. this.label24.Name = "label24";
  1162. this.label24.Size = new System.Drawing.Size(0, 16);
  1163. this.label24.TabIndex = 93;
  1164. //
  1165. // label25
  1166. //
  1167. this.label25.AutoSize = true;
  1168. this.label25.ForeColor = System.Drawing.Color.White;
  1169. this.label25.Location = new System.Drawing.Point(1700, 274);
  1170. this.label25.Name = "label25";
  1171. this.label25.Size = new System.Drawing.Size(0, 16);
  1172. this.label25.TabIndex = 94;
  1173. //
  1174. // label26
  1175. //
  1176. this.label26.AutoSize = true;
  1177. this.label26.ForeColor = System.Drawing.Color.White;
  1178. this.label26.Location = new System.Drawing.Point(1700, 313);
  1179. this.label26.Name = "label26";
  1180. this.label26.Size = new System.Drawing.Size(0, 16);
  1181. this.label26.TabIndex = 95;
  1182. //
  1183. // label27
  1184. //
  1185. this.label27.AutoSize = true;
  1186. this.label27.ForeColor = System.Drawing.Color.White;
  1187. this.label27.Location = new System.Drawing.Point(1700, 336);
  1188. this.label27.Name = "label27";
  1189. this.label27.Size = new System.Drawing.Size(0, 16);
  1190. this.label27.TabIndex = 96;
  1191. //
  1192. // label28
  1193. //
  1194. this.label28.AutoSize = true;
  1195. this.label28.ForeColor = System.Drawing.Color.White;
  1196. this.label28.Location = new System.Drawing.Point(1700, 371);
  1197. this.label28.Name = "label28";
  1198. this.label28.Size = new System.Drawing.Size(0, 16);
  1199. this.label28.TabIndex = 97;
  1200. //
  1201. // label29
  1202. //
  1203. this.label29.AutoSize = true;
  1204. this.label29.ForeColor = System.Drawing.Color.Black;
  1205. this.label29.Location = new System.Drawing.Point(1676, 398);
  1206. this.label29.Name = "label29";
  1207. this.label29.Size = new System.Drawing.Size(0, 16);
  1208. this.label29.TabIndex = 98;
  1209. //
  1210. // label30
  1211. //
  1212. this.label30.AutoSize = true;
  1213. this.label30.ForeColor = System.Drawing.Color.Black;
  1214. this.label30.Location = new System.Drawing.Point(1676, 431);
  1215. this.label30.Name = "label30";
  1216. this.label30.Size = new System.Drawing.Size(0, 16);
  1217. this.label30.TabIndex = 99;
  1218. //
  1219. // label31
  1220. //
  1221. this.label31.AutoSize = true;
  1222. this.label31.ForeColor = System.Drawing.Color.Black;
  1223. this.label31.Location = new System.Drawing.Point(1676, 465);
  1224. this.label31.Name = "label31";
  1225. this.label31.Size = new System.Drawing.Size(0, 16);
  1226. this.label31.TabIndex = 100;
  1227. //
  1228. // label32
  1229. //
  1230. this.label32.AutoSize = true;
  1231. this.label32.ForeColor = System.Drawing.Color.Black;
  1232. this.label32.Location = new System.Drawing.Point(1676, 494);
  1233. this.label32.Name = "label32";
  1234. this.label32.Size = new System.Drawing.Size(0, 16);
  1235. this.label32.TabIndex = 101;
  1236. //
  1237. // label33
  1238. //
  1239. this.label33.AutoSize = true;
  1240. this.label33.ForeColor = System.Drawing.Color.Black;
  1241. this.label33.Location = new System.Drawing.Point(1676, 526);
  1242. this.label33.Name = "label33";
  1243. this.label33.Size = new System.Drawing.Size(0, 16);
  1244. this.label33.TabIndex = 102;
  1245. //
  1246. // label34
  1247. //
  1248. this.label34.AutoSize = true;
  1249. this.label34.ForeColor = System.Drawing.Color.Black;
  1250. this.label34.Location = new System.Drawing.Point(1674, 551);
  1251. this.label34.Name = "label34";
  1252. this.label34.Size = new System.Drawing.Size(0, 16);
  1253. this.label34.TabIndex = 103;
  1254. //
  1255. // label35
  1256. //
  1257. this.label35.AutoSize = true;
  1258. this.label35.ForeColor = System.Drawing.Color.Black;
  1259. this.label35.Location = new System.Drawing.Point(1676, 581);
  1260. this.label35.Name = "label35";
  1261. this.label35.Size = new System.Drawing.Size(0, 16);
  1262. this.label35.TabIndex = 104;
  1263. //
  1264. // label36
  1265. //
  1266. this.label36.AutoSize = true;
  1267. this.label36.ForeColor = System.Drawing.Color.White;
  1268. this.label36.Location = new System.Drawing.Point(1695, 622);
  1269. this.label36.Name = "label36";
  1270. this.label36.Size = new System.Drawing.Size(0, 16);
  1271. this.label36.TabIndex = 105;
  1272. //
  1273. // label37
  1274. //
  1275. this.label37.AutoSize = true;
  1276. this.label37.ForeColor = System.Drawing.Color.Black;
  1277. this.label37.Location = new System.Drawing.Point(1676, 631);
  1278. this.label37.Name = "label37";
  1279. this.label37.Size = new System.Drawing.Size(0, 16);
  1280. this.label37.TabIndex = 106;
  1281. //
  1282. // label38
  1283. //
  1284. this.label38.AutoSize = true;
  1285. this.label38.ForeColor = System.Drawing.Color.White;
  1286. this.label38.Location = new System.Drawing.Point(1753, 637);
  1287. this.label38.Name = "label38";
  1288. this.label38.Size = new System.Drawing.Size(0, 16);
  1289. this.label38.TabIndex = 107;
  1290. //
  1291. // label39
  1292. //
  1293. this.label39.AutoSize = true;
  1294. this.label39.ForeColor = System.Drawing.Color.Black;
  1295. this.label39.Location = new System.Drawing.Point(1685, 669);
  1296. this.label39.Name = "label39";
  1297. this.label39.Size = new System.Drawing.Size(0, 16);
  1298. this.label39.TabIndex = 108;
  1299. //
  1300. // label40
  1301. //
  1302. this.label40.AutoSize = true;
  1303. this.label40.ForeColor = System.Drawing.Color.Black;
  1304. this.label40.Location = new System.Drawing.Point(1696, 697);
  1305. this.label40.Name = "label40";
  1306. this.label40.Size = new System.Drawing.Size(0, 16);
  1307. this.label40.TabIndex = 109;
  1308. //
  1309. // label41
  1310. //
  1311. this.label41.AutoSize = true;
  1312. this.label41.ForeColor = System.Drawing.Color.Black;
  1313. this.label41.Location = new System.Drawing.Point(1696, 729);
  1314. this.label41.Name = "label41";
  1315. this.label41.Size = new System.Drawing.Size(0, 16);
  1316. this.label41.TabIndex = 110;
  1317. //
  1318. // label42
  1319. //
  1320. this.label42.AutoSize = true;
  1321. this.label42.ForeColor = System.Drawing.Color.Black;
  1322. this.label42.Location = new System.Drawing.Point(1696, 763);
  1323. this.label42.Name = "label42";
  1324. this.label42.Size = new System.Drawing.Size(0, 16);
  1325. this.label42.TabIndex = 111;
  1326. //
  1327. // label43
  1328. //
  1329. this.label43.AutoSize = true;
  1330. this.label43.ForeColor = System.Drawing.Color.Black;
  1331. this.label43.Location = new System.Drawing.Point(1696, 786);
  1332. this.label43.Name = "label43";
  1333. this.label43.Size = new System.Drawing.Size(0, 16);
  1334. this.label43.TabIndex = 112;
  1335. //
  1336. // label44
  1337. //
  1338. this.label44.AutoSize = true;
  1339. this.label44.ForeColor = System.Drawing.Color.White;
  1340. this.label44.Location = new System.Drawing.Point(1793, 733);
  1341. this.label44.Name = "label44";
  1342. this.label44.Size = new System.Drawing.Size(0, 16);
  1343. this.label44.TabIndex = 113;
  1344. //
  1345. // label45
  1346. //
  1347. this.label45.AutoSize = true;
  1348. this.label45.ForeColor = System.Drawing.Color.White;
  1349. this.label45.Location = new System.Drawing.Point(1782, 774);
  1350. this.label45.Name = "label45";
  1351. this.label45.Size = new System.Drawing.Size(0, 16);
  1352. this.label45.TabIndex = 114;
  1353. //
  1354. // Form1
  1355. //
  1356. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  1357. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1358. this.BackColor = System.Drawing.Color.White;
  1359. this.ClientSize = new System.Drawing.Size(1676, 838);
  1360. this.Controls.Add(this.label45);
  1361. this.Controls.Add(this.label44);
  1362. this.Controls.Add(this.label43);
  1363. this.Controls.Add(this.label42);
  1364. this.Controls.Add(this.label41);
  1365. this.Controls.Add(this.label40);
  1366. this.Controls.Add(this.label39);
  1367. this.Controls.Add(this.label38);
  1368. this.Controls.Add(this.label37);
  1369. this.Controls.Add(this.label36);
  1370. this.Controls.Add(this.label35);
  1371. this.Controls.Add(this.label34);
  1372. this.Controls.Add(this.label33);
  1373. this.Controls.Add(this.label32);
  1374. this.Controls.Add(this.label31);
  1375. this.Controls.Add(this.label30);
  1376. this.Controls.Add(this.label29);
  1377. this.Controls.Add(this.label28);
  1378. this.Controls.Add(this.label27);
  1379. this.Controls.Add(this.label26);
  1380. this.Controls.Add(this.label25);
  1381. this.Controls.Add(this.label24);
  1382. this.Controls.Add(this.label23);
  1383. this.Controls.Add(this.label22);
  1384. this.Controls.Add(this.label21);
  1385. this.Controls.Add(this.label20);
  1386. this.Controls.Add(this.label19);
  1387. this.Controls.Add(this.label18);
  1388. this.Controls.Add(this.button1);
  1389. this.Controls.Add(this.checkBox23);
  1390. this.Controls.Add(this.textBox11);
  1391. this.Controls.Add(this.label17);
  1392. this.Controls.Add(this.groupBox8);
  1393. this.Controls.Add(this.label16);
  1394. this.Controls.Add(this.label15);
  1395. this.Controls.Add(this.label14);
  1396. this.Controls.Add(this.label13);
  1397. this.Controls.Add(this.label12);
  1398. this.Controls.Add(this.label11);
  1399. this.Controls.Add(this.label10);
  1400. this.Controls.Add(this.label9);
  1401. this.Controls.Add(this.label8);
  1402. this.Controls.Add(this.label7);
  1403. this.Controls.Add(this.label6);
  1404. this.Controls.Add(this.label5);
  1405. this.Controls.Add(this.label4);
  1406. this.Controls.Add(this.label3);
  1407. this.Controls.Add(this.label2);
  1408. this.Controls.Add(this.label1);
  1409. this.Controls.Add(this.groupBox2);
  1410. this.Controls.Add(this.groupBox4);
  1411. this.Controls.Add(this.groupBox5);
  1412. this.Controls.Add(this.groupBox6);
  1413. this.Controls.Add(this.groupBox7);
  1414. this.Controls.Add(this.groupBox1);
  1415. this.Controls.Add(this.groupBox3);
  1416. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  1417. this.Margin = new System.Windows.Forms.Padding(4);
  1418. this.MaximizeBox = false;
  1419. this.MinimizeBox = false;
  1420. this.Name = "Form1";
  1421. this.Text = "Мастер-классы 12 марта 2020";
  1422. this.groupBox1.ResumeLayout(false);
  1423. this.groupBox1.PerformLayout();
  1424. this.groupBox2.ResumeLayout(false);
  1425. this.groupBox2.PerformLayout();
  1426. this.groupBox3.ResumeLayout(false);
  1427. this.groupBox3.PerformLayout();
  1428. this.groupBox4.ResumeLayout(false);
  1429. this.groupBox4.PerformLayout();
  1430. this.groupBox5.ResumeLayout(false);
  1431. this.groupBox5.PerformLayout();
  1432. this.groupBox6.ResumeLayout(false);
  1433. this.groupBox6.PerformLayout();
  1434. this.groupBox7.ResumeLayout(false);
  1435. this.groupBox7.PerformLayout();
  1436. this.groupBox8.ResumeLayout(false);
  1437. this.groupBox8.PerformLayout();
  1438. this.ResumeLayout(false);
  1439. this.PerformLayout();
  1440. }
  1441. #endregion
  1442. private System.Windows.Forms.Label label1;
  1443. private System.Windows.Forms.Label label2;
  1444. private System.Windows.Forms.TextBox textBox1;
  1445. private System.Windows.Forms.Label label3;
  1446. private System.Windows.Forms.Label label4;
  1447. private System.Windows.Forms.TextBox textBox2;
  1448. private System.Windows.Forms.Label label5;
  1449. private System.Windows.Forms.TextBox textBox3;
  1450. private System.Windows.Forms.Label label6;
  1451. private System.Windows.Forms.TextBox textBox4;
  1452. private System.Windows.Forms.Label label7;
  1453. private System.Windows.Forms.TextBox textBox5;
  1454. private System.Windows.Forms.Label label8;
  1455. private System.Windows.Forms.Label label9;
  1456. private System.Windows.Forms.TextBox textBox7;
  1457. private System.Windows.Forms.Label label10;
  1458. private System.Windows.Forms.TextBox textBox8;
  1459. private System.Windows.Forms.Label label11;
  1460. private System.Windows.Forms.TextBox textBox9;
  1461. private System.Windows.Forms.Label label12;
  1462. private System.Windows.Forms.TextBox textBox10;
  1463. private System.Windows.Forms.Label label13;
  1464. private System.Windows.Forms.Label label14;
  1465. private System.Windows.Forms.Label label15;
  1466. private System.Windows.Forms.RadioButton radioButton1;
  1467. private System.Windows.Forms.RadioButton radioButton2;
  1468. private System.Windows.Forms.RadioButton radioButton3;
  1469. private System.Windows.Forms.RadioButton radioButton4;
  1470. private System.Windows.Forms.RadioButton radioButton5;
  1471. private System.Windows.Forms.RadioButton radioButton6;
  1472. private System.Windows.Forms.RadioButton radioButton7;
  1473. private System.Windows.Forms.RadioButton radioButton8;
  1474. private System.Windows.Forms.RadioButton radioButton9;
  1475. private System.Windows.Forms.RadioButton radioButton10;
  1476. private System.Windows.Forms.RadioButton radioButton11;
  1477. private System.Windows.Forms.RadioButton radioButton12;
  1478. private System.Windows.Forms.RadioButton radioButton13;
  1479. private System.Windows.Forms.CheckBox checkBox1;
  1480. private System.Windows.Forms.CheckBox checkBox2;
  1481. private System.Windows.Forms.CheckBox checkBox3;
  1482. private System.Windows.Forms.CheckBox checkBox4;
  1483. private System.Windows.Forms.CheckBox checkBox5;
  1484. private System.Windows.Forms.CheckBox checkBox6;
  1485. private System.Windows.Forms.CheckBox checkBox7;
  1486. private System.Windows.Forms.CheckBox checkBox8;
  1487. private System.Windows.Forms.CheckBox checkBox9;
  1488. private System.Windows.Forms.CheckBox checkBox10;
  1489. private System.Windows.Forms.CheckBox checkBox11;
  1490. private System.Windows.Forms.CheckBox checkBox12;
  1491. private System.Windows.Forms.CheckBox checkBox13;
  1492. private System.Windows.Forms.CheckBox checkBox14;
  1493. private System.Windows.Forms.CheckBox checkBox15;
  1494. private System.Windows.Forms.CheckBox checkBox16;
  1495. private System.Windows.Forms.TextBox textBox6;
  1496. private System.Windows.Forms.CheckBox checkBox18;
  1497. private System.Windows.Forms.CheckBox checkBox19;
  1498. private System.Windows.Forms.CheckBox checkBox20;
  1499. private System.Windows.Forms.GroupBox groupBox1;
  1500. private System.Windows.Forms.GroupBox groupBox2;
  1501. private System.Windows.Forms.GroupBox groupBox3;
  1502. private System.Windows.Forms.GroupBox groupBox4;
  1503. private System.Windows.Forms.GroupBox groupBox5;
  1504. private System.Windows.Forms.GroupBox groupBox6;
  1505. private System.Windows.Forms.RadioButton radioButton15;
  1506. private System.Windows.Forms.RadioButton radioButton16;
  1507. private System.Windows.Forms.Label label16;
  1508. private System.Windows.Forms.GroupBox groupBox7;
  1509. private System.Windows.Forms.CheckBox checkBox23;
  1510. private System.Windows.Forms.TextBox textBox11;
  1511. private System.Windows.Forms.GroupBox groupBox8;
  1512. private System.Windows.Forms.Label label17;
  1513. private System.Windows.Forms.CheckBox checkBox30;
  1514. private System.Windows.Forms.CheckBox checkBox29;
  1515. private System.Windows.Forms.CheckBox checkBox28;
  1516. private System.Windows.Forms.CheckBox checkBox27;
  1517. private System.Windows.Forms.CheckBox checkBox26;
  1518. private System.Windows.Forms.CheckBox checkBox25;
  1519. private System.Windows.Forms.CheckBox checkBox24;
  1520. private System.Windows.Forms.Button button1;
  1521. private System.Windows.Forms.Label label18;
  1522. private System.Windows.Forms.Label label19;
  1523. private System.Windows.Forms.Label label20;
  1524. private System.Windows.Forms.Label label21;
  1525. private System.Windows.Forms.Label label22;
  1526. private System.Windows.Forms.Label label23;
  1527. private System.Windows.Forms.Label label24;
  1528. private System.Windows.Forms.Label label25;
  1529. private System.Windows.Forms.Label label26;
  1530. private System.Windows.Forms.Label label27;
  1531. private System.Windows.Forms.Label label28;
  1532. private System.Windows.Forms.Label label29;
  1533. private System.Windows.Forms.Label label30;
  1534. private System.Windows.Forms.Label label31;
  1535. private System.Windows.Forms.Label label32;
  1536. private System.Windows.Forms.Label label33;
  1537. private System.Windows.Forms.Label label34;
  1538. private System.Windows.Forms.Label label35;
  1539. private System.Windows.Forms.Label label36;
  1540. private System.Windows.Forms.Label label37;
  1541. private System.Windows.Forms.Label label38;
  1542. private System.Windows.Forms.Label label39;
  1543. private System.Windows.Forms.Label label40;
  1544. private System.Windows.Forms.Label label41;
  1545. private System.Windows.Forms.Label label42;
  1546. private System.Windows.Forms.Label label43;
  1547. private System.Windows.Forms.Label label44;
  1548. private System.Windows.Forms.Label label45;
  1549. }
  1550. }