небольшой ренейм и правка форм
This commit is contained in:
parent
6264822cab
commit
abe16f404d
22
TypographyView/FormImplementer.Designer.cs
generated
22
TypographyView/FormImplementer.Designer.cs
generated
@ -55,10 +55,10 @@
|
||||
//
|
||||
// buttonSave
|
||||
//
|
||||
buttonSave.Location = new Point(299, 167);
|
||||
buttonSave.Location = new Point(292, 167);
|
||||
buttonSave.Margin = new Padding(3, 4, 3, 4);
|
||||
buttonSave.Name = "buttonSave";
|
||||
buttonSave.Size = new Size(86, 31);
|
||||
buttonSave.Size = new Size(93, 31);
|
||||
buttonSave.TabIndex = 10;
|
||||
buttonSave.Text = "Сохранить";
|
||||
buttonSave.UseVisualStyleBackColor = true;
|
||||
@ -66,10 +66,10 @@
|
||||
//
|
||||
// textBoxFIO
|
||||
//
|
||||
textBoxFIO.Location = new Point(110, 12);
|
||||
textBoxFIO.Location = new Point(134, 12);
|
||||
textBoxFIO.Margin = new Padding(3, 4, 3, 4);
|
||||
textBoxFIO.Name = "textBoxFIO";
|
||||
textBoxFIO.Size = new Size(367, 27);
|
||||
textBoxFIO.Size = new Size(343, 27);
|
||||
textBoxFIO.TabIndex = 8;
|
||||
//
|
||||
// labelFIO
|
||||
@ -83,26 +83,26 @@
|
||||
//
|
||||
// textBoxPassword
|
||||
//
|
||||
textBoxPassword.Location = new Point(110, 51);
|
||||
textBoxPassword.Location = new Point(134, 51);
|
||||
textBoxPassword.Margin = new Padding(3, 4, 3, 4);
|
||||
textBoxPassword.Name = "textBoxPassword";
|
||||
textBoxPassword.Size = new Size(367, 27);
|
||||
textBoxPassword.Size = new Size(343, 27);
|
||||
textBoxPassword.TabIndex = 12;
|
||||
//
|
||||
// numericUpDownQualification
|
||||
//
|
||||
numericUpDownQualification.Location = new Point(110, 89);
|
||||
numericUpDownQualification.Location = new Point(134, 89);
|
||||
numericUpDownQualification.Margin = new Padding(3, 4, 3, 4);
|
||||
numericUpDownQualification.Name = "numericUpDownQualification";
|
||||
numericUpDownQualification.Size = new Size(368, 27);
|
||||
numericUpDownQualification.Size = new Size(344, 27);
|
||||
numericUpDownQualification.TabIndex = 13;
|
||||
//
|
||||
// numericUpDownWorkExpirience
|
||||
//
|
||||
numericUpDownWorkExpirience.Location = new Point(110, 128);
|
||||
numericUpDownWorkExpirience.Location = new Point(134, 128);
|
||||
numericUpDownWorkExpirience.Margin = new Padding(3, 4, 3, 4);
|
||||
numericUpDownWorkExpirience.Name = "numericUpDownWorkExpirience";
|
||||
numericUpDownWorkExpirience.Size = new Size(368, 27);
|
||||
numericUpDownWorkExpirience.Size = new Size(344, 27);
|
||||
numericUpDownWorkExpirience.TabIndex = 14;
|
||||
//
|
||||
// labelPassword
|
||||
@ -150,7 +150,7 @@
|
||||
Controls.Add(labelFIO);
|
||||
Margin = new Padding(3, 4, 3, 4);
|
||||
Name = "FormImplementer";
|
||||
Text = "Implementer";
|
||||
Text = "Исполнитель";
|
||||
Load += FormImplementer_Load;
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDownQualification).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDownWorkExpirience).EndInit();
|
||||
|
2
TypographyView/FormImplementers.Designer.cs
generated
2
TypographyView/FormImplementers.Designer.cs
generated
@ -103,7 +103,7 @@
|
||||
Controls.Add(dataGridView);
|
||||
Margin = new Padding(3, 4, 3, 4);
|
||||
Name = "FormImplementers";
|
||||
Text = "Сотрудники";
|
||||
Text = "Исполнители";
|
||||
Load += FormImplementers_Load;
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
ResumeLayout(false);
|
||||
|
Loading…
Reference in New Issue
Block a user