|
|
@ -41,4 +41,76 @@
|
|
|
|
FontSize="Large"/>
|
|
|
|
FontSize="Large"/>
|
|
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Version avec Grid (moins efficace quand on écrit dans les Entry-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<Grid RowDefinitions="5*, 2*, *, 2*, 2*, 2*, 2*">
|
|
|
|
|
|
|
|
--><!--<Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<RowDefinition Height="5*"/>
|
|
|
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
|
|
|
</Grid.RowDefinitions>--><!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1">
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="9*"/>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Frame Grid.Column="1" BackgroundColor="#C8C8C8" CornerRadius="20">
|
|
|
|
|
|
|
|
<Entry Placeholder="Identifiant"
|
|
|
|
|
|
|
|
PlaceholderColor="#6E6E6E"
|
|
|
|
|
|
|
|
TextColor="#212121"
|
|
|
|
|
|
|
|
MaxLength="20"
|
|
|
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
|
|
|
|
FontSize="Large"/>
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="3">
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="9*"/>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Frame Grid.Column="1" BackgroundColor="#C8C8C8" CornerRadius="20">
|
|
|
|
|
|
|
|
<Entry Placeholder="Mot de passe"
|
|
|
|
|
|
|
|
PlaceholderColor="#6E6E6E"
|
|
|
|
|
|
|
|
TextColor="#212121"
|
|
|
|
|
|
|
|
IsPassword="True"
|
|
|
|
|
|
|
|
MinimumWidthRequest="275"
|
|
|
|
|
|
|
|
MaxLength="20"
|
|
|
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
|
|
|
HorizontalTextAlignment="Center"
|
|
|
|
|
|
|
|
FontSize="Large"/>
|
|
|
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="5">
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="20*"/>
|
|
|
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
<Button Grid.Column="1" Text="Se connecter"
|
|
|
|
|
|
|
|
BorderWidth="2"
|
|
|
|
|
|
|
|
BorderColor="Black"
|
|
|
|
|
|
|
|
HorizontalOptions="Fill"
|
|
|
|
|
|
|
|
BackgroundColor="Gray"
|
|
|
|
|
|
|
|
TextColor="Black"
|
|
|
|
|
|
|
|
FontSize="Large"/>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|