Merge
This commit is contained in:
commit
cb9c28d504
@ -42,7 +42,7 @@
|
|||||||
//
|
//
|
||||||
buttonCancel.Location = new Point(310, 318);
|
buttonCancel.Location = new Point(310, 318);
|
||||||
buttonCancel.Name = "buttonCancel";
|
buttonCancel.Name = "buttonCancel";
|
||||||
buttonCancel.Size = new Size(112, 28);
|
buttonCancel.Size = new Size(128, 37);
|
||||||
buttonCancel.TabIndex = 7;
|
buttonCancel.TabIndex = 7;
|
||||||
buttonCancel.Text = "Отмена";
|
buttonCancel.Text = "Отмена";
|
||||||
buttonCancel.UseVisualStyleBackColor = true;
|
buttonCancel.UseVisualStyleBackColor = true;
|
||||||
@ -52,7 +52,7 @@
|
|||||||
//
|
//
|
||||||
buttonAdd.Location = new Point(84, 318);
|
buttonAdd.Location = new Point(84, 318);
|
||||||
buttonAdd.Name = "buttonAdd";
|
buttonAdd.Name = "buttonAdd";
|
||||||
buttonAdd.Size = new Size(112, 28);
|
buttonAdd.Size = new Size(128, 37);
|
||||||
buttonAdd.TabIndex = 6;
|
buttonAdd.TabIndex = 6;
|
||||||
buttonAdd.Text = "Добавить";
|
buttonAdd.Text = "Добавить";
|
||||||
buttonAdd.UseVisualStyleBackColor = true;
|
buttonAdd.UseVisualStyleBackColor = true;
|
||||||
@ -81,7 +81,7 @@
|
|||||||
label2.AutoSize = true;
|
label2.AutoSize = true;
|
||||||
label2.Location = new Point(57, 239);
|
label2.Location = new Point(57, 239);
|
||||||
label2.Name = "label2";
|
label2.Name = "label2";
|
||||||
label2.Size = new Size(102, 15);
|
label2.Size = new Size(127, 20);
|
||||||
label2.TabIndex = 8;
|
label2.TabIndex = 8;
|
||||||
label2.Text = "Описание услуги";
|
label2.Text = "Описание услуги";
|
||||||
//
|
//
|
||||||
@ -112,7 +112,7 @@
|
|||||||
//
|
//
|
||||||
// FormService
|
// FormService
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
AutoScaleMode = AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
ClientSize = new Size(511, 362);
|
ClientSize = new Size(511, 362);
|
||||||
Controls.Add(labelName);
|
Controls.Add(labelName);
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
using ITServiceManager.Entities.Enums;
|
using ITServiceManager.Entities.Enums;
|
||||||
using ITServiceManager.Entities;
|
using ITServiceManager.Entities;
|
||||||
using ITServiceManager.Repositories;
|
using ITServiceManager.Repositories;
|
||||||
|
using Microsoft.VisualBasic.FileIO;
|
||||||
|
|
||||||
namespace ITServiceManager.Forms;
|
namespace ITServiceManager.Forms;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user