client/src/Iri.Modernisation.Controls/View/HeaderControl/HeaderControl.xaml
changeset 0 249d70e7b32d
child 4 cf756528609e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/src/Iri.Modernisation.Controls/View/HeaderControl/HeaderControl.xaml	Wed Nov 18 15:30:31 2009 +0100
@@ -0,0 +1,36 @@
+<UserControl x:Class="Iri.Modernisation.Controls.View.HeaderControl"
+    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
+    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
+    xmlns:local="clr-namespace:Iri.Modernisation.Controls.View"
+                  xmlns:Input="clr-namespace:SLExtensions.Input;assembly=SLExtensions"
+    Width="900" Height="40" FontFamily="Verdana" >
+    <Grid x:Name="LayoutRoot" Background="White" >
+        <Image Source="images/bgcompact.jpg" Stretch="UniformToFill" Height="43" HorizontalAlignment="Stretch" VerticalAlignment="Top"/>
+        <Rectangle VerticalAlignment="Top" HorizontalAlignment="Stretch" Fill="Black" Height="43" />
+
+        <TextBlock x:Name="textInfo" IsHitTestVisible="False" HorizontalAlignment="Center" 
+                   VerticalAlignment="Top" Margin="0,12,540,0" FontSize="14" 
+                   Foreground="#FFffffff" />
+
+        <StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="293,0,0,0" Background="Transparent" HorizontalAlignment="Left" >
+            <local:ButtonHeaderControl  Input:CommandService.Command="ButtonClick"   Input:CommandService.CommandParameter="{Binding}" Title="Affichage Annotations" ImageSource="images/home.png" TransitionColor="#7f002222" Margin="2,0,0,0" MouseMove="ButtonSeven_MouseMove"
+                               NavigateUri="#"/>
+            <local:ButtonHeaderControl  Input:CommandService.Command="ButtonClick"   Input:CommandService.CommandParameter="{Binding}" Title="Affichage Sequences" ImageSource="images/games.png" TransitionColor="#7f220022" Margin="2,0,0,0" MouseMove="ButtonSeven_MouseMove"
+                               NavigateUri="#"/>
+        </StackPanel>
+
+        <StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="0,0,3,0" Background="Transparent" HorizontalAlignment="Right" Width="309" >
+            
+            <local:ButtonHeaderControl  Input:CommandService.Command="ButtonClick"    Input:CommandService.CommandParameter="{Binding}" Title="Messagerie" ImageSource="images/sourcecode.png" TransitionColor="#7f220000" Margin="2,0,0,0" MouseMove="ButtonSeven_MouseMove"
+                               NavigateUri="#s"/>
+            <local:ButtonHeaderControl  Input:CommandService.Command="ButtonClick"    Input:CommandService.CommandParameter="{Binding}" Title="Préférence" ImageSource="images/tutorials.png" TransitionColor="#7f000022" Margin="2,0,0,0" MouseMove="ButtonSeven_MouseMove"
+                               NavigateUri="#s"/>
+            <local:ButtonHeaderControl  Input:CommandService.Command="ButtonClick"   Input:CommandService.CommandParameter="{Binding}" Title="Déconnexion" ImageSource="images/blog.png" TransitionColor="#7f002200" Margin="2,0,0,0" MouseMove="ButtonSeven_MouseMove"
+                               NavigateUri="#" OpenInNewWindow="True"/>
+            
+        </StackPanel>
+        <TextBlock x:Name="textTopTitle" Text="{Binding ConnectedName}" Foreground="White" Margin="0,0,4,12" IsHitTestVisible="False" FontSize="10.667" />
+
+
+    </Grid>
+</UserControl>