From 29d9cbe789ec0a341120709ee90c33554a403a46 Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Tue, 7 May 2024 18:27:56 +0400 Subject: [PATCH] lab-5-hard preparing for pr p.2 --- .../BlacksmithWorkshop/FormCreateOrder.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/FormCreateOrder.Designer.cs b/BlacksmithWorkshop/BlacksmithWorkshop/FormCreateOrder.Designer.cs index 16b3838..ae847b7 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshop/FormCreateOrder.Designer.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshop/FormCreateOrder.Designer.cs @@ -106,9 +106,9 @@ // // buttonSave // - buttonSave.Location = new Point(175, 130); + buttonSave.Location = new Point(179, 130); buttonSave.Name = "buttonSave"; - buttonSave.Size = new Size(81, 24); + buttonSave.Size = new Size(77, 24); buttonSave.TabIndex = 7; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true;