diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormDeal.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormDeal.Designer.cs index 1d5d725..fce7a34 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormDeal.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormDeal.Designer.cs @@ -201,6 +201,8 @@ Controls.Add(label1); Controls.Add(buttonCancel); Controls.Add(buttonSave); + FormBorderStyle = FormBorderStyle.FixedSingle; + MinimumSize = new Size(340, 262); Name = "FormDeal"; StartPosition = FormStartPosition.CenterScreen; Text = "Договор"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormDeals.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormDeals.Designer.cs index d49c3a1..3913687 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormDeals.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormDeals.Designer.cs @@ -180,6 +180,7 @@ Controls.Add(buttonChange); Controls.Add(buttonAdd); Controls.Add(dataGridView); + MinimumSize = new Size(930, 240); Name = "FormDeals"; StartPosition = FormStartPosition.CenterScreen; Text = "Таблица Договоров"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartment.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartment.Designer.cs index 1888f59..8b20a95 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartment.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartment.Designer.cs @@ -99,6 +99,7 @@ Controls.Add(buttonSave); Controls.Add(label1); Controls.Add(textBoxName); + FormBorderStyle = FormBorderStyle.FixedSingle; Name = "FormDepartment"; StartPosition = FormStartPosition.CenterScreen; Text = "Отдел"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartments.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartments.Designer.cs index cb8ca0b..79acda8 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartments.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormDepartments.Designer.cs @@ -97,6 +97,7 @@ Controls.Add(buttonChange); Controls.Add(buttonAdd); Controls.Add(dataGridView); + MinimumSize = new Size(400, 200); Name = "FormDepartments"; StartPosition = FormStartPosition.CenterScreen; Text = "Таблица Отделов"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployee.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployee.Designer.cs index 5e8cb68..bb15f54 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployee.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployee.Designer.cs @@ -119,6 +119,7 @@ Controls.Add(buttonSave); Controls.Add(label1); Controls.Add(textBoxFirstName); + FormBorderStyle = FormBorderStyle.FixedSingle; Name = "FormEmployee"; StartPosition = FormStartPosition.CenterScreen; Text = "Сотрудник"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployees.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployees.Designer.cs index 7f47834..563ffa2 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployees.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormEmployees.Designer.cs @@ -97,6 +97,7 @@ Controls.Add(buttonChange); Controls.Add(buttonAdd); Controls.Add(dataGridView); + MinimumSize = new Size(400, 200); Name = "FormEmployees"; StartPosition = FormStartPosition.CenterScreen; Text = "Таблица Сотрудников"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormPosition.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormPosition.Designer.cs index 2900ddd..971ffdb 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormPosition.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormPosition.Designer.cs @@ -79,6 +79,7 @@ Controls.Add(buttonSave); Controls.Add(label1); Controls.Add(textBoxName); + FormBorderStyle = FormBorderStyle.FixedSingle; Name = "FormPosition"; StartPosition = FormStartPosition.CenterScreen; Text = "Должность"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormPositions.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormPositions.Designer.cs index 32f23ba..e46911c 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormPositions.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormPositions.Designer.cs @@ -97,6 +97,7 @@ Controls.Add(buttonChange); Controls.Add(buttonAdd); Controls.Add(dataGridView); + MinimumSize = new Size(400, 200); Name = "FormPositions"; StartPosition = FormStartPosition.CenterScreen; Text = "Таблица Должностей"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormType.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormType.Designer.cs index dfb8a56..b45fd30 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormType.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormType.Designer.cs @@ -79,6 +79,7 @@ Controls.Add(buttonSave); Controls.Add(label1); Controls.Add(textBoxName); + FormBorderStyle = FormBorderStyle.FixedSingle; Name = "FormType"; StartPosition = FormStartPosition.CenterScreen; Text = "Тип договора"; diff --git a/PersonnelDepartmentView/PersonnelDepartmentView/FormTypes.Designer.cs b/PersonnelDepartmentView/PersonnelDepartmentView/FormTypes.Designer.cs index dc89524..9c8ac1a 100644 --- a/PersonnelDepartmentView/PersonnelDepartmentView/FormTypes.Designer.cs +++ b/PersonnelDepartmentView/PersonnelDepartmentView/FormTypes.Designer.cs @@ -97,6 +97,7 @@ Controls.Add(buttonChange); Controls.Add(buttonAdd); Controls.Add(dataGridView); + MinimumSize = new Size(400, 200); Name = "FormTypes"; StartPosition = FormStartPosition.CenterScreen; Text = "Таблица Типов";