This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
xmlns:viewModels="clr-namespace:MembranePoreTester.ViewModels"
|
xmlns:viewModels="clr-namespace:MembranePoreTester.ViewModels"
|
||||||
xmlns:conv="clr-namespace:MembranePoreTester.Converters"
|
xmlns:conv="clr-namespace:MembranePoreTester.Converters"
|
||||||
Title="膜孔径测试系统 (GB/T 32361-2015)"
|
Title="膜孔径测试系统 (GB/T 32361-2015)"
|
||||||
Width="1024" Height="768"
|
Width="1024" Height="768" WindowState="Maximized"
|
||||||
WindowStartupLocation="CenterScreen" KeyDown="Window_KeyDown"
|
WindowStartupLocation="CenterScreen" KeyDown="Window_KeyDown"
|
||||||
Background="#F5F7FA" FontFamily="Segoe UI">
|
Background="#F5F7FA" FontFamily="Segoe UI">
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:local="clr-namespace:MembranePoreTester.Converters"
|
xmlns:local="clr-namespace:MembranePoreTester.Converters"
|
||||||
Title="阀门控制" Height="768" Width="1024"
|
Title="阀门控制" Width="1024" Height="768"
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterOwner" WindowState="Maximized"
|
||||||
Background="#F5F7FA" FontFamily="Segoe UI">
|
Background="#F5F7FA" FontFamily="Segoe UI">
|
||||||
<Window.Resources>
|
<Window.Resources>
|
||||||
<local:BoolToStringConverter x:Key="BoolToStringConverter"/>
|
<local:BoolToStringConverter x:Key="BoolToStringConverter"/>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net10.0-windows</TargetFramework>
|
<TargetFramework>net10.0-windows7.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
|
|||||||
Reference in New Issue
Block a user