This commit is contained in:
xyy
2026-04-01 19:25:51 +08:00
parent e14d6de146
commit 890658ea33
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
xmlns:viewModels="clr-namespace:MembranePoreTester.ViewModels"
xmlns:conv="clr-namespace:MembranePoreTester.Converters"
Title="膜孔径测试系统 (GB/T 32361-2015)"
Width="1024" Height="768"
Width="1024" Height="768" WindowState="Maximized"
WindowStartupLocation="CenterScreen" KeyDown="Window_KeyDown"
Background="#F5F7FA" FontFamily="Segoe UI">

View File

@@ -2,8 +2,8 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MembranePoreTester.Converters"
Title="阀门控制" Height="768" Width="1024"
WindowStartupLocation="CenterOwner"
Title="阀门控制" Width="1024" Height="768"
WindowStartupLocation="CenterOwner" WindowState="Maximized"
Background="#F5F7FA" FontFamily="Segoe UI">
<Window.Resources>
<local:BoolToStringConverter x:Key="BoolToStringConverter"/>

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<TargetFramework>net10.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>