-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMenuDynamicDevelopers.fxml
More file actions
47 lines (45 loc) · 2.58 KB
/
MenuDynamicDevelopers.fxml
File metadata and controls
47 lines (45 loc) · 2.58 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
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane id="AnchorPane" prefHeight="747.0" prefWidth="1132.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Gui.MenuDynamicDevelopersController">
<children>
<ImageView fx:id="ImageP" fitHeight="824.0" fitWidth="1339.0" layoutX="6.0" layoutY="-9.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../Img/bg.jpg" />
</image>
</ImageView>
<Button fx:id="Voyage" layoutX="1046.0" layoutY="319.0" mnemonicParsing="false" onAction="#Voyage" opacity="0.83" prefHeight="46.0" prefWidth="202.0" styleClass="Style.css" stylesheets="@Style.css" text="Voyage">
<font>
<Font name="System Bold" size="21.0" />
</font>
</Button>
<Button fx:id="ReserverVoyage" layoutX="941.0" layoutY="408.0" mnemonicParsing="false" onAction="#ReserverVoyage" opacity="0.83" prefHeight="46.0" prefWidth="370.0" text="La Liste des Reservation Voyage">
<font>
<Font name="System Bold" size="21.0" />
</font>
</Button>
<Button fx:id="Restaurant" layoutX="596.0" layoutY="319.0" mnemonicParsing="false" onAction="#Restaurant" opacity="0.83" prefHeight="46.0" prefWidth="202.0" styleClass="Style.css" stylesheets="@Style.css" text="Restaurant">
<font>
<Font name="System Bold" size="21.0" />
</font>
</Button>
<Button fx:id="Excursion" layoutX="157.0" layoutY="319.0" mnemonicParsing="false" onAction="#Excursion" opacity="0.83" prefHeight="46.0" prefWidth="202.0" styleClass="Style.css" stylesheets="@Style.css" text="Excursion">
<font>
<Font name="System Bold" size="21.0" />
</font>
</Button>
<Button fx:id="ReserverRestaurant" layoutX="500.0" layoutY="408.0" mnemonicParsing="false" onAction="#ReserverRestaurant" opacity="0.83" prefHeight="46.0" prefWidth="395.0" text="La Liste des Reservation Restaurant">
<font>
<Font name="System Bold" size="21.0" />
</font>
</Button>
<Button fx:id="ReserverExcursion" layoutX="61.0" layoutY="408.0" mnemonicParsing="false" onAction="#ReserverExcursion" opacity="0.83" prefHeight="46.0" prefWidth="395.0" text="La Liste des Reservation Excursion">
<font>
<Font name="System Bold" size="21.0" />
</font>
</Button>
</children>
</AnchorPane>