jellyfin-server/MediaBrowser.Installer/MainWindow.xaml

13 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-02-21 01:33:05 +00:00
<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"
2013-02-21 14:13:26 +00:00
Title="Install Media Browser Server" Height="338.057" Width="667.453" ResizeMode="NoResize">
2013-02-21 01:33:05 +00:00
<Grid Margin="0,0,0,2">
2013-02-21 14:13:26 +00:00
<ProgressBar x:Name="prgProgress" HorizontalAlignment="Left" Height="11" Margin="52,266,0,0" VerticalAlignment="Top" Width="460"/>
<Code:DownloadAnimation x:Name="dlAnimation" HorizontalAlignment="Left" Margin="26,10,0,0" VerticalAlignment="Top" Height="196" Width="574" RenderTransformOrigin="0.5,0.5"/>
<Button x:Name="btnCancel" Content="Cancel" HorizontalAlignment="Left" Margin="547,255,0,0" VerticalAlignment="Top" Width="79" FontSize="14" Click="btnCancel_Click"/>
<Label x:Name="lblStatus" Content="Status" HorizontalAlignment="Left" Margin="52,210,0,0" VerticalAlignment="Top" Width="574" FontSize="14" FontWeight="Bold"/>
2013-02-21 01:33:05 +00:00
</Grid>
</Window>