Nextrek
Diff Revisions
30
vs
31
for /Windows8/Minstrek/John Glen/John Glen/MainPage.xaml
|
@@ -110,6 +110,45 @@ |
110 |
110 |
|
</StackPanel> |
111 |
111 |
|
</StackPanel> |
112 |
112 |
|
|
|
113 |
+ |
<StackPanel x:Name="buttonPanel5" Orientation="Vertical" Visibility="Collapsed" HorizontalAlignment="Center" Margin="5,0,0,0" Width="760" Height="260"> |
|
114 |
+ |
<StackPanel Orientation="Horizontal" Width="780" Height="130"> |
|
115 |
+ |
<Button x:Name="button51" Width="390" Height="130" FontSize="18" Foreground="Black" Click="button51_Click"> |
|
116 |
+ |
<Button.Background> |
|
117 |
+ |
<ImageBrush ImageSource="images/bkimag.jpg" /> |
|
118 |
+ |
</Button.Background> |
|
119 |
+ |
<TextBlock x:Name="textB51" Text="{Binding bottoni[0].testo }" TextWrapping="Wrap" ></TextBlock> |
|
120 |
+ |
</Button> |
|
121 |
+ |
<Button x:Name="button52" Width="390" Height="130" FontSize="18" Foreground="Black" Click="button52_Click"> |
|
122 |
+ |
<Button.Background> |
|
123 |
+ |
<ImageBrush ImageSource="images/bkimag.jpg" /> |
|
124 |
+ |
</Button.Background> |
|
125 |
+ |
<TextBlock x:Name="textB52" Text="{Binding bottoni[1].testo }" TextWrapping="Wrap" ></TextBlock> |
|
126 |
+ |
</Button> |
|
127 |
+ |
</StackPanel> |
|
128 |
+ |
<StackPanel Orientation="Horizontal"> |
|
129 |
+ |
<Button x:Name="button53" Width="260" Height="130" FontSize="18" Foreground="Black" Click="button53_Click"> |
|
130 |
+ |
<Button.Background> |
|
131 |
+ |
<ImageBrush ImageSource="images/bkimag.jpg" /> |
|
132 |
+ |
</Button.Background> |
|
133 |
+ |
<TextBlock x:Name="textB53" Text="{Binding bottoni[2].testo }" TextWrapping="Wrap" ></TextBlock> |
|
134 |
+ |
</Button> |
|
135 |
+ |
<Button x:Name="button54" Width="260" Height="130" FontSize="18" Foreground="Black" Click="button54_Click"> |
|
136 |
+ |
<Button.Background> |
|
137 |
+ |
<ImageBrush ImageSource="images/bkimag.jpg" /> |
|
138 |
+ |
</Button.Background> |
|
139 |
+ |
<TextBlock x:Name="textB54" Text="{Binding bottoni[3].testo }" TextWrapping="Wrap" ></TextBlock> |
|
140 |
+ |
</Button> |
|
141 |
+ |
<Button x:Name="button55" Width="260" Height="130" FontSize="18" Foreground="Black" Click="button55_Click"> |
|
142 |
+ |
<Button.Background> |
|
143 |
+ |
<ImageBrush ImageSource="images/bkimag.jpg" /> |
|
144 |
+ |
</Button.Background> |
|
145 |
+ |
<TextBlock x:Name="textB55" Text="{Binding bottoni[4].testo }" TextWrapping="Wrap" ></TextBlock> |
|
146 |
+ |
</Button> |
|
147 |
+ |
</StackPanel> |
|
148 |
+ |
</StackPanel> |
|
149 |
+ |
|
|
150 |
+ |
|
|
151 |
+ |
|
113 |
152 |
|
</StackPanel> |
114 |
153 |
|
|
115 |
154 |
|
|