From b4fd6dbd4e49f3696b3c79a825350289fd6a4ec9 Mon Sep 17 00:00:00 2001 From: nimaye Date: Thu, 5 Jan 2023 17:16:16 +0100 Subject: [PATCH] ajout de CV home, log, enregistrer/supprimer echeance + amelioration graphique --- .../IHM/Desktop/CV_DeletePlanification.xaml | 5 +- .../IHM/Desktop/CV_EnregistrerEcheance.xaml | 42 +++++++++++++++ .../Desktop/CV_EnregistrerEcheance.xaml.cs | 19 +++++++ Sources/IHM/Desktop/CV_HomePage.xaml | 23 ++++++++ Sources/IHM/Desktop/CV_HomePage.xaml.cs | 9 ++++ Sources/IHM/Desktop/CV_Log.xaml | 23 ++++++++ Sources/IHM/Desktop/CV_Log.xaml.cs | 9 ++++ Sources/IHM/Desktop/CV_Planification.xaml | 4 +- Sources/IHM/Desktop/CV_Statistiques.xaml | 2 +- Sources/IHM/Desktop/CV_SupprimerEcheance.xaml | 42 +++++++++++++++ .../IHM/Desktop/CV_SupprimerEcheance.xaml.cs | 19 +++++++ Sources/IHM/Desktop/Compte.xaml | 52 +++++++++++-------- Sources/IHM/Desktop/Compte.xaml.cs | 10 +++- Sources/IHM/Desktop/DashBoard.xaml | 15 +++--- Sources/IHM/Desktop/Dashboard.xaml.cs | 17 ++++++ Sources/IHM/Desktop/Echeancier.xaml.cs | 4 +- Sources/IHM/IHM.csproj | 12 +++++ 17 files changed, 268 insertions(+), 39 deletions(-) create mode 100644 Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml create mode 100644 Sources/IHM/Desktop/CV_EnregistrerEcheance.xaml.cs create mode 100644 Sources/IHM/Desktop/CV_HomePage.xaml create mode 100644 Sources/IHM/Desktop/CV_HomePage.xaml.cs create mode 100644 Sources/IHM/Desktop/CV_Log.xaml create mode 100644 Sources/IHM/Desktop/CV_Log.xaml.cs create mode 100644 Sources/IHM/Desktop/CV_SupprimerEcheance.xaml create mode 100644 Sources/IHM/Desktop/CV_SupprimerEcheance.xaml.cs diff --git a/Sources/IHM/Desktop/CV_DeletePlanification.xaml b/Sources/IHM/Desktop/CV_DeletePlanification.xaml index 488d574..fb5e2be 100644 --- a/Sources/IHM/Desktop/CV_DeletePlanification.xaml +++ b/Sources/IHM/Desktop/CV_DeletePlanification.xaml @@ -29,10 +29,7 @@