From 393d0a648f1cb3ff845b01b530a4a7bf7eca21cd Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 11 十二月 2024 15:49:18 +0800
Subject: [PATCH] 增加渭化模型

---
 WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj |   40 ++++++++++++++++++++++++----------------
 1 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj
index 790aca5..db0c62a 100644
--- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj
+++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj
@@ -18,12 +18,33 @@
   </ItemGroup>
 
   <ItemGroup>
+    <Compile Remove="99-common\PumpParallelChartDlg.cs" />
+    <Compile Remove="99-common\PumpParallelChartDlg.Designer.cs" />
     <Compile Remove="99-common\PumpPerform2dMultiViewDlg - 澶嶅埗.cs" />
     <Compile Remove="99-common\PumpPerform2dMultiViewDlg - 澶嶅埗.Designer.cs" />
+    <Compile Remove="99-common\PumpSerialParallelChartDlg.cs" />
+    <Compile Remove="99-common\PumpSerialParallelChartDlg.Designer.cs" />
+    <Compile Remove="99-common\PumpVariableSpeedChartDlg.cs" />
+    <Compile Remove="99-common\PumpVariableSpeedChartDlg.Designer.cs" />
+    <Compile Remove="99-common\PumpWorkChartDlg.cs" />
+    <Compile Remove="99-common\PumpWorkChartDlg.Designer.cs" />
+    <Compile Remove="99-common\PumpWorkComparisonChartDlg.cs" />
+    <Compile Remove="99-common\PumpWorkComparisonChartDlg.Designer.cs" />
+    <Compile Remove="PumpParallelAnalyDlg - 澶嶅埗.cs" />
+    <Compile Remove="PumpParallelAnalyDlg - 澶嶅埗.Designer.cs" />
+    <Compile Remove="PumpParallelAnalyDlg.cs" />
+    <Compile Remove="PumpParallelAnalyDlg.Designer.cs" />
   </ItemGroup>
 
   <ItemGroup>
+    <EmbeddedResource Remove="99-common\PumpParallelChartDlg.resx" />
     <EmbeddedResource Remove="99-common\PumpPerform2dMultiViewDlg - 澶嶅埗.resx" />
+    <EmbeddedResource Remove="99-common\PumpSerialParallelChartDlg.resx" />
+    <EmbeddedResource Remove="99-common\PumpVariableSpeedChartDlg.resx" />
+    <EmbeddedResource Remove="99-common\PumpWorkChartDlg.resx" />
+    <EmbeddedResource Remove="99-common\PumpWorkComparisonChartDlg.resx" />
+    <EmbeddedResource Remove="PumpParallelAnalyDlg - 澶嶅埗.resx" />
+    <EmbeddedResource Remove="PumpParallelAnalyDlg.resx" />
   </ItemGroup>
 
   <ItemGroup>
@@ -50,26 +71,10 @@
     <Compile Update="01-pump-main\SetImportanceDlg.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Update="01-pump-main\XhsPumpMainPhartPanel.cs">
-      <SubType>UserControl</SubType>
-    </Compile>
     <Compile Update="02-valve-main\XhsValveMainPhartListCtrl.cs">
       <SubType>UserControl</SubType>
     </Compile>
-    <Compile Update="99-common\PumpParallelChartDlg.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Update="99-common\PumpVariableSpeedChartDlg.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Update="99-common\PumpSerialParallelChartDlg.cs">
-      <SubType>Form</SubType>
-    </Compile>
     <Compile Update="99-common\SelXhsValveMainPhartDlg.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Update="99-common\PumpPerform2dMultiViewDlg.cs" />
-    <Compile Update="99-common\PumpPerform2dViewDlg.cs">
       <SubType>Form</SubType>
     </Compile>
     <Compile Update="Properties\Resources.Designer.cs">
@@ -77,6 +82,9 @@
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
     </Compile>
+    <Compile Update="SinglePumpAnalyDlg.cs">
+      <SubType>Form</SubType>
+    </Compile>
     <Compile Update="XhsProjectUserControl.cs">
       <SubType>UserControl</SubType>
     </Compile>

--
Gitblit v1.9.3