diff --git a/ITServiceManager/ITServiceManager/Forms/FormService.Designer.cs b/ITServiceManager/ITServiceManager/Forms/FormService.Designer.cs index 91cd480..3d4cb4b 100644 --- a/ITServiceManager/ITServiceManager/Forms/FormService.Designer.cs +++ b/ITServiceManager/ITServiceManager/Forms/FormService.Designer.cs @@ -42,7 +42,7 @@ // buttonCancel.Location = new Point(310, 318); buttonCancel.Name = "buttonCancel"; - buttonCancel.Size = new Size(112, 28); + buttonCancel.Size = new Size(128, 37); buttonCancel.TabIndex = 7; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; @@ -52,7 +52,7 @@ // buttonAdd.Location = new Point(84, 318); buttonAdd.Name = "buttonAdd"; - buttonAdd.Size = new Size(112, 28); + buttonAdd.Size = new Size(128, 37); buttonAdd.TabIndex = 6; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; @@ -81,7 +81,7 @@ label2.AutoSize = true; label2.Location = new Point(57, 239); label2.Name = "label2"; - label2.Size = new Size(102, 15); + label2.Size = new Size(127, 20); label2.TabIndex = 8; label2.Text = "Описание услуги"; // @@ -112,7 +112,7 @@ // // FormService // - AutoScaleDimensions = new SizeF(7F, 15F); + AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(511, 362); Controls.Add(labelName); diff --git a/ITServiceManager/ITServiceManager/Forms/FormService.cs b/ITServiceManager/ITServiceManager/Forms/FormService.cs index f527292..7b49a63 100644 --- a/ITServiceManager/ITServiceManager/Forms/FormService.cs +++ b/ITServiceManager/ITServiceManager/Forms/FormService.cs @@ -1,6 +1,7 @@ using ITServiceManager.Entities.Enums; using ITServiceManager.Entities; using ITServiceManager.Repositories; +using Microsoft.VisualBasic.FileIO; namespace ITServiceManager.Forms;