namespace ProjectGSM.Forms { partial class FormAdvocate { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { nameLabel = new Label(); nameTextBox = new TextBox(); expLabel = new Label(); saveButton = new Button(); cancelButton = new Button(); sex = new Label(); sexCheckBox = new CheckBox(); DateLabel = new Label(); dateTimePicker = new DateTimePicker(); PhoneLabel = new Label(); phoneText = new TextBox(); adressLabel = new Label(); adressBox = new TextBox(); expNumeric = new NumericUpDown(); tasksLabel = new Label(); tasksNumeric = new NumericUpDown(); ratingLabel = new Label(); ratingNumeric = new NumericUpDown(); emailLabel = new Label(); emailTextBox = new TextBox(); ((System.ComponentModel.ISupportInitialize)expNumeric).BeginInit(); ((System.ComponentModel.ISupportInitialize)tasksNumeric).BeginInit(); ((System.ComponentModel.ISupportInitialize)ratingNumeric).BeginInit(); SuspendLayout(); // // nameLabel // nameLabel.Location = new Point(10, 10); nameLabel.Name = "nameLabel"; nameLabel.Size = new Size(100, 23); nameLabel.TabIndex = 0; nameLabel.Text = "Имя адвоката:"; // // nameTextBox // nameTextBox.Location = new Point(120, 10); nameTextBox.Name = "nameTextBox"; nameTextBox.Size = new Size(116, 23); nameTextBox.TabIndex = 1; // // expLabel // expLabel.Location = new Point(10, 90); expLabel.Name = "expLabel"; expLabel.Size = new Size(100, 23); expLabel.TabIndex = 2; expLabel.Text = "Опыт:"; // // saveButton // saveButton.Location = new Point(122, 303); saveButton.Name = "saveButton"; saveButton.Size = new Size(75, 23); saveButton.TabIndex = 4; saveButton.Text = "Сохранить"; saveButton.Click += saveButton_Click; // // cancelButton // cancelButton.Location = new Point(203, 303); cancelButton.Name = "cancelButton"; cancelButton.Size = new Size(75, 23); cancelButton.TabIndex = 5; cancelButton.Text = "Отмена"; cancelButton.Click += cancelButton_Click; // // sex // sex.Location = new Point(10, 38); sex.Name = "sex"; sex.Size = new Size(100, 23); sex.TabIndex = 0; sex.Text = "Пол:"; // // sexCheckBox // sexCheckBox.AutoSize = true; sexCheckBox.Location = new Point(120, 37); sexCheckBox.Name = "sexCheckBox"; sexCheckBox.Size = new Size(77, 19); sexCheckBox.TabIndex = 6; sexCheckBox.Text = "мужчина"; sexCheckBox.UseVisualStyleBackColor = true; // // DateLabel // DateLabel.Location = new Point(10, 61); DateLabel.Name = "DateLabel"; DateLabel.Size = new Size(100, 23); DateLabel.TabIndex = 7; DateLabel.Text = "Дата рождения:"; // // dateTimePicker // dateTimePicker.Location = new Point(116, 61); dateTimePicker.Name = "dateTimePicker"; dateTimePicker.Size = new Size(120, 23); dateTimePicker.TabIndex = 8; // // PhoneLabel // PhoneLabel.Location = new Point(10, 217); PhoneLabel.Name = "PhoneLabel"; PhoneLabel.Size = new Size(111, 23); PhoneLabel.TabIndex = 9; PhoneLabel.Text = "Номер телефона:"; // // phoneText // phoneText.Location = new Point(116, 217); phoneText.Name = "phoneText"; phoneText.Size = new Size(120, 23); phoneText.TabIndex = 10; // // adressLabel // adressLabel.Location = new Point(12, 249); adressLabel.Name = "adressLabel"; adressLabel.Size = new Size(111, 23); adressLabel.TabIndex = 11; adressLabel.Text = "Адрес:"; // // adressBox // adressBox.Location = new Point(116, 246); adressBox.Name = "adressBox"; adressBox.Size = new Size(120, 23); adressBox.TabIndex = 12; // // expNumeric // expNumeric.Location = new Point(116, 90); expNumeric.Name = "expNumeric"; expNumeric.Size = new Size(120, 23); expNumeric.TabIndex = 13; // // tasksLabel // tasksLabel.Location = new Point(10, 119); tasksLabel.Name = "tasksLabel"; tasksLabel.Size = new Size(100, 23); tasksLabel.TabIndex = 15; tasksLabel.Text = "Решенные дела:"; // // tasksNumeric // tasksNumeric.Location = new Point(116, 119); tasksNumeric.Name = "tasksNumeric"; tasksNumeric.Size = new Size(120, 23); tasksNumeric.TabIndex = 16; // // ratingLabel // ratingLabel.Location = new Point(10, 154); ratingLabel.Name = "ratingLabel"; ratingLabel.Size = new Size(100, 23); ratingLabel.TabIndex = 17; ratingLabel.Text = "Рейтинг:"; // // ratingNumeric // ratingNumeric.Location = new Point(116, 152); ratingNumeric.Name = "ratingNumeric"; ratingNumeric.Size = new Size(120, 23); ratingNumeric.TabIndex = 18; // // emailLabel // emailLabel.Location = new Point(11, 184); emailLabel.Name = "emailLabel"; emailLabel.Size = new Size(111, 23); emailLabel.TabIndex = 19; emailLabel.Text = "Email:"; // // emailTextBox // emailTextBox.Location = new Point(116, 184); emailTextBox.Name = "emailTextBox"; emailTextBox.Size = new Size(120, 23); emailTextBox.TabIndex = 20; // // FormAdvocate // ClientSize = new Size(284, 338); Controls.Add(emailTextBox); Controls.Add(emailLabel); Controls.Add(ratingNumeric); Controls.Add(ratingLabel); Controls.Add(tasksNumeric); Controls.Add(tasksLabel); Controls.Add(expNumeric); Controls.Add(adressBox); Controls.Add(adressLabel); Controls.Add(phoneText); Controls.Add(PhoneLabel); Controls.Add(dateTimePicker); Controls.Add(DateLabel); Controls.Add(sexCheckBox); Controls.Add(sex); Controls.Add(nameLabel); Controls.Add(nameTextBox); Controls.Add(expLabel); Controls.Add(saveButton); Controls.Add(cancelButton); Name = "FormAdvocate"; StartPosition = FormStartPosition.CenterScreen; Text = "Адвокат"; ((System.ComponentModel.ISupportInitialize)expNumeric).EndInit(); ((System.ComponentModel.ISupportInitialize)tasksNumeric).EndInit(); ((System.ComponentModel.ISupportInitialize)ratingNumeric).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label nameLabel; private TextBox nameTextBox; private Label expLabel; private Button saveButton; private Button cancelButton; private Label sex; private Label tasksLabel; private CheckBox sexCheckBox; private Label DateLabel; private DateTimePicker dateTimePicker; private Label PhoneLabel; private TextBox phoneText; private Label adressLabel; private TextBox adressBox; private NumericUpDown expNumeric; private NumericUpDown tasksNumeric; private Label ratingLabel; private NumericUpDown ratingNumeric; private Label emailLabel; private TextBox emailTextBox; } }