Subversion Repository Public Repository

Nextrek

Diff Revisions 31 vs 32 for /Windows8/Minstrek/Walkinback/App1/MainPage.xaml

Diff revisions: vs.
  @@ -32,7 +32,7 @@
32 32 </Canvas>
33 33 </StackPanel>
34 34 <StackPanel x:Name="buttonPanel1" Visibility="Visible" HorizontalAlignment="Center" Margin="5,0,0,0">
35 - <Button x:Name="button11" Width="1320" Height="250" FontSize="100" Foreground="Black" Click="button11_Click">
35 + <Button x:Name="button11" Width="1320" Height="250" FontSize="70" Foreground="Black" Click="button11_Click">
36 36 <Button.Background>
37 37 <ImageBrush ImageSource="images/bkimag.jpg" />
38 38 </Button.Background>
  @@ -103,6 +103,39 @@
103 103 </Button>
104 104 </StackPanel>
105 105 </StackPanel>
106 +
107 + <StackPanel x:Name="buttonPanel5" Orientation="Horizontal" Visibility="Collapsed" HorizontalAlignment="Center" Margin="5,0,0,0">
108 + <Button x:Name="button51" Width="264" Height="250" FontSize="30" Foreground="Black" Click="button51_Click">
109 + <Button.Background>
110 + <ImageBrush ImageSource="images/bkimag.jpg" />
111 + </Button.Background>
112 + <TextBlock x:Name="textB51" Text="{Binding bottoni[0].testo }" TextWrapping="Wrap" ></TextBlock>
113 + </Button>
114 + <Button x:Name="button52" Width="264" Height="250" FontSize="30" Foreground="Black" Click="button52_Click">
115 + <Button.Background>
116 + <ImageBrush ImageSource="images/bkimag.jpg" />
117 + </Button.Background>
118 + <TextBlock x:Name="textB52" Text="{Binding bottoni[1].testo }" TextWrapping="Wrap" ></TextBlock>
119 + </Button>
120 + <Button x:Name="button53" Width="264" Height="250" FontSize="30" Foreground="Black" Click="button53_Click">
121 + <Button.Background>
122 + <ImageBrush ImageSource="images/bkimag.jpg" />
123 + </Button.Background>
124 + <TextBlock x:Name="textB53" Text="{Binding bottoni[2].testo }" TextWrapping="Wrap" ></TextBlock>
125 + </Button>
126 + <Button x:Name="button54" Width="264" Height="250" FontSize="30" Foreground="Black" Click="button54_Click">
127 + <Button.Background>
128 + <ImageBrush ImageSource="images/bkimag.jpg" />
129 + </Button.Background>
130 + <TextBlock x:Name="textB54" Text="{Binding bottoni[3].testo }" TextWrapping="Wrap" ></TextBlock>
131 + </Button>
132 + <Button x:Name="button55" Width="264" Height="250" FontSize="30" Foreground="Black" Click="button55_Click">
133 + <Button.Background>
134 + <ImageBrush ImageSource="images/bkimag.jpg" />
135 + </Button.Background>
136 + <TextBlock x:Name="textB55" Text="{Binding bottoni[4].testo }" TextWrapping="Wrap" ></TextBlock>
137 + </Button>
138 + </StackPanel>
106 139 <!--<Border BorderBrush="Blue" BorderThickness="5" Width="1320" Height="260" Margin="0,-10,0,0">
107 140 </Border>-->
108 141