123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557 |
- namespace Byzov_Oprosnik
- {
- partial class Form1
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.textBox9 = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.textBox10 = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- this.radioButton4 = new System.Windows.Forms.RadioButton();
- this.radioButton5 = new System.Windows.Forms.RadioButton();
- this.radioButton6 = new System.Windows.Forms.RadioButton();
- this.radioButton7 = new System.Windows.Forms.RadioButton();
- this.radioButton8 = new System.Windows.Forms.RadioButton();
- this.radioButton9 = new System.Windows.Forms.RadioButton();
- this.radioButton10 = new System.Windows.Forms.RadioButton();
- this.radioButton11 = new System.Windows.Forms.RadioButton();
- this.radioButton12 = new System.Windows.Forms.RadioButton();
- this.radioButton13 = new System.Windows.Forms.RadioButton();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.checkBox3 = new System.Windows.Forms.CheckBox();
- this.checkBox4 = new System.Windows.Forms.CheckBox();
- this.checkBox5 = new System.Windows.Forms.CheckBox();
- this.checkBox6 = new System.Windows.Forms.CheckBox();
- this.checkBox7 = new System.Windows.Forms.CheckBox();
- this.checkBox8 = new System.Windows.Forms.CheckBox();
- this.checkBox9 = new System.Windows.Forms.CheckBox();
- this.checkBox10 = new System.Windows.Forms.CheckBox();
- this.checkBox11 = new System.Windows.Forms.CheckBox();
- this.checkBox12 = new System.Windows.Forms.CheckBox();
- this.checkBox13 = new System.Windows.Forms.CheckBox();
- this.checkBox14 = new System.Windows.Forms.CheckBox();
- this.checkBox15 = new System.Windows.Forms.CheckBox();
- this.checkBox16 = new System.Windows.Forms.CheckBox();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.checkBox18 = new System.Windows.Forms.CheckBox();
- this.checkBox19 = new System.Windows.Forms.CheckBox();
- this.checkBox20 = new System.Windows.Forms.CheckBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.radioButton15 = new System.Windows.Forms.RadioButton();
- this.radioButton16 = new System.Windows.Forms.RadioButton();
- this.label16 = new System.Windows.Forms.Label();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.checkBox23 = new System.Windows.Forms.CheckBox();
- this.textBox11 = new System.Windows.Forms.TextBox();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.checkBox30 = new System.Windows.Forms.CheckBox();
- this.checkBox29 = new System.Windows.Forms.CheckBox();
- this.checkBox24 = new System.Windows.Forms.CheckBox();
- this.checkBox28 = new System.Windows.Forms.CheckBox();
- this.checkBox25 = new System.Windows.Forms.CheckBox();
- this.checkBox27 = new System.Windows.Forms.CheckBox();
- this.checkBox26 = new System.Windows.Forms.CheckBox();
- this.label17 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.label18 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.label34 = new System.Windows.Forms.Label();
- this.label35 = new System.Windows.Forms.Label();
- this.label36 = new System.Windows.Forms.Label();
- this.label37 = new System.Windows.Forms.Label();
- this.label38 = new System.Windows.Forms.Label();
- this.label39 = new System.Windows.Forms.Label();
- this.label40 = new System.Windows.Forms.Label();
- this.label41 = new System.Windows.Forms.Label();
- this.label42 = new System.Windows.Forms.Label();
- this.label43 = new System.Windows.Forms.Label();
- this.label44 = new System.Windows.Forms.Label();
- this.label45 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.groupBox7.SuspendLayout();
- this.groupBox8.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(73, 11);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(0, 15);
- this.label1.TabIndex = 0;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.ForeColor = System.Drawing.Color.Red;
- this.label2.Location = new System.Drawing.Point(17, 11);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(69, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "* Обязательно";
- this.label2.Click += new System.EventHandler(this.label2_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(19, 47);
- this.textBox1.Margin = new System.Windows.Forms.Padding(4);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(509, 20);
- this.textBox1.TabIndex = 2;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(17, 47);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(78, 16);
- this.label3.TabIndex = 3;
- this.label3.Text = "Фамилия * ";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.Location = new System.Drawing.Point(17, 118);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(45, 16);
- this.label4.TabIndex = 5;
- this.label4.Text = "Имя * ";
- this.label4.Click += new System.EventHandler(this.label4_Click);
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(19, 121);
- this.textBox2.Margin = new System.Windows.Forms.Padding(4);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(509, 20);
- this.textBox2.TabIndex = 4;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.Location = new System.Drawing.Point(17, 192);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(71, 16);
- this.label5.TabIndex = 7;
- this.label5.Text = "Отчество";
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(17, 201);
- this.textBox3.Margin = new System.Windows.Forms.Padding(4);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(509, 20);
- this.textBox3.TabIndex = 6;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label6.Location = new System.Drawing.Point(17, 265);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(151, 16);
- this.label6.TabIndex = 9;
- this.label6.Text = "Учебное заведение * ";
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(19, 268);
- this.textBox4.Margin = new System.Windows.Forms.Padding(4);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(509, 20);
- this.textBox4.TabIndex = 8;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label7.Location = new System.Drawing.Point(17, 338);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(57, 16);
- this.label7.TabIndex = 11;
- this.label7.Text = "Класс * ";
- //
- // textBox5
- //
- this.textBox5.Location = new System.Drawing.Point(19, 334);
- this.textBox5.Margin = new System.Windows.Forms.Padding(4);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(509, 20);
- this.textBox5.TabIndex = 10;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label8.Location = new System.Drawing.Point(16, 431);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(263, 16);
- this.label8.TabIndex = 13;
- this.label8.Text = "Мастер-класс, который Вы посетили? * ";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label9.Location = new System.Drawing.Point(16, 622);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(491, 16);
- this.label9.TabIndex = 15;
- this.label9.Text = "Определились ли Вы со специальностью, на которую хотите поступать? * ";
- this.label9.Click += new System.EventHandler(this.label9_Click);
- //
- // textBox7
- //
- this.textBox7.Location = new System.Drawing.Point(17, 239);
- this.textBox7.Margin = new System.Windows.Forms.Padding(4);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(509, 20);
- this.textBox7.TabIndex = 14;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label10.Location = new System.Drawing.Point(16, 695);
- this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(357, 16);
- this.label10.TabIndex = 17;
- this.label10.Text = "Чем привлекает Канский технологический колледж? ";
- //
- // textBox8
- //
- this.textBox8.Location = new System.Drawing.Point(17, 313);
- this.textBox8.Margin = new System.Windows.Forms.Padding(4);
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(509, 20);
- this.textBox8.TabIndex = 16;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label11.Location = new System.Drawing.Point(583, 47);
- this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(175, 16);
- this.label11.TabIndex = 19;
- this.label11.Text = "Ваши увлечения и хобби?";
- //
- // textBox9
- //
- this.textBox9.Location = new System.Drawing.Point(29, 47);
- this.textBox9.Margin = new System.Windows.Forms.Padding(4);
- this.textBox9.Name = "textBox9";
- this.textBox9.Size = new System.Drawing.Size(476, 20);
- this.textBox9.TabIndex = 18;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label12.Location = new System.Drawing.Point(583, 118);
- this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(362, 16);
- this.label12.TabIndex = 21;
- this.label12.Text = "Понравился ли Вам мастер-класс? Оцените от 1 до 5 * ";
- //
- // textBox10
- //
- this.textBox10.Location = new System.Drawing.Point(125, 257);
- this.textBox10.Margin = new System.Windows.Forms.Padding(4);
- this.textBox10.Name = "textBox10";
- this.textBox10.Size = new System.Drawing.Size(380, 20);
- this.textBox10.TabIndex = 20;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label13.Location = new System.Drawing.Point(583, 324);
- this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(461, 16);
- this.label13.TabIndex = 23;
- this.label13.Text = "Планируете ли Вы поступать в Канский технологический колледж? * ";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label14.Location = new System.Drawing.Point(583, 486);
- this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(474, 16);
- this.label14.TabIndex = 25;
- this.label14.Text = "Какой из курсов дополнительного образования Вас заинтересовал? * ";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label15.Location = new System.Drawing.Point(1135, 47);
- this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(371, 16);
- this.label15.TabIndex = 27;
- this.label15.Text = "Какой язык программирования вы хотели бы изучать? *";
- this.label15.Click += new System.EventHandler(this.label15_Click);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(16, 49);
- this.radioButton1.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(178, 19);
- this.radioButton1.TabIndex = 32;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "Введение в разработку баз данных";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged_1);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(17, 78);
- this.radioButton2.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(95, 19);
- this.radioButton2.TabIndex = 33;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "Я web-дизайнер";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(17, 106);
- this.radioButton3.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(187, 19);
- this.radioButton3.TabIndex = 34;
- this.radioButton3.TabStop = true;
- this.radioButton3.Text = "Первые шаги в 1С-Программирование";
- this.radioButton3.UseVisualStyleBackColor = true;
- this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
- //
- // radioButton4
- //
- this.radioButton4.AutoSize = true;
- this.radioButton4.Location = new System.Drawing.Point(17, 135);
- this.radioButton4.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton4.Name = "radioButton4";
- this.radioButton4.Size = new System.Drawing.Size(255, 19);
- this.radioButton4.TabIndex = 35;
- this.radioButton4.TabStop = true;
- this.radioButton4.Text = "Разработка простого мобильного приложения под iOS";
- this.radioButton4.UseVisualStyleBackColor = true;
- this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
- //
- // radioButton5
- //
- this.radioButton5.AutoSize = true;
- this.radioButton5.Location = new System.Drawing.Point(17, 164);
- this.radioButton5.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton5.Name = "radioButton5";
- this.radioButton5.Size = new System.Drawing.Size(221, 19);
- this.radioButton5.TabIndex = 36;
- this.radioButton5.TabStop = true;
- this.radioButton5.Text = "Первые шаги в разработке компьютерных игр";
- this.radioButton5.UseVisualStyleBackColor = true;
- this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
- //
- // radioButton6
- //
- this.radioButton6.AutoSize = true;
- this.radioButton6.Location = new System.Drawing.Point(29, 234);
- this.radioButton6.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton6.Name = "radioButton6";
- this.radioButton6.Size = new System.Drawing.Size(30, 19);
- this.radioButton6.TabIndex = 41;
- this.radioButton6.TabStop = true;
- this.radioButton6.Text = "5";
- this.radioButton6.UseVisualStyleBackColor = true;
- this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton6_CheckedChanged_1);
- //
- // radioButton7
- //
- this.radioButton7.AutoSize = true;
- this.radioButton7.Location = new System.Drawing.Point(29, 207);
- this.radioButton7.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton7.Name = "radioButton7";
- this.radioButton7.Size = new System.Drawing.Size(30, 19);
- this.radioButton7.TabIndex = 40;
- this.radioButton7.TabStop = true;
- this.radioButton7.Text = "4";
- this.radioButton7.UseVisualStyleBackColor = true;
- this.radioButton7.CheckedChanged += new System.EventHandler(this.radioButton7_CheckedChanged);
- //
- // radioButton8
- //
- this.radioButton8.AutoSize = true;
- this.radioButton8.Location = new System.Drawing.Point(29, 178);
- this.radioButton8.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton8.Name = "radioButton8";
- this.radioButton8.Size = new System.Drawing.Size(30, 19);
- this.radioButton8.TabIndex = 39;
- this.radioButton8.TabStop = true;
- this.radioButton8.Text = "3";
- this.radioButton8.UseVisualStyleBackColor = true;
- this.radioButton8.CheckedChanged += new System.EventHandler(this.radioButton8_CheckedChanged);
- //
- // radioButton9
- //
- this.radioButton9.AutoSize = true;
- this.radioButton9.Location = new System.Drawing.Point(29, 150);
- this.radioButton9.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton9.Name = "radioButton9";
- this.radioButton9.Size = new System.Drawing.Size(30, 19);
- this.radioButton9.TabIndex = 38;
- this.radioButton9.TabStop = true;
- this.radioButton9.Text = "2";
- this.radioButton9.UseVisualStyleBackColor = true;
- this.radioButton9.CheckedChanged += new System.EventHandler(this.radioButton9_CheckedChanged);
- //
- // radioButton10
- //
- this.radioButton10.AutoSize = true;
- this.radioButton10.Location = new System.Drawing.Point(29, 122);
- this.radioButton10.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton10.Name = "radioButton10";
- this.radioButton10.Size = new System.Drawing.Size(30, 19);
- this.radioButton10.TabIndex = 37;
- this.radioButton10.TabStop = true;
- this.radioButton10.Text = "1";
- this.radioButton10.UseVisualStyleBackColor = true;
- this.radioButton10.CheckedChanged += new System.EventHandler(this.radioButton10_CheckedChanged);
- //
- // radioButton11
- //
- this.radioButton11.AutoSize = true;
- this.radioButton11.Location = new System.Drawing.Point(29, 65);
- this.radioButton11.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton11.Name = "radioButton11";
- this.radioButton11.Size = new System.Drawing.Size(36, 19);
- this.radioButton11.TabIndex = 42;
- this.radioButton11.TabStop = true;
- this.radioButton11.Text = "Да";
- this.radioButton11.UseVisualStyleBackColor = true;
- this.radioButton11.CheckedChanged += new System.EventHandler(this.radioButton11_CheckedChanged);
- //
- // radioButton12
- //
- this.radioButton12.AutoSize = true;
- this.radioButton12.Location = new System.Drawing.Point(29, 94);
- this.radioButton12.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton12.Name = "radioButton12";
- this.radioButton12.Size = new System.Drawing.Size(40, 19);
- this.radioButton12.TabIndex = 43;
- this.radioButton12.TabStop = true;
- this.radioButton12.Text = "Нет";
- this.radioButton12.UseVisualStyleBackColor = true;
- this.radioButton12.CheckedChanged += new System.EventHandler(this.radioButton12_CheckedChanged);
- //
- // radioButton13
- //
- this.radioButton13.AutoSize = true;
- this.radioButton13.Location = new System.Drawing.Point(29, 122);
- this.radioButton13.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton13.Name = "radioButton13";
- this.radioButton13.Size = new System.Drawing.Size(60, 19);
- this.radioButton13.TabIndex = 44;
- this.radioButton13.TabStop = true;
- this.radioButton13.Text = "Не знаю";
- this.radioButton13.UseVisualStyleBackColor = true;
- this.radioButton13.CheckedChanged += new System.EventHandler(this.radioButton13_CheckedChanged);
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(29, 58);
- this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(168, 19);
- this.checkBox1.TabIndex = 45;
- this.checkBox1.Text = "iOS-разработка для начинающих";
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(29, 86);
- this.checkBox2.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(297, 19);
- this.checkBox2.TabIndex = 46;
- this.checkBox2.Text = "Разработка компьютерных игр и мультимедийных приложений";
- this.checkBox2.UseVisualStyleBackColor = true;
- this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
- //
- // checkBox3
- //
- this.checkBox3.AutoSize = true;
- this.checkBox3.Location = new System.Drawing.Point(29, 114);
- this.checkBox3.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox3.Name = "checkBox3";
- this.checkBox3.Size = new System.Drawing.Size(179, 19);
- this.checkBox3.TabIndex = 47;
- this.checkBox3.Text = "Введение в разработку баз данных";
- this.checkBox3.UseVisualStyleBackColor = true;
- this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
- //
- // checkBox4
- //
- this.checkBox4.AutoSize = true;
- this.checkBox4.Location = new System.Drawing.Point(29, 144);
- this.checkBox4.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox4.Name = "checkBox4";
- this.checkBox4.Size = new System.Drawing.Size(132, 19);
- this.checkBox4.TabIndex = 48;
- this.checkBox4.Text = "Веб-дизайн и разработка";
- this.checkBox4.UseVisualStyleBackColor = true;
- this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
- //
- // checkBox5
- //
- this.checkBox5.AutoSize = true;
- this.checkBox5.Location = new System.Drawing.Point(29, 172);
- this.checkBox5.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox5.Name = "checkBox5";
- this.checkBox5.Size = new System.Drawing.Size(206, 19);
- this.checkBox5.TabIndex = 49;
- this.checkBox5.Text = "Программирование в \"1С\" для школьников";
- this.checkBox5.UseVisualStyleBackColor = true;
- this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
- //
- // checkBox6
- //
- this.checkBox6.AutoSize = true;
- this.checkBox6.Location = new System.Drawing.Point(29, 201);
- this.checkBox6.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox6.Name = "checkBox6";
- this.checkBox6.Size = new System.Drawing.Size(174, 19);
- this.checkBox6.TabIndex = 50;
- this.checkBox6.Text = "Обработка цифровой информации";
- this.checkBox6.UseVisualStyleBackColor = true;
- this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
- //
- // checkBox7
- //
- this.checkBox7.AutoSize = true;
- this.checkBox7.Location = new System.Drawing.Point(29, 229);
- this.checkBox7.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox7.Name = "checkBox7";
- this.checkBox7.Size = new System.Drawing.Size(178, 19);
- this.checkBox7.TabIndex = 51;
- this.checkBox7.Text = "Графический дизайн и мультмедиа";
- this.checkBox7.UseVisualStyleBackColor = true;
- this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
- //
- // checkBox8
- //
- this.checkBox8.AutoSize = true;
- this.checkBox8.Location = new System.Drawing.Point(29, 260);
- this.checkBox8.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox8.Name = "checkBox8";
- this.checkBox8.Size = new System.Drawing.Size(59, 19);
- this.checkBox8.TabIndex = 52;
- this.checkBox8.Text = "Другое:";
- this.checkBox8.UseVisualStyleBackColor = true;
- //
- // checkBox9
- //
- this.checkBox9.AutoSize = true;
- this.checkBox9.Location = new System.Drawing.Point(25, 346);
- this.checkBox9.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox9.Name = "checkBox9";
- this.checkBox9.Size = new System.Drawing.Size(59, 19);
- this.checkBox9.TabIndex = 61;
- this.checkBox9.Text = "Другое:";
- this.checkBox9.UseVisualStyleBackColor = true;
- //
- // checkBox10
- //
- this.checkBox10.AutoSize = true;
- this.checkBox10.Location = new System.Drawing.Point(25, 233);
- this.checkBox10.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox10.Name = "checkBox10";
- this.checkBox10.Size = new System.Drawing.Size(44, 19);
- this.checkBox10.TabIndex = 60;
- this.checkBox10.Text = "PHP";
- this.checkBox10.UseVisualStyleBackColor = true;
- this.checkBox10.CheckedChanged += new System.EventHandler(this.checkBox10_CheckedChanged);
- //
- // checkBox11
- //
- this.checkBox11.AutoSize = true;
- this.checkBox11.Location = new System.Drawing.Point(25, 204);
- this.checkBox11.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox11.Name = "checkBox11";
- this.checkBox11.Size = new System.Drawing.Size(55, 19);
- this.checkBox11.TabIndex = 59;
- this.checkBox11.Text = "Python";
- this.checkBox11.UseVisualStyleBackColor = true;
- this.checkBox11.CheckedChanged += new System.EventHandler(this.checkBox11_CheckedChanged);
- //
- // checkBox12
- //
- this.checkBox12.AutoSize = true;
- this.checkBox12.Location = new System.Drawing.Point(25, 176);
- this.checkBox12.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox12.Name = "checkBox12";
- this.checkBox12.Size = new System.Drawing.Size(47, 19);
- this.checkBox12.TabIndex = 58;
- this.checkBox12.Text = "Java";
- this.checkBox12.UseVisualStyleBackColor = true;
- this.checkBox12.CheckedChanged += new System.EventHandler(this.checkBox12_CheckedChanged);
- //
- // checkBox13
- //
- this.checkBox13.AutoSize = true;
- this.checkBox13.Location = new System.Drawing.Point(25, 148);
- this.checkBox13.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox13.Name = "checkBox13";
- this.checkBox13.Size = new System.Drawing.Size(43, 19);
- this.checkBox13.TabIndex = 57;
- this.checkBox13.Text = "C++";
- this.checkBox13.UseVisualStyleBackColor = true;
- this.checkBox13.CheckedChanged += new System.EventHandler(this.checkBox13_CheckedChanged);
- //
- // checkBox14
- //
- this.checkBox14.AutoSize = true;
- this.checkBox14.Location = new System.Drawing.Point(25, 118);
- this.checkBox14.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox14.Name = "checkBox14";
- this.checkBox14.Size = new System.Drawing.Size(38, 19);
- this.checkBox14.TabIndex = 56;
- this.checkBox14.Text = "C#";
- this.checkBox14.UseVisualStyleBackColor = true;
- this.checkBox14.CheckedChanged += new System.EventHandler(this.checkBox14_CheckedChanged);
- //
- // checkBox15
- //
- this.checkBox15.AutoSize = true;
- this.checkBox15.Location = new System.Drawing.Point(25, 90);
- this.checkBox15.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox15.Name = "checkBox15";
- this.checkBox15.Size = new System.Drawing.Size(51, 19);
- this.checkBox15.TabIndex = 55;
- this.checkBox15.Text = "Delphi";
- this.checkBox15.UseVisualStyleBackColor = true;
- this.checkBox15.CheckedChanged += new System.EventHandler(this.checkBox15_CheckedChanged);
- //
- // checkBox16
- //
- this.checkBox16.AutoSize = true;
- this.checkBox16.Location = new System.Drawing.Point(25, 62);
- this.checkBox16.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox16.Name = "checkBox16";
- this.checkBox16.Size = new System.Drawing.Size(54, 19);
- this.checkBox16.TabIndex = 54;
- this.checkBox16.Text = "Pascal";
- this.checkBox16.UseVisualStyleBackColor = true;
- this.checkBox16.CheckedChanged += new System.EventHandler(this.checkBox16_CheckedChanged);
- //
- // textBox6
- //
- this.textBox6.Location = new System.Drawing.Point(123, 342);
- this.textBox6.Margin = new System.Windows.Forms.Padding(4);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(380, 20);
- this.textBox6.TabIndex = 53;
- //
- // checkBox18
- //
- this.checkBox18.AutoSize = true;
- this.checkBox18.Location = new System.Drawing.Point(25, 318);
- this.checkBox18.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox18.Name = "checkBox18";
- this.checkBox18.Size = new System.Drawing.Size(48, 19);
- this.checkBox18.TabIndex = 64;
- this.checkBox18.Text = "Kotlin";
- this.checkBox18.UseVisualStyleBackColor = true;
- this.checkBox18.CheckedChanged += new System.EventHandler(this.checkBox18_CheckedChanged);
- //
- // checkBox19
- //
- this.checkBox19.AutoSize = true;
- this.checkBox19.Location = new System.Drawing.Point(25, 289);
- this.checkBox19.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox19.Name = "checkBox19";
- this.checkBox19.Size = new System.Drawing.Size(46, 19);
- this.checkBox19.TabIndex = 63;
- this.checkBox19.Text = "Swift";
- this.checkBox19.UseVisualStyleBackColor = true;
- this.checkBox19.CheckedChanged += new System.EventHandler(this.checkBox19_CheckedChanged);
- //
- // checkBox20
- //
- this.checkBox20.AutoSize = true;
- this.checkBox20.Location = new System.Drawing.Point(25, 261);
- this.checkBox20.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox20.Name = "checkBox20";
- this.checkBox20.Size = new System.Drawing.Size(52, 19);
- this.checkBox20.TabIndex = 62;
- this.checkBox20.Text = "Prolog";
- this.checkBox20.UseVisualStyleBackColor = true;
- this.checkBox20.CheckedChanged += new System.EventHandler(this.checkBox20_CheckedChanged);
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox1.Controls.Add(this.textBox5);
- this.groupBox1.Controls.Add(this.textBox4);
- this.groupBox1.Controls.Add(this.textBox3);
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox1.Location = new System.Drawing.Point(3, 31);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox1.Size = new System.Drawing.Size(547, 378);
- this.groupBox1.TabIndex = 65;
- this.groupBox1.TabStop = false;
- this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox2.Controls.Add(this.radioButton1);
- this.groupBox2.Controls.Add(this.radioButton2);
- this.groupBox2.Controls.Add(this.radioButton3);
- this.groupBox2.Controls.Add(this.radioButton4);
- this.groupBox2.Controls.Add(this.radioButton5);
- this.groupBox2.Controls.Add(this.textBox7);
- this.groupBox2.Controls.Add(this.textBox8);
- this.groupBox2.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox2.Location = new System.Drawing.Point(3, 416);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox2.Size = new System.Drawing.Size(547, 363);
- this.groupBox2.TabIndex = 66;
- this.groupBox2.TabStop = false;
- //
- // groupBox3
- //
- this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox3.Controls.Add(this.radioButton10);
- this.groupBox3.Controls.Add(this.radioButton9);
- this.groupBox3.Controls.Add(this.radioButton8);
- this.groupBox3.Controls.Add(this.radioButton7);
- this.groupBox3.Controls.Add(this.radioButton6);
- this.groupBox3.Controls.Add(this.textBox9);
- this.groupBox3.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox3.Location = new System.Drawing.Point(557, 31);
- this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox3.Size = new System.Drawing.Size(547, 261);
- this.groupBox3.TabIndex = 66;
- this.groupBox3.TabStop = false;
- //
- // groupBox4
- //
- this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox4.Controls.Add(this.radioButton11);
- this.groupBox4.Controls.Add(this.radioButton12);
- this.groupBox4.Controls.Add(this.radioButton13);
- this.groupBox4.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox4.Location = new System.Drawing.Point(557, 299);
- this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox4.Size = new System.Drawing.Size(547, 156);
- this.groupBox4.TabIndex = 67;
- this.groupBox4.TabStop = false;
- //
- // groupBox5
- //
- this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox5.Controls.Add(this.textBox10);
- this.groupBox5.Controls.Add(this.checkBox1);
- this.groupBox5.Controls.Add(this.checkBox2);
- this.groupBox5.Controls.Add(this.checkBox3);
- this.groupBox5.Controls.Add(this.checkBox4);
- this.groupBox5.Controls.Add(this.checkBox5);
- this.groupBox5.Controls.Add(this.checkBox8);
- this.groupBox5.Controls.Add(this.checkBox6);
- this.groupBox5.Controls.Add(this.checkBox7);
- this.groupBox5.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox5.Location = new System.Drawing.Point(557, 465);
- this.groupBox5.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox5.Size = new System.Drawing.Size(547, 314);
- this.groupBox5.TabIndex = 68;
- this.groupBox5.TabStop = false;
- //
- // groupBox6
- //
- this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox6.Controls.Add(this.textBox6);
- this.groupBox6.Controls.Add(this.checkBox16);
- this.groupBox6.Controls.Add(this.checkBox15);
- this.groupBox6.Controls.Add(this.checkBox14);
- this.groupBox6.Controls.Add(this.checkBox13);
- this.groupBox6.Controls.Add(this.checkBox12);
- this.groupBox6.Controls.Add(this.checkBox18);
- this.groupBox6.Controls.Add(this.checkBox11);
- this.groupBox6.Controls.Add(this.checkBox19);
- this.groupBox6.Controls.Add(this.checkBox10);
- this.groupBox6.Controls.Add(this.checkBox20);
- this.groupBox6.Controls.Add(this.checkBox9);
- this.groupBox6.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox6.Location = new System.Drawing.Point(1112, 31);
- this.groupBox6.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox6.Size = new System.Drawing.Size(557, 383);
- this.groupBox6.TabIndex = 68;
- this.groupBox6.TabStop = false;
- //
- // radioButton15
- //
- this.radioButton15.AutoSize = true;
- this.radioButton15.Location = new System.Drawing.Point(27, 84);
- this.radioButton15.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton15.Name = "radioButton15";
- this.radioButton15.Size = new System.Drawing.Size(40, 19);
- this.radioButton15.TabIndex = 71;
- this.radioButton15.TabStop = true;
- this.radioButton15.Text = "Нет";
- this.radioButton15.UseVisualStyleBackColor = true;
- this.radioButton15.CheckedChanged += new System.EventHandler(this.radioButton15_CheckedChanged);
- //
- // radioButton16
- //
- this.radioButton16.AutoSize = true;
- this.radioButton16.Location = new System.Drawing.Point(27, 55);
- this.radioButton16.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton16.Name = "radioButton16";
- this.radioButton16.Size = new System.Drawing.Size(36, 19);
- this.radioButton16.TabIndex = 70;
- this.radioButton16.TabStop = true;
- this.radioButton16.Text = "Да";
- this.radioButton16.UseVisualStyleBackColor = true;
- this.radioButton16.CheckedChanged += new System.EventHandler(this.radioButton16_CheckedChanged);
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label16.Location = new System.Drawing.Point(1135, 431);
- this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(484, 16);
- this.label16.TabIndex = 69;
- this.label16.Text = "Сообщите ли Вы родтителям о желании посещать понравившийся курс? *";
- //
- // groupBox7
- //
- this.groupBox7.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox7.Controls.Add(this.radioButton16);
- this.groupBox7.Controls.Add(this.radioButton15);
- this.groupBox7.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox7.Location = new System.Drawing.Point(1112, 416);
- this.groupBox7.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox7.Size = new System.Drawing.Size(557, 114);
- this.groupBox7.TabIndex = 69;
- this.groupBox7.TabStop = false;
- //
- // checkBox23
- //
- this.checkBox23.AutoSize = true;
- this.checkBox23.Location = new System.Drawing.Point(1139, 896);
- this.checkBox23.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox23.Name = "checkBox23";
- this.checkBox23.Size = new System.Drawing.Size(77, 20);
- this.checkBox23.TabIndex = 81;
- this.checkBox23.Text = "Другое:";
- this.checkBox23.UseVisualStyleBackColor = true;
- //
- // textBox11
- //
- this.textBox11.Location = new System.Drawing.Point(1235, 894);
- this.textBox11.Margin = new System.Windows.Forms.Padding(4);
- this.textBox11.Name = "textBox11";
- this.textBox11.Size = new System.Drawing.Size(380, 22);
- this.textBox11.TabIndex = 73;
- //
- // groupBox8
- //
- this.groupBox8.BackColor = System.Drawing.SystemColors.Control;
- this.groupBox8.Controls.Add(this.checkBox30);
- this.groupBox8.Controls.Add(this.checkBox29);
- this.groupBox8.Controls.Add(this.checkBox24);
- this.groupBox8.Controls.Add(this.checkBox28);
- this.groupBox8.Controls.Add(this.checkBox25);
- this.groupBox8.Controls.Add(this.checkBox27);
- this.groupBox8.Controls.Add(this.checkBox26);
- this.groupBox8.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.groupBox8.Location = new System.Drawing.Point(1112, 538);
- this.groupBox8.Margin = new System.Windows.Forms.Padding(4);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Padding = new System.Windows.Forms.Padding(4);
- this.groupBox8.Size = new System.Drawing.Size(557, 286);
- this.groupBox8.TabIndex = 85;
- this.groupBox8.TabStop = false;
- //
- // checkBox30
- //
- this.checkBox30.AutoSize = true;
- this.checkBox30.Location = new System.Drawing.Point(27, 62);
- this.checkBox30.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox30.Name = "checkBox30";
- this.checkBox30.Size = new System.Drawing.Size(81, 19);
- this.checkBox30.TabIndex = 74;
- this.checkBox30.Text = "Понедельник";
- this.checkBox30.UseVisualStyleBackColor = true;
- this.checkBox30.CheckedChanged += new System.EventHandler(this.checkBox30_CheckedChanged);
- //
- // checkBox29
- //
- this.checkBox29.AutoSize = true;
- this.checkBox29.Location = new System.Drawing.Point(27, 90);
- this.checkBox29.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox29.Name = "checkBox29";
- this.checkBox29.Size = new System.Drawing.Size(60, 19);
- this.checkBox29.TabIndex = 75;
- this.checkBox29.Text = "Вторник";
- this.checkBox29.UseVisualStyleBackColor = true;
- this.checkBox29.CheckedChanged += new System.EventHandler(this.checkBox29_CheckedChanged);
- //
- // checkBox24
- //
- this.checkBox24.AutoSize = true;
- this.checkBox24.Location = new System.Drawing.Point(27, 233);
- this.checkBox24.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox24.Name = "checkBox24";
- this.checkBox24.Size = new System.Drawing.Size(81, 19);
- this.checkBox24.TabIndex = 80;
- this.checkBox24.Text = "Воскресенье";
- this.checkBox24.UseVisualStyleBackColor = true;
- this.checkBox24.CheckedChanged += new System.EventHandler(this.checkBox24_CheckedChanged);
- //
- // checkBox28
- //
- this.checkBox28.AutoSize = true;
- this.checkBox28.Location = new System.Drawing.Point(27, 119);
- this.checkBox28.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox28.Name = "checkBox28";
- this.checkBox28.Size = new System.Drawing.Size(53, 19);
- this.checkBox28.TabIndex = 76;
- this.checkBox28.Text = "Среда";
- this.checkBox28.UseVisualStyleBackColor = true;
- this.checkBox28.CheckedChanged += new System.EventHandler(this.checkBox28_CheckedChanged);
- //
- // checkBox25
- //
- this.checkBox25.AutoSize = true;
- this.checkBox25.Location = new System.Drawing.Point(27, 204);
- this.checkBox25.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox25.Name = "checkBox25";
- this.checkBox25.Size = new System.Drawing.Size(63, 19);
- this.checkBox25.TabIndex = 79;
- this.checkBox25.Text = "Суббота";
- this.checkBox25.UseVisualStyleBackColor = true;
- this.checkBox25.CheckedChanged += new System.EventHandler(this.checkBox25_CheckedChanged);
- //
- // checkBox27
- //
- this.checkBox27.AutoSize = true;
- this.checkBox27.Location = new System.Drawing.Point(27, 148);
- this.checkBox27.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox27.Name = "checkBox27";
- this.checkBox27.Size = new System.Drawing.Size(59, 19);
- this.checkBox27.TabIndex = 77;
- this.checkBox27.Text = "Четверг";
- this.checkBox27.UseVisualStyleBackColor = true;
- this.checkBox27.CheckedChanged += new System.EventHandler(this.checkBox27_CheckedChanged);
- //
- // checkBox26
- //
- this.checkBox26.AutoSize = true;
- this.checkBox26.Location = new System.Drawing.Point(27, 176);
- this.checkBox26.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox26.Name = "checkBox26";
- this.checkBox26.Size = new System.Drawing.Size(61, 19);
- this.checkBox26.TabIndex = 78;
- this.checkBox26.Text = "Пятница";
- this.checkBox26.UseVisualStyleBackColor = true;
- this.checkBox26.CheckedChanged += new System.EventHandler(this.checkBox26_CheckedChanged);
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label17.Location = new System.Drawing.Point(1135, 554);
- this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(392, 16);
- this.label17.TabIndex = 72;
- this.label17.Text = "В какой день недели Вам было бы удобно посещать курс? *";
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Green;
- this.button1.Font = new System.Drawing.Font("Arial Narrow", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.ForeColor = System.Drawing.Color.White;
- this.button1.Location = new System.Drawing.Point(3, 786);
- this.button1.Margin = new System.Windows.Forms.Padding(4);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(1101, 37);
- this.button1.TabIndex = 86;
- this.button1.Text = "Отправить";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.ForeColor = System.Drawing.Color.White;
- this.label18.Location = new System.Drawing.Point(1726, 63);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(0, 16);
- this.label18.TabIndex = 87;
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.ForeColor = System.Drawing.Color.White;
- this.label19.Location = new System.Drawing.Point(1696, 31);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(0, 16);
- this.label19.TabIndex = 88;
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.ForeColor = System.Drawing.Color.White;
- this.label20.Location = new System.Drawing.Point(1697, 76);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(0, 16);
- this.label20.TabIndex = 89;
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.ForeColor = System.Drawing.Color.White;
- this.label21.Location = new System.Drawing.Point(1697, 109);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(0, 16);
- this.label21.TabIndex = 90;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.ForeColor = System.Drawing.Color.White;
- this.label22.Location = new System.Drawing.Point(1700, 164);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(0, 16);
- this.label22.TabIndex = 91;
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.ForeColor = System.Drawing.Color.White;
- this.label23.Location = new System.Drawing.Point(1700, 198);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(0, 16);
- this.label23.TabIndex = 92;
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.ForeColor = System.Drawing.Color.White;
- this.label24.Location = new System.Drawing.Point(1700, 235);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(0, 16);
- this.label24.TabIndex = 93;
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.ForeColor = System.Drawing.Color.White;
- this.label25.Location = new System.Drawing.Point(1700, 274);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(0, 16);
- this.label25.TabIndex = 94;
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.ForeColor = System.Drawing.Color.White;
- this.label26.Location = new System.Drawing.Point(1700, 313);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(0, 16);
- this.label26.TabIndex = 95;
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.ForeColor = System.Drawing.Color.White;
- this.label27.Location = new System.Drawing.Point(1700, 336);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(0, 16);
- this.label27.TabIndex = 96;
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.ForeColor = System.Drawing.Color.White;
- this.label28.Location = new System.Drawing.Point(1700, 371);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(0, 16);
- this.label28.TabIndex = 97;
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.ForeColor = System.Drawing.Color.Black;
- this.label29.Location = new System.Drawing.Point(1676, 398);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(0, 16);
- this.label29.TabIndex = 98;
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.ForeColor = System.Drawing.Color.Black;
- this.label30.Location = new System.Drawing.Point(1676, 431);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(0, 16);
- this.label30.TabIndex = 99;
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.ForeColor = System.Drawing.Color.Black;
- this.label31.Location = new System.Drawing.Point(1676, 465);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(0, 16);
- this.label31.TabIndex = 100;
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.ForeColor = System.Drawing.Color.Black;
- this.label32.Location = new System.Drawing.Point(1676, 494);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(0, 16);
- this.label32.TabIndex = 101;
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.ForeColor = System.Drawing.Color.Black;
- this.label33.Location = new System.Drawing.Point(1676, 526);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(0, 16);
- this.label33.TabIndex = 102;
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.ForeColor = System.Drawing.Color.Black;
- this.label34.Location = new System.Drawing.Point(1674, 551);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(0, 16);
- this.label34.TabIndex = 103;
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.ForeColor = System.Drawing.Color.Black;
- this.label35.Location = new System.Drawing.Point(1676, 581);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(0, 16);
- this.label35.TabIndex = 104;
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.ForeColor = System.Drawing.Color.White;
- this.label36.Location = new System.Drawing.Point(1695, 622);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(0, 16);
- this.label36.TabIndex = 105;
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.ForeColor = System.Drawing.Color.Black;
- this.label37.Location = new System.Drawing.Point(1676, 631);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(0, 16);
- this.label37.TabIndex = 106;
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.ForeColor = System.Drawing.Color.White;
- this.label38.Location = new System.Drawing.Point(1753, 637);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(0, 16);
- this.label38.TabIndex = 107;
- //
- // label39
- //
- this.label39.AutoSize = true;
- this.label39.ForeColor = System.Drawing.Color.Black;
- this.label39.Location = new System.Drawing.Point(1685, 669);
- this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(0, 16);
- this.label39.TabIndex = 108;
- //
- // label40
- //
- this.label40.AutoSize = true;
- this.label40.ForeColor = System.Drawing.Color.Black;
- this.label40.Location = new System.Drawing.Point(1696, 697);
- this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(0, 16);
- this.label40.TabIndex = 109;
- //
- // label41
- //
- this.label41.AutoSize = true;
- this.label41.ForeColor = System.Drawing.Color.Black;
- this.label41.Location = new System.Drawing.Point(1696, 729);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(0, 16);
- this.label41.TabIndex = 110;
- //
- // label42
- //
- this.label42.AutoSize = true;
- this.label42.ForeColor = System.Drawing.Color.Black;
- this.label42.Location = new System.Drawing.Point(1696, 763);
- this.label42.Name = "label42";
- this.label42.Size = new System.Drawing.Size(0, 16);
- this.label42.TabIndex = 111;
- //
- // label43
- //
- this.label43.AutoSize = true;
- this.label43.ForeColor = System.Drawing.Color.Black;
- this.label43.Location = new System.Drawing.Point(1696, 786);
- this.label43.Name = "label43";
- this.label43.Size = new System.Drawing.Size(0, 16);
- this.label43.TabIndex = 112;
- //
- // label44
- //
- this.label44.AutoSize = true;
- this.label44.ForeColor = System.Drawing.Color.White;
- this.label44.Location = new System.Drawing.Point(1793, 733);
- this.label44.Name = "label44";
- this.label44.Size = new System.Drawing.Size(0, 16);
- this.label44.TabIndex = 113;
- //
- // label45
- //
- this.label45.AutoSize = true;
- this.label45.ForeColor = System.Drawing.Color.White;
- this.label45.Location = new System.Drawing.Point(1782, 774);
- this.label45.Name = "label45";
- this.label45.Size = new System.Drawing.Size(0, 16);
- this.label45.TabIndex = 114;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1676, 838);
- this.Controls.Add(this.label45);
- this.Controls.Add(this.label44);
- this.Controls.Add(this.label43);
- this.Controls.Add(this.label42);
- this.Controls.Add(this.label41);
- this.Controls.Add(this.label40);
- this.Controls.Add(this.label39);
- this.Controls.Add(this.label38);
- this.Controls.Add(this.label37);
- this.Controls.Add(this.label36);
- this.Controls.Add(this.label35);
- this.Controls.Add(this.label34);
- this.Controls.Add(this.label33);
- this.Controls.Add(this.label32);
- this.Controls.Add(this.label31);
- this.Controls.Add(this.label30);
- this.Controls.Add(this.label29);
- this.Controls.Add(this.label28);
- this.Controls.Add(this.label27);
- this.Controls.Add(this.label26);
- this.Controls.Add(this.label25);
- this.Controls.Add(this.label24);
- this.Controls.Add(this.label23);
- this.Controls.Add(this.label22);
- this.Controls.Add(this.label21);
- this.Controls.Add(this.label20);
- this.Controls.Add(this.label19);
- this.Controls.Add(this.label18);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.checkBox23);
- this.Controls.Add(this.textBox11);
- this.Controls.Add(this.label17);
- this.Controls.Add(this.groupBox8);
- this.Controls.Add(this.label16);
- this.Controls.Add(this.label15);
- this.Controls.Add(this.label14);
- this.Controls.Add(this.label13);
- this.Controls.Add(this.label12);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox5);
- this.Controls.Add(this.groupBox6);
- this.Controls.Add(this.groupBox7);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.groupBox3);
- this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form1";
- this.Text = "Мастер-классы 12 марта 2020";
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.groupBox5.ResumeLayout(false);
- this.groupBox5.PerformLayout();
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- this.groupBox7.ResumeLayout(false);
- this.groupBox7.PerformLayout();
- this.groupBox8.ResumeLayout(false);
- this.groupBox8.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox textBox8;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox textBox9;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.TextBox textBox10;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.RadioButton radioButton4;
- private System.Windows.Forms.RadioButton radioButton5;
- private System.Windows.Forms.RadioButton radioButton6;
- private System.Windows.Forms.RadioButton radioButton7;
- private System.Windows.Forms.RadioButton radioButton8;
- private System.Windows.Forms.RadioButton radioButton9;
- private System.Windows.Forms.RadioButton radioButton10;
- private System.Windows.Forms.RadioButton radioButton11;
- private System.Windows.Forms.RadioButton radioButton12;
- private System.Windows.Forms.RadioButton radioButton13;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.CheckBox checkBox3;
- private System.Windows.Forms.CheckBox checkBox4;
- private System.Windows.Forms.CheckBox checkBox5;
- private System.Windows.Forms.CheckBox checkBox6;
- private System.Windows.Forms.CheckBox checkBox7;
- private System.Windows.Forms.CheckBox checkBox8;
- private System.Windows.Forms.CheckBox checkBox9;
- private System.Windows.Forms.CheckBox checkBox10;
- private System.Windows.Forms.CheckBox checkBox11;
- private System.Windows.Forms.CheckBox checkBox12;
- private System.Windows.Forms.CheckBox checkBox13;
- private System.Windows.Forms.CheckBox checkBox14;
- private System.Windows.Forms.CheckBox checkBox15;
- private System.Windows.Forms.CheckBox checkBox16;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.CheckBox checkBox18;
- private System.Windows.Forms.CheckBox checkBox19;
- private System.Windows.Forms.CheckBox checkBox20;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.RadioButton radioButton15;
- private System.Windows.Forms.RadioButton radioButton16;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.GroupBox groupBox7;
- private System.Windows.Forms.CheckBox checkBox23;
- private System.Windows.Forms.TextBox textBox11;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.CheckBox checkBox30;
- private System.Windows.Forms.CheckBox checkBox29;
- private System.Windows.Forms.CheckBox checkBox28;
- private System.Windows.Forms.CheckBox checkBox27;
- private System.Windows.Forms.CheckBox checkBox26;
- private System.Windows.Forms.CheckBox checkBox25;
- private System.Windows.Forms.CheckBox checkBox24;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.Label label34;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.Label label36;
- private System.Windows.Forms.Label label37;
- private System.Windows.Forms.Label label38;
- private System.Windows.Forms.Label label39;
- private System.Windows.Forms.Label label40;
- private System.Windows.Forms.Label label41;
- private System.Windows.Forms.Label label42;
- private System.Windows.Forms.Label label43;
- private System.Windows.Forms.Label label44;
- private System.Windows.Forms.Label label45;
- }
- }
|