2026-04-01 00:16:36 +08:00
|
|
|
<Page x:Class="Ink_Canvas.Windows.SettingsViews2.Pages.NewSettingStartup"
|
2026-03-29 12:38:46 +08:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:local="clr-namespace:Ink_Canvas.Windows.SettingsViews2.Pages"
|
|
|
|
|
mc:Ignorable="d"
|
|
|
|
|
d:DesignHeight="450" d:DesignWidth="800"
|
2026-03-29 17:39:52 +08:00
|
|
|
Title="启动">
|
2026-03-29 12:38:46 +08:00
|
|
|
|
|
|
|
|
<Grid>
|
2026-03-29 17:39:52 +08:00
|
|
|
<StackPanel Margin="24">
|
|
|
|
|
<TextBlock Text="启动设置" Style="{DynamicResource TitleTextBlockStyle}" Margin="0,0,0,16" />
|
|
|
|
|
<TextBlock Text="这里是启动设置页面" Style="{DynamicResource BodyTextBlockStyle}" />
|
|
|
|
|
</StackPanel>
|
2026-03-29 12:38:46 +08:00
|
|
|
</Grid>
|
2026-03-29 17:39:52 +08:00
|
|
|
</Page>
|