From 5a3c0887430a5ec3b3098e60603f8f0d55460b1c Mon Sep 17 00:00:00 2001 From: Yunusov_Niyaz Date: Mon, 19 Feb 2024 21:19:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BE=D1=82=D0=BE=D0=B2=D0=BE(=D1=81?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CarRepairShop/CarRepairShop/FormShop.Designer.cs | 5 +++-- CarRepairShop/CarRepairShop/FormShops.Designer.cs | 1 + CarRepairShop/CarRepairShop/FormSupply.Designer.cs | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CarRepairShop/CarRepairShop/FormShop.Designer.cs b/CarRepairShop/CarRepairShop/FormShop.Designer.cs index 1bee047..121e3bd 100644 --- a/CarRepairShop/CarRepairShop/FormShop.Designer.cs +++ b/CarRepairShop/CarRepairShop/FormShop.Designer.cs @@ -136,11 +136,11 @@ Id.Visible = false; Id.Width = 125; // - // Name + // ShopName // ShopName.HeaderText = "Название"; ShopName.MinimumWidth = 6; - ShopName.Name = "Name"; + ShopName.Name = "ShopName"; ShopName.ReadOnly = true; ShopName.Width = 150; // @@ -176,6 +176,7 @@ Controls.Add(dateTimePicker); Margin = new Padding(3, 4, 3, 4); Name = "FormShop"; + StartPosition = FormStartPosition.CenterScreen; Text = "Магазин"; Load += FormShop_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); diff --git a/CarRepairShop/CarRepairShop/FormShops.Designer.cs b/CarRepairShop/CarRepairShop/FormShops.Designer.cs index 9b94d42..a98bfcd 100644 --- a/CarRepairShop/CarRepairShop/FormShops.Designer.cs +++ b/CarRepairShop/CarRepairShop/FormShops.Designer.cs @@ -103,6 +103,7 @@ Controls.Add(dataGridView); Margin = new Padding(3, 4, 3, 4); Name = "FormShops"; + StartPosition = FormStartPosition.CenterScreen; Text = "Магазины"; Load += FormShops_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); diff --git a/CarRepairShop/CarRepairShop/FormSupply.Designer.cs b/CarRepairShop/CarRepairShop/FormSupply.Designer.cs index 46504a5..2b20b8c 100644 --- a/CarRepairShop/CarRepairShop/FormSupply.Designer.cs +++ b/CarRepairShop/CarRepairShop/FormSupply.Designer.cs @@ -130,6 +130,7 @@ Controls.Add(comboBoxShop); Margin = new Padding(3, 4, 3, 4); Name = "FormSupply"; + StartPosition = FormStartPosition.CenterScreen; Text = "Поставки"; ResumeLayout(false); PerformLayout();