src/FingersDance.Control.Menu/UserControlMenu.xaml
changeset 3 4f1ea403073d
parent 2 06de3a61998f
child 54 c724ac229181
--- a/src/FingersDance.Control.Menu/UserControlMenu.xaml	Wed Jul 29 00:55:57 2009 +0200
+++ b/src/FingersDance.Control.Menu/UserControlMenu.xaml	Fri Jul 31 00:45:42 2009 +0200
@@ -27,8 +27,26 @@
 					<TranslateTransform X="0" Y="0"/>
 				</TransformGroup>
 			</StackPanel.RenderTransform>
-			<Custom:SurfaceButton FontSize="14" FontWeight="Normal" Foreground="#FFAEAEAE" Width="Auto" Height="25" Content="Cinématographique" Visibility="Visible" Background="#72FFFFFF" x:Name="ButtonChildCine"/>
-			<Custom:SurfaceButton FontSize="14" FontWeight="Normal" Foreground="#FFAEAEAE" Width="Auto" Height="26" Content="Chorégraphique" Background="#72FFFFFF" Visibility="Visible" x:Name="ButtonChildChore"/>
+			<Custom:SurfaceButton FontSize="14" FontWeight="Normal" Foreground="#FFAEAEAE" Width="Auto" Height="25" Content="Cinématographique" Visibility="Visible" Background="#72FFFFFF" x:Name="ButtonChildCine" ContactDown="ButtonChildCine_ContactDown" Click="ButtonChildCine_Click"/>
+			<StackPanel x:Name="PanelChildCine" Width="Auto" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right" Background="{x:Null}">
+				<Custom:SurfaceButton Height="25" Content="Mouvement de Caméra" x:Name="ButtonChild1MouvCam" Click="ButtonChild1MouvCam_Click" ContactDown="ButtonChild1MouvCam_ContactDown"/>
+				<StackPanel x:Name="PanelChild1MouvCam" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right">
+					<Custom:SurfaceButton Content="MouvCam1" x:Name="buttonMouvCam1"/>
+					<Custom:SurfaceButton Content="MouvCam2" x:Name="bouttonMouvCam2"/>
+				</StackPanel>
+				<Custom:SurfaceButton Height="25" Content="Axe de Caméra" x:Name="buttonChild1AxeCam" Click="buttonChild1AxeCam_Click" ContactDown="buttonChild1AxeCam_ContactDown"/>
+				<StackPanel x:Name="PanelChild1AxeCam" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right">
+					<Custom:SurfaceButton Content="Axe camèra1" x:Name="buttonAxeCam1"/>
+					<Custom:SurfaceButton Content="Axe camèra2" x:Name="buttonAxeCam2"/>
+					<Custom:SurfaceButton Content="Axe camèra3" x:Name="buttonAxeCam3"/>
+					<Custom:SurfaceButton Content="Axe camèra4" x:Name="buttonAxeCam4"/>
+				</StackPanel>
+			</StackPanel>
+			<Custom:SurfaceButton FontSize="14" FontWeight="Normal" Foreground="#FFAEAEAE" Width="Auto" Height="26" Content="Chorégraphique" Background="#72FFFFFF" Visibility="Visible" x:Name="ButtonChildChore" Click="ButtonChildChore_Click" ContactDown="ButtonChildChore_ContactDown"/>
+			<StackPanel x:Name="PanelChildChore" Width="Auto" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right" Background="#FFA6A6A6">
+				<Custom:SurfaceButton Content="ChildChore1" x:Name="button1"/>
+				<Custom:SurfaceButton Content="ChildChore2" x:Name="button2"/>
+			</StackPanel>
 		</StackPanel>
 		<Custom:SurfaceButton FontSize="18" FontWeight="Normal" Foreground="#FFAEAEAE" x:Name="ButtonRecherche" Width="Auto" Height="45" Content="Recherche" ContactDown="ButtonRecherche_ContactDown" Click="ButtonRecherche_Click"/>
 		<StackPanel Visibility="Collapsed" HorizontalAlignment="Right" x:Name="PanelRecherche" Width="262" Height="45"/>