diff --git a/FlowerShop/FlowerShop/FormMain.cs b/FlowerShop/FlowerShop/FormMain.cs index 32715a1..71b96b4 100644 --- a/FlowerShop/FlowerShop/FormMain.cs +++ b/FlowerShop/FlowerShop/FormMain.cs @@ -1,7 +1,5 @@ using FlowerShopContracts.BindingModels; using FlowerShopContracts.BusinessLogicsContracts; -using FlowerShopDataModels.Enums; -using LawFirmView; using Microsoft.Extensions.Logging; namespace FlowerShop diff --git a/FlowerShop/FlowerShop/FormShop.Designer.cs b/FlowerShop/FlowerShop/FormShop.Designer.cs index 1676e9c..6b57b6d 100644 --- a/FlowerShop/FlowerShop/FormShop.Designer.cs +++ b/FlowerShop/FlowerShop/FormShop.Designer.cs @@ -1,4 +1,4 @@ -namespace LawFirmView +namespace FlowerShop { partial class FormShop { diff --git a/FlowerShop/FlowerShop/FormShopSupply.Designer.cs b/FlowerShop/FlowerShop/FormShopSupply.Designer.cs index a1f3ccb..14e58e2 100644 --- a/FlowerShop/FlowerShop/FormShopSupply.Designer.cs +++ b/FlowerShop/FlowerShop/FormShopSupply.Designer.cs @@ -1,4 +1,4 @@ -namespace LawFirmView +namespace FlowerShop { partial class FormShopSupply { @@ -30,7 +30,7 @@ { this.labelShop = new System.Windows.Forms.Label(); this.labelBouquet = new System.Windows.Forms.Label(); - this.labelDocumentCount = new System.Windows.Forms.Label(); + this.labelBouquetsCount = new System.Windows.Forms.Label(); this.comboBoxShop = new System.Windows.Forms.ComboBox(); this.comboBoxBouquet = new System.Windows.Forms.ComboBox(); this.textBoxCount = new System.Windows.Forms.TextBox(); @@ -57,14 +57,14 @@ this.labelBouquet.TabIndex = 1; this.labelBouquet.Text = "Букет:"; // - // labelDocumentCount + // labelBouquetsCount // - this.labelDocumentCount.AutoSize = true; - this.labelDocumentCount.Location = new System.Drawing.Point(23, 92); - this.labelDocumentCount.Name = "labelDocumentCount"; - this.labelDocumentCount.Size = new System.Drawing.Size(75, 15); - this.labelDocumentCount.TabIndex = 2; - this.labelDocumentCount.Text = "Количество:"; + this.labelBouquetsCount.AutoSize = true; + this.labelBouquetsCount.Location = new System.Drawing.Point(23, 92); + this.labelBouquetsCount.Name = "labelBouquetsCount"; + this.labelBouquetsCount.Size = new System.Drawing.Size(75, 15); + this.labelBouquetsCount.TabIndex = 2; + this.labelBouquetsCount.Text = "Количество:"; // // comboBoxShop // @@ -124,7 +124,7 @@ this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxBouquet); this.Controls.Add(this.comboBoxShop); - this.Controls.Add(this.labelDocumentCount); + this.Controls.Add(this.labelBouquetsCount); this.Controls.Add(this.labelBouquet); this.Controls.Add(this.labelShop); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); @@ -140,7 +140,7 @@ private Label labelShop; private Label labelBouquet; - private Label labelDocumentCount; + private Label labelBouquetsCount; private ComboBox comboBoxShop; private ComboBox comboBoxBouquet; private TextBox textBoxCount; diff --git a/FlowerShop/FlowerShop/FormShops.Designer.cs b/FlowerShop/FlowerShop/FormShops.Designer.cs index d5d7b2b..25f541c 100644 --- a/FlowerShop/FlowerShop/FormShops.Designer.cs +++ b/FlowerShop/FlowerShop/FormShops.Designer.cs @@ -1,4 +1,4 @@ -namespace LawFirmView +namespace FlowerShop { partial class FormShops {