18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
|
|
<Page x:Class="BetterSeewoInstaller.Pages.CompletePage"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
Background="Transparent">
|
||
|
|
|
||
|
|
<Grid VerticalAlignment="Center" HorizontalAlignment="Center">
|
||
|
|
<StackPanel HorizontalAlignment="Center">
|
||
|
|
<TextBlock Text="✓" FontSize="48" Foreground="{StaticResource SuccessBrush}" HorizontalAlignment="Center"/>
|
||
|
|
<TextBlock Text="安装完成" FontSize="22" FontWeight="SemiBold"
|
||
|
|
Foreground="{StaticResource TextPrimaryBrush}" HorizontalAlignment="Center" Margin="0,8,0,0"/>
|
||
|
|
<TextBlock Text="Better-Seewo 已成功安装到您的系统" FontSize="13"
|
||
|
|
Foreground="{StaticResource TextSecondaryBrush}" HorizontalAlignment="Center" Margin="0,8,0,0"/>
|
||
|
|
<TextBlock Text="请重启希沃白板以启用插件" FontSize="12"
|
||
|
|
Foreground="{StaticResource TextSecondaryBrush}" HorizontalAlignment="Center" Margin="0,20,0,0"/>
|
||
|
|
</StackPanel>
|
||
|
|
</Grid>
|
||
|
|
</Page>
|