|
5 | 5 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
6 | 6 | xmlns:local="clr-namespace:NCX_Installer" |
7 | 7 | mc:Ignorable="d" |
8 | | - d:DesignHeight="350" d:DesignWidth="600" |
| 8 | + d:DesignHeight="450" d:DesignWidth="800" |
9 | 9 | Title="XSC64TL" Background="Black"> |
| 10 | + <Page.Resources> |
| 11 | + <ResourceDictionary> |
| 12 | + <ImageSource x:Key="image1">image/screen/c64tl1.png</ImageSource> |
| 13 | + <ImageSource x:Key="image2">image/screen/c64tl2.png</ImageSource> |
| 14 | + </ResourceDictionary> |
| 15 | + </Page.Resources> |
10 | 16 |
|
11 | 17 | <Grid> |
12 | | - <Image HorizontalAlignment="Left" Height="175" Margin="10,10,0,0" VerticalAlignment="Top" Width="175" Source="image/c64titleloader.png"/> |
13 | | - <Label Content="C64 Title Loader" HorizontalAlignment="Left" Margin="185,10,0,0" VerticalAlignment="Top" FontWeight="Bold" FontSize="26" Foreground="White"/> |
14 | | - <Label Content="By IanSkinner1982" HorizontalAlignment="Left" Margin="185,42,0,0" VerticalAlignment="Top" FontSize="20" Foreground="White"/> |
15 | | - <Button x:Name="btn1" Content="User Page" HorizontalAlignment="Left" Margin="190,79,0,0" VerticalAlignment="Top" Width="74" Height="23" Click="Button_Click_1" Background="{x:Null}" Foreground="White"/> |
16 | | - <Button x:Name="btn2" Content="GitHub" HorizontalAlignment="Left" Margin="269,79,0,0" VerticalAlignment="Top" Width="74" Height="23" Click="Button_Click" Background="{x:Null}" Foreground="White"/> |
17 | | - <ProgressBar x:Name="progressBar1" HorizontalAlignment="Left" Height="19" Margin="10,198,0,0" VerticalAlignment="Top" Width="175" Background="#FF323232"/> |
18 | | - <Label x:Name="label1" Content="Downloading... Please wait." HorizontalAlignment="Left" Margin="10,217,0,0" VerticalAlignment="Top" Width="175" FontSize="13" Visibility="Hidden" Foreground="White"/> |
19 | | - <Button x:Name="btn5" Content="Download" HorizontalAlignment="Left" Margin="10,198,0,0" VerticalAlignment="Top" Width="175" Click="Button_Click_4" Foreground="White" Background="Black"/> |
20 | | - <TextBlock HorizontalAlignment="Left" Margin="190,107,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Height="84" Width="290" FontSize="15" Text="One disk to rule them all... A program to load all of IanSkinner1982's Commodore 64 Programs." Foreground="White"/> |
21 | | - <Button x:Name="btn3" Content="Back" HorizontalAlignment="Left" Margin="10,279,0,0" VerticalAlignment="Top" Width="74" Height="23" Click="Button_Click_2" Background="{x:Null}" Foreground="White"/> |
22 | | - <Button Content="Photos" HorizontalAlignment="Left" Margin="348,79,0,0" VerticalAlignment="Top" Width="74" Height="23" Click="Button_Click_3" Background="{x:Null}" Foreground="White"/> |
23 | | - <Label Content="Requires External Software: Vice Emulator" HorizontalAlignment="Left" Margin="190,173,0,0" VerticalAlignment="Top" Foreground="White"/> |
24 | | - <Label Content="Downloads to your desktop as "loader.d64"" HorizontalAlignment="Left" Margin="190,190,0,0" VerticalAlignment="Top" Foreground="White"/> |
25 | | - <Button x:Name="btn4" Content="Nightly" HorizontalAlignment="Left" Margin="89,279,0,0" VerticalAlignment="Top" Foreground="White" Background="Black" Height="23" Width="75" Click="Button_Click_5" Visibility="Hidden"/> |
26 | | - |
| 18 | + <Button x:Name="btn1" Content="" HorizontalAlignment="Left" Margin="0,-1,0,0" VerticalAlignment="Top" Height="79" Width="53" BorderBrush="#00707070" Click="btn1_Click"> |
| 19 | + <Button.Background> |
| 20 | + <ImageBrush ImageSource="image/menu/home.png"/> |
| 21 | + </Button.Background> |
| 22 | + </Button> |
| 23 | + <Button x:Name="btn2" Content="" HorizontalAlignment="Left" Margin="0,78,0,0" VerticalAlignment="Top" Height="79" Width="53" BorderBrush="#00707070" Click="btn2_Click"> |
| 24 | + <Button.Background> |
| 25 | + <ImageBrush ImageSource="image/menu/library.png"/> |
| 26 | + </Button.Background> |
| 27 | + </Button> |
| 28 | + <Button x:Name="btn3" Content="" HorizontalAlignment="Left" Margin="0,157,0,0" VerticalAlignment="Top" Height="79" Width="53" BorderBrush="#00707070" Click="btn3_Click"> |
| 29 | + <Button.Background> |
| 30 | + <ImageBrush ImageSource="image/menu/store.png"/> |
| 31 | + </Button.Background> |
| 32 | + </Button> |
| 33 | + <Button x:Name="btn4" Content="" HorizontalAlignment="Left" Margin="0,236,0,0" VerticalAlignment="Top" Height="79" Width="53" BorderBrush="#00707070" Click="btn4_Click"> |
| 34 | + <Button.Background> |
| 35 | + <ImageBrush ImageSource="image/menu/about.png"/> |
| 36 | + </Button.Background> |
| 37 | + </Button> |
| 38 | + <Button x:Name="btn5" Content="" HorizontalAlignment="Left" Margin="0,315,0,0" VerticalAlignment="Top" Height="79" Width="53" BorderBrush="#00707070" Click="btn5_Click"> |
| 39 | + <Button.Background> |
| 40 | + <ImageBrush ImageSource="image/menu/settings.png"/> |
| 41 | + </Button.Background> |
| 42 | + </Button> |
| 43 | + <Image HorizontalAlignment="Left" Height="100" Margin="73,10,0,0" VerticalAlignment="Top" Width="100" Source="image/c64titleloader.png"/> |
| 44 | + <Label Content="C64 Title Loader" HorizontalAlignment="Left" Margin="173,4,0,0" VerticalAlignment="Top" FontWeight="Bold" FontSize="32" Foreground="White"/> |
| 45 | + <Label Content="By IanSkinner1982" HorizontalAlignment="Left" Margin="173,40,0,0" VerticalAlignment="Top" FontSize="23" Foreground="White"/> |
| 46 | + <Button Content="User Page" HorizontalAlignment="Left" Margin="178,78,0,0" VerticalAlignment="Top" Width="74" Height="23" Click="Button_Click_1" Background="{x:Null}" Foreground="White"/> |
| 47 | + <Button Content="GitHub" HorizontalAlignment="Left" Margin="257,78,0,0" VerticalAlignment="Top" Width="74" Height="23" Click="Button_Click" Background="{x:Null}" Foreground="White"/> |
| 48 | + <ProgressBar x:Name="progressBar1" HorizontalAlignment="Left" Height="20" Margin="336,80,0,0" VerticalAlignment="Top" Width="175" Background="#FF323232"/> |
| 49 | + <Label x:Name="label1" Content="Downloading... Please wait." HorizontalAlignment="Left" Margin="336,98,0,0" VerticalAlignment="Top" Width="174" FontSize="13" Visibility="Hidden" Foreground="White"/> |
| 50 | + <Button x:Name="btn8" Content="Release" HorizontalAlignment="Left" Margin="336,78,0,0" VerticalAlignment="Top" Height="23" Width="87" Click="Button_Click_4" Foreground="White" Background="Black" Visibility="Hidden"/> |
| 51 | + <TextBlock HorizontalAlignment="Left" Margin="73,118,0,0" Text="One disk to rule them all... A program to load all of IanSkinner1982's Commodore 64 Programs. Requires External Software, Vice Emulator, and downloads to your desktop as "loader.d64"" TextWrapping="Wrap" VerticalAlignment="Top" Height="101" Width="388" FontSize="18" Foreground="White"/> |
| 52 | + <Image x:Name="img1" HorizontalAlignment="Left" Height="202" Margin="422,202,0,0" VerticalAlignment="Top" Width="362" Source="image/screen/c64tl1.png" Stretch="Uniform"/> |
| 53 | + <Button x:Name="btn6" Content="" HorizontalAlignment="Left" Margin="284,232,0,0" VerticalAlignment="Top" Height="82" Width="133" Click="btn6_Click"> |
| 54 | + <Button.Background> |
| 55 | + <ImageBrush ImageSource="image/screen/c64tl1.png" Stretch="Uniform"/> |
| 56 | + </Button.Background> |
| 57 | + </Button> |
| 58 | + <Button x:Name="btn9" Content="" HorizontalAlignment="Left" Margin="284,319,0,0" VerticalAlignment="Top" Height="85" Width="133" Click="btn9_Click"> |
| 59 | + <Button.Background> |
| 60 | + <ImageBrush ImageSource="image/screen/c64tl2.png" Stretch="Uniform"/> |
| 61 | + </Button.Background> |
| 62 | + </Button> |
| 63 | + <Button x:Name="btn10" Content="Nightly" HorizontalAlignment="Left" Width="86" Height="23" Margin="424,78,0,0" VerticalAlignment="Top" Foreground="White" Background="Black" Visibility="Hidden" Click="Button_Click_7"/> |
| 64 | + <Button x:Name="btn11" Content="Download" HorizontalAlignment="Left" Margin="336,78,0,0" VerticalAlignment="Top" Width="174" Height="23" Background="Black" Foreground="White" Click="Button_Click_6"/> |
27 | 65 | </Grid> |
28 | 66 | </Page> |
0 commit comments