PIBD14-Boyko-M.S.-GSM-Autot.../ProjectGSM/Forms/FormAdvocate.Designer.cs

292 lines
10 KiB
C#
Raw Permalink Normal View History

2024-11-05 03:59:13 +04:00
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();
2024-11-09 03:06:08 +04:00
licenseLabel = new Label();
checkedListBox = new CheckedListBox();
2024-11-05 03:59:13 +04:00
((System.ComponentModel.ISupportInitialize)expNumeric).BeginInit();
((System.ComponentModel.ISupportInitialize)tasksNumeric).BeginInit();
((System.ComponentModel.ISupportInitialize)ratingNumeric).BeginInit();
SuspendLayout();
//
// nameLabel
//
2024-11-09 03:06:08 +04:00
nameLabel.Location = new Point(14, 9);
2024-11-05 03:59:13 +04:00
nameLabel.Name = "nameLabel";
2024-11-09 03:06:08 +04:00
nameLabel.Size = new Size(134, 23);
2024-11-05 03:59:13 +04:00
nameLabel.TabIndex = 0;
nameLabel.Text = "Имя адвоката:";
//
// nameTextBox
//
2024-11-09 03:06:08 +04:00
nameTextBox.Location = new Point(148, 5);
2024-11-05 03:59:13 +04:00
nameTextBox.Name = "nameTextBox";
2024-11-09 03:06:08 +04:00
nameTextBox.Size = new Size(116, 31);
2024-11-05 03:59:13 +04:00
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";
2024-11-09 03:06:08 +04:00
saveButton.Size = new Size(114, 35);
2024-11-05 03:59:13 +04:00
saveButton.TabIndex = 4;
saveButton.Text = "Сохранить";
saveButton.Click += saveButton_Click;
//
// cancelButton
//
2024-11-09 03:06:08 +04:00
cancelButton.Location = new Point(255, 309);
2024-11-05 03:59:13 +04:00
cancelButton.Name = "cancelButton";
2024-11-09 03:06:08 +04:00
cancelButton.Size = new Size(133, 29);
2024-11-05 03:59:13 +04:00
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;
2024-11-09 03:06:08 +04:00
sexCheckBox.Location = new Point(148, 32);
2024-11-05 03:59:13 +04:00
sexCheckBox.Name = "sexCheckBox";
2024-11-09 03:06:08 +04:00
sexCheckBox.Size = new Size(112, 29);
2024-11-05 03:59:13 +04:00
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
//
2024-11-09 03:06:08 +04:00
dateTimePicker.Location = new Point(144, 56);
2024-11-05 03:59:13 +04:00
dateTimePicker.Name = "dateTimePicker";
2024-11-09 03:06:08 +04:00
dateTimePicker.Size = new Size(120, 31);
2024-11-05 03:59:13 +04:00
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
//
2024-11-09 03:06:08 +04:00
phoneText.Location = new Point(144, 212);
2024-11-05 03:59:13 +04:00
phoneText.Name = "phoneText";
2024-11-09 03:06:08 +04:00
phoneText.Size = new Size(120, 31);
2024-11-05 03:59:13 +04:00
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
//
2024-11-09 03:06:08 +04:00
adressBox.Location = new Point(144, 241);
2024-11-05 03:59:13 +04:00
adressBox.Name = "adressBox";
2024-11-09 03:06:08 +04:00
adressBox.Size = new Size(120, 31);
2024-11-05 03:59:13 +04:00
adressBox.TabIndex = 12;
//
// expNumeric
//
2024-11-09 03:06:08 +04:00
expNumeric.Location = new Point(144, 85);
2024-11-05 03:59:13 +04:00
expNumeric.Name = "expNumeric";
2024-11-09 03:06:08 +04:00
expNumeric.Size = new Size(120, 31);
2024-11-05 03:59:13 +04:00
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
//
2024-11-09 03:06:08 +04:00
tasksNumeric.Location = new Point(144, 114);
2024-11-05 03:59:13 +04:00
tasksNumeric.Name = "tasksNumeric";
2024-11-09 03:06:08 +04:00
tasksNumeric.Size = new Size(120, 31);
2024-11-05 03:59:13 +04:00
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
//
2024-11-09 03:06:08 +04:00
ratingNumeric.Location = new Point(144, 147);
2024-11-05 03:59:13 +04:00
ratingNumeric.Name = "ratingNumeric";
2024-11-09 03:06:08 +04:00
ratingNumeric.Size = new Size(120, 31);
2024-11-05 03:59:13 +04:00
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
//
2024-11-09 03:06:08 +04:00
emailTextBox.Location = new Point(144, 179);
2024-11-05 03:59:13 +04:00
emailTextBox.Name = "emailTextBox";
2024-11-09 03:06:08 +04:00
emailTextBox.Size = new Size(120, 31);
2024-11-05 03:59:13 +04:00
emailTextBox.TabIndex = 20;
//
2024-11-09 03:06:08 +04:00
// 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;
//
2024-11-05 03:59:13 +04:00
// FormAdvocate
//
2024-11-09 03:06:08 +04:00
ClientSize = new Size(637, 593);
Controls.Add(checkedListBox);
Controls.Add(licenseLabel);
2024-11-05 03:59:13 +04:00
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;
2024-11-09 03:06:08 +04:00
private Label licenseLabel;
private CheckedListBox checkedListBox;
2024-11-05 03:59:13 +04:00
}
}