From a31a34e7bf37b4ac3b75d43f2d64b90594d27374 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 19:44:36 +0800 Subject: [PATCH] 修改总匹配方法 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user | 287 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 277 insertions(+), 10 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user index 8e33be2..151c17c 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user @@ -1,6 +1,9 @@ 锘�<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> + <Compile Update="01-home\00-core\HomeXhsProjectPage.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="01-home\01-project\HomeXhsProjectTreeListCtrl.cs"> <SubType>UserControl</SubType> </Compile> @@ -10,25 +13,37 @@ <Compile Update="01-home\03-property\HomeXhsProjectPropertyCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="01-home\HomeXhsProjectPage.cs"> - <SubType>UserControl</SubType> - </Compile> <Compile Update="02-project\01-import\00-core\ImportXhsProjectDlg.cs"> <SubType>Form</SubType> </Compile> - <Compile Update="02-project\01-import\01-ModelFile\SelectXhsProjectModelFileWizardPage.cs"> + <Compile Update="02-project\01-import\01-info\cloud\SelectXhsProjectTransferFileDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="02-project\01-import\01-info\InputXhsProjectInfoWizardPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="02-project\01-import\02-ProjectInfo\InputXhsProjectInfoWizardPage.cs"> + <Compile Update="02-project\01-import\02-map\SetXhsProjectMapLocationWizardPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="02-project\01-import\03-MapLocation\SetXhsProjectMapLocationWizardPage.cs"> + <Compile Update="02-project\01-import\03-generate\GenerateXhsProjectWizardPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="02-project\01-import\04-GeneralProject\GenerateXhsProjectWizardPage.cs"> + <Compile Update="02-project\01-import\04-completed\ImportXhsProjectCompletedCtrl.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="02-project\01-import\05-ImportCompleted\ImportXhsProjectCompletedCtrl.cs"> + <Compile Update="02-project\01-import\05-completed\ProjectResultShowPanel.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\01-import\05-completed\XhsProjectSimulationAnalysisCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\01-import\05-completed\XhsProjectSimulationBimfaceInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\01-import\05-completed\XhsProjectSimulationHydroInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\01-import\05-completed\XhsProjectSimulationProjectInfoCtrl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="02-project\02-bimface\ViewXhsProjectBimfacePage.cs"> @@ -37,10 +52,262 @@ <Compile Update="02-project\03-mgr\XhsProjectMgrPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="03-scheme\XhsSchemeMgrListCtrl.cs"> + <Compile Update="02-project\04-dlg\00-core\ImportXhsProjectFileDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="02-project\04-dlg\01-FileChoice\SelectXhsProjectFileModelFileWizardPage.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Update="04-simulation\XhsProjectSimulationMgrPage.cs"> + <Compile Update="02-project\04-dlg\02-GeneralProject\GenerateXhsProjectFileWizardPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\04-dlg\03-ImportCompleted\ImportXhsProjectFileCompletedCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\04-dlg\04-ProjectResultShowPanel\ProjectFileResultShowPanel.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\04-dlg\AddProjectDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="02-project\04-dlg\EditProjectDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\01-info\XhsProjectSimulationBimfaceInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\01-info\XhsProjectSimulationHydroInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\01-info\XhsProjectSimulationInfoPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\01-info\XhsProjectSimulationProjectInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\01-property\SimulationPropertyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\02-bimface\SimulationBimfaceCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\03-q3d\XhsProjectSimulationQ3dCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\04-scheme\01-add\01-set\01-pump\SetSchemePumpListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\04-scheme\01-add\01-set\02-valve\SetSchemeValveListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\04-scheme\01-add\01-set\03-pipe\SetSchemePipeListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\04-scheme\01-add\AddXhsSchemeDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\04-scheme\02-page\XhsProjectSimulationSchemePage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\05-function\XhsProjectSimulationFunctionCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\PumpSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\02-pump\01-pumpsinglematching\SimulationPumpSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\03-valve\01-valvesinglematching\SimulationValveSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\03-valve\01-valvesinglematching\ValveChartShowDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\03-valve\01-valvesinglematching\ValveSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\04-pipe\01-pipesinglematching\PipeSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\04-pipe\01-pipesinglematching\SimulationPipeSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\05-elbows\01-elbowsinglematching\ElbowSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\05-elbows\01-elbowsinglematching\SimulationElbowSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\06-threelink\01-threelinksinglematching\SimulationThreelinkSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\06-threelink\01-threelinksinglematching\ThreelinkSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\07-fourlink\01-fourlinksinglematching\FourlinkSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\07-fourlink\01-fourlinksinglematching\SimulationFourlinkSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\09-tank\SimulationTankSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\09-tank\TankChartShowDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\09-tank\TankSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\10-meter\MeterSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\10-meter\SimulationMeterSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\11-flowmeter\FlowmeterSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\11-flowmeter\SimulationFlowmeterSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\12-hydrant\HydrantSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\12-hydrant\SimulationHydrantSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\13-pressmeter\PressmeterSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\13-pressmeter\SimulationPressmeterSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\14-blunthead\BluntheadSingleMatchingForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\14-blunthead\SimulationBluntheadSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\15-translation\SimulationTranslationSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\15-translation\TranslationSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\16-sprinkler\SimulationSprinklerSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\16-sprinkler\SprinklerSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\17-compressor\CompressorChartShowDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\17-compressor\CompressorSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\17-compressor\SimulationCompressorSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\18-exchanger\ExchangerChartShowDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\18-exchanger\ExchangerSingleMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\01-matching\18-exchanger\SimulationExchangerSingleMatchingDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixDlg1.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\00-core\SetHydroCalcuPrefixDlg2.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\01-waterbox\SetHydroWaterboxCalcuPrefixListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\02-pump\SetHydroPumpCalcuPrefixListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\03-calcu\01-prefix\03-nozzle\SetHydroNozzleCalcuPrefixListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\06-simulation\XhsProjectSimulationCorePage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\07-l3d\XhsProjectSimulationL3dCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\08-working\XhsProjectSimulationWorkingPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\09-energy\SimulationMultiWorkingEnergyDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\09-energy\SimulationSingleWorkingEnergyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\09-energy\SimulationSingleWorkingEnergyDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\10-analy\SimulationMultiWorkingAnalyDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\10-analy\SimulationSingleWorkingAnalyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\10-analy\SimulationSingleWorkingAnalyDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\01-parallel\SimulationPumpParallelCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\01-parallel\SimulationPumpParallelDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\02-feat\SimulationPumpFeatCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\02-feat\SimulationPumpFeatDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\02-feat\SimulationSinglePumpFeatCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\02-feat\SimulationSinglePumpFeatDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\03-analy\SimulationMultiWorkingPumpAnalyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\03-analy\SimulationMultiWorkingPumpAnalyDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\03-analy\SimulationSingleWorkingPumpAnalyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-simulation\11-pump\03-analy\SimulationSingleWorkingPumpAnalyDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-simulation\XhsProjectSimulationMgrPage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-pump\01-Prop\PumpPropViewCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-pump\02-analy\SinglePumpAnalyInfoCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-pump\03-calc\SinglePumpCalcCtrl.cs"> <SubType>UserControl</SubType> </Compile> </ItemGroup> -- Gitblit v1.9.3