This commit is contained in:
GukSang.Jin
2026-05-29 18:27:38 +08:00
parent c9c294fc42
commit 6fb3599d01
2 changed files with 20 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
<suki:SukiWindow xmlns="https://github.com/avaloniaui" <Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:FootwearTest.ViewModels" xmlns:vm="using:FootwearTest.ViewModels"
xmlns:suki="clr-namespace:SukiUI.Controls;assembly=SukiUI"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="1280" d:DesignHeight="800" mc:Ignorable="d" d:DesignWidth="1280" d:DesignHeight="800"
@@ -15,9 +14,7 @@
WindowState="Maximized" WindowState="Maximized"
Title="整鞋热阻和湿阻测定仪" Title="整鞋热阻和湿阻测定仪"
Background="#EEF2F5" Background="#EEF2F5"
TransparencyLevelHint="None" TransparencyLevelHint="None">
BackgroundAnimationEnabled="False"
ShowTitlebarBackground="True">
<Grid Background="#EEF2F5" ColumnDefinitions="236,*"> <Grid Background="#EEF2F5" ColumnDefinitions="236,*">
<Border Grid.Column="0" Background="#17212B"> <Border Grid.Column="0" Background="#17212B">
@@ -80,4 +77,4 @@
</Grid> </Grid>
</Grid> </Grid>
</suki:SukiWindow> </Window>

View File

@@ -1,8 +1,8 @@
using SukiUI.Controls; using Avalonia.Controls;
namespace FootwearTest.Views namespace FootwearTest.Views
{ {
public partial class MainWindow : SukiWindow public partial class MainWindow : Window
{ {
public MainWindow() public MainWindow()
{ {