|
|
|
@ -37,17 +37,16 @@
|
|
|
|
|
Grid.Row="0" Grid.Column="4"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
|
<Image
|
|
|
|
|
<Image Source="pc2.png"
|
|
|
|
|
Grid.Row="1" Grid.Column="1"
|
|
|
|
|
Source="pc2.png"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
|
<Image Grid.Row="1" Grid.Column="3"
|
|
|
|
|
Source="pc4.png"
|
|
|
|
|
<Image Source="pc4.png"
|
|
|
|
|
Grid.Row="1" Grid.Column="3"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
|
<Image Grid.Row="1" Grid.Column="5"
|
|
|
|
|
Source="pc2.png"
|
|
|
|
|
<Image Source="pc2.png"
|
|
|
|
|
Grid.Row="1" Grid.Column="5"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
@ -55,10 +54,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Margin="0,250">
|
|
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition />
|
|
|
|
|
<RowDefinition />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
@ -70,25 +71,25 @@
|
|
|
|
|
<ColumnDefinition />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="0" Grid.Column="2"
|
|
|
|
|
x:Name="Config"
|
|
|
|
|
Text="Configurateur"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
<Button BackgroundColor="DimGrey"
|
|
|
|
|
Clicked="AddUtilisater"
|
|
|
|
|
BackgroundColor="DimGrey"
|
|
|
|
|
TextColor="Snow"/>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="0" Grid.Column="5"
|
|
|
|
|
x:Name="Fav"
|
|
|
|
|
Text="Favoris"
|
|
|
|
|
Grid.Row="0" Grid.Column="2"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
BackgroundColor="DimGrey"
|
|
|
|
|
Text="Configurateur"
|
|
|
|
|
TextColor="Snow"
|
|
|
|
|
Clicked="NavFav"/>
|
|
|
|
|
x:Name="Config"/>
|
|
|
|
|
|
|
|
|
|
<Button BackgroundColor="DimGrey"
|
|
|
|
|
Clicked="NavFav"
|
|
|
|
|
Grid.Row="0" Grid.Column="5"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
TextColor="Snow"/
|
|
|
|
|
x:Name="Fav"
|
|
|
|
|
Text="Favoris">
|
|
|
|
|
|
|
|
|
|
<ListView Grid.Row="1" Grid.Column="4"
|
|
|
|
|
x:Name="utilView"
|
|
|
|
|
ItemsSource="{Binding listUtil}">
|
|
|
|
|
ItemsSource="{Binding listUtil}"
|
|
|
|
|
x:Name="utilView">
|
|
|
|
|
<ListView.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<Label Text="{Binding name}"/>
|
|
|
|
@ -96,21 +97,21 @@
|
|
|
|
|
</ListView.ItemTemplate>
|
|
|
|
|
</ListView>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="1"
|
|
|
|
|
x:Name="Quit"
|
|
|
|
|
Text="Quitter"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
<Button BackgroundColor="DimGrey"
|
|
|
|
|
Clicked="ToQuit"
|
|
|
|
|
BackgroundColor="DimGrey"
|
|
|
|
|
TextColor="Snow"/>
|
|
|
|
|
Grid.Row="1" Grid.Column="1"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
Text="Quitter"
|
|
|
|
|
TextColor="Snow"
|
|
|
|
|
x:Name="Quit"/>
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="6"
|
|
|
|
|
x:Name="Creds"
|
|
|
|
|
Text="Credits"
|
|
|
|
|
<Button BackgroundColor="DimGrey"
|
|
|
|
|
Clicked="NavCreds"
|
|
|
|
|
Grid.Row="1" Grid.Column="6"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
BackgroundColor="DimGrey"
|
|
|
|
|
Text="Credits"
|
|
|
|
|
TextColor="Snow"
|
|
|
|
|
Clicked="NavCreds"/>
|
|
|
|
|
x:Name="Creds"/>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|