This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user