|
|
@ -3,16 +3,18 @@
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
x:Class="IHM.Desktop.Echeancier"
|
|
|
|
x:Class="IHM.Desktop.Echeancier"
|
|
|
|
Title="Echeancier"
|
|
|
|
Title="Echeancier"
|
|
|
|
|
|
|
|
BackgroundImageSource="logo_sans_fond.png"
|
|
|
|
BackgroundColor="{StaticResource Yellow300Accent}">
|
|
|
|
BackgroundColor="{StaticResource Yellow300Accent}">
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout Margin="20">
|
|
|
|
<VerticalStackLayout Margin="20">
|
|
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Style="{StaticResource TitreWindows}"
|
|
|
|
Style="{StaticResource TitreWindows}"
|
|
|
|
Text="ECHEANCIER"
|
|
|
|
Text="ECHEANCIER"
|
|
|
|
VerticalOptions="StartAndExpand"/>
|
|
|
|
VerticalOptions="StartAndExpand"/>
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Center" VerticalOptions="Fill">
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
x:Name="SaveEcheance"
|
|
|
|
x:Name="SaveEcheance"
|
|
|
|
Text="Enregistrer une échéance"
|
|
|
|
Text="Enregistrer une échéance"
|
|
|
@ -22,7 +24,30 @@
|
|
|
|
x:Name="DelEcheance"
|
|
|
|
x:Name="DelEcheance"
|
|
|
|
Text="Supprimer une échéance"
|
|
|
|
Text="Supprimer une échéance"
|
|
|
|
Style="{StaticResource WindowsButton}"/>
|
|
|
|
Style="{StaticResource WindowsButton}"/>
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HorizontalStackLayout HorizontalOptions="Center" VerticalOptions="Fill">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border Background="Green"
|
|
|
|
|
|
|
|
StrokeThickness="2"
|
|
|
|
|
|
|
|
Padding="16,8"
|
|
|
|
|
|
|
|
StrokeShape="RoundRectangle 30,30,30,30"
|
|
|
|
|
|
|
|
Stroke="Black">
|
|
|
|
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border Background="Brown"
|
|
|
|
|
|
|
|
StrokeThickness="2"
|
|
|
|
|
|
|
|
Padding="16,8"
|
|
|
|
|
|
|
|
StrokeShape="RoundRectangle 30,30,30,30"
|
|
|
|
|
|
|
|
Stroke="Black">
|
|
|
|
|
|
|
|
<Label Text=" -- BINDING -- " FontFamily="Comic sans MS"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|