From 81819f13e1e3a49bf8456051ec0f0b51e3f10821 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 23 九月 2024 12:20:33 +0800 Subject: [PATCH] 解析优化 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/HStation.WinFrmUI.Xhs.Core.csproj.user | 63 +++++++++++++++++++++++++++++++ 1 files changed, 63 insertions(+), 0 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 2f0f9dc..641ef75 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 @@ -16,6 +16,9 @@ <Compile Update="01-home\HomeXhsProjectPage_Bak.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"> <SubType>UserControl</SubType> </Compile> @@ -29,6 +32,9 @@ <SubType>UserControl</SubType> </Compile> <Compile Update="02-project\01-import\05-ImportCompleted\ImportXhsProjectCompletedCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="02-project\01-import\06-ProjectResultShowPanel\ProjectResultShowPanel.cs"> <SubType>UserControl</SubType> </Compile> <Compile Update="02-project\02-bimface\ViewXhsProjectBimfacePage.cs"> @@ -52,12 +58,69 @@ <Compile Update="03-scheme\01-basic-info\XhsSchemeBasicInfoPage.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="03-scheme\02-asset-mgr\PumpMain_Wizrad\AddPumpMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\01-autoMatching\02-AsstesFormCtrl\ElbowsMatchingCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\01-autoMatching\AssetsAutoMatchingMainDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="03-scheme\02-asset-mgr\PumpMain_Wizrad\PumpMainForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\01-autoMatching\AssetsMainChoicePage.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-scheme\02-asset-mgr\XhsProjectAssetsBimfaceCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-scheme\02-asset-mgr\XhsProjectAssetsPropertyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-scheme\03-hydraulic-simulation\01-PumpMainCurveChoice\PumpMainForm.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="03-scheme\03-hydraulic-simulation\XhsProjectHydroQ3dCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\01-property\XhsProjectSimulationPropertyCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="03-scheme\04-scheme-mgr\01-create\CreateSchemeDlg.cs"> <SubType>Form</SubType> </Compile> <Compile Update="03-scheme\XhsSchemeMgrListCtrl.cs"> <SubType>UserControl</SubType> </Compile> + <Compile Update="04-simulation\02-bimface\XhsProjectSimulationBimfaceCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\04-scheme\AddXhsProjectSimulationSchemeDlg.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="04-simulation\04-scheme\XhsProjectSimulationSchemeMgrCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\05-function\XhsProjectSimulationFunctionMgrCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\02-check\XhsProjectSimulationHydroCheckFailedCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\03-calcu\XhsProjectSimulationHydroCalcuFailedCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\04-unmatching\01-pump\XhsProjectSimulationPumpUnMatchingListCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\PerformChart.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Update="04-simulation\06-simulation\02-check\XhsProjectSimulationHydroCheckFailedDlg.cs"> + <SubType>Form</SubType> + </Compile> <Compile Update="04-simulation\XhsProjectSimulationMgrPage.cs"> <SubType>UserControl</SubType> </Compile> -- Gitblit v1.9.3