Merge branch 'UI_Windows' of https://codefirst.iut.uca.fr/git/ConsEcoTeam/ConsEco into UI_Windows
continuous-integration/drone/push Build is failing Details

UI_Windows
Nicolas MAYE 2 years ago
commit daba159235

@ -8,7 +8,7 @@
Shell.NavBarIsVisible="False"> Shell.NavBarIsVisible="False">
<ShellContent <ShellContent
ContentTemplate="{DataTemplate local:MainPage}" ContentTemplate="{DataTemplate local:Dashboard}"
Route="Inscription" /> Route="Inscription" />
</Shell> </Shell>

@ -7,7 +7,6 @@
<StackLayout Margin="20" Orientation="Vertical"> <StackLayout Margin="20" Orientation="Vertical">
<Label <Label
Text="VOTRE COMPTE" Text="VOTRE COMPTE"
VerticalOptions="StartAndExpand" VerticalOptions="StartAndExpand"

@ -6,4 +6,5 @@ public partial class Compte : ContentPage
{ {
InitializeComponent(); InitializeComponent();
} }
} }

@ -3,6 +3,7 @@
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">
@ -12,7 +13,8 @@
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>

@ -10,7 +10,7 @@
Text="OPERATION" Text="OPERATION"
VerticalOptions="StartAndExpand"/> VerticalOptions="StartAndExpand"/>
<HorizontalStackLayout> <HorizontalStackLayout HorizontalOptions="Center">
<Button <Button
x:Name="AddCredit" x:Name="AddCredit"
Text="Effectuer un crédit" Text="Effectuer un crédit"
@ -32,5 +32,7 @@
Style="{StaticResource WindowsButton}"/> Style="{StaticResource WindowsButton}"/>
</HorizontalStackLayout> </HorizontalStackLayout>
</VerticalStackLayout> </VerticalStackLayout>
</ContentPage> </ContentPage>
Loading…
Cancel
Save