You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SAE_2.01_-_Developpement_du.../Vues/Connexion.xaml

40 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
x:Class="Vues.Connexion"
Title="">
<FlexLayout BackgroundColor="DarkSeaGreen"
AlignItems="Center"
JustifyContent="Center"
Direction="Column">
<Label
Text="Connexion"
VerticalOptions="Center"
HorizontalOptions="Center"
FontSize="38"
HeightRequest="100"/>
<Label
Text="Identifiant"
FontSize="20"
WidthRequest="200" />
<Entry
WidthRequest="200"/>
<Label
Text="Mot de passe"
FontSize="20"
WidthRequest="200"/>
<Entry WidthRequest="200"/>
</FlexLayout>
</ContentPage>