Subversion Repository Public Repository

Nextrek

Diff Revisions 18 vs 19 for /Windows8/Minstrek/DimensioneParallela/App1/bin/Release/MainPage.xaml

Diff revisions: vs.
  @@ -26,7 +26,7 @@
26 26 </Canvas>
27 27 </StackPanel>
28 28 <StackPanel x:Name="buttonPanel1" Visibility="Visible" HorizontalAlignment="Center" Margin="5,0,0,0">
29 - <Button x:ConnectionId='12' x:Name="button11" Width="1320" Height="250" FontSize="100" Foreground="Black" >
29 + <Button x:ConnectionId='13' x:Name="button11" Width="1320" Height="250" FontSize="100" Foreground="Black" >
30 30 <Button.Background>
31 31 <ImageBrush ImageSource="images/bkimag.jpg" />
32 32 </Button.Background>
  @@ -34,13 +34,13 @@
34 34 </Button>
35 35 </StackPanel>
36 36 <StackPanel x:Name="buttonPanel2" Orientation="Horizontal" Visibility="Collapsed" HorizontalAlignment="Center" Margin="5,0,0,0">
37 - <Button x:ConnectionId='10' x:Name="button21" Width="660" Height="250" FontSize="50" Foreground="Black" >
37 + <Button x:ConnectionId='11' x:Name="button21" Width="660" Height="250" FontSize="50" Foreground="Black" >
38 38 <Button.Background>
39 39 <ImageBrush ImageSource="images/bkimag.jpg" />
40 40 </Button.Background>
41 41 <TextBlock x:Name="textB21" Text="{Binding bottoni[0].testo }" TextWrapping="Wrap" ></TextBlock>
42 42 </Button>
43 - <Button x:ConnectionId='11' x:Name="button22" Width="660" Height="250" FontSize="50" Foreground="Black" >
43 + <Button x:ConnectionId='12' x:Name="button22" Width="660" Height="250" FontSize="50" Foreground="Black" >
44 44 <Button.Background>
45 45 <ImageBrush ImageSource="images/bkimag.jpg" />
46 46 </Button.Background>
  @@ -48,19 +48,19 @@
48 48 </Button>
49 49 </StackPanel>
50 50 <StackPanel x:Name="buttonPanel3" Orientation="Horizontal" Visibility="Collapsed" HorizontalAlignment="Center" Margin="5,0,0,0">
51 - <Button x:ConnectionId='7' x:Name="button31" Width="440" Height="250" FontSize="30" Foreground="Black" >
51 + <Button x:ConnectionId='8' x:Name="button31" Width="440" Height="250" FontSize="30" Foreground="Black" >
52 52 <Button.Background>
53 53 <ImageBrush ImageSource="images/bkimag.jpg" />
54 54 </Button.Background>
55 55 <TextBlock x:Name="textB31" Text="{Binding bottoni[0].testo }" TextWrapping="Wrap" ></TextBlock>
56 56 </Button>
57 - <Button x:ConnectionId='8' x:Name="button32" Width="440" Height="250" FontSize="30" Foreground="Black" >
57 + <Button x:ConnectionId='9' x:Name="button32" Width="440" Height="250" FontSize="30" Foreground="Black" >
58 58 <Button.Background>
59 59 <ImageBrush ImageSource="images/bkimag.jpg" />
60 60 </Button.Background>
61 61 <TextBlock x:Name="textB32" Text="{Binding bottoni[1].testo }" TextWrapping="Wrap" ></TextBlock>
62 62 </Button>
63 - <Button x:ConnectionId='9' x:Name="button33" Width="440" Height="250" FontSize="30" Foreground="Black" >
63 + <Button x:ConnectionId='10' x:Name="button33" Width="440" Height="250" FontSize="30" Foreground="Black" >
64 64 <Button.Background>
65 65 <ImageBrush ImageSource="images/bkimag.jpg" />
66 66 </Button.Background>
  @@ -69,13 +69,13 @@
