-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFicheClient.fxml
112 lines (110 loc) · 5.65 KB
/
FicheClient.fxml
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<?import com.jfoenix.controls.JFXTextField?>
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon?>
<?import java.net.URL?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" prefHeight="538.0" prefWidth="520.0" styleClass="mainFxmlClass" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="projetbd2.FicheClientController">
<stylesheets>
<URL value="@ficheclient.css" />
</stylesheets>
<children>
<VBox layoutX="14.0" layoutY="122.0" prefHeight="284.0" prefWidth="119.0" spacing="12.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom* :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Sexe* :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Tel* :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nationalité* :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse* :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Email :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Pièce d'identité* :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Ville* :">
<font>
<Font size="16.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Type de client :">
<font>
<Font size="16.0" />
</font>
</Text>
</children>
</VBox>
<Text fill="#0d0d2c" layoutX="142.0" layoutY="85.0" strokeType="OUTSIDE" strokeWidth="0.0" text="FICHE D'ENREGISTREMENT" wrappingWidth="236.13671875">
<font>
<Font name="Trebuchet MS" size="18.0" />
</font>
</Text>
<Line endX="100.0" layoutX="239.0" layoutY="97.0" startX="-100.0" />
<Line endX="100.0" layoutX="239.0" layoutY="60.0" startX="-100.0" />
<Text layoutX="308.0" layoutY="345.0" strokeType="OUTSIDE" strokeWidth="0.0" text="N° :">
<font>
<Font size="16.0" />
</font>
</Text>
<ChoiceBox fx:id="clientSexe" layoutX="147.0" layoutY="158.0" prefHeight="25.0" prefWidth="116.0" />
<ChoiceBox fx:id="clientPI" layoutX="150.0" layoutY="327.0" prefHeight="25.0" prefWidth="126.0" />
<ChoiceBox fx:id="clientType" layoutX="151.0" layoutY="391.0" prefWidth="150.0" />
<Button fx:id="EnregclientAnnuler" layoutX="377.0" layoutY="483.0" mnemonicParsing="false" onAction="#clientAnnulerEnregis" prefHeight="25.0" prefWidth="85.0" text="Annuler">
<graphic>
<FontAwesomeIcon fill="#f50202" glyphName="CLOSE" />
</graphic>
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button fx:id="clientEnregis" layoutX="272.0" layoutY="483.0" mnemonicParsing="false" onAction="#EnregistrerClients" prefHeight="25.0" prefWidth="97.0" stylesheets="@../Styles/AccueilReceptionniste.css" text="Enregistrer" textFill="#fffdfd">
<graphic>
<FontAwesomeIcon fill="#fdfdff" glyphName="SAVE" />
</graphic>
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Text fx:id="champnonrempli" fill="#eb0808" layoutX="122.0" layoutY="462.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Veillez remplir tous les champs * avant d'enregistrer" wrappingWidth="299.13671875" />
<Text fx:id="Valeurincorect" fill="#e40505" layoutX="131.0" layoutY="470.0" opacity="0.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Désolé, la valeur d'un champ est invalide" wrappingWidth="230.0000014156103" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#fafbfc" height="5.0" layoutX="-1.0" layoutY="426.0" stroke="BLACK" strokeType="INSIDE" width="520.0" />
<FontAwesomeIcon fill="#0d3d5d" glyphName="USER_PLUS" layoutX="225.0" layoutY="45.0" size="4em" />
<JFXTextField fx:id="clientNom" layoutX="147.0" layoutY="118.0" prefHeight="25.0" prefWidth="255.0" />
<JFXTextField fx:id="clientTel" layoutX="148.0" layoutY="185.0" prefHeight="25.0" prefWidth="186.0" />
<JFXTextField fx:id="clientNationalite" layoutX="149.0" layoutY="220.0" prefHeight="25.0" prefWidth="255.0" />
<JFXTextField fx:id="clientAdresse" layoutX="150.0" layoutY="257.0" prefHeight="25.0" prefWidth="255.0" />
<JFXTextField fx:id="clientEmail" layoutX="150.0" layoutY="290.0" prefHeight="25.0" prefWidth="255.0" />
<JFXTextField fx:id="clientNPI" layoutX="340.0" layoutY="328.0" prefHeight="25.0" prefWidth="162.0" />
<JFXTextField fx:id="clientVille" layoutX="151.0" layoutY="358.0" prefHeight="25.0" prefWidth="255.0" />
</children>
</AnchorPane>