diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-20 20:33:05 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-20 20:33:05 -0500 |
| commit | 767cdc1f6f6a63ce997fc9476911e2c361f9d402 (patch) | |
| tree | 49add55976f895441167c66cfa95e5c7688d18ce /MediaBrowser.Installer/MainWindow.xaml | |
| parent | 845554722efaed872948a9e0f7202e3ef52f1b6e (diff) | |
Pushing missing changes
Diffstat (limited to 'MediaBrowser.Installer/MainWindow.xaml')
| -rw-r--r-- | MediaBrowser.Installer/MainWindow.xaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Installer/MainWindow.xaml b/MediaBrowser.Installer/MainWindow.xaml new file mode 100644 index 0000000000..4f11cf6ea0 --- /dev/null +++ b/MediaBrowser.Installer/MainWindow.xaml @@ -0,0 +1,12 @@ +<Window + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:Code="clr-namespace:MediaBrowser.Installer.Code" x:Class="MediaBrowser.Installer.MainWindow" + Title="Install Media Browser Server" Height="358.571" Width="683.571" ResizeMode="NoResize"> + <Grid Margin="0,0,0,2"> + <ProgressBar x:Name="prgProgress" HorizontalAlignment="Left" Height="11" Margin="55,291,0,0" VerticalAlignment="Top" Width="460"/> + <Code:DownloadAnimation x:Name="dlAnimation" HorizontalAlignment="Left" Margin="55,34,0,0" VerticalAlignment="Top" Height="196" Width="574" RenderTransformOrigin="0.5,0.5"/> + <Button x:Name="btnCancel" Content="Cancel" HorizontalAlignment="Left" Margin="550,280,0,0" VerticalAlignment="Top" Width="79" FontSize="14" Click="btnCancel_Click"/> + <Label x:Name="lblStatus" Content="Status" HorizontalAlignment="Left" Margin="55,235,0,0" VerticalAlignment="Top" Width="574" FontSize="14" FontWeight="Bold"/> + </Grid> +</Window> |
