更新
This commit is contained in:
@@ -1,23 +1,20 @@
|
||||
<suki:SukiWindow xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:FootwearTest.ViewModels"
|
||||
xmlns:suki="clr-namespace:SukiUI.Controls;assembly=SukiUI"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="1280" d:DesignHeight="800"
|
||||
x:Class="FootwearTest.Views.MainWindow"
|
||||
x:DataType="vm:MainWindowViewModel"
|
||||
Icon="/Assets/avalonia-logo.ico"
|
||||
Width="1280"
|
||||
Height="800"
|
||||
MinWidth="1100"
|
||||
MinHeight="720"
|
||||
WindowState="Maximized"
|
||||
Title="整鞋热阻和湿阻测定仪"
|
||||
Background="#EEF2F5"
|
||||
TransparencyLevelHint="None"
|
||||
BackgroundAnimationEnabled="False"
|
||||
ShowTitlebarBackground="True">
|
||||
<Window xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:FootwearTest.ViewModels"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="1280" d:DesignHeight="800"
|
||||
x:Class="FootwearTest.Views.MainWindow"
|
||||
x:DataType="vm:MainWindowViewModel"
|
||||
Icon="/Assets/avalonia-logo.ico"
|
||||
Width="1280"
|
||||
Height="800"
|
||||
MinWidth="1100"
|
||||
MinHeight="720"
|
||||
WindowState="Maximized"
|
||||
Title="整鞋热阻和湿阻测定仪"
|
||||
Background="#EEF2F5"
|
||||
TransparencyLevelHint="None">
|
||||
|
||||
<Grid Background="#EEF2F5" ColumnDefinitions="236,*">
|
||||
<Border Grid.Column="0" Background="#17212B">
|
||||
@@ -80,4 +77,4 @@
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
</suki:SukiWindow>
|
||||
</Window>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
using SukiUI.Controls;
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace FootwearTest.Views
|
||||
{
|
||||
public partial class MainWindow : SukiWindow
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user