src/FingersDance.Control.Menu/UserControlMenu.xaml
author sarias
Fri, 31 Jul 2009 00:45:42 +0200
changeset 3 4f1ea403073d
parent 2 06de3a61998f
child 54 c724ac229181
permissions -rw-r--r--
Projet Menu avec profondeur complete. Projet Player sans design play pause basique Les deux projets ont un Surface[name]Test.xaml & .cs pour montrer les fonctionalites. (pour tester il faut "set up as start up project")
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     1
<UserControl
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     2
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     6
	mc:Ignorable="d"
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     7
	x:Class="FingersDance.Control.Menu.UserControlMenu"
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     8
	x:Name="UserControl"
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
     9
	Width="245" Height="Auto" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    10
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    11
	<StackPanel x:Name="LayoutRoot" Width="Auto" Height="Auto">
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    12
		<StackPanel.Background>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    13
			<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    14
				<GradientStop Color="#FF000000" Offset="0"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    15
				<GradientStop Color="#FF444444" Offset="0.991"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    16
				<GradientStop Color="#FF757575" Offset="0.906"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    17
				<GradientStop Color="#FF414141" Offset="0.772"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    18
			</LinearGradientBrush>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    19
		</StackPanel.Background>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    20
		<Custom:SurfaceButton FontSize="18" FontWeight="Normal" Foreground="#FFAEAEAE" HorizontalAlignment="Stretch" x:Name="ButtonAnnotation" Width="Auto" Height="45" Content="Annotation" ContactDown="ButtonAnnotation_ContactDown" Click="ButtonAnnotation_Click"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    21
		<StackPanel RenderTransformOrigin="0.5,0.5" Visibility="Collapsed" HorizontalAlignment="Right" x:Name="PanelAnnotation" Width="208" Height="Auto">
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    22
			<StackPanel.RenderTransform>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    23
				<TransformGroup>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    24
					<ScaleTransform ScaleX="1" ScaleY="1"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    25
					<SkewTransform AngleX="0" AngleY="0"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    26
					<RotateTransform Angle="0"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    27
					<TranslateTransform X="0" Y="0"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    28
				</TransformGroup>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    29
			</StackPanel.RenderTransform>
3
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    30
			<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"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    31
			<StackPanel x:Name="PanelChildCine" Width="Auto" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right" Background="{x:Null}">
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    32
				<Custom:SurfaceButton Height="25" Content="Mouvement de Caméra" x:Name="ButtonChild1MouvCam" Click="ButtonChild1MouvCam_Click" ContactDown="ButtonChild1MouvCam_ContactDown"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    33
				<StackPanel x:Name="PanelChild1MouvCam" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right">
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    34
					<Custom:SurfaceButton Content="MouvCam1" x:Name="buttonMouvCam1"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    35
					<Custom:SurfaceButton Content="MouvCam2" x:Name="bouttonMouvCam2"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    36
				</StackPanel>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    37
				<Custom:SurfaceButton Height="25" Content="Axe de Caméra" x:Name="buttonChild1AxeCam" Click="buttonChild1AxeCam_Click" ContactDown="buttonChild1AxeCam_ContactDown"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    38
				<StackPanel x:Name="PanelChild1AxeCam" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right">
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    39
					<Custom:SurfaceButton Content="Axe camèra1" x:Name="buttonAxeCam1"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    40
					<Custom:SurfaceButton Content="Axe camèra2" x:Name="buttonAxeCam2"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    41
					<Custom:SurfaceButton Content="Axe camèra3" x:Name="buttonAxeCam3"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    42
					<Custom:SurfaceButton Content="Axe camèra4" x:Name="buttonAxeCam4"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    43
				</StackPanel>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    44
			</StackPanel>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    45
			<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"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    46
			<StackPanel x:Name="PanelChildChore" Width="Auto" Height="Auto" Visibility="Collapsed" HorizontalAlignment="Right" Background="#FFA6A6A6">
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    47
				<Custom:SurfaceButton Content="ChildChore1" x:Name="button1"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    48
				<Custom:SurfaceButton Content="ChildChore2" x:Name="button2"/>
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 2
diff changeset
    49
			</StackPanel>
2
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    50
		</StackPanel>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    51
		<Custom:SurfaceButton FontSize="18" FontWeight="Normal" Foreground="#FFAEAEAE" x:Name="ButtonRecherche" Width="Auto" Height="45" Content="Recherche" ContactDown="ButtonRecherche_ContactDown" Click="ButtonRecherche_Click"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    52
		<StackPanel Visibility="Collapsed" HorizontalAlignment="Right" x:Name="PanelRecherche" Width="262" Height="45"/>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    53
	</StackPanel>
06de3a61998f Ajout des projets: Menu , UserPanel et TimeLine
sarias
parents:
diff changeset
    54
</UserControl>