From d93f978eb5081faf8807c56f7da5856c49c33131 Mon Sep 17 00:00:00 2001 From: Valentin VERDIER Date: Mon, 30 Nov 2020 21:01:45 +0100 Subject: [PATCH] Restructuration des vues --- CitoyenModal.xaml | 256 +++++++++++++++++++++--------------------- MainWindow.xaml | 95 +++++++++++----- PreferencesModal.xaml | 42 +++---- 3 files changed, 216 insertions(+), 177 deletions(-) diff --git a/CitoyenModal.xaml b/CitoyenModal.xaml index 77fd897..151fe26 100644 --- a/CitoyenModal.xaml +++ b/CitoyenModal.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Hermes" mc:Ignorable="d" - Title="Informations" Height="390" Width="750" + Title="Informations" Height="400" Width="750" Icon="hermes.png" ResizeMode="NoResize" xmlns:Validation="clr-namespace:Hermes.Validation" @@ -17,132 +17,134 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Principale - Secondaire - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Principale + Secondaire + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MainWindow.xaml b/MainWindow.xaml index 51c0d4e..3563b05 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -12,8 +12,13 @@ - - + + + + + + + @@ -23,7 +28,26 @@ - + + + + + + + + + + + + + + + + + + + + @@ -34,31 +58,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + Égal à + Supérieur à + Inférieur à + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PreferencesModal.xaml b/PreferencesModal.xaml index 0b4d43a..6bd9857 100644 --- a/PreferencesModal.xaml +++ b/PreferencesModal.xaml @@ -11,26 +11,28 @@ WindowStartupLocation="CenterOwner" Closing="Window_Closing"> - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +