|
|
@ -6,67 +6,72 @@
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<Grid>
|
|
|
|
<Grid>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
<RowDefinition/>
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Grid.Row="5" Width="1000"/>
|
|
|
|
<ColumnDefinition Grid.Row="6" Width="*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Premier input nom evenement-->
|
|
|
|
<!-- Premier input nom evenement-->
|
|
|
|
<Grid Grid.Row="0">
|
|
|
|
<Grid Grid.Row="0">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="auto"/>
|
|
|
|
<ColumnDefinition Width="3*"/>
|
|
|
|
<ColumnDefinition Width="500"/>
|
|
|
|
<ColumnDefinition Width="5*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Nom de l'événement :" FontSize="Title"/>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Nom de l'événement :" FontSize="Title"/>
|
|
|
|
<Entry Text="Entrer nom" Grid.Column="1" FontSize="Title"/>
|
|
|
|
<Entry Placeholder="Entrer nom" Grid.Column="1" FontSize="Title"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Deuxième input date evenement-->
|
|
|
|
<!-- Deuxième input date evenement-->
|
|
|
|
<Grid Grid.Row="1">
|
|
|
|
<Grid Grid.Row="1">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="auto"/>
|
|
|
|
<ColumnDefinition Width="3*"/>
|
|
|
|
<ColumnDefinition Width="500"/>
|
|
|
|
<ColumnDefinition Width="5*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Date de l'événement :" FontSize="Title"/>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Date de l'événement :" FontSize="Title"/>
|
|
|
|
<Entry Text="Entrer date" Grid.Column="1" FontSize="Title"/>
|
|
|
|
<Entry Placeholder="Entrer date" Grid.Column="1" FontSize="Title"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Troisième input lieux evenement-->
|
|
|
|
<!-- Troisième input lieux evenement-->
|
|
|
|
<Grid Grid.Row="2">
|
|
|
|
<Grid Grid.Row="2">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="auto"/>
|
|
|
|
<ColumnDefinition Width="3*"/>
|
|
|
|
<ColumnDefinition Width="500"/>
|
|
|
|
<ColumnDefinition Width="5*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Indiquer adresse:" FontSize="Title"/>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Indiquer adresse:" FontSize="Title"/>
|
|
|
|
<Entry Text="Entrer adresse" Grid.Column="1" FontSize="Title"/>
|
|
|
|
<Entry Placeholder="Entrer adresse" Grid.Column="1" FontSize="Title"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Quatrième input heure evenement-->
|
|
|
|
<!-- Quatrième input heure evenement-->
|
|
|
|
<Grid Grid.Row="3">
|
|
|
|
<Grid Grid.Row="3">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="auto"/>
|
|
|
|
<ColumnDefinition Width="3*"/>
|
|
|
|
<ColumnDefinition Width="500"/>
|
|
|
|
<ColumnDefinition Width="5*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Indiquer horaire de l'evenement :" FontSize="Title"/>
|
|
|
|
<Label Grid.Column="0" TextColor="Aqua" Text="Indiquer horaire de l'evenement :" FontSize="Title"/>
|
|
|
|
<Entry Text="Entrer heure" Grid.Column="1" FontSize="Title"/>
|
|
|
|
<Entry Placeholder="Entrer heure" Grid.Column="1" FontSize="Title"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Cinquième input ajout invité-->
|
|
|
|
<!-- Cinquième input ajout invité-->
|
|
|
|
<Grid Grid.Row="4">
|
|
|
|
<Grid Grid.Row="5">
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
<ColumnDefinition Width="50"/>
|
|
|
|
<ColumnDefinition Width="1*"/>
|
|
|
|
<ColumnDefinition Width="500"/>
|
|
|
|
<ColumnDefinition Width="10*"/>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Button Text="+" Grid.Column="0" Margin="5"/>
|
|
|
|
<Button Text="+" Grid.Column="0" Margin="5"/>
|
|
|
|
<Entry Text="Ajouter un invité" Grid.Column="1" FontSize="Title"/>
|
|
|
|
<Entry Placeholder="Ajouter un invité" Grid.Column="1" FontSize="Title"/>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<Button Grid.Row="5" Text="Creer événement" Margin="10"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="6" Text="Creer événement" Margin="10" MinimumHeightRequest="50" MinimumWidthRequest="150" MaximumHeightRequest="400" MaximumWidthRequest="300"/>
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
<Label
|
|
|
|
|
|
|
|
Text="Hey hey test mg"
|
|
|
|
|
|
|
|
VerticalOptions="Center"
|
|
|
|
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
|
|
|
<Image Source="Resources/Images/dornet_bot.svg"/>
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</ContentView>
|
|
|
|
</ContentView>
|
|
|
|