aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/Splash/SplashWindow.xaml
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-15 13:08:25 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-15 13:08:25 -0500
commitbf1c36ba613c5b62a43fb2f56590e1337945ed6a (patch)
treebdf7ae0c8c69c561b711739591cdc5695eeb0a35 /MediaBrowser.ServerApplication/Splash/SplashWindow.xaml
parent60213b2d3c2b03f088bb4668960b1c3a0a5ab8f6 (diff)
convert splash window to win forms
Diffstat (limited to 'MediaBrowser.ServerApplication/Splash/SplashWindow.xaml')
-rw-r--r--MediaBrowser.ServerApplication/Splash/SplashWindow.xaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/MediaBrowser.ServerApplication/Splash/SplashWindow.xaml b/MediaBrowser.ServerApplication/Splash/SplashWindow.xaml
deleted file mode 100644
index b35eadd06..000000000
--- a/MediaBrowser.ServerApplication/Splash/SplashWindow.xaml
+++ /dev/null
@@ -1,21 +0,0 @@
-<Window x:Class="MediaBrowser.ServerApplication.Splash.SplashWindow"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Height="386.939" Width="664.49" WindowStartupLocation="CenterScreen" Title="Media Browser Server" ShowInTaskbar="True" WindowStyle="None" BorderThickness="1" BorderBrush="#cccccc" AllowsTransparency="True">
-
- <Border BorderBrush="DarkGray" BorderThickness="1">
- <Grid>
-
- <Image HorizontalAlignment="Center" Height="146" Margin="0,10,44,0" VerticalAlignment="Top" Width="616" Source="/Resources/Images/mb3logo800.png" Opacity="0.5"/>
-
- <Grid HorizontalAlignment="Left" Height="153" Margin="0,173,0,0" VerticalAlignment="Top" Width="662" Background="Gray">
-
- <TextBlock x:Name="lblStatus" HorizontalAlignment="Left" Margin="12,14,0,18" Width="637" FontSize="36" Foreground="#FFE6D7D7" Text="Loading Media Browser Server..." TextWrapping="WrapWithOverflow"/>
-
- <Rectangle Fill="#FF49494B" HorizontalAlignment="Left" Height="13" Stroke="Black" VerticalAlignment="Bottom" Width="662"/>
- <Rectangle x:Name="RectProgress" Fill="#52B54B" HorizontalAlignment="Left" Height="13" Stroke="Black" VerticalAlignment="Bottom" Width="0"/>
- </Grid>
- </Grid>
-
- </Border>
-</Window>