From 59e5e0bf989993c0dce1851e34bcbe4bfb42ed56 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 25 十月 2024 15:53:21 +0800
Subject: [PATCH] 增加空压机管理和换热器管理

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj |  131 +++++++++++++++++++++++++++++++++----------
 1 files changed, 100 insertions(+), 31 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj
index ec02099..c350b89 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj
@@ -9,26 +9,31 @@
 
   <ItemGroup>
     <Compile Remove="02-UICore\**" />
+    <Compile Remove="10-equipment\**" />
     <EmbeddedResource Remove="02-UICore\**" />
+    <EmbeddedResource Remove="10-equipment\**" />
     <None Remove="02-UICore\**" />
+    <None Remove="10-equipment\**" />
     <Page Remove="02-UICore\**" />
+    <Page Remove="10-equipment\**" />
   </ItemGroup>
 
   <ItemGroup>
-    <Compile Remove="01-pumpProductManage\AddPumpProductMainDlg - 澶嶅埗.cs" />
-    <Compile Remove="01-pumpProductManage\AddPumpProductMainDlg - 澶嶅埗.Designer.cs" />
-    <Compile Remove="01-pumpProductManage\PumpProductMainPanel - 澶嶅埗.cs" />
-    <Compile Remove="01-pumpProductManage\PumpProductMainPanel - 澶嶅埗.Designer.cs" />
+    <Compile Remove="01-pump\AddPumpProductMainDlg - 澶嶅埗.cs" />
+    <Compile Remove="01-pump\AddPumpProductMainDlg - 澶嶅埗.Designer.cs" />
+    <Compile Remove="01-pump\PumpProductMainPanel - 澶嶅埗.cs" />
+    <Compile Remove="01-pump\PumpProductMainPanel - 澶嶅埗.Designer.cs" />
   </ItemGroup>
 
   <ItemGroup>
-    <EmbeddedResource Remove="01-pumpProductManage\AddPumpProductMainDlg - 澶嶅埗.resx" />
-    <EmbeddedResource Remove="01-pumpProductManage\PumpProductMainPanel - 澶嶅埗.resx" />
+    <EmbeddedResource Remove="01-pump\AddPumpProductMainDlg - 澶嶅埗.resx" />
+    <EmbeddedResource Remove="01-pump\PumpProductMainPanel - 澶嶅埗.resx" />
   </ItemGroup>
 
   <ItemGroup>
     <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
     <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2535.41" />
+    <PackageReference Include="Yw.BLL.Assets.Core" Version="3.0.1" />
   </ItemGroup>
 
   <ItemGroup>
@@ -42,47 +47,115 @@
   </ItemGroup>
 
   <ItemGroup>
