123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632 |
- namespace 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.label1 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.Interes = new System.Windows.Forms.GroupBox();
- this.checkBox6 = new System.Windows.Forms.CheckBox();
- this.checkBox5 = new System.Windows.Forms.CheckBox();
- this.checkBox4 = new System.Windows.Forms.CheckBox();
- this.checkBox3 = new System.Windows.Forms.CheckBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.Education = new System.Windows.Forms.GroupBox();
- this.radioButton5 = new System.Windows.Forms.RadioButton();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- this.radioButton4 = new System.Windows.Forms.RadioButton();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.button1 = new System.Windows.Forms.Button();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.button2 = new System.Windows.Forms.Button();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.Gender = new System.Windows.Forms.GroupBox();
- this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
- this.label8 = new System.Windows.Forms.Label();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.label10 = new System.Windows.Forms.Label();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.Interes.SuspendLayout();
- this.Education.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.Gender.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(32, 17);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(66, 16);
- this.label1.TabIndex = 0;
- this.label1.Text = "Фамилия";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(36, 50);
- this.textBox1.Margin = new System.Windows.Forms.Padding(4);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(265, 22);
- this.textBox1.TabIndex = 1;
- //
- // Interes
- //
- this.Interes.Controls.Add(this.checkBox6);
- this.Interes.Controls.Add(this.checkBox5);
- this.Interes.Controls.Add(this.checkBox4);
- this.Interes.Controls.Add(this.checkBox3);
- this.Interes.Controls.Add(this.checkBox2);
- this.Interes.Controls.Add(this.checkBox1);
- this.Interes.Location = new System.Drawing.Point(660, 17);
- this.Interes.Margin = new System.Windows.Forms.Padding(4);
- this.Interes.Name = "Interes";
- this.Interes.Padding = new System.Windows.Forms.Padding(4);
- this.Interes.Size = new System.Drawing.Size(267, 197);
- this.Interes.TabIndex = 4;
- this.Interes.TabStop = false;
- this.Interes.Text = "10. Интересы";
- //
- // checkBox6
- //
- this.checkBox6.AutoSize = true;
- this.checkBox6.Location = new System.Drawing.Point(8, 172);
- this.checkBox6.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox6.Name = "checkBox6";
- this.checkBox6.Size = new System.Drawing.Size(110, 20);
- this.checkBox6.TabIndex = 5;
- this.checkBox6.Text = "Математика";
- this.checkBox6.UseVisualStyleBackColor = true;
- //
- // checkBox5
- //
- this.checkBox5.AutoSize = true;
- this.checkBox5.Location = new System.Drawing.Point(8, 144);
- this.checkBox5.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox5.Name = "checkBox5";
- this.checkBox5.Size = new System.Drawing.Size(91, 20);
- this.checkBox5.TabIndex = 4;
- this.checkBox5.Text = "Биология";
- this.checkBox5.UseVisualStyleBackColor = true;
- //
- // checkBox4
- //
- this.checkBox4.AutoSize = true;
- this.checkBox4.Location = new System.Drawing.Point(8, 116);
- this.checkBox4.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox4.Name = "checkBox4";
- this.checkBox4.Size = new System.Drawing.Size(71, 20);
- this.checkBox4.TabIndex = 3;
- this.checkBox4.Text = "Танцы";
- this.checkBox4.UseVisualStyleBackColor = true;
- //
- // checkBox3
- //
- this.checkBox3.AutoSize = true;
- this.checkBox3.Location = new System.Drawing.Point(8, 87);
- this.checkBox3.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox3.Name = "checkBox3";
- this.checkBox3.Size = new System.Drawing.Size(101, 20);
- this.checkBox3.TabIndex = 2;
- this.checkBox3.Text = "Рисование";
- this.checkBox3.UseVisualStyleBackColor = true;
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(8, 59);
- this.checkBox2.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(77, 20);
- this.checkBox2.TabIndex = 1;
- this.checkBox2.Text = "Чтение";
- this.checkBox2.UseVisualStyleBackColor = true;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(8, 31);
- this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(159, 20);
- this.checkBox1.TabIndex = 0;
- this.checkBox1.Text = "Программирование";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "Россия",
- "Америка",
- "Германия",
- "Индия",
- "Казахстан"});
- this.comboBox1.Location = new System.Drawing.Point(36, 788);
- this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(265, 24);
- this.comboBox1.TabIndex = 5;
- this.comboBox1.Text = "Россия";
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(37, 565);
- this.textBox2.Margin = new System.Windows.Forms.Padding(4);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(265, 22);
- this.textBox2.TabIndex = 7;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(32, 452);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(119, 16);
- this.label2.TabIndex = 6;
- this.label2.Text = "3. Дата рождения";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(33, 529);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(128, 16);
- this.label3.TabIndex = 8;
- this.label3.Text = "4. Место рождения";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(30, 677);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(67, 16);
- this.label4.TabIndex = 10;
- this.label4.Text = "6. СНИЛС";
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(36, 708);
- this.textBox3.Margin = new System.Windows.Forms.Padding(4);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(265, 22);
- this.textBox3.TabIndex = 9;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(32, 753);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(106, 16);
- this.label5.TabIndex = 11;
- this.label5.Text = "7. Гражданство";
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Location = new System.Drawing.Point(36, 484);
- this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(265, 22);
- this.dateTimePicker1.TabIndex = 12;
- //
- // Education
- //
- this.Education.Controls.Add(this.radioButton5);
- this.Education.Controls.Add(this.radioButton3);
- this.Education.Controls.Add(this.radioButton4);
- this.Education.Location = new System.Drawing.Point(344, 17);
- this.Education.Margin = new System.Windows.Forms.Padding(4);
- this.Education.Name = "Education";
- this.Education.Padding = new System.Windows.Forms.Padding(4);
- this.Education.Size = new System.Drawing.Size(267, 138);
- this.Education.TabIndex = 4;
- this.Education.TabStop = false;
- this.Education.Text = "8. База образования";
- //
- // radioButton5
- //
- this.radioButton5.AutoSize = true;
- this.radioButton5.Location = new System.Drawing.Point(27, 110);
- this.radioButton5.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton5.Name = "radioButton5";
- this.radioButton5.Size = new System.Drawing.Size(221, 20);
- this.radioButton5.TabIndex = 4;
- this.radioButton5.TabStop = true;
- this.radioButton5.Text = "коррекционное образование";
- this.radioButton5.UseVisualStyleBackColor = true;
- this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(27, 33);
- this.radioButton3.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(226, 20);
- this.radioButton3.TabIndex = 3;
- this.radioButton3.TabStop = true;
- this.radioButton3.Text = "основное общее образование";
- this.radioButton3.UseVisualStyleBackColor = true;
- this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // radioButton4
- //
- this.radioButton4.AutoSize = true;
- this.radioButton4.Location = new System.Drawing.Point(27, 73);
- this.radioButton4.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton4.Name = "radioButton4";
- this.radioButton4.Size = new System.Drawing.Size(218, 20);
- this.radioButton4.TabIndex = 2;
- this.radioButton4.TabStop = true;
- this.radioButton4.Text = "среднее общее образование";
- this.radioButton4.UseVisualStyleBackColor = true;
- this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // pictureBox1
- //
- this.pictureBox1.Location = new System.Drawing.Point(669, 306);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(267, 161);
- this.pictureBox1.TabIndex = 13;
- this.pictureBox1.TabStop = false;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(692, 776);
- this.button1.Margin = new System.Windows.Forms.Padding(4);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(260, 47);
- this.button1.TabIndex = 15;
- this.button1.Text = "Сохранить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(344, 216);
- this.richTextBox1.Margin = new System.Windows.Forms.Padding(4);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(265, 101);
- this.richTextBox1.TabIndex = 16;
- this.richTextBox1.Text = "";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(32, 603);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(80, 16);
- this.label6.TabIndex = 18;
- this.label6.Text = "5. Телефон";
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(36, 639);
- this.textBox4.Margin = new System.Windows.Forms.Padding(4);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(265, 22);
- this.textBox4.TabIndex = 17;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(665, 233);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(147, 16);
- this.label7.TabIndex = 20;
- this.label7.Text = "11. Дата поступления";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(343, 180);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(100, 16);
- this.label9.TabIndex = 22;
- this.label9.Text = "9. Привелегии";
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "Picture";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(669, 474);
- this.button2.Margin = new System.Windows.Forms.Padding(4);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(267, 28);
- this.button2.TabIndex = 24;
- this.button2.Text = "Выбрать изображение";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(27, 37);
- this.radioButton1.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(86, 20);
- this.radioButton1.TabIndex = 2;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "Мужской";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(27, 79);
- this.radioButton2.Margin = new System.Windows.Forms.Padding(4);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(87, 20);
- this.radioButton2.TabIndex = 3;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "Женский";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
- //
- // Gender
- //
- this.Gender.Controls.Add(this.radioButton2);
- this.Gender.Controls.Add(this.radioButton1);
- this.Gender.Location = new System.Drawing.Point(36, 309);
- this.Gender.Margin = new System.Windows.Forms.Padding(4);
- this.Gender.Name = "Gender";
- this.Gender.Padding = new System.Windows.Forms.Padding(4);
- this.Gender.Size = new System.Drawing.Size(267, 123);
- this.Gender.TabIndex = 3;
- this.Gender.TabStop = false;
- this.Gender.Text = "2. Пол";
- //
- // dateTimePicker2
- //
- this.dateTimePicker2.Location = new System.Drawing.Point(669, 268);
- this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
- this.dateTimePicker2.Name = "dateTimePicker2";
- this.dateTimePicker2.Size = new System.Drawing.Size(265, 22);
- this.dateTimePicker2.TabIndex = 25;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(32, 234);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(121, 16);
- this.label8.TabIndex = 26;
- this.label8.Text = "1. Специальность";
- //
- // textBox6
- //
- this.textBox6.Location = new System.Drawing.Point(33, 186);
- this.textBox6.Margin = new System.Windows.Forms.Padding(4);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(265, 22);
- this.textBox6.TabIndex = 29;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(29, 153);
- this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(70, 16);
- this.label11.TabIndex = 28;
- this.label11.Text = "Отчество";
- //
- // textBox7
- //
- this.textBox7.Location = new System.Drawing.Point(36, 121);
- this.textBox7.Margin = new System.Windows.Forms.Padding(4);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(265, 22);
- this.textBox7.TabIndex = 31;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(32, 90);
- this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(33, 16);
- this.label12.TabIndex = 30;
- this.label12.Text = "Имя";
- //
- // comboBox2
- //
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Items.AddRange(new object[] {
- "Разработчик Веб и мультимидийных - приложений",
- "Гостиничное Дело",
- "Администратирование базз данных",
- "Лесозаготовки"});
- this.comboBox2.Location = new System.Drawing.Point(36, 265);
- this.comboBox2.Margin = new System.Windows.Forms.Padding(4);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(265, 24);
- this.comboBox2.TabIndex = 32;
- this.comboBox2.Text = "Лесозаготовки";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(341, 321);
- this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(147, 16);
- this.label10.TabIndex = 23;
- this.label10.Text = "Привилегии (пример)";
- //
- // listBox1
- //
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 16;
- this.listBox1.Items.AddRange(new object[] {
- "Сирота",
- "Инвалидность",
- "Чернобыль/Маяк",
- "Военнослужащий",
- "Ветеран",
- "Победители/Призеры всеросийских или областных олимпиад",
- "Военослужащие по контракту"});
- this.listBox1.Location = new System.Drawing.Point(344, 358);
- this.listBox1.Margin = new System.Windows.Forms.Padding(4);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(265, 100);
- this.listBox1.TabIndex = 14;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(965, 839);
- this.Controls.Add(this.comboBox2);
- this.Controls.Add(this.textBox7);
- this.Controls.Add(this.label12);
- this.Controls.Add(this.textBox6);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.dateTimePicker2);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.textBox4);
- this.Controls.Add(this.richTextBox1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.listBox1);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.Education);
- this.Controls.Add(this.dateTimePicker1);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.Interes);
- this.Controls.Add(this.Gender);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form1";
- this.Text = "Опросник";
- this.Interes.ResumeLayout(false);
- this.Interes.PerformLayout();
- this.Education.ResumeLayout(false);
- this.Education.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.Gender.ResumeLayout(false);
- this.Gender.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.GroupBox Interes;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.CheckBox checkBox4;
- private System.Windows.Forms.CheckBox checkBox3;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.GroupBox Education;
- private System.Windows.Forms.RadioButton radioButton5;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.RadioButton radioButton4;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.GroupBox Gender;
- private System.Windows.Forms.DateTimePicker dateTimePicker2;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.CheckBox checkBox6;
- private System.Windows.Forms.CheckBox checkBox5;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.ListBox listBox1;
- }
- }
|