namespace ProjectGSM.Forms
{
    partial class FormAdvocate
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        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();
            licenseLabel = new Label();
            checkedListBox = new CheckedListBox();
            ((System.ComponentModel.ISupportInitialize)expNumeric).BeginInit();
            ((System.ComponentModel.ISupportInitialize)tasksNumeric).BeginInit();
            ((System.ComponentModel.ISupportInitialize)ratingNumeric).BeginInit();
            SuspendLayout();
            // 
            // nameLabel
            // 
            nameLabel.Location = new Point(14, 9);
            nameLabel.Name = "nameLabel";
            nameLabel.Size = new Size(134, 23);
            nameLabel.TabIndex = 0;
            nameLabel.Text = "Имя адвоката:";
            // 
            // nameTextBox
            // 
            nameTextBox.Location = new Point(148, 5);
            nameTextBox.Name = "nameTextBox";
            nameTextBox.Size = new Size(116, 31);
            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(114, 35);
            saveButton.TabIndex = 4;
            saveButton.Text = "Сохранить";
            saveButton.Click += saveButton_Click;
            // 
            // cancelButton
            // 
            cancelButton.Location = new Point(255, 309);
            cancelButton.Name = "cancelButton";
            cancelButton.Size = new Size(133, 29);
            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(148, 32);
            sexCheckBox.Name = "sexCheckBox";
            sexCheckBox.Size = new Size(112, 29);
            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(144, 56);
            dateTimePicker.Name = "dateTimePicker";
            dateTimePicker.Size = new Size(120, 31);
            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(144, 212);
            phoneText.Name = "phoneText";
            phoneText.Size = new Size(120, 31);
            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(144, 241);
            adressBox.Name = "adressBox";
            adressBox.Size = new Size(120, 31);
            adressBox.TabIndex = 12;
            // 
            // expNumeric
            // 
            expNumeric.Location = new Point(144, 85);
            expNumeric.Name = "expNumeric";
            expNumeric.Size = new Size(120, 31);
            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(144, 114);
            tasksNumeric.Name = "tasksNumeric";
            tasksNumeric.Size = new Size(120, 31);
            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(144, 147);
            ratingNumeric.Name = "ratingNumeric";
            ratingNumeric.Size = new Size(120, 31);
            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(144, 179);
            emailTextBox.Name = "emailTextBox";
            emailTextBox.Size = new Size(120, 31);
            emailTextBox.TabIndex = 20;
            // 
            // licenseLabel
            // 
            licenseLabel.Location = new Point(298, 9);
            licenseLabel.Name = "licenseLabel";
            licenseLabel.Size = new Size(100, 23);
            licenseLabel.TabIndex = 21;
            licenseLabel.Text = "Лицензии:";
            // 
            // checkedListBox
            // 
            checkedListBox.FormattingEnabled = true;
            checkedListBox.Location = new Point(298, 56);
            checkedListBox.Name = "checkedListBox";
            checkedListBox.Size = new Size(304, 228);
            checkedListBox.TabIndex = 22;
            // 
            // FormAdvocate
            // 
            ClientSize = new Size(637, 593);
            Controls.Add(checkedListBox);
            Controls.Add(licenseLabel);
            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;
        private Label licenseLabel;
        private CheckedListBox checkedListBox;
    }
}