-    <Compile Update="02-AdaptingManage\EditAdaptingMainDlg.cs">
+    <Compile Update="02-adapting\EditAdaptingMainDlg.cs" />
+    <Compile Update="02-adapting\AddAdaptingMainDlg.cs" />
+    <Compile Update="01-pump\03-AssetsPumpType\EditAssetsPumpTypeDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="02-AdaptingManage\AddAdaptingMainDlg.cs">
+    <Compile Update="01-pump\EditPumpProductMainDlg.cs" />
+    <Compile Update="01-pump\EditPumpProductGroupDlg.cs" />
+    <Compile Update="01-pump\AddPumpProductGroupDlg.cs" />
+    <Compile Update="01-pump\AddPumpProductMainDlg.cs" />
+    <Compile Update="01-pump\EditPumpProductSeriesDlg.cs" />
+    <Compile Update="03-valve\01-series\EditAssetsValveSeriesDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="01-pumpProductManage\03-PumpType\EditPumpTypeDlg.cs">
+    <Compile Update="03-valve\01-series\AddAssetsValveSeriesDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="01-pumpProductManage\EditPumpProductMainDlg.cs" />
-    <Compile Update="01-pumpProductManage\EditPumpProductGroupDlg.cs" />
-    <Compile Update="01-pumpProductManage\AddPumpProductGroupDlg.cs" />
-    <Compile Update="01-pumpProductManage\AddPumpProductMainDlg.cs" />
-    <Compile Update="01-pumpProductManage\EditPumpProductSeriesDlg.cs" />
-    <Compile Update="05-valveManage\01-series\EditValveSeriesDlg.cs">
+    <Compile Update="03-valve\ValveTypeTreeListCtrl.cs" />
+    <Compile Update="02-adapting\AdaptingManageMainPage.cs" />
+    <Compile Update="05-elbow\02-main\AddAssetsElbowMainDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="05-valveManage\01-series\AddValveSeriesDlg.cs">
+    <Compile Update="05-elbow\02-main\EditAssetsElbowMainDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="05-valveManage\02-main\EditValveMainDlg.cs">
+    <Compile Update="06-threeLink\01-series\AddPipeLineSeriesDlg.cs" />
+    <Compile Update="06-threeLink\01-series\EditPipeLineSeriesDlg.cs" />
+    <Compile Update="06-threeLink\01-series\PipeLineTreeListCtrl.cs" />
+    <Compile Update="06-threeLink\02-main\AddAssetsThreelinkMainDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="05-valveManage\02-main\AddValveMainDlg.cs">
+    <Compile Update="06-threeLink\02-main\EditAssetsThreelinkMainDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="05-valveManage\ValveTypeTreeListCtrl.cs">
+    <Compile Update="06-threeLink\02-main\ThreeLinkManageMainPage.cs" />
+    <Compile Update="05-elbow\01-series\AddPipeLineSeriesDlg.cs" />
+    <Compile Update="05-elbow\01-series\EditPipeLineSeriesDlg.cs" />
+    <Compile Update="05-elbow\01-series\PipeLineTreeListCtrl.cs" />
+    <Compile Update="05-elbow\02-main\ElbowManageMainPage.cs" />
+    <Compile Update="04-pipe\01-series\AddPipeLineSeriesDlg.cs" />
+    <Compile Update="04-pipe\01-series\EditPipeLineSeriesDlg.cs" />
+    <Compile Update="04-pipe\02-main\EditAssetsPipeMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="04-pipe\02-main\AddAssetsPipeMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="04-pipe\02-main\PipeManageMainPage.cs" />
+    <Compile Update="04-pipe\01-series\PipeLineTreeListCtrl.cs" />
+    <Compile Update="11-compressor\01-series\AddAssetsExchangerSeriesDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="11-compressor\01-series\EditAssetsExchangerSeriesDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="11-compressor\01-series\ExchangerTreeListCtrl.cs">
       <SubType>UserControl</SubType>
     </Compile>
-    <Compile Update="02-AdaptingManage\AdaptingManageMainPanel.cs">
-      <SubType>UserControl</SubType>
-    </Compile>
-    <Compile Update="06-pipelineManage\EditPipeLineMainDlg.cs">
+    <Compile Update="11-compressor\02-main\01-EditPumpPartProp\EditExchangerPartPropDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="06-pipelineManage\AddPipeLineMainDlg.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Update="06-pipelineManage\PipelineManageMainPanel.cs">
+    <Compile Update="11-compressor\02-main\01-EditPumpPartProp\ExchangerProductListBox.cs">
       <SubType>UserControl</SubType>
     </Compile>
+    <Compile Update="11-compressor\02-main\AddAssetsExchangerMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="11-compressor\02-main\EditExchangerMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="11-compressor\02-main\ExchangerManageMainPage.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\01-series\AddAssetsExchangerSeriesDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\01-series\EditAssetsExchangerSeriesDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\01-series\ExchangerTreeListCtrl.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\02-main\01-EditPumpPartProp\EditExchangerPartPropDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\02-main\01-EditPumpPartProp\ExchangerProductListBox.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\02-main\AddExchangerMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\02-main\EditExchangerMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="07-fourLink\02-main\AddAssetsFourlinkMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="07-fourLink\02-main\EditAssetsFourlinkMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="08-nozzle\01-series\AddPipeLineSeriesDlg.cs" />
+    <Compile Update="08-nozzle\01-series\EditPipeLineSeriesDlg.cs" />
+    <Compile Update="08-nozzle\01-series\NozzleTreeListCtrl.cs" />
+    <Compile Update="08-nozzle\02-main\AddAssetsNozzleMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="08-nozzle\02-main\EditAssetsNozzleMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="08-nozzle\02-main\NozzleManageMainPage.cs" />
     <Compile Update="Properties\Resources.Designer.cs">
       <DesignTime>True</DesignTime>
       <AutoGen>True</AutoGen>
@@ -95,10 +168,6 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
-  </ItemGroup>
-
-  <ItemGroup>
-    <Folder Include="00-core\" />
   </ItemGroup>
 
 </Project>

--
Gitblit v1.9.3