client/src/Iri.Modernisation.Controls/View/NavigationBar/ProductionMenu.xaml
changeset 0 249d70e7b32d
child 4 cf756528609e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/Iri.Modernisation.Controls/View/NavigationBar/ProductionMenu.xaml	Wed Nov 18 15:30:31 2009 +0100
@@ -0,0 +1,18 @@
+<UserControl
+	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+	mc:Ignorable="d"
+    xmlns:Input="clr-namespace:SLExtensions.Input;assembly=SLExtensions"
+	x:Class="Iri.Modernisation.Controls.View.ProductionMenu" Height="64" Width="120">
+
+		<StackPanel x:Name="ProductionMenuPanel">
+		<TextBlock  Style="{StaticResource CommonTextBlock}"  x:Name="ProductionMenuLabel"  Text="Production" TextWrapping="Wrap"/>
+		<StackPanel Margin="8,0,0,0">
+			<TextBlock Style="{StaticResource CommonTextBlock}"  Input:CommandService.Command="FlipView" >Mon vidéo-livre</TextBlock>
+			<TextBlock Style="{StaticResource CommonTextBlock}" >Créer</TextBlock>
+			<TextBlock Style="{StaticResource CommonTextBlock}"  >Modifier</TextBlock>
+		</StackPanel>
+	</StackPanel>
+</UserControl>
\ No newline at end of file