|
5 | 5 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
6 | 6 | xmlns:local="clr-namespace:NCX_Installer" |
7 | 7 | mc:Ignorable="d" |
8 | | - Title="Installed Programs" Height="391" Width="722"> |
| 8 | + Title="Installed Programs" Height="391" Width="722" Background="Black"> |
9 | 9 | <Grid> |
10 | | - <Label x:Name="label1" Content="All Installed Programs" HorizontalAlignment="Left" VerticalAlignment="Top" FontSize="24" FontWeight="Bold"/> |
| 10 | + <Label x:Name="label1" Content="All Installed Programs" HorizontalAlignment="Left" VerticalAlignment="Top" FontSize="24" FontWeight="Bold" Foreground="White"/> |
11 | 11 | <Button x:Name="btn1" Content="" HorizontalAlignment="Left" Margin="10,42,0,0" VerticalAlignment="Top" Height="128" Width="128" Visibility="Hidden" Click="btn1_Click"> |
12 | 12 | <Button.Background> |
13 | 13 | <ImageBrush ImageSource="image/csharpcol.png"/> |
14 | 14 | </Button.Background> |
15 | 15 | </Button> |
16 | | - <Button x:Name="btn2" Content="View in Store" HorizontalAlignment="Left" Margin="10,175,0,0" VerticalAlignment="Top" Height="23" Width="128" Visibility="Hidden" Click="btn2_Click"/> |
17 | | - <Button x:Name="btn4" Content="View in Store" HorizontalAlignment="Left" Margin="143,175,0,0" VerticalAlignment="Top" Height="23" Width="128" Visibility="Hidden" Click="btn4_Click"/> |
18 | | - <Button x:Name="btn5" Content="Download More Apps" HorizontalAlignment="Left" Margin="276,42,0,0" VerticalAlignment="Top" Height="128" Width="128" Background="{x:Null}" Click="btn5_Click"/> |
19 | | - <Button Content="Back" HorizontalAlignment="Left" Margin="614,10,0,0" VerticalAlignment="Top" Width="75" Height="23" Click="Button_Click"/> |
| 16 | + <Button x:Name="btn2" Content="View in Store" HorizontalAlignment="Left" Margin="10,175,0,0" VerticalAlignment="Top" Height="23" Width="128" Visibility="Hidden" Click="btn2_Click" Background="Black" Foreground="White"/> |
| 17 | + <Button x:Name="btn4" Content="View in Store" HorizontalAlignment="Left" Margin="143,175,0,0" VerticalAlignment="Top" Height="23" Width="128" Visibility="Hidden" Click="btn4_Click" Background="Black" Foreground="White"/> |
| 18 | + <Button x:Name="btn5" Content="Download More Apps" HorizontalAlignment="Left" Margin="276,42,0,0" VerticalAlignment="Top" Height="128" Width="128" Click="btn5_Click" Background="Black" Foreground="White"/> |
| 19 | + <Button x:Name="btn3" Content="" HorizontalAlignment="Left" Margin="143,42,0,0" VerticalAlignment="Top" Height="128" Width="128" Visibility="Hidden" Click="btn3_Click"> |
| 20 | + <Button.Background> |
| 21 | + <ImageBrush ImageSource="image/ncxnewsplus.png"/> |
| 22 | + </Button.Background> |
| 23 | + </Button> |
20 | 24 | </Grid> |
21 | 25 | </Window> |
0 commit comments