Sic.Framework-Nanjing-Baishi/UIDebug/SicUI/Splash.xaml

47 lines
2.6 KiB
Plaintext
Raw Normal View History

<Window x:Class="SicUI.Splash"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:SicUI"
mc:Ignorable="d"
ResizeMode="NoResize"
WindowStyle="None"
WindowStartupLocation="CenterScreen"
Title="Splash" Height="510" Width="850"
Background="Transparent"
AllowsTransparency="True"
SnapsToDevicePixels="True">
<Grid >
<Image Source="/Resources/Images/Splash.png" Stretch="Fill" />
<TextBlock
x:Name="txtVersion"
Text="v1.1.1.1"
FontSize="12"
Margin="78,384,0,0" HorizontalAlignment="Left" VerticalAlignment="Top"/>
<TextBlock
x:Name="txtMessage1"
Text="Messages Here..."
VerticalAlignment="Bottom"
HorizontalAlignment="Left"
FontSize="12"
Margin="78,0,0,132"
Width="674"/>
<Canvas>
<Path Fill="White" Width="10" Height="10" Stretch="Uniform" >
<Path.Data>
<GeometryGroup>
<PathGeometry Figures="m30 4.6871c-13.97 0-25.313 11.343-25.313 25.313 0.0001 13.97 11.343 25.313 25.313 25.313s25.313-11.343 25.313-25.313-11.343-25.313-25.313-25.313z"/>
<PathGeometry Figures="m30.014 10.198c1.228 0 2.255 0.432 3.125 1.302s1.302 1.91 1.302 3.153c0 1.29-0.432 2.386-1.302 3.24-0.87 0.855-1.897 1.273-3.125 1.273-1.211 0-2.254-0.432-3.124-1.302s-1.331-1.952-1.331-3.211c0-1.212 0.461-2.238 1.331-3.124s1.913-1.331 3.124-1.331zm0 13.394c1.104 0 1.978 0.383 2.662 1.128 0.699 0.731 1.041 1.646 1.041 2.749v18.427c0 1.104-0.342 2.016-1.041 2.778-0.684 0.745-1.558 1.128-2.662 1.128-1.087 0-1.991-0.383-2.69-1.128-0.684-0.762-1.041-1.674-1.041-2.778v-18.427c0-1.103 0.357-2.018 1.041-2.749 0.699-0.745 1.603-1.128 2.69-1.128z"/>
</GeometryGroup>
</Path.Data>
</Path>
</Canvas>
<!--<TextBlock Text="SiCentury Semiconductor Technology (Suzhou) Co., Ltd" VerticalAlignment="Bottom" HorizontalAlignment="Left" Margin="416,0,0,67" Foreground="White" FontWeight="Bold"/>
<TextBlock Text="100 Sumu Road. Suzhou Industrial Park, Jiangsu, China" VerticalAlignment="Bottom" HorizontalAlignment="Left" Margin="426,0,0,47" Foreground="White" Opacity="0.6"/>-->
</Grid>
</Window>