исправления
This commit is contained in:
parent
3485fb0634
commit
3a324a4410
@ -29,15 +29,15 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
||||
this.labelCost = new System.Windows.Forms.Label();
|
||||
this.labelPassword = new System.Windows.Forms.Label();
|
||||
this.buttonCancel = new System.Windows.Forms.Button();
|
||||
this.buttonSave = new System.Windows.Forms.Button();
|
||||
this.textBoxName = new System.Windows.Forms.TextBox();
|
||||
this.labelName = new System.Windows.Forms.Label();
|
||||
this.labelImplementerFIO = new System.Windows.Forms.Label();
|
||||
this.textBoxWorkExperience = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.labelWorkExperience = new System.Windows.Forms.Label();
|
||||
this.textBoxQualification = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.labelQualification = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// textBoxPassword
|
||||
@ -48,15 +48,15 @@
|
||||
this.textBoxPassword.Size = new System.Drawing.Size(334, 31);
|
||||
this.textBoxPassword.TabIndex = 15;
|
||||
//
|
||||
// labelCost
|
||||
// labelPassword
|
||||
//
|
||||
this.labelCost.AutoSize = true;
|
||||
this.labelCost.Location = new System.Drawing.Point(4, 80);
|
||||
this.labelCost.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.labelCost.Name = "labelCost";
|
||||
this.labelCost.Size = new System.Drawing.Size(78, 25);
|
||||
this.labelCost.TabIndex = 14;
|
||||
this.labelCost.Text = "Пароль:";
|
||||
this.labelPassword.AutoSize = true;
|
||||
this.labelPassword.Location = new System.Drawing.Point(4, 80);
|
||||
this.labelPassword.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.labelPassword.Name = "labelPassword";
|
||||
this.labelPassword.Size = new System.Drawing.Size(78, 25);
|
||||
this.labelPassword.TabIndex = 14;
|
||||
this.labelPassword.Text = "Пароль:";
|
||||
//
|
||||
// buttonCancel
|
||||
//
|
||||
@ -88,15 +88,15 @@
|
||||
this.textBoxName.Size = new System.Drawing.Size(334, 31);
|
||||
this.textBoxName.TabIndex = 13;
|
||||
//
|
||||
// labelName
|
||||
// labelImplementerFIO
|
||||
//
|
||||
this.labelName.AutoSize = true;
|
||||
this.labelName.Location = new System.Drawing.Point(4, 32);
|
||||
this.labelName.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.labelName.Name = "labelName";
|
||||
this.labelName.Size = new System.Drawing.Size(56, 25);
|
||||
this.labelName.TabIndex = 12;
|
||||
this.labelName.Text = "ФИО:";
|
||||
this.labelImplementerFIO.AutoSize = true;
|
||||
this.labelImplementerFIO.Location = new System.Drawing.Point(4, 32);
|
||||
this.labelImplementerFIO.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.labelImplementerFIO.Name = "labelImplementerFIO";
|
||||
this.labelImplementerFIO.Size = new System.Drawing.Size(56, 25);
|
||||
this.labelImplementerFIO.TabIndex = 12;
|
||||
this.labelImplementerFIO.Text = "ФИО:";
|
||||
//
|
||||
// textBoxWorkExperience
|
||||
//
|
||||
@ -106,15 +106,15 @@
|
||||
this.textBoxWorkExperience.Size = new System.Drawing.Size(183, 31);
|
||||
this.textBoxWorkExperience.TabIndex = 19;
|
||||
//
|
||||
// label1
|
||||
// labelWorkExperience
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(4, 130);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(122, 25);
|
||||
this.label1.TabIndex = 18;
|
||||
this.label1.Text = "Стаж работы:";
|
||||
this.labelWorkExperience.AutoSize = true;
|
||||
this.labelWorkExperience.Location = new System.Drawing.Point(4, 130);
|
||||
this.labelWorkExperience.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.labelWorkExperience.Name = "labelWorkExperience";
|
||||
this.labelWorkExperience.Size = new System.Drawing.Size(122, 25);
|
||||
this.labelWorkExperience.TabIndex = 18;
|
||||
this.labelWorkExperience.Text = "Стаж работы:";
|
||||
//
|
||||
// textBoxQualification
|
||||
//
|
||||
@ -124,15 +124,15 @@
|
||||
this.textBoxQualification.Size = new System.Drawing.Size(183, 31);
|
||||
this.textBoxQualification.TabIndex = 21;
|
||||
//
|
||||
// label2
|
||||
// labelQualification
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(4, 171);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(134, 25);
|
||||
this.label2.TabIndex = 20;
|
||||
this.label2.Text = "Квалификация:";
|
||||
this.labelQualification.AutoSize = true;
|
||||
this.labelQualification.Location = new System.Drawing.Point(4, 171);
|
||||
this.labelQualification.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
||||
this.labelQualification.Name = "labelQualification";
|
||||
this.labelQualification.Size = new System.Drawing.Size(134, 25);
|
||||
this.labelQualification.TabIndex = 20;
|
||||
this.labelQualification.Text = "Квалификация:";
|
||||
//
|
||||
// FormImplementer
|
||||
//
|
||||
@ -140,15 +140,15 @@
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(485, 281);
|
||||
this.Controls.Add(this.textBoxQualification);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.labelQualification);
|
||||
this.Controls.Add(this.textBoxWorkExperience);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.labelWorkExperience);
|
||||
this.Controls.Add(this.textBoxPassword);
|
||||
this.Controls.Add(this.labelCost);
|
||||
this.Controls.Add(this.labelPassword);
|
||||
this.Controls.Add(this.buttonCancel);
|
||||
this.Controls.Add(this.buttonSave);
|
||||
this.Controls.Add(this.textBoxName);
|
||||
this.Controls.Add(this.labelName);
|
||||
this.Controls.Add(this.labelImplementerFIO);
|
||||
this.Name = "FormImplementer";
|
||||
this.Text = "Исполнитель";
|
||||
this.Load += new System.EventHandler(this.FormImplementer_Load);
|
||||
@ -160,14 +160,14 @@
|
||||
#endregion
|
||||
|
||||
private TextBox textBoxPassword;
|
||||
private Label labelCost;
|
||||
private Label labelPassword;
|
||||
private Button buttonCancel;
|
||||
private Button buttonSave;
|
||||
private TextBox textBoxName;
|
||||
private Label labelName;
|
||||
private Label labelImplementerFIO;
|
||||
private TextBox textBoxWorkExperience;
|
||||
private Label label1;
|
||||
private Label labelWorkExperience;
|
||||
private TextBox textBoxQualification;
|
||||
private Label label2;
|
||||
private Label labelQualification;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user