新增设备更改

This commit is contained in:
2026-03-19 17:29:32 +08:00
parent 234fea7ca3
commit 13516a45d2
40 changed files with 3437 additions and 37 deletions

View File

@@ -123,6 +123,11 @@
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="FSqlContext.cs" />
<Compile Include="ModelDto\OilGuideMountDto.cs" />
<Compile Include="ModelDto\RotorShrinkFitDto.cs" />
<Compile Include="ModelDto\KPBarrelShrinkFitDto.cs" />
<Compile Include="ModelDto\KPReliefValveAsmDto.cs" />
<Compile Include="ModelDto\KPExhCoverSealTestDto.cs" />
<Compile Include="ModelDto\KPRingWeldMachDwDto.cs" />
<Compile Include="ModelDto\KPRingWeldMachUpDto.cs" />
<Compile Include="ModelDto\KPShrinkTubDto.cs" />
@@ -170,6 +175,11 @@
<Compile Include="ModelDto\AppearanceTestDto.cs" />
<Compile Include="ViewModel\DbDataClearViewModel.cs" />
<Compile Include="ViewModel\CylinderEngravViewModel.cs" />
<Compile Include="ViewModel\OilGuideMountViewModel.cs" />
<Compile Include="ViewModel\RotorShrinkFitViewModel.cs" />
<Compile Include="ViewModel\KPBarrelShrinkFitViewModel.cs" />
<Compile Include="ViewModel\KPReliefValveAsmViewModel.cs" />
<Compile Include="ViewModel\KPExhCoverSealTestViewModel.cs" />
<Compile Include="ViewModel\KPRingWeldMachDwViewModel.cs" />
<Compile Include="ViewModel\KPRingWeldMachUpViewModel.cs" />
<Compile Include="ViewModel\KPShrinkTubViewModel.cs" />
@@ -370,6 +380,21 @@
<Compile Include="View\UserControlMenuItem.xaml.cs">
<DependentUpon>UserControlMenuItem.xaml</DependentUpon>
</Compile>
<Compile Include="View\OilGuideMount\OilGuideMountView.xaml.cs">
<DependentUpon>OilGuideMountView.xaml</DependentUpon>
</Compile>
<Compile Include="View\RotorShrinkFit\RotorShrinkFitView.xaml.cs">
<DependentUpon>RotorShrinkFitView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPBarrelShrinkFit\KPBarrelShrinkFitView.xaml.cs">
<DependentUpon>KPBarrelShrinkFitView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPReliefValveAsm\KPReliefValveAsmView.xaml.cs">
<DependentUpon>KPReliefValveAsmView.xaml</DependentUpon>
</Compile>
<Compile Include="View\KPExhCoverSealTest\KPExhCoverSealTestView.xaml.cs">
<DependentUpon>KPExhCoverSealTestView.xaml</DependentUpon>
</Compile>
<Page Include="Assets\TextBox.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -590,35 +615,42 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\OilGuideMount\OilGuideMountView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\RotorShrinkFit\RotorShrinkFitView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPBarrelShrinkFit\KPBarrelShrinkFitView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPReliefValveAsm\KPReliefValveAsmView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\KPExhCoverSealTest\KPExhCoverSealTestView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Content Include="NLog.config">
<None Include="ReportFile\OilGuideMountTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
<None Include="ReportFile\RotorShrinkFitTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPBarrelShrinkFitTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPReliefValveAsmTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\KPExhCoverSealTestTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ReportFile\AppearanceTestTemplate.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>