|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
|
<Application.Resources>
|
|
|
|
|
|
|
|
|
|
<conv:Func2WindowPartConverter x:Key="Func2WpConv"/>
|
|
|
|
|
<!--<conv:Func2WindowPartConverter x:Key="Func2WpConv"/>-->
|
|
|
|
|
|
|
|
|
|
<Style x:Key="BorderRessource" TargetType="Border">
|
|
|
|
|
<Setter Property="BorderBrush" Value="#63A4FF"/>
|
|
|
|
@ -17,6 +17,15 @@
|
|
|
|
|
<Setter Property="Width" Value="175"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style x:Key="TitleBorder" TargetType="Border">
|
|
|
|
|
<Setter Property="BorderThickness" Value="2" />
|
|
|
|
|
<Setter Property="BorderBrush" Value="Black" />
|
|
|
|
|
<Setter Property="Margin" Value="20"/>
|
|
|
|
|
<Setter Property="CornerRadius" Value="5"/>
|
|
|
|
|
<Setter Property="Height" Value="30"/>
|
|
|
|
|
<Setter Property="Width" Value="175"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="UserControl" x:Key="ImageFondRessource">
|
|
|
|
|
<Setter Property="Background">
|
|
|
|
|
<Setter.Value>
|
|
|
|
@ -38,6 +47,15 @@
|
|
|
|
|
<Setter Property="VerticalAlignment" Value="Center"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style x:Key="TitreDePage" TargetType="TextBlock">
|
|
|
|
|
<Setter Property="HorizontalAlignment" Value="Center"/>
|
|
|
|
|
<Setter Property="VerticalAlignment" Value="Top"/>
|
|
|
|
|
<Setter Property="Background" Value="MediumPurple" />
|
|
|
|
|
<Setter Property="FontFamily" Value="Slab serif"/>
|
|
|
|
|
<Setter Property="FontSize" Value="20"/>
|
|
|
|
|
<Setter Property="FontWeight" Value="Bold"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="TransparentButtonRessource">
|
|
|
|
|
<Setter Property="Background" Value="Transparent" />
|
|
|
|
|
<Setter Property="TextBlock.TextAlignment" Value="Center" />
|
|
|
|
@ -72,17 +90,7 @@
|
|
|
|
|
<Setter Property="VerticalAlignment" Value="Center"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="TextBlock" x:Key="TitreDePage">
|
|
|
|
|
<Setter Property="HorizontalAlignment" Value="Center"/>
|
|
|
|
|
<Setter Property="VerticalAlignment" Value="Top"/>
|
|
|
|
|
<Setter Property="Background" Value="Brown" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="TextBlock" x:Key="AffichageAuMilieu">
|
|
|
|
|
<Setter Property="HorizontalAlignment" Value="Center"/>
|
|
|
|
|
<Setter Property="VerticalAlignment" Value="Center"/>
|
|
|
|
|
<Setter Property="Background" Value="Brown" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style x:Key="OrangeButtonRessource" TargetType="Button">
|
|
|
|
|