markus / KCOM / Views / SplashScreenWindow.xaml @ cf1cc862
1 | 9d23566d | ljiyeon | <Window x:Class="KCOM.Views.SplashScreenWindow" |
---|---|---|---|
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||
4 | WindowStartupLocation="CenterScreen" |
||
5 | WindowStyle="None" |
||
6 | AllowsTransparency="True" Topmost="True" |
||
7 | Height="252" |
||
8 | Width="496" Background="Transparent"> |
||
9 | |||
10 | <Grid>
|
||
11 | |||
12 | 264c9309 | ljiyeon | <Image Source="/KCOM;component/Resources/Images/MenuImage_New/splash.png" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="sImage"/> |
13 | 9d23566d | ljiyeon | <ProgressBar HorizontalAlignment="Left" VerticalAlignment="Bottom" Height="18.1" x:Name="progressBar" Width="496" Background="Transparent" BorderThickness="0" |
14 | Foreground="LightSlateGray" Opacity="0.5"/> |
||
15 | <TextBlock HorizontalAlignment="Left" VerticalAlignment="Bottom" TextAlignment="Center" x:Name="splashText" Foreground="AntiqueWhite" FontWeight="ExtraBold" xml:space="preserve" Height="17.5"> Loading...</TextBlock> |
||
16 | </Grid>
|
||
17 | </Window> |