лр2
This commit is contained in:
parent
9583e8dbee
commit
ef602fa32a
1
PrecastConcretePlant/FormComponents.Designer.cs
generated
1
PrecastConcretePlant/FormComponents.Designer.cs
generated
@ -97,6 +97,7 @@
|
||||
this.Controls.Add(this.DataGridView);
|
||||
this.Name = "FormComponents";
|
||||
this.Text = "Компоненты";
|
||||
this.Load += new System.EventHandler(this.FormComponents_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
1
PrecastConcretePlant/FormMain.Designer.cs
generated
1
PrecastConcretePlant/FormMain.Designer.cs
generated
@ -149,6 +149,7 @@
|
||||
this.MainMenuStrip = this.MenuStrip;
|
||||
this.Name = "FormMain";
|
||||
this.Text = "Завод ЖБИ";
|
||||
this.Load += new System.EventHandler(this.FormMain_Load);
|
||||
this.MenuStrip.ResumeLayout(false);
|
||||
this.MenuStrip.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
||||
|
1
PrecastConcretePlant/FormReinforceds.Designer.cs
generated
1
PrecastConcretePlant/FormReinforceds.Designer.cs
generated
@ -97,6 +97,7 @@
|
||||
this.Controls.Add(this.DataGridView);
|
||||
this.Name = "FormReinforceds";
|
||||
this.Text = "ЖБИ";
|
||||
this.Load += new System.EventHandler(this.FormComponents_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PrecastConcreteFileImplement\PrecastConcretePlantFileImplement.csproj" />
|
||||
<ProjectReference Include="..\PrecastConcretePlantBusinessLogic\PrecastConcretePlantBusinessLogic.csproj" />
|
||||
<ProjectReference Include="..\PrecastConcretePlantContracts\PrecastConcretePlantContracts.csproj" />
|
||||
<ProjectReference Include="..\PrecastConcretePlantDataModels\PrecastConcretePlantDataModels.csproj" />
|
||||
|
@ -5,7 +5,7 @@ using NLog.Extensions.Logging;
|
||||
using PrecastConcretePlantBusinessLogic.BusinessLogic;
|
||||
using PrecastConcretePlantContracts.BusinessLogicsContracts;
|
||||
using PrecastConcretePlantContracts.StoragesContracts;
|
||||
using PrecastConcretePlantListImplement.Implements;
|
||||
using PrecastConcretePlantFileImplement.Implements;
|
||||
|
||||
namespace PrecastConcretePlant
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user