-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathVoyage.fxml
More file actions
97 lines (95 loc) · 7.04 KB
/
Voyage.fxml
File metadata and controls
97 lines (95 loc) · 7.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ComboBox?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane id="AnchorPane" prefHeight="828.0" prefWidth="1286.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Gui.VoyageController">
<children>
<ImageView fx:id="ImageP" fitHeight="824.0" fitWidth="1339.0" layoutX="-33.0" layoutY="3.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../Img/bg.jpg" />
</image>
</ImageView>
<TableView fx:id="TableVoyage" layoutX="572.0" layoutY="125.0" onMouseClicked="#Liste_Voyage" prefHeight="462.0" prefWidth="699.0">
<columns>
<TableColumn fx:id="VID" prefWidth="44.0" text="ID" visible="false" />
<TableColumn fx:id="VDest" prefWidth="78.0" text="Destination" />
<TableColumn fx:id="VNom" prefWidth="100.0" text="nom_voyage" />
<TableColumn fx:id="VDuree" prefWidth="91.0" text="duree_voyage" />
<TableColumn fx:id="Vdate" prefWidth="74.0" text="date" />
<TableColumn fx:id="VValibilite" prefWidth="129.0" text="valabilite" />
<TableColumn fx:id="Vimage" prefWidth="132.0" text="image" />
<TableColumn fx:id="Vprix" prefWidth="102.0" text="Prix" />
</columns>
</TableView>
<Button fx:id="SupprimerVoyage" layoutX="1085.0" layoutY="600.0" mnemonicParsing="false" onAction="#SupprimerVoyage" prefHeight="25.0" prefWidth="173.0" text="Supprimer" />
<Button fx:id="Actualiser" layoutX="619.0" layoutY="600.0" mnemonicParsing="false" onAction="#Actualiser" prefHeight="25.0" prefWidth="122.0" text="Actualiser" />
<Button fx:id="Bientot_disponible" layoutX="725.0" layoutY="90.0" mnemonicParsing="false" onAction="#Bientot_disponible" prefHeight="25.0" prefWidth="164.0" text="Bientot disponible" />
<Button fx:id="Disponible" layoutX="725.0" layoutY="14.0" mnemonicParsing="false" onAction="#Disponible" prefHeight="25.0" prefWidth="164.0" text="Disponible" />
<Button fx:id="Non_Disponible" layoutX="725.0" layoutY="49.0" mnemonicParsing="false" onAction="#Non_Disponible" prefHeight="25.0" prefWidth="164.0" text="Non Disponible" />
<Button fx:id="Add" layoutX="291.0" layoutY="647.0" mnemonicParsing="false" onAction="#Add" prefHeight="25.0" prefWidth="140.0" text="Ajouter" />
<Label layoutX="28.0" layoutY="115.0" prefHeight="30.0" prefWidth="176.0" text="Destination :">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<Label layoutX="29.0" layoutY="345.0" prefHeight="30.0" prefWidth="133.0" text="Date :">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<Label layoutX="26.0" layoutY="268.0" prefHeight="30.0" prefWidth="211.0" text="Duree Voyage :">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<Label layoutX="29.0" layoutY="188.0" prefHeight="30.0" prefWidth="188.0" text="Nom Voyage :">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<Label layoutX="31.0" layoutY="425.0" prefHeight="30.0" prefWidth="133.0" text="Valabilite :">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<Label layoutX="35.0" layoutY="494.0" prefHeight="30.0" prefWidth="146.0" text="Image :">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<Label layoutX="42.0" layoutY="570.0" prefHeight="30.0" prefWidth="133.0" text="Prix :">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<TextField fx:id="Destination" layoutX="204.0" layoutY="116.0" prefHeight="29.0" prefWidth="146.0" promptText="Destination " />
<TextField fx:id="Duree_Voyage" layoutX="204.0" layoutY="269.0" prefHeight="29.0" prefWidth="140.0" promptText="Duree Voyage :" />
<TextField fx:id="Nom_Voyage" layoutX="204.0" layoutY="189.0" prefHeight="29.0" prefWidth="140.0" promptText="Nom Voyage :" />
<TextField fx:id="Prix" layoutX="186.0" layoutY="571.0" prefHeight="29.0" prefWidth="146.0" />
<DatePicker fx:id="Datev" layoutX="199.0" layoutY="346.0" prefHeight="29.0" prefWidth="140.0" />
<ImageView fx:id="Image" fitHeight="192.0" fitWidth="360.0" layoutX="772.0" layoutY="633.0" pickOnBounds="true" preserveRatio="true" />
<Button fx:id="AddImage" layoutX="368.0" layoutY="497.0" mnemonicParsing="false" onAction="#AddImage" prefHeight="25.0" prefWidth="125.0" text="Image" />
<TextField fx:id="URLImage" layoutX="193.0" layoutY="495.0" prefHeight="29.0" prefWidth="150.0" />
<Button fx:id="ModVoy" layoutX="835.0" layoutY="600.0" mnemonicParsing="false" onAction="#ModVoy" prefHeight="25.0" prefWidth="173.0" text="Modifier" />
<ComboBox fx:id="combox" layoutX="199.0" layoutY="428.0" prefWidth="150.0" />
<TextField fx:id="Recherche" layoutX="1023.0" layoutY="78.0" onKeyReleased="#Recherche" prefHeight="25.0" prefWidth="211.0" promptText="Recherche" />
<Button fx:id="PDF" layoutX="930.0" layoutY="49.0" mnemonicParsing="false" onMouseClicked="#PDF" prefHeight="25.0" prefWidth="67.0" text="PDF" />
<Button fx:id="stat" layoutX="1129.0" layoutY="778.0" mnemonicParsing="false" onAction="#OnStatClicked" prefHeight="25.0" prefWidth="146.0" text="Stat Valabilite" />
<Button layoutX="633.0" layoutY="49.0" mnemonicParsing="false" onAction="#Excel" prefHeight="25.0" prefWidth="67.0" text="Excel" />
<Button fx:id="Map" layoutX="619.0" layoutY="679.0" mnemonicParsing="false" onAction="#Map" prefHeight="25.0" prefWidth="150.0" text="Map" />
<Button fx:id="Notif" layoutX="1129.0" layoutY="679.0" mnemonicParsing="false" onMouseClicked="#notif" prefHeight="25.0" prefWidth="146.0" text="Notif Nbr Destiantion" />
<Button fx:id="Media" layoutX="619.0" layoutY="778.0" mnemonicParsing="false" onAction="#Media_Video" prefHeight="25.0" prefWidth="150.0" text="Media" />
<Button fx:id="stat1" layoutX="619.0" layoutY="729.0" mnemonicParsing="false" onAction="#OnStat" prefHeight="25.0" prefWidth="146.0" text="Stat Prix" />
<Button fx:id="stat2" layoutX="1129.0" layoutY="729.0" mnemonicParsing="false" onAction="#OnStatClickedDestination" prefHeight="25.0" prefWidth="146.0" text="Stat Destination" />
<Button fx:id="reset" layoutX="175.0" layoutY="692.0" mnemonicParsing="false" onAction="#reset" prefHeight="25.0" prefWidth="157.0" text="clear" />
<Button fx:id="Menu" layoutX="64.0" layoutY="766.0" mnemonicParsing="false" onAction="#Menu" prefHeight="25.0" prefWidth="146.0" text="Retour Au Menu" />
</children>
</AnchorPane>