diff --git a/TypographyView/FormMain.cs b/TypographyView/FormMain.cs index ca13b92..6b09728 100644 --- a/TypographyView/FormMain.cs +++ b/TypographyView/FormMain.cs @@ -11,7 +11,7 @@ using TypographyContracts.BindingModels; using TypographyContracts.BusinessLogicsContracts; using Microsoft.Extensions.Logging; using TypographyDataModels.Enums; -using AbstractShopView; +using TypogrphyView; using TypographyBusinessLogic.BusinessLogics; using DocumentFormat.OpenXml.Spreadsheet; using TypographyPlantView; diff --git a/TypographyView/FormReportOrders.cs b/TypographyView/FormReportOrders.cs index 32ee692..e1f2d7b 100644 --- a/TypographyView/FormReportOrders.cs +++ b/TypographyView/FormReportOrders.cs @@ -3,7 +3,7 @@ using TypographyContracts.BusinessLogicsContracts; using Microsoft.Extensions.Logging; using Microsoft.Reporting.WinForms; -namespace AbstractShopView +namespace TypogrphyView { public partial class FormReportOrders : Form { diff --git a/TypographyView/FormReportOrders.designer.cs b/TypographyView/FormReportOrders.designer.cs index 8851407..b905b92 100644 --- a/TypographyView/FormReportOrders.designer.cs +++ b/TypographyView/FormReportOrders.designer.cs @@ -1,4 +1,4 @@ -namespace AbstractShopView +namespace TypogrphyView { partial class FormReportOrders { diff --git a/TypographyView/FormReportShopPrinteds.Designer.cs b/TypographyView/FormReportShopPrinteds.Designer.cs index ad1dc8b..fb35bd6 100644 --- a/TypographyView/FormReportShopPrinteds.Designer.cs +++ b/TypographyView/FormReportShopPrinteds.Designer.cs @@ -63,20 +63,20 @@ // Shop // Shop.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill; - Shop.HeaderText = "Shop"; + Shop.HeaderText = "Магазин"; Shop.MinimumWidth = 6; Shop.Name = "Shop"; // // Printed // Printed.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill; - Printed.HeaderText = "Printed"; + Printed.HeaderText = "Изделие"; Printed.MinimumWidth = 6; Printed.Name = "Printed"; // // Count // - Count.HeaderText = "Count"; + Count.HeaderText = "Количество"; Count.MinimumWidth = 6; Count.Name = "Count"; Count.Width = 125; diff --git a/TypographyView/Program.cs b/TypographyView/Program.cs index a325a12..c81ce01 100644 --- a/TypographyView/Program.cs +++ b/TypographyView/Program.cs @@ -7,7 +7,7 @@ using Microsoft.Extensions.Logging; using NLog.Extensions.Logging; using TypographyBusinessLogic.OfficePackage.Implements; using TypographyBusinessLogic.OfficePackage; -using AbstractShopView; +using TypogrphyView; using TypographyPlantView; namespace TypographyView @@ -65,6 +65,8 @@ namespace TypographyView services.AddTransient(); services.AddTransient(); services.AddTransient(); + services.AddTransient(); + services.AddTransient(); } } } \ No newline at end of file diff --git a/TypographyView/TypographyView.csproj b/TypographyView/TypographyView.csproj index d98fb09..4850433 100644 --- a/TypographyView/TypographyView.csproj +++ b/TypographyView/TypographyView.csproj @@ -36,6 +36,12 @@ Always + + Always + + + Always + \ No newline at end of file