Please enable JavaScript.
Coggle requires JavaScript to display documents.
TP2 - Laurent Nguyen - Coggle Diagram
TP2 - Laurent Nguyen
Form2 (Ecran reservation)
Donnees de form1
comboBox camping selectionner
PictureBox change image au camping selectionner
LabelCamping change nom au camping selectionner
comboBox terrain
Action choisir terrain du camping selectionner
Si terrain choisi, date depart et arrive est disponible
terrain text vert
Sinon terrain text rouge
numericUpDown
Enfants
Entre 0-17 ans
Adultes
Nbr total de personnes <= 8
Personne responsable
TextBoxNom, prenom
lettres, espaces, ', -, et carac. controle
Else errorProvider
textBoxCourriel
Doit avoir @
Else errorProvider
comboBox type paiment
Collection
Interac, Credit-visa, credit-MasterCard
Facture
textBoxPersonnes
lecture seulement
Affiche nbr enfants et adultes
textboxJours
nbr de nuits
textBoxCout
cout par personnes
cout camping * adultes chaque
total cout
cout camping * enfant chaque
bouton
Action bouton reservation
button_reservation_click
Inactif, si les champs pas remplient
Else ouvrir form3
Enregistrer dans fichier texte
Form1 (Ecran accueil)
ComboBox camping
Action choisir camping
pictureBox change image du camping choisis
2 dateTimePicker (Depart, Arrivée)
Action choisir date arrivee
date arrive < que date depart
Sinon ErrorProvider
Date entre 1 mai et 31 octobre, meme annee
Sinon ErrorProvider
Boutons
Action Quitter
Button_quitter_click
Quitter application
Action Reservation
Button_reservation_click
Ouvrir forms2 (Ecran de reservation)
Form3 (Ecran affichage reservation)
Donnees de form1
comboBox camping selectionner
PictureBox change image au camping selectionner
LabelCamping change nom au camping selectionner
Donnees de form2
Action textBoxAdultes
Affiche nbr adultes
lecture seulement
Action textBoxEnfants
affiche nbrEnfants
lecture seulement
Action textBoxNuits
Affiche nbr de nuits
lecture seulement
Action textBoxPaiement
Affiche methodes de paiment
lecture seulement
Action textBoxTotal
Affiche cout total
lecture seulement