69 69 </StackPanel>
70 70 <StackPanel x:Name="buttonPanel4" Orientation="Vertical" Visibility="Collapsed" HorizontalAlignment="Center" Margin="5,0,0,0">
71 71 <StackPanel Orientation="Horizontal">
72 - <Button x:ConnectionId='5' x:Name="button41" Width="660" Height="125" FontSize="18" Foreground="Black" >
72 + <Button x:ConnectionId='6' x:Name="button41" Width="660" Height="125" FontSize="18" Foreground="Black" >
73 73 <Button.Background>
74 74 <ImageBrush ImageSource="images/bkimag.jpg" />
75 75 </Button.Background>
76 76 <TextBlock x:Name="textB41" Text="{Binding bottoni[0].testo }" TextWrapping="Wrap" ></TextBlock>
77 77 </Button>
78 - <Button x:ConnectionId='6' x:Name="button42" Width="660" Height="125" FontSize="18" Foreground="Black" >
78 + <Button x:ConnectionId='7' x:Name="button42" Width="660" Height="125" FontSize="18" Foreground="Black" >
79 79 <Button.Background>
80 80 <ImageBrush ImageSource="images/bkimag.jpg" />
81 81 </Button.Background>
  @@ -83,13 +83,13 @@
83 83 </Button>
84 84 </StackPanel>
85 85 <StackPanel Orientation="Horizontal">
86 - <Button x:ConnectionId='3' x:Name="button43" Width="660" Height="125" FontSize="18" Foreground="Black" >
86 + <Button x:ConnectionId='4' x:Name="button43" Width="660" Height="125" FontSize="18" Foreground="Black" >
87 87 <Button.Background>
88 88 <ImageBrush ImageSource="images/bkimag.jpg" />
89 89 </Button.Background>
90 90 <TextBlock x:Name="textB43" Text="{Binding bottoni[2].testo }" TextWrapping="Wrap" ></TextBlock>
91 91 </Button>
92 - <Button x:ConnectionId='4' x:Name="button44" Width="660" Height="125" FontSize="18" Foreground="Black" >
92 + <Button x:ConnectionId='5' x:Name="button44" Width="660" Height="125" FontSize="18" Foreground="Black" >
93 93 <Button.Background>
94 94 <ImageBrush ImageSource="images/bkimag.jpg" />
95 95 </Button.Background>
  @@ -107,19 +107,32 @@
107 107 <Canvas.Background>
108 108 <ImageBrush ImageSource="sfondoFine.png" Stretch="UniformToFill" />
109 109 </Canvas.Background>
110 - <StackPanel Margin="0,100,0,0" Orientation="Vertical" Width="1366">
111 - <TextBlock HorizontalAlignment="Center" FontSize="68" FontWeight="Bold" Foreground="Black">DO YOU WANT TO PLAY AGAIN?</TextBlock>
112 - <StackPanel Margin="0,100,0,0" Orientation="Horizontal" HorizontalAlignment="Center">
113 - <Button x:ConnectionId='1' x:Name="botSi" Width="500" Height="200" >
110 + <StackPanel Margin="0,420,0,0" Orientation="Vertical" Width="1366">
111 + <TextBlock HorizontalAlignment="Center" FontSize="68" FontWeight="Bold" Foreground="Wheat">DO YOU WANT TO PLAY AGAIN?</TextBlock>
112 + <StackPanel Margin="0,40,0,0" Orientation="Horizontal" HorizontalAlignment="Center">
113 + <Button x:ConnectionId='2' x:Name="botSi" Width="500" Height="200" >
114 114 <TextBlock FontSize="70" Foreground="Wheat">YES</TextBlock>
115 115 </Button>
116 - <Button x:ConnectionId='2' x:Name="botNo" Width="500" Height="200" >
116 + <Button x:ConnectionId='3' x:Name="botNo" Width="500" Height="200" >
117 117 <TextBlock FontSize="70" Foreground="Wheat">NO, QUIT</TextBlock>
118 118 </Button>
119 119 </StackPanel>
120 120 </StackPanel>
121 121 </Canvas>
122 122
123 + <Canvas x:Name="blackCanvas" Background="Black" Visibility="Collapsed"></Canvas>
124 +
125 + <Canvas x:Name="credits" Visibility="Collapsed">
126 + <Canvas.Background>
127 + <ImageBrush ImageSource="Credits.png" Stretch="None" />
128 + </Canvas.Background>
129 + <Button x:ConnectionId='1' x:Name="closeBut" Width="50" Height="50" Canvas.Left="410" Canvas.Top="210" >
130 + <Button.Background>
131 + <ImageBrush ImageSource="appbar.close.rest.png" />
132 + </Button.Background>
133 + </Button>
134 + </Canvas>
135 +
123 136 </Grid>
124 137 </Grid>
125 138 </Viewbox>