|
|
@ -4,41 +4,47 @@
|
|
|
|
x:Class="IHM.Desktop.Planification"
|
|
|
|
x:Class="IHM.Desktop.Planification"
|
|
|
|
Title="Planification">
|
|
|
|
Title="Planification">
|
|
|
|
|
|
|
|
|
|
|
|
<StackLayout BackgroundColor="{StaticResource Yellow300Accent}" >
|
|
|
|
<VerticalStackLayout Margin="20">
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Label
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
Style="{StaticResource TitreWindows}"
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
Text="PLANIFICATION"
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
VerticalOptions="StartAndExpand"/>
|
|
|
|
<RowDefinition Height="1*"/>
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Center" VerticalOptions="Fill">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
<Button
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
x:Name="SavePlanification"
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
Text="Enregistrer une planification"
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
Style="{StaticResource WindowsButton}"/>
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout BackgroundColor="{StaticResource Secondary}" Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="4" >
|
|
|
|
<Button
|
|
|
|
<Image Source="logo_sans_fond.png" HeightRequest="100" Margin="50,10,0,0" HorizontalOptions="Start"/>
|
|
|
|
x:Name="DelPlanification"
|
|
|
|
<Button Text="Mon compte" BackgroundColor="{StaticResource Yellow100Accent}" TextColor="{StaticResource Secondary}" HorizontalOptions="End" MaximumHeightRequest="50"></Button>
|
|
|
|
Text="Supprimer une planification"
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
Style="{StaticResource WindowsButton}"/>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
<VerticalStackLayout BackgroundColor="{StaticResource Secondary}" HorizontalOptions="StartAndExpand" VerticalOptions="CenterAndExpand" >
|
|
|
|
|
|
|
|
<Button Text="ACCUEIL" BackgroundColor="{StaticResource Yellow100Accent}" TextColor="{StaticResource Secondary}" Padding="20" Margin="21" ></Button>
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Center" VerticalOptions="Fill">
|
|
|
|
<Button Text="COMPTE" BackgroundColor="{StaticResource Yellow100Accent}" TextColor="{StaticResource Secondary}" Padding="20" Margin="21"></Button>
|
|
|
|
|
|
|
|
<Button Text="OPERATION" BackgroundColor="{StaticResource Yellow100Accent}" TextColor="{StaticResource Secondary}" Padding="20" Margin="21"></Button>
|
|
|
|
<Border Background="Green"
|
|
|
|
<Button Text="ECHEANCIER" BackgroundColor="{StaticResource Yellow100Accent}" TextColor="{StaticResource Secondary}" Padding="20" Margin="21"></Button>
|
|
|
|
StrokeThickness="2"
|
|
|
|
<Button Text="PLANIFICATION" BackgroundColor="{StaticResource Tertiary}" TextColor="{StaticResource White}" Padding="20" Margin="21" ></Button>
|
|
|
|
Padding="16,8"
|
|
|
|
<Button Text="STATISTIQUES" BackgroundColor="{StaticResource Yellow100Accent}" TextColor="{StaticResource Secondary}" Padding="20" Margin="21" ></Button>
|
|
|
|
StrokeShape="RoundRectangle 30,30,30,30"
|
|
|
|
</VerticalStackLayout>
|
|
|
|
Stroke="Black">
|
|
|
|
-->
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
<Border Background="Brown"
|
|
|
|
|
|
|
|
StrokeThickness="2"
|
|
|
|
|
|
|
|
Padding="16,8"
|
|
|
|
</StackLayout>
|
|
|
|
StrokeShape="RoundRectangle 30,30,30,30"
|
|
|
|
|
|
|
|
Stroke="Black">
|
|
|
|
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|