|
1 <UserControl x:Class="Iri.Modernisation.Controls.View.HeaderControl" |
|
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 xmlns:local="clr-namespace:Iri.Modernisation.Controls.View" |
|
5 xmlns:Input="clr-namespace:SLExtensions.Input;assembly=SLExtensions" |
|
6 Width="900" Height="40" FontFamily="Verdana" > |
|
7 <Grid x:Name="LayoutRoot" Background="White" > |
|
8 <Image Source="images/bgcompact.jpg" Stretch="UniformToFill" Height="43" HorizontalAlignment="Stretch" VerticalAlignment="Top"/> |
|
9 <Rectangle VerticalAlignment="Top" HorizontalAlignment="Stretch" Fill="Black" Height="43" /> |
|
10 |
|
11 <TextBlock x:Name="textInfo" IsHitTestVisible="False" HorizontalAlignment="Center" |
|
12 VerticalAlignment="Top" Margin="0,12,540,0" FontSize="14" |
|
13 Foreground="#FFffffff" /> |
|
14 |
|
15 <StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="293,0,0,0" Background="Transparent" HorizontalAlignment="Left" > |
|
16 <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" |
|
17 NavigateUri="#"/> |
|
18 <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" |
|
19 NavigateUri="#"/> |
|
20 </StackPanel> |
|
21 |
|
22 <StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="0,0,3,0" Background="Transparent" HorizontalAlignment="Right" Width="309" > |
|
23 |
|
24 <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" |
|
25 NavigateUri="#s"/> |
|
26 <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" |
|
27 NavigateUri="#s"/> |
|
28 <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" |
|
29 NavigateUri="#" OpenInNewWindow="True"/> |
|
30 |
|
31 </StackPanel> |
|
32 <TextBlock x:Name="textTopTitle" Text="{Binding ConnectedName}" Foreground="White" Margin="0,0,4,12" IsHitTestVisible="False" FontSize="10.667" /> |
|
33 |
|
34 |
|
35 </Grid> |
|
36 </UserControl> |