From 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 12 十一月 2024 17:43:14 +0800
Subject: [PATCH] 修改资产界面

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj |  134 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 121 insertions(+), 13 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 41e8963..e11d642 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/HStation.WinFrmUI.Assets.Core.csproj
@@ -9,43 +9,151 @@
 
   <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="00-PumpProductManage\AddPumpProductMainDlg - 澶嶅埗.cs" />
-    <Compile Remove="00-PumpProductManage\AddPumpProductMainDlg - 澶嶅埗.Designer.cs" />
-    <Compile Remove="00-PumpProductManage\PumpProductMainPanel - 澶嶅埗.cs" />
-    <Compile Remove="00-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="00-PumpProductManage\AddPumpProductMainDlg - 澶嶅埗.resx" />
-    <EmbeddedResource Remove="00-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>
     <ProjectReference Include="..\..\BLL\HStation.BLL.Assets.Core\HStation.BLL.Assets.Core.csproj" />
     <ProjectReference Include="..\..\BLL\HStation.BLL.Xhs.Core\HStation.BLL.Xhs.Core.csproj" />
     <ProjectReference Include="..\..\Dto\HStation.Dto.Assets.Core\HStation.Dto.Assets.Core.csproj" />
-    <ProjectReference Include="..\HStation.WinFrmUI.Basic\HStation.WinFrmUI.Basic.csproj" />
+    <ProjectReference Include="..\HStation.WinFrmUI.Basic.Core\HStation.WinFrmUI.Basic.Core.csproj" />
     <ProjectReference Include="..\Hstation.WinFrmUI.Core\HStation.WinFrmUI.Core.csproj" />
-    <ProjectReference Include="..\HStation.WinFrmUI.PhartRelation.Core\HStation.WinFrmUI.PhartRelation.csproj" />
+    <ProjectReference Include="..\HStation.WinFrmUI.Dict.Core\HStation.WinFrmUI.Dict.Core.csproj" />
+    <ProjectReference Include="..\HStation.WinFrmUI.PhartRelation.Core\HStation.WinFrmUI.PhartRelation.Core.csproj" />
   </ItemGroup>
 
   <ItemGroup>
-    <Compile Update="00-PumpProductManage\EditPumpProductMainDlg.cs" />
-    <Compile Update="00-PumpProductManage\EditPumpProductGroupDlg.cs" />
-    <Compile Update="00-PumpProductManage\AddPumpProductGroupDlg.cs" />
-    <Compile Update="00-PumpProductManage\AddPumpProductMainDlg.cs" />
-    <Compile Update="00-PumpProductManage\EditPumpProductSeriesDlg.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="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="03-valve\01-series\AddAssetsValveSeriesDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="03-valve\04-chart-edit\ValvePerform2dEditChart.cs" />
+    <Compile Update="03-valve\04-chart-edit\ValvePerform2dEditCtrl.cs" />
+    <Compile Update="03-valve\04-chart-edit\ValvePerform2dEditDlg.cs" />
+    <Compile Update="03-valve\05-import\01-excel\ImportValvePerform2dByExcelCtrl.cs" />
+    <Compile Update="03-valve\05-import\01-excel\ImportValvePerform2dByExcelDlg.cs" />
+    <Compile Update="03-valve\SetValveCoefficientDlg.cs" />
+    <Compile Update="03-valve\01-series\ValveTypeTreeListCtrl.cs" />
+    <Compile Update="02-adapting\AdaptingManageMainPage.cs" />
+    <Compile Update="03-valve\04-chart-edit\XhsValveMainPhartMinorLossPanel.cs" />
+    <Compile Update="04-pipe\03-coefficient\SetPipeLineCoefficientDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="05-elbow\02-main\AddAssetsElbowMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="05-elbow\02-main\EditAssetsElbowMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="05-elbow\03-coefficient\SetElbowCoefficientDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="06-threeLink\01-series\AddAssetsThreelinkSeriesDlg.cs" />
+    <Compile Update="06-threeLink\01-series\EditAssetsThreelinkSeriesDlg.cs" />
+    <Compile Update="06-threeLink\01-series\ThreeLinkTreeListCtrl.cs" />
+    <Compile Update="06-threeLink\02-main\AddAssetsThreelinkMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="06-threeLink\02-main\EditAssetsThreelinkMainDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="06-threeLink\03-coefficient\SetThreelinkCoefficientDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="06-threeLink\ThreeLinkManageMainPage.cs" />
+    <Compile Update="05-elbow\01-series\AddAssetsElbowSeriesDlg.cs" />
+    <Compile Update="05-elbow\01-series\EditAssetsElbowSeriesDlg.cs" />
+    <Compile Update="05-elbow\01-series\ElbowTreeListCtrl.cs" />
+    <Compile Update="05-elbow\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\PipeManageMainPage.cs" />
+    <Compile Update="04-pipe\01-series\PipeLineTreeListCtrl.cs" />
+    <Compile Update="07-fourLink\03-coefficient\SetFourlinkCoefficientDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="08-sprinkler\03-coefficient\SetSprinklerCoefficientDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="10-exchanger\03-coefficient\SetExchangerCoefficientDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Update="11-compressor\01-series\AddAssetsCompressorSeriesDlg.cs" />
+    <Compile Update="11-compressor\01-series\EditAssetsExchangerSeriesDlg.cs" />
+    <Compile Update="11-compressor\01-series\CompressorTreeListCtrl.cs" />
+    <Compile Update="11-compressor\02-main\01-EditPumpPartProp\EditExchangerPartPropDlg.cs" />
+    <Compile Update="11-compressor\02-main\01-EditPumpPartProp\ExchangerProductListBox.cs" />
+    <Compile Update="11-compressor\02-main\AddAssetsExchangerMainDlg.cs" />
+    <Compile Update="11-compressor\02-main\EditExchangerMainDlg.cs" />
+    <Compile Update="11-compressor\ExchangerManageMainPage.cs" />
+    <Compile Update="10-exchanger\01-series\AddAssetsExchangerSeriesDlg.cs" />
+    <Compile Update="10-exchanger\01-series\EditAssetsExchangerSeriesDlg.cs" />
+    <Compile Update="10-exchanger\01-series\ExchangerTreeListCtrl.cs" />
+    <Compile Update="10-exchanger\02-main\01-EditPumpPartProp\EditExchangerPartPropDlg.cs" />
+    <Compile Update="10-exchanger\02-main\01-EditPumpPartProp\ExchangerProductListBox.cs" />
+    <Compile Update="10-exchanger\02-main\AddExchangerMainDlg.cs" />
+    <Compile Update="10-exchanger\02-main\EditExchangerMainDlg.cs" />
+    <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-sprinkler\01-series\AddAssetsSprinklerSeriesDlg.cs" />
+    <Compile Update="08-sprinkler\01-series\EditAssetsSprinklerSeriesDlg.cs" />
+    <Compile Update="08-sprinkler\01-series\SprinklerTreeListCtrl.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-sprinkler\SprinklerManageMainPage.cs" />
+    <Compile Update="11-compressor\03-coefficient\SetCompressorCoefficientDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
     <Compile Update="Properties\Resources.Designer.cs">
       <DesignTime>True</DesignTime>
       <AutoGen>True</AutoGen>

--
Gitblit v1.9.3