From 77c032ffe145bbe2c489afbd1a0aa71d62b94203 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 24 十二月 2024 17:50:31 +0800 Subject: [PATCH] 图表轴 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/Yw.WinFrmUI.Hydro.Core.csproj | 636 ++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 376 insertions(+), 260 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/Yw.WinFrmUI.Hydro.Core.csproj b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/Yw.WinFrmUI.Hydro.Core.csproj index 4674277..0ee1be5 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/Yw.WinFrmUI.Hydro.Core.csproj +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/Yw.WinFrmUI.Hydro.Core.csproj @@ -1,270 +1,386 @@ 锘�<Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <TargetFramework>net6.0-windows</TargetFramework> - <Nullable>disable</Nullable> - <UseWindowsForms>true</UseWindowsForms> - <ImplicitUsings>enable</ImplicitUsings> - </PropertyGroup> + <PropertyGroup> + <TargetFramework>net6.0-windows</TargetFramework> + <Nullable>disable</Nullable> + <UseWindowsForms>true</UseWindowsForms> + <ImplicitUsings>enable</ImplicitUsings> + </PropertyGroup> - <ItemGroup> - <Compile Remove="03-property\06-curve\SetHydroCurveCtrl - 澶嶅埗.cs" /> - <Compile Remove="03-property\06-curve\SetHydroCurveCtrl - 澶嶅埗.Designer.cs" /> - </ItemGroup> + <ItemGroup> + <Compile Remove="04-viewmodel\07-curve\SetHydroCurveCtrl - 澶嶅埗.cs" /> + <Compile Remove="04-viewmodel\07-curve\SetHydroCurveCtrl - 澶嶅埗.Designer.cs" /> + <Compile Remove="06-visual\00-core\HydroParterListCtrl.cs" /> + <Compile Remove="06-visual\00-core\HydroParterListCtrl.Designer.cs" /> + <Compile Remove="06-visual\00-core\HydroParterViewModel.cs" /> + <Compile Remove="06-visual\01-reservoir\HydroReservoirViewModel.cs" /> + <Compile Remove="06-visual\02-tank\HydroTankViewModel.cs" /> + <Compile Remove="06-visual\03-waterbox\HydroWaterboxViewModel.cs" /> + <Compile Remove="06-visual\04-junction\HydroJunctionViewModel.cs" /> + <Compile Remove="06-visual\05-blunthead\HydroBluntheadViewModel.cs" /> + <Compile Remove="06-visual\06-elbow\HydroElbowViewModel.cs" /> + <Compile Remove="06-visual\07-threelink\HydroThreelinkViewModel.cs" /> + <Compile Remove="06-visual\08-fourlink\HydroFourlinkViewModel.cs" /> + <Compile Remove="06-visual\09-hydrant\HydroHydrantViewModel.cs" /> + <Compile Remove="06-visual\10-nozzle\HydroNozzleViewModel.cs" /> + <Compile Remove="06-visual\12-meter\HydroMeterViewModel.cs" /> + <Compile Remove="06-visual\13-flowmeter\HydroFlowmeterViewModel.cs" /> + <Compile Remove="06-visual\14-pressmeter\HydroPressmeterViewModel.cs" /> + <Compile Remove="06-visual\15-pipe\HydroPipeViewModel.cs" /> + <Compile Remove="06-visual\16-translation\HydroTranslationViewModel.cs" /> + <Compile Remove="06-visual\19-exchanger\HydroExchangerViewModel.cs" /> + <Compile Remove="06-visual\20-compressor\HydroCompressorViewModel.cs" /> + <Compile Remove="06-visual\17-pump\HydroPumpViewModel.cs" /> + <Compile Remove="06-visual\18-valve\HydroValveViewModel.cs" /> + </ItemGroup> - <ItemGroup> - <EmbeddedResource Remove="03-property\06-curve\SetHydroCurveCtrl - 澶嶅埗.resx" /> - </ItemGroup> + <ItemGroup> + <EmbeddedResource Remove="04-viewmodel\07-curve\SetHydroCurveCtrl - 澶嶅埗.resx" /> + <EmbeddedResource Remove="06-visual\00-core\HydroParterListCtrl.resx" /> + </ItemGroup> - <ItemGroup> - <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> - <PackageReference Include="Yw.BLL.Basic.Core" Version="3.2.9" /> - <PackageReference Include="Yw.BLL.Hydro.Core" Version="3.5.0" /> - </ItemGroup> + <ItemGroup> + <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> + <PackageReference Include="Yw.BLL.Basic.Core" Version="3.3.0" /> + <PackageReference Include="Yw.BLL.Hydro.Core" Version="3.7.1" /> + <PackageReference Include="Yw.Pump.Core" Version="3.1.7" /> + </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\..\Hydro\Yw.Hydro.Core\Yw.Hydro.Core.csproj" /> - <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" /> - <ProjectReference Include="..\Yw.WinFrmUI.Hydro.L2d.Core\Yw.WinFrmUI.Hydro.L2d.Core.csproj" /> - <ProjectReference Include="..\Yw.WinFrmUI.Hydro.L3d.Core\Yw.WinFrmUI.Hydro.L3d.Core.csproj" /> - <ProjectReference Include="..\Yw.WinFrmUI.Hydro.Q3d.Core\Yw.WinFrmUI.Hydro.Q3d.Core.csproj" /> - </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\Hydro\Yw.Hydro.Core\Yw.Hydro.Core.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Hydro.L2d.Core\Yw.WinFrmUI.Hydro.L2d.Core.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Hydro.L3d.Core\Yw.WinFrmUI.Hydro.L3d.Core.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Hydro.Q3d.Core\Yw.WinFrmUI.Hydro.Q3d.Core.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Hydro.W3d.Core\Yw.WinFrmUI.Hydro.W3d.Core.csproj" /> + <ProjectReference Include="..\Yw.WinFrmUI.Phart.Core\Yw.WinFrmUI.Phart.Core.csproj" /> + </ItemGroup> - <ItemGroup> - <Compile Update="01-scene\HydroSceneMgrPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="02-model\HydroModelMgrPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="03-property\HydroParterPropertyCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\01-coupling\01-blunthead\HydroBluntheadListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\03-other\03-pressmeter\HydroPressmeterListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\03-other\02-flowmeter\HydroFlowmeterListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\03-other\01-meter\HydroMeterListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\01-coupling\04-fourlink\HydroFourlinkListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\01-coupling\03-threelink\HydroThreelinkListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\01-coupling\02-elbow\HydroElbowListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\02-junction\02-emitter\01-hydrant\HydroHydrantListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\01-source\02-tank\01-waterbox\HydroWaterboxListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\01-source\02-tank\00-core\HydroTankListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\02-node\01-source\01-reservoir\HydroReservoirListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\03-link\01-pipe\03-compressor\HydroCompressorListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\03-link\01-pipe\02-exchanger\HydroExchangerListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\03-link\03-valve\HydroValveListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\03-link\02-pump\HydroPumpListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\03-link\01-pipe\01-translation\HydroTranslationListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="04-parter\03-link\01-pipe\00-core\HydroPipeListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="07-l2d\HydroL2dViewPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="08-l3d\HydroL3dViewPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="10-grading\04-tree\SelectHydroGradingPropTreeCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="10-grading\05-set\SetHydroGradingModelTreeDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="10-grading\05-set\SetHydroGradingTreeDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="10-grading\06-apply\01-control\ApplyHydroGradingCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="10-grading\06-apply\02-dlg\ApplyHydroGradingDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="11-prefix\99-failed\HydroCalcuFailedCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\01-source\01-reservoir\HydroReservoirBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\01-source\02-tank\00-core\HydroTankBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\01-source\02-tank\00-core\HydroTankBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\01-source\02-tank\00-core\HydroTankBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\01-source\02-tank\01-waterbox\HydroWaterboxBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\01-source\02-tank\01-waterbox\HydroWaterboxBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\01-source\02-tank\01-waterbox\HydroWaterboxBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\00-core\HydroJunctionBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\00-core\HydroJunctionBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\00-core\HydroJunctionBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\01-blunthead\HydroBluntheadBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\01-blunthead\HydroBluntheadBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\01-blunthead\HydroBluntheadBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\02-elbow\HydroElbowBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\02-elbow\HydroElbowBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\02-elbow\HydroElbowBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\03-threelink\HydroThreelinkBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\03-threelink\HydroThreelinkBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\03-threelink\HydroThreelinkBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\04-fourlink\HydroFourlinkBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\04-fourlink\HydroFourlinkBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\01-coupling\04-fourlink\HydroFourlinkBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\02-emitter\01-hydrant\HydroHydrantBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\02-emitter\01-hydrant\HydroHydrantBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\02-emitter\01-hydrant\HydroHydrantBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\02-emitter\02-nozzle\HydroNozzleBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\02-emitter\02-nozzle\HydroNozzleBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\02-emitter\02-nozzle\HydroNozzleBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\01-meter\HydroMeterBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\01-meter\HydroMeterBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\01-meter\HydroMeterBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\02-flowmeter\HydroFlowmeterBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\02-flowmeter\HydroFlowmeterBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\02-flowmeter\HydroFlowmeterBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\03-pressmeter\HydroPressmeterBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\03-pressmeter\HydroPressmeterBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\02-node\02-junction\03-other\03-pressmeter\HydroPressmeterBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\01-pipe\00-core\HydroPipeBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\01-pipe\00-core\HydroPipeBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\01-pipe\00-core\HydroPipeBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\02-pump\HydroPumpBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\02-pump\HydroPumpBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\02-pump\HydroPumpBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\03-valve\HydroValveBulkSetListDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\03-valve\HydroValveBulkSetListCtrl.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Update="12-bulkset\03-link\03-valve\HydroValveBulkSetDlg.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Update="Properties\Resources.Designer.cs"> - <DesignTime>True</DesignTime> - <AutoGen>True</AutoGen> - <DependentUpon>Resources.resx</DependentUpon> - </Compile> - </ItemGroup> + <ItemGroup> + <Compile Update="01-scene\ViewHydroSceneDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-scene\EditHydroSceneDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="01-scene\HydroSceneMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-model\HydroModelMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="05-property\HydroVisualPropertyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\01-reservoir\SetHydroReservoirListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\02-tank\SetHydroTankListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\05-blunthead\HydroBluntheadListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\11-cooling\HydroCoolingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\11-cooling\SetHydroCoolingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\11-cooling\SetHydroCoolingListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\14-pressmeter\HydroPressmeterListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\13-flowmeter\HydroFlowmeterListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\12-meter\HydroMeterListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\08-fourlink\HydroFourlinkListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\07-threelink\HydroThreelinkListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\06-elbow\HydroElbowListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\09-hydrant\HydroHydrantListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\03-waterbox\HydroWaterboxListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\02-tank\HydroTankListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\01-reservoir\HydroReservoirListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\16-translation\SetHydroTranslationListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\16-translation\SetHydroTranslationDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\19-exchanger\SetHydroExchangerDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\19-exchanger\SetHydroExchangerListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\19-exchanger\HydroExchangerListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\18-valve\HydroValveListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\16-translation\HydroTranslationListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\15-pipe\HydroPipeListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\20-compressor\HydroCompressorListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\20-compressor\SetHydroCompressorDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\20-compressor\SetHydroCompressorListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-working\02-visual\03-pump\SetHydroPumpWorkingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-working\02-visual\05-resistanse\SetHydroWorkingResistanceCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-working\04-set\SetHydroWorkingBottomCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-working\04-set\SetHydroWorkingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-working\02-visual\01-reservoir\SetHydroWorkingReservoirCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-working\02-visual\02-tank\SetHydroWorkingTankCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-working\02-visual\03-pump\SetHydroWorkingPumpCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-working\02-visual\04-valve\SetHydroWorkingValveCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-working\05-tree\HydroWorkingTreeCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="10-working\09-edit\EditHydroWorkingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-working\06-add\AddHydroWorkingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="10-working\08-checked\HydroWorkingCheckedListVertCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="11-search\HydroVisualSearchListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="12-monitor\02-docking\SetHydroMonitorDockingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="12-monitor\02-docking\SetHydroMonitorDockingListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="12-monitor\03-analyse\SetHydroMonitorAnalyseListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="12-monitor\03-analyse\SetHydroMonitorAnalyseListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="15-visible\SetHydroVisualVisibleDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="15-visible\SetHydroVisualVisibleCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="16-evaluation\04-single\HydroSingleWorkingEvaluationDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="16-evaluation\05-multi\HydroMultiWorkingEvaluationDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="17-warning\HydroCalcuWarningCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="18-loss\01-curve\HydroMultiWorkingLossCurveDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-loss\01-curve\HydroSingleWorkingLossCurveDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-loss\02-scale\02-input\HydroInputEnergyScaleChartCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="18-loss\03-statistics\HydroMultiWorkingLossStatisticsDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="18-loss\03-statistics\HydroSingleWorkingLossStatisticsDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="19-pump\02-extend\HydroSinglePumpListExtendGridCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="19-pump\03-query\HydroSinglePumpQueryPointListGridCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="19-pump\04-design\HydroSinglePumpDesignPointListGridCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="19-pump\04-design\HydroPumpDesignPointListGridCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="19-pump\06-working\HydroPumpListViewInWorkingsCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="20-energy\02-total\HydroEnergyTotalHorizViewCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="21-curve\HydroCurveEditDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="21-curve\HydroCurveViewDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="99-view\02-l2d\HydroL2dViewPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="99-view\03-l3d\HydroL3dViewPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="08-grading\04-tree\SelectHydroGradingPropTreeCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="08-grading\05-set\SetHydroGradingModelTreeDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="08-grading\05-set\SetHydroGradingTreeDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="08-grading\06-apply\ApplyHydroGradingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="08-grading\06-apply\ApplyHydroGradingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="13-fail\HydroCalcuFailedCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="06-visual\02-tank\SetHydroTankDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\03-waterbox\SetHydroWaterboxListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\03-waterbox\SetHydroWaterboxDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\04-junction\SetHydroJunctionDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\04-junction\SetHydroJunctionListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\05-blunthead\SetHydroBluntheadDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\05-blunthead\SetHydroBluntheadListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\06-elbow\SetHydroElbowListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\06-elbow\SetHydroElbowDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\07-threelink\SetHydroThreelinkListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\07-threelink\SetHydroThreelinkDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\08-fourlink\SetHydroFourlinkDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\08-fourlink\SetHydroFourlinkListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\09-hydrant\SetHydroHydrantDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\09-hydrant\SetHydroHydrantListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\10-nozzle\SetHydroNozzleListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\10-nozzle\SetHydroNozzleDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\12-meter\SetHydroMeterListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\12-meter\SetHydroMeterDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\13-flowmeter\SetHydroFlowmeterDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\13-flowmeter\SetHydroFlowmeterListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\14-pressmeter\SetHydroPressmeterListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\14-pressmeter\SetHydroPressmeterDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\15-pipe\SetHydroPipeDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\15-pipe\SetHydroPipeListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\17-pump\SetHydroPumpListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\17-pump\SetHydroPumpDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\18-valve\SetHydroValveListDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="06-visual\18-valve\SetHydroValveDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="Properties\Resources.Designer.cs"> + <DesignTime>True</DesignTime> + <AutoGen>True</AutoGen> + <DependentUpon>Resources.resx</DependentUpon> + </Compile> + </ItemGroup> - <ItemGroup> - <EmbeddedResource Update="Properties\Resources.resx"> - <Generator>ResXFileCodeGenerator</Generator> - <LastGenOutput>Resources.Designer.cs</LastGenOutput> - </EmbeddedResource> - </ItemGroup> + <ItemGroup> + <EmbeddedResource Update="Properties\Resources.resx"> + <Generator>ResXFileCodeGenerator</Generator> + <LastGenOutput>Resources.Designer.cs</LastGenOutput> + </EmbeddedResource> + </ItemGroup> </Project> -- Gitblit v1.9.3