mainwindow.xaml 578 B

12345678910
  1. <Window x:Class="LauncherUpdater.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Title="MainWindow"
  5. Height="88.031" Width="390.667">
  6. <Grid Background="#FF1F1E1E">
  7. <Image x:Name="ProgressBar" Stretch="Fill" Source="Data/Img/update_bar.png" HorizontalAlignment="Left"
  8. VerticalAlignment="Top" Height="6" Width="370" Margin="10,41,0,0" />
  9. </Grid>
  10. </Window>