diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/ImplementerForm.Designer.cs b/BlacksmithWorkshop/BlacksmithWorkshop/ImplementerForm.Designer.cs
index 854012b..abfdc17 100644
--- a/BlacksmithWorkshop/BlacksmithWorkshop/ImplementerForm.Designer.cs
+++ b/BlacksmithWorkshop/BlacksmithWorkshop/ImplementerForm.Designer.cs
@@ -23,142 +23,142 @@ namespace BlacksmithWorkshop
base.Dispose(disposing);
}
- #region Windows Form Designer generated code
+ #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()
- {
- FIOTextBox = new TextBox();
- PasswordTextBox = new TextBox();
- QualificationTextBox = new TextBox();
- WorkExperienceTextBox = new TextBox();
- labelFio = new Label();
- labelPassword = new Label();
- labelQualification = new Label();
- labelExperience = new Label();
- SaveButton = new Button();
- CancelButton = new Button();
- SuspendLayout();
- //
- // FIOTextBox
- //
- FIOTextBox.Location = new Point(108, 14);
- FIOTextBox.Margin = new Padding(3, 2, 3, 2);
- FIOTextBox.Name = "FIOTextBox";
- FIOTextBox.Size = new Size(360, 23);
- FIOTextBox.TabIndex = 0;
- //
- // PasswordTextBox
- //
- PasswordTextBox.Location = new Point(108, 39);
- PasswordTextBox.Margin = new Padding(3, 2, 3, 2);
- PasswordTextBox.Name = "PasswordTextBox";
- PasswordTextBox.Size = new Size(360, 23);
- PasswordTextBox.TabIndex = 1;
- //
- // QualificationTextBox
- //
- QualificationTextBox.Location = new Point(108, 64);
- QualificationTextBox.Margin = new Padding(3, 2, 3, 2);
- QualificationTextBox.Name = "QualificationTextBox";
- QualificationTextBox.Size = new Size(360, 23);
- QualificationTextBox.TabIndex = 2;
- //
- // WorkExperienceTextBox
- //
- WorkExperienceTextBox.Location = new Point(108, 88);
- WorkExperienceTextBox.Margin = new Padding(3, 2, 3, 2);
- WorkExperienceTextBox.Name = "WorkExperienceTextBox";
- WorkExperienceTextBox.Size = new Size(360, 23);
- WorkExperienceTextBox.TabIndex = 3;
- //
- // labelFio
- //
- labelFio.AutoSize = true;
- labelFio.Location = new Point(8, 14);
- labelFio.Name = "labelFio";
- labelFio.Size = new Size(34, 15);
- labelFio.TabIndex = 4;
- labelFio.Text = "ФИО";
- //
- // labelPassword
- //
- labelPassword.AutoSize = true;
- labelPassword.Location = new Point(8, 39);
- labelPassword.Name = "labelPassword";
- labelPassword.Size = new Size(49, 15);
- labelPassword.TabIndex = 5;
- labelPassword.Text = "Пароль";
- //
- // labelQualification
- //
- labelQualification.AutoSize = true;
- labelQualification.Location = new Point(8, 64);
- labelQualification.Name = "labelQualification";
- labelQualification.Size = new Size(88, 15);
- labelQualification.TabIndex = 6;
- labelQualification.Text = "Квалификация";
- //
- // labelExperience
- //
- labelExperience.AutoSize = true;
- labelExperience.Location = new Point(8, 88);
- labelExperience.Name = "labelExperience";
- labelExperience.Size = new Size(79, 15);
- labelExperience.TabIndex = 7;
- labelExperience.Text = "Стаж работы";
- //
- // SaveButton
- //
- SaveButton.Location = new Point(298, 113);
- SaveButton.Margin = new Padding(3, 2, 3, 2);
- SaveButton.Name = "SaveButton";
- SaveButton.Size = new Size(82, 22);
- SaveButton.TabIndex = 8;
- SaveButton.Text = "Сохранить";
- SaveButton.UseVisualStyleBackColor = true;
- SaveButton.Click += SaveButton_Click;
- //
- // CancelButton
- //
- CancelButton.Location = new Point(386, 113);
- CancelButton.Margin = new Padding(3, 2, 3, 2);
- CancelButton.Name = "CancelButton";
- CancelButton.Size = new Size(82, 22);
- CancelButton.TabIndex = 9;
- CancelButton.Text = "Отмена";
- CancelButton.UseVisualStyleBackColor = true;
- CancelButton.Click += CancelButton_Click;
- //
- // ImplementerForm
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(480, 140);
- Controls.Add(CancelButton);
- Controls.Add(SaveButton);
- Controls.Add(labelExperience);
- Controls.Add(labelQualification);
- Controls.Add(labelPassword);
- Controls.Add(labelFio);
- Controls.Add(WorkExperienceTextBox);
- Controls.Add(QualificationTextBox);
- Controls.Add(PasswordTextBox);
- Controls.Add(FIOTextBox);
- Margin = new Padding(3, 2, 3, 2);
- Name = "ImplementerForm";
- Text = "Исполнитель";
- Load += ImplementerForm_Load;
- ResumeLayout(false);
- PerformLayout();
- }
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ FIOTextBox = new TextBox();
+ PasswordTextBox = new TextBox();
+ QualificationTextBox = new TextBox();
+ WorkExperienceTextBox = new TextBox();
+ labelFio = new Label();
+ labelPassword = new Label();
+ labelQualification = new Label();
+ labelExperience = new Label();
+ SaveButton = new Button();
+ CancelButton = new Button();
+ SuspendLayout();
+ //
+ // FIOTextBox
+ //
+ FIOTextBox.Location = new Point(108, 14);
+ FIOTextBox.Margin = new Padding(3, 2, 3, 2);
+ FIOTextBox.Name = "FIOTextBox";
+ FIOTextBox.Size = new Size(360, 23);
+ FIOTextBox.TabIndex = 0;
+ //
+ // PasswordTextBox
+ //
+ PasswordTextBox.Location = new Point(108, 39);
+ PasswordTextBox.Margin = new Padding(3, 2, 3, 2);
+ PasswordTextBox.Name = "PasswordTextBox";
+ PasswordTextBox.Size = new Size(360, 23);
+ PasswordTextBox.TabIndex = 1;
+ //
+ // QualificationTextBox
+ //
+ QualificationTextBox.Location = new Point(108, 64);
+ QualificationTextBox.Margin = new Padding(3, 2, 3, 2);
+ QualificationTextBox.Name = "QualificationTextBox";
+ QualificationTextBox.Size = new Size(360, 23);
+ QualificationTextBox.TabIndex = 2;
+ //
+ // WorkExperienceTextBox
+ //
+ WorkExperienceTextBox.Location = new Point(108, 88);
+ WorkExperienceTextBox.Margin = new Padding(3, 2, 3, 2);
+ WorkExperienceTextBox.Name = "WorkExperienceTextBox";
+ WorkExperienceTextBox.Size = new Size(360, 23);
+ WorkExperienceTextBox.TabIndex = 3;
+ //
+ // labelFio
+ //
+ labelFio.AutoSize = true;
+ labelFio.Location = new Point(8, 14);
+ labelFio.Name = "labelFio";
+ labelFio.Size = new Size(34, 15);
+ labelFio.TabIndex = 4;
+ labelFio.Text = "ФИО";
+ //
+ // labelPassword
+ //
+ labelPassword.AutoSize = true;
+ labelPassword.Location = new Point(8, 39);
+ labelPassword.Name = "labelPassword";
+ labelPassword.Size = new Size(49, 15);
+ labelPassword.TabIndex = 5;
+ labelPassword.Text = "Пароль";
+ //
+ // labelQualification
+ //
+ labelQualification.AutoSize = true;
+ labelQualification.Location = new Point(8, 64);
+ labelQualification.Name = "labelQualification";
+ labelQualification.Size = new Size(88, 15);
+ labelQualification.TabIndex = 6;
+ labelQualification.Text = "Квалификация";
+ //
+ // labelExperience
+ //
+ labelExperience.AutoSize = true;
+ labelExperience.Location = new Point(8, 88);
+ labelExperience.Name = "labelExperience";
+ labelExperience.Size = new Size(79, 15);
+ labelExperience.TabIndex = 7;
+ labelExperience.Text = "Стаж работы";
+ //
+ // SaveButton
+ //
+ SaveButton.Location = new Point(298, 113);
+ SaveButton.Margin = new Padding(3, 2, 3, 2);
+ SaveButton.Name = "SaveButton";
+ SaveButton.Size = new Size(82, 22);
+ SaveButton.TabIndex = 8;
+ SaveButton.Text = "Сохранить";
+ SaveButton.UseVisualStyleBackColor = true;
+ SaveButton.Click += SaveButton_Click;
+ //
+ // CancelButton
+ //
+ CancelButton.Location = new Point(386, 113);
+ CancelButton.Margin = new Padding(3, 2, 3, 2);
+ CancelButton.Name = "CancelButton";
+ CancelButton.Size = new Size(82, 22);
+ CancelButton.TabIndex = 9;
+ CancelButton.Text = "Отмена";
+ CancelButton.UseVisualStyleBackColor = true;
+ CancelButton.Click += CancelButton_Click;
+ //
+ // ImplementerForm
+ //
+ AutoScaleDimensions = new SizeF(7F, 15F);
+ AutoScaleMode = AutoScaleMode.Font;
+ ClientSize = new Size(480, 140);
+ Controls.Add(CancelButton);
+ Controls.Add(SaveButton);
+ Controls.Add(labelExperience);
+ Controls.Add(labelQualification);
+ Controls.Add(labelPassword);
+ Controls.Add(labelFio);
+ Controls.Add(WorkExperienceTextBox);
+ Controls.Add(QualificationTextBox);
+ Controls.Add(PasswordTextBox);
+ Controls.Add(FIOTextBox);
+ Margin = new Padding(3, 2, 3, 2);
+ Name = "ImplementerForm";
+ Text = "Исполнитель";
+ Load += ImplementerForm_Load;
+ ResumeLayout(false);
+ PerformLayout();
+ }
- #endregion
+ #endregion
- private TextBox FIOTextBox;
+ private TextBox FIOTextBox;
private TextBox PasswordTextBox;
private TextBox QualificationTextBox;
private TextBox WorkExperienceTextBox;