|
44 | 44 | <Image HorizontalAlignment="Left" Height="100" Margin="73,10,0,0" VerticalAlignment="Top" Width="100" Source="image/c64titleloader.png"/> |
45 | 45 | <Label x:Name="label4" Content="C64 Title Loader" HorizontalAlignment="Left" Margin="173,4,0,0" VerticalAlignment="Top" FontWeight="Bold" FontSize="32" Foreground="White"/> |
46 | 46 | <Label x:Name="label3" Content="By IanSkinner1982" HorizontalAlignment="Left" Margin="173,40,0,0" VerticalAlignment="Top" FontSize="23" Foreground="White"/> |
47 | | - <Button x:Name="btn7" Content="" HorizontalAlignment="Left" Margin="173,75,0,0" VerticalAlignment="Top" Width="35" Height="35" Click="Button_Click_1" Foreground="White" BorderBrush="#00707070"> |
| 47 | + <Button x:Name="btn7" Content="" HorizontalAlignment="Left" Margin="173,75,0,0" VerticalAlignment="Top" Width="35" Height="35" Click="Button_Click_1" Foreground="White" BorderBrush="#00707070" ToolTip="User Profile"> |
48 | 48 | <Button.Background> |
49 | 49 | <ImageBrush ImageSource="image/button/user.png"/> |
50 | 50 | </Button.Background> |
51 | 51 | </Button> |
52 | | - <Button x:Name="btn12" Content="" HorizontalAlignment="Left" Margin="208,75,0,0" VerticalAlignment="Top" Width="35" Height="35" Click="Button_Click" Foreground="White" BorderBrush="#00707070"> |
| 52 | + <Button x:Name="btn12" Content="" HorizontalAlignment="Left" Margin="208,75,0,0" VerticalAlignment="Top" Width="35" Height="35" Click="Button_Click" Foreground="White" BorderBrush="#00707070" ToolTip="Source (GitHub Repo)"> |
53 | 53 | <Button.Background> |
54 | 54 | <ImageBrush ImageSource="image/button/source.png"/> |
55 | 55 | </Button.Background> |
56 | 56 | </Button> |
57 | 57 | <ProgressBar x:Name="progressBar1" HorizontalAlignment="Left" Height="20" Margin="248,82,0,0" VerticalAlignment="Top" Width="175" Foreground="#FF00FFC9" Visibility="Hidden"/> |
58 | 58 | <Label x:Name="label1" Content="Downloading... Please wait." HorizontalAlignment="Left" Margin="243,98,0,0" VerticalAlignment="Top" Width="174" FontSize="13" Visibility="Hidden" Foreground="White"/> |
59 | | - <Button x:Name="btn8" Content="" HorizontalAlignment="Left" Margin="243,75,0,0" VerticalAlignment="Top" Height="35" Width="35" Click="Button_Click_4" Foreground="White" Visibility="Hidden" BorderBrush="#00707070"> |
| 59 | + <Button x:Name="btn8" Content="" HorizontalAlignment="Left" Margin="243,75,0,0" VerticalAlignment="Top" Height="35" Width="35" Click="Button_Click_4" Foreground="White" Visibility="Hidden" BorderBrush="#00707070" ToolTip="Download Release"> |
60 | 60 | <Button.Background> |
61 | 61 | <ImageBrush ImageSource="image/button/download-release.png"/> |
62 | 62 | </Button.Background> |
|
73 | 73 | <ImageBrush ImageSource="image/screen/c64tl2.png" Stretch="Uniform"/> |
74 | 74 | </Button.Background> |
75 | 75 | </Button> |
76 | | - <Button x:Name="btn10" Content="" HorizontalAlignment="Left" Width="35" Height="35" Margin="278,75,0,0" VerticalAlignment="Top" Foreground="White" Visibility="Hidden" Click="Button_Click_7" BorderBrush="#00707070"> |
| 76 | + <Button x:Name="btn10" Content="" HorizontalAlignment="Left" Width="35" Height="35" Margin="278,75,0,0" VerticalAlignment="Top" Foreground="White" Visibility="Hidden" Click="Button_Click_7" BorderBrush="#00707070" ToolTip="Download Nightly"> |
77 | 77 | <Button.Background> |
78 | 78 | <ImageBrush ImageSource="image/button/download-beta.png"/> |
79 | 79 | </Button.Background> |
80 | 80 | </Button> |
81 | | - <Button x:Name="btn11" Content="" HorizontalAlignment="Left" Margin="243,75,0,0" VerticalAlignment="Top" Width="35" Height="35" Foreground="White" Click="Button_Click_6" BorderBrush="#00707070"> |
| 81 | + <Button x:Name="btn11" Content="" HorizontalAlignment="Left" Margin="243,75,0,0" VerticalAlignment="Top" Width="35" Height="35" Foreground="White" Click="Button_Click_6" BorderBrush="#00707070" ToolTip="Download"> |
82 | 82 | <Button.Background> |
83 | 83 | <ImageBrush ImageSource="image/button/download.png"/> |
84 | 84 | </Button.Background> |
|
0 commit comments