From ce5fd17f14e0fe9e55bc02125f5bb61185def741 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 19 十二月 2024 16:42:59 +0800 Subject: [PATCH] 优化换热器曲线 --- WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj | 60 +++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 43 insertions(+), 17 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 db0c62a..dfbaaa1 100644 --- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj +++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/HStation.WinFrmUI.PhartRelation.Core.csproj @@ -7,13 +7,25 @@ </PropertyGroup> <ItemGroup> - <Compile Remove="00-helper\**" /> + <Compile Remove="01-pump-main\**" /> + <Compile Remove="01-viewmodel - 澶嶅埗\**" /> + <Compile Remove="01-viewmodel\01-pump\01-feat\**" /> + <Compile Remove="02-valve-main\**" /> <Compile Remove="03-variable-speed\**" /> - <EmbeddedResource Remove="00-helper\**" /> + <EmbeddedResource Remove="01-pump-main\**" /> + <EmbeddedResource Remove="01-viewmodel - 澶嶅埗\**" /> + <EmbeddedResource Remove="01-viewmodel\01-pump\01-feat\**" /> + <EmbeddedResource Remove="02-valve-main\**" /> <EmbeddedResource Remove="03-variable-speed\**" /> - <None Remove="00-helper\**" /> + <None Remove="01-pump-main\**" /> + <None Remove="01-viewmodel - 澶嶅埗\**" /> + <None Remove="01-viewmodel\01-pump\01-feat\**" /> + <None Remove="02-valve-main\**" /> <None Remove="03-variable-speed\**" /> - <Page Remove="00-helper\**" /> + <Page Remove="01-pump-main\**" /> + <Page Remove="01-viewmodel - 澶嶅埗\**" /> + <Page Remove="01-viewmodel\01-pump\01-feat\**" /> + <Page Remove="02-valve-main\**" /> <Page Remove="03-variable-speed\**" /> </ItemGroup> @@ -30,6 +42,10 @@ <Compile Remove="99-common\PumpWorkChartDlg.Designer.cs" /> <Compile Remove="99-common\PumpWorkComparisonChartDlg.cs" /> <Compile Remove="99-common\PumpWorkComparisonChartDlg.Designer.cs" /> + <Compile Remove="99-common\SelXhsPumpMainPhartDlg.cs" /> + <Compile Remove="99-common\SelXhsPumpMainPhartDlg.Designer.cs" /> + <Compile Remove="99-common\SelXhsValveMainPhartDlg.cs" /> + <Compile Remove="99-common\SelXhsValveMainPhartDlg.Designer.cs" /> <Compile Remove="PumpParallelAnalyDlg - 澶嶅埗.cs" /> <Compile Remove="PumpParallelAnalyDlg - 澶嶅埗.Designer.cs" /> <Compile Remove="PumpParallelAnalyDlg.cs" /> @@ -43,12 +59,10 @@ <EmbeddedResource Remove="99-common\PumpVariableSpeedChartDlg.resx" /> <EmbeddedResource Remove="99-common\PumpWorkChartDlg.resx" /> <EmbeddedResource Remove="99-common\PumpWorkComparisonChartDlg.resx" /> + <EmbeddedResource Remove="99-common\SelXhsPumpMainPhartDlg.resx" /> + <EmbeddedResource Remove="99-common\SelXhsValveMainPhartDlg.resx" /> <EmbeddedResource Remove="PumpParallelAnalyDlg - 澶嶅埗.resx" /> <EmbeddedResource Remove="PumpParallelAnalyDlg.resx" /> - </ItemGroup> - - <ItemGroup> - <Compile Include="00-helper\PhartPerformCurveHelper.cs" /> </ItemGroup> <ItemGroup> @@ -65,23 +79,35 @@ </ItemGroup> <ItemGroup> - <Compile Update="01-pump-main\SetOtherNameDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="01-pump-main\SetImportanceDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="02-valve-main\XhsValveMainPhartListCtrl.cs"> + <Compile Update="01-pump\02-edit\PumpChartEditCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="99-common\SelXhsValveMainPhartDlg.cs"> - <SubType>Form</SubType> + <Compile Update="01-pump\03-import\01-excel\PumpChartExcelImportCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-pump\03-import\02-image\UniversalChartImageImportCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="01-pump\03-import\03-point\PumpChartPointImportCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-universal\02-edit\UniversalChartEditCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-universal\03-import\01-excel\UniversalChartExcelImportCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-universal\03-import\02-image\UniversalChartImageImportCtrl.cs"> + <SubType>UserControl</SubType> </Compile> <Compile Update="Properties\Resources.Designer.cs"> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> </Compile> + <Compile Update="relation\01-list\PhartDiagramRelationListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="SinglePumpAnalyDlg.cs"> <SubType>Form</SubType> </Compile> -- Gitblit v1.9.3