From 96095f8ac4b464540cd2c0bd7308916a137c5041 Mon Sep 17 00:00:00 2001 From: chenn <gu.beic@qq.com> Date: 星期六, 19 四月 2025 19:33:04 +0800 Subject: [PATCH] 弹窗;断面界面 --- OpenUI/DPumpHydr.OpenFwUI.Volute/DPumpHydr.OpenFwUI.Volute.csproj | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 101 insertions(+), 5 deletions(-) diff --git a/OpenUI/DPumpHydr.OpenFwUI.Volute/DPumpHydr.OpenFwUI.Volute.csproj b/OpenUI/DPumpHydr.OpenFwUI.Volute/DPumpHydr.OpenFwUI.Volute.csproj index 7554481..0f49d84 100644 --- a/OpenUI/DPumpHydr.OpenFwUI.Volute/DPumpHydr.OpenFwUI.Volute.csproj +++ b/OpenUI/DPumpHydr.OpenFwUI.Volute/DPumpHydr.OpenFwUI.Volute.csproj @@ -14,14 +14,14 @@ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <PlatformTarget>AnyCPU</PlatformTarget> + <PlatformTarget>x64</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> + <WarningLevel>5</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -36,8 +36,15 @@ <StartupObject /> </PropertyGroup> <ItemGroup> + <Reference Include="HydrEngineCSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>.\HydrEngineCSharp.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> + <Reference Include="System.IO.Compression.FileSystem" /> + <Reference Include="System.Numerics" /> + <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> @@ -48,7 +55,30 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="GlobalParas.cs" /> + <Compile Include="GlobalResource.cs" /> <Compile Include="MainWindow.cs" /> + <Compile Include="Occ\OccDesign2DCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Occ\OccDesign2DCtrl.Designer.cs"> + <DependentUpon>OccDesign2DCtrl.cs</DependentUpon> + </Compile> + <Compile Include="Occ\OccDesign3DCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Occ\OccDesign3DCtrl.Designer.cs"> + <DependentUpon>OccDesign3DCtrl.cs</DependentUpon> + </Compile> + <Compile Include="Occ\OccDesignBaseCtrl.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Occ\OccDesignBaseCtrl.Designer.cs"> + <DependentUpon>OccDesignBaseCtrl.cs</DependentUpon> + </Compile> + <Compile Include="Occ\OccModel\SectionParam.cs" /> + <Compile Include="Occ\ViewModel\eViewDirect.cs" /> + <Compile Include="Occ\ViewModel\Layer.cs" /> <Compile Include="StepForm1.cs"> <SubType>Form</SubType> </Compile> @@ -56,9 +86,33 @@ <DependentUpon>StepForm1.cs</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="ViewModel\eOutflowStyle.cs" /> - <Compile Include="ViewModel\OutflowParas.cs" /> - <Compile Include="ViewModel\OutflowStyleHelper.cs" /> + <Compile Include="ViewModel\eWizardStepDiretion.cs" /> + <Compile Include="ViewModel\鍑哄彛\eOutflowStyle.cs" /> + <Compile Include="ViewModel\鍑哄彛\OutflowParas.cs" /> + <Compile Include="ViewModel\鍑哄彛\OutflowStyleHelper.cs" /> + <Compile Include="ViewModel\鍩烘湰鍙傛暟\GeomBaseInfo.cs" /> + <Compile Include="ViewModel\鍩烘湰鍙傛暟\HdrBaseInfo.cs" /> + <Compile Include="ViewModel\鏂潰\eSectionShapeType.cs" /> + <Compile Include="ViewModel\鏂潰\SectionBundleInfo.cs" /> + <Compile Include="ViewModel\鏂潰\SectionShapePara.cs" /> + <Compile Include="鎴潰闈㈢Н\ChartSectArea.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="鎴潰闈㈢Н\SectAreaDockPanel.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="鎴潰闈㈢Н\SectAreaDockPanel.Designer.cs"> + <DependentUpon>SectAreaDockPanel.cs</DependentUpon> + </Compile> + <Compile Include="鎺т欢\ctrlSectionBundleInfo.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="鎺т欢\ctrlSectionBundleInfo.Designer.cs"> + <DependentUpon>ctrlSectionBundleInfo.cs</DependentUpon> + </Compile> + <EmbeddedResource Include="Occ\OccDesignBaseCtrl.resx"> + <DependentUpon>OccDesignBaseCtrl.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="StepForm1.resx"> <DependentUpon>StepForm1.cs</DependentUpon> </EmbeddedResource> @@ -72,6 +126,15 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> + <EmbeddedResource Include="鎴潰闈㈢Н\ChartSectArea.resx"> + <DependentUpon>ChartSectArea.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="鎴潰闈㈢Н\SectAreaDockPanel.resx"> + <DependentUpon>SectAreaDockPanel.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="鎺т欢\ctrlSectionBundleInfo.resx"> + <DependentUpon>ctrlSectionBundleInfo.cs</DependentUpon> + </EmbeddedResource> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -91,6 +154,39 @@ <Name>DPumpHydr.Model.Open</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Content Include="Resources\AppIcon.ico" /> + <Content Include="Resources\AppIcon.png" /> + <Content Include="Resources\application_16x.png" /> + <Content Include="Resources\Calc32.png" /> + <Content Include="Resources\Collection_16xLG.png" /> + <Content Include="Resources\Console.png" /> + <Content Include="Resources\errorstep16.png" /> + <Content Include="Resources\Files_7954.png" /> + <Content Include="Resources\finishstep16.png" /> + <Content Include="Resources\folder_16x.png" /> + <Content Include="Resources\folder_Closed_16xLG.png" /> + <Content Include="Resources\group16.png" /> + <Content Include="Resources\ingstep16.png" /> + <Content Include="Resources\ingstep32.png" /> + <Content Include="Resources\Need16.png" /> + <Content Include="Resources\Need24.png" /> + <Content Include="Resources\properties_16xLG.png" /> + <Content Include="Resources\RefactoringLog_12810.png" /> + <Content Include="Resources\refresh32.png" /> + <Content Include="Resources\round_rotate_16.png" /> + <Content Include="Resources\Sect16.png" /> + <Content Include="Resources\Sect32.png" /> + <Content Include="Resources\Smile16.png" /> + <Content Include="Resources\TipRed22.png" /> + <Content Include="Resources\Transparent16.png" /> + <Content Include="Resources\unprocess16.png" /> + <Content Include="Resources\VisibleBlue32.png" /> + <Content Include="Resources\VisibleGray32.png" /> + <Content Include="Resources\Waiting32.png" /> + <Content Include="Resources\WaitingGray32.png" /> + <Content Include="Resources\xiangxia32.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. -- Gitblit v1.9.3