Initial commit

This commit is contained in:
2025-10-30 12:59:45 +01:00
commit 5683322bb7
1627 changed files with 111341 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane id="AnchorPane" fx:id="AnchorPaneAjouterClt" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Client.AjouterClientController">
<children>
<StackPane fx:id="typecompte" prefHeight="40.0" prefWidth="766.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="60.0">
<children>
<Group>
<children>
<RadioButton layoutX="95.0" layoutY="-4.0" mnemonicParsing="false" onAction="#AjouterClientPersonneRadioAction" selected="true" text="Personne physique">
<toggleGroup>
<ToggleGroup fx:id="typeclient" />
</toggleGroup>
</RadioButton>
<RadioButton layoutX="236.0" layoutY="-4.0" mnemonicParsing="false" onAction="#AjouterClientEntrepriseRadioAction" text="Une entreprise" toggleGroup="$typeclient" />
<Text layoutX="-14.0" layoutY="10.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Type Compte">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<Pane fx:id="TitrePane" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Client">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Ajouter">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<AnchorPane fx:id="AnchorPaneCltBody" layoutY="105.0" prefHeight="538.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="105.0" />
</children>
</AnchorPane>

View File

@@ -0,0 +1,273 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane id="AnchorPane" fx:id="AnchorPaneAjouterClientEntreprise" prefHeight="538.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Client.AjouterClientEntrepriseController">
<children>
<AnchorPane fx:id="AnchorPaneAjouterCltEntreprise" prefHeight="522.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane prefHeight="307.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.bottomAnchor="228.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="3.0">
<children>
<AnchorPane prefHeight="38.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="22.0" layoutY="24.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information de l'entreprise">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="10.0" layoutY="46.0" prefHeight="260.0" prefWidth="750.0" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="46.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="123.0" minWidth="10.0" prefWidth="79.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="153.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="107.0" minWidth="10.0" prefWidth="51.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="10.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="113.0" minWidth="10.0" prefWidth="51.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="97.0" minWidth="10.0" prefWidth="75.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="127.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="35.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="18.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="12.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="18.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="9.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="43.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="18.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="85.0" minHeight="10.0" prefHeight="12.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="22.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<TextField fx:id="ChampClientEntrepriseCode" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<TextField fx:id="ChampClientEntrepriseNom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom de l'Etr" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseGerant" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse" GridPane.columnIndex="3" GridPane.rowIndex="4">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseMatricule" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="4" />
<TextField fx:id="ChampClientEntrepriseAdresse" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code postal" GridPane.columnIndex="6" GridPane.rowIndex="4">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntreprisePostale" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Telephone 1" GridPane.rowIndex="7">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseTele1" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Telephone 2" GridPane.columnIndex="3" GridPane.rowIndex="7">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseTele2" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.columnIndex="6" GridPane.rowIndex="7">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseMail" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Fax" GridPane.rowIndex="10">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseFax" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="10" />
<Text fx:id="ErreurClientEntrepriseNom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="2">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseMatricule" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="5">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntreprisePostale" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="5">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseAdresse" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="5">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseTele1" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="8">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseTele2" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="8">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseMail" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="8">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseFax" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="11">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseGerant" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="2">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Gérant" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Matricule" GridPane.rowIndex="4">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code Etr" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseCode" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
</GridPane>
</children>
</AnchorPane>
<AnchorPane layoutX="15.0" layoutY="315.0" prefHeight="177.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.bottomAnchor="46.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0">
<children>
<AnchorPane prefHeight="38.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="22.0" layoutY="24.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information contact">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="8.0" layoutY="50.0" prefHeight="133.0" prefWidth="754.0" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="50.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="88.0" minWidth="10.0" prefWidth="43.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="143.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="93.0" minWidth="10.0" prefWidth="75.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="98.0" minWidth="10.0" prefWidth="71.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="140.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="93.0" minWidth="10.0" prefWidth="61.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="106.0" minWidth="10.0" prefWidth="74.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="148.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="39.0" minHeight="10.0" prefHeight="39.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="25.0" minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="37.0" minHeight="10.0" prefHeight="23.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="49.0" minHeight="10.0" prefHeight="40.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="10.0" prefHeight="17.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactNom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactPrenom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactCIN" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactMail" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone1" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactTele1" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone 2" GridPane.columnIndex="6" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactTele2" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="3" />
<Text fx:id="ErreurClientEntrepriseContactNom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactPrenom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactCIN" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactMail" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactTele1" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactTele2" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
</GridPane>
</children>
</AnchorPane>
<StackPane layoutX="15.0" layoutY="497.0" prefHeight="38.0" prefWidth="766.0" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0">
<children>
<Button mnemonicParsing="false" onAction="#AjouterClientEntrepriseButtonAction" prefHeight="33.0" prefWidth="122.0" styleClass="btn-primary" text="Ajouter" />
</children>
</StackPane>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,242 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="AnchorPaneAjouterClientPersonne" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="538.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Client.AjouterClientPersonneController">
<children>
<AnchorPane fx:id="AnchorPaneAjouterCltPersonne" prefHeight="539.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane prefHeight="179.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="3.0">
<children>
<AnchorPane prefHeight="38.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="22.0" layoutY="24.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information du compte">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="50.0" layoutY="54.0" prefHeight="61.0" prefWidth="599.0" AnchorPane.leftAnchor="80.0" AnchorPane.rightAnchor="80.0" AnchorPane.topAnchor="43.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientCode" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<Text fx:id="ErreurCode" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientCIN" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurCIN" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="56.0" minWidth="10.0" prefWidth="56.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="163.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="145.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="54.0" minWidth="10.0" prefWidth="54.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="163.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="62.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<GridPane layoutX="56.0" layoutY="105.0" prefHeight="61.0" prefWidth="428.0" AnchorPane.leftAnchor="56.0" AnchorPane.rightAnchor="284.0" AnchorPane.topAnchor="105.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom complet">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientNomComplet" prefHeight="35.0" prefWidth="264.0" GridPane.columnIndex="1" />
<Text fx:id="ErreurNomComplet" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="10.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="314.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="45.0" minHeight="10.0" prefHeight="38.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="23.0" minHeight="1.0" prefHeight="23.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane prefHeight="331.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="205.0">
<children>
<AnchorPane prefHeight="38.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="22.0" layoutY="24.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information du client">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="17.2" layoutY="45.2" prefHeight="278.0" prefWidth="725.0" AnchorPane.bottomAnchor="7.0" AnchorPane.leftAnchor="25.0" AnchorPane.rightAnchor="25.0" AnchorPane.topAnchor="44.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientPrenom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<TextField fx:id="AjouterClientNom" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
<DatePicker fx:id="AjouterClientNaissance" prefHeight="35.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientTeleFixe" prefHeight="35.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<TextField fx:id="AjouterClientTeleMobile" prefHeight="35.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date naissance" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Sexe" GridPane.columnIndex="6" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7" GridPane.rowIndex="3">
<children>
<RadioButton fx:id="AjouterClientSexeHomme" layoutY="17.0" mnemonicParsing="false" text="Homme" AnchorPane.topAnchor="10.0">
<toggleGroup>
<ToggleGroup fx:id="groupesexe" />
</toggleGroup>
</RadioButton>
<RadioButton fx:id="AjouterClientSexeFemme" layoutX="87.0" layoutY="17.0" mnemonicParsing="false" text="Femme" toggleGroup="$groupesexe" AnchorPane.topAnchor="10.0" />
</children>
</AnchorPane>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé mobile" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.columnIndex="6" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code postal" GridPane.columnIndex="3" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurMail" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurAdresse" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurCodePostal" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurPrenom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurNom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurTeleMobile" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurTeleFixe" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientAdresse" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
<TextField fx:id="AjouterClientCodePostal" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="4" GridPane.rowIndex="6" />
<TextField fx:id="AjouterClientMail" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="7" GridPane.rowIndex="6" />
<Button mnemonicParsing="false" onAction="#AjouterClientPersonneButtonAction" prefHeight="33.0" prefWidth="122.0" styleClass="btn-primary" text="Ajouter" GridPane.columnIndex="4" GridPane.rowIndex="8" />
<Text fx:id="ErreurNaissance" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurSexe" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="70.0" minWidth="10.0" prefWidth="68.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="149.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="10.0" prefWidth="39.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="85.0" minWidth="10.0" prefWidth="82.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="137.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="10.0" prefWidth="40.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="101.0" minWidth="10.0" prefWidth="101.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="150.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="62.0" minHeight="10.0" prefHeight="41.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="5.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="8.0" prefHeight="26.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="74.0" minHeight="10.0" prefHeight="39.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="22.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="27.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="40.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="25.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="42.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,568 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" prefHeight="642.0" prefWidth="796.0" style="-fx-background-color: #ffffff;" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Client.DetailClientController">
<children>
<Pane fx:id="TitrePane" layoutX="10.0" layoutY="10.0" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Client">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Client / Détail">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<StackPane layoutX="5.0" layoutY="51.0" prefHeight="37.0" prefWidth="786.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="51.0">
<children>
<Group>
<children>
<Text fx:id="Nomclt" layoutX="130.0" layoutY="-1.6552734375" strokeType="OUTSIDE" strokeWidth="0.0" text="nom client">
<font>
<Font size="17.0" />
</font>
</Text>
<Text fx:id="Monprofilenomprenom12" fill="#478fca" layoutX="67.0" layoutY="-1.89453125" strokeType="OUTSIDE" strokeWidth="0.0" text="Client:">
<font>
<Font name="Arial Bold" size="20.0" />
</font>
</Text>
<Text fx:id="Monprofilenomprenom121" fill="#478fca" layoutX="-100.0" layoutY="-1.2392578125" strokeType="OUTSIDE" strokeWidth="0.0" text="Code:">
<font>
<Font name="Arial Bold" size="20.0" />
</font>
</Text>
<Text fx:id="Codeclt" layoutX="-43.0" layoutY="-1.0" strokeType="OUTSIDE" strokeWidth="0.0" text="code">
<font>
<Font size="17.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<AnchorPane fx:id="AnchorPaneModierProduit1" prefHeight="460.0" prefWidth="783.0" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="85.0">
<children>
<AnchorPane fx:id="AnchorPaneModifierCltPersonne" prefHeight="200.0" prefWidth="783.0" visible="false" AnchorPane.bottomAnchor="28.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane layoutX="15.0" layoutY="14.0" prefHeight="144.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.400000000000091" AnchorPane.topAnchor="14.0">
<children>
<AnchorPane layoutX="2.4" layoutY="2.4" prefHeight="26.0" prefWidth="763.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="22.0" layoutY="17.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information du compte">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="66.0" layoutY="28.0" prefHeight="61.0" prefWidth="599.0" AnchorPane.leftAnchor="66.0" AnchorPane.rightAnchor="113.20000000000005" AnchorPane.topAnchor="28.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientCode" disable="true" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<Text fx:id="ErreurCode" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientCIN" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurCIN" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="56.0" minWidth="10.0" prefWidth="56.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="163.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="145.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="54.0" minWidth="10.0" prefWidth="54.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="163.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="62.0" minHeight="10.0" prefHeight="45.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<GridPane layoutX="64.4" layoutY="89.4" prefHeight="61.0" prefWidth="428.0" AnchorPane.leftAnchor="64.4" AnchorPane.rightAnchor="292.4000000000001" AnchorPane.topAnchor="89.4">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom complet">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientNomComplet" prefHeight="35.0" prefWidth="264.0" GridPane.columnIndex="1" />
<Text fx:id="ErreurNomComplet" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="10.0" prefWidth="90.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="314.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="45.0" minHeight="10.0" prefHeight="38.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="23.0" minHeight="1.0" prefHeight="23.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane layoutX="15.0" layoutY="186.0" prefHeight="331.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.bottomAnchor="22.399999999999977" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.800000000000068" AnchorPane.topAnchor="186.0">
<children>
<AnchorPane layoutX="2.4" layoutY="2.4" prefHeight="26.0" prefWidth="763.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="21.0" layoutY="18.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information du client">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="17.2" layoutY="45.2" prefHeight="278.0" prefWidth="725.0" AnchorPane.bottomAnchor="7.0" AnchorPane.leftAnchor="25.0" AnchorPane.rightAnchor="25.0" AnchorPane.topAnchor="44.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientPrenom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<TextField fx:id="AjouterClientNom" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
<DatePicker fx:id="AjouterClientNaissance" prefHeight="35.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientTeleFixe" prefHeight="35.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<TextField fx:id="AjouterClientTeleMobile" prefHeight="35.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date naissance" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Sexe" GridPane.columnIndex="6" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7" GridPane.rowIndex="3">
<children>
<RadioButton fx:id="RadioButtonSexeHomme" layoutY="17.0" mnemonicParsing="false" text="Homme" AnchorPane.topAnchor="10.0">
<toggleGroup>
<ToggleGroup fx:id="groupesexe" />
</toggleGroup>
</RadioButton>
<RadioButton fx:id="RadioButtonSexeFemme" layoutX="87.0" layoutY="17.0" mnemonicParsing="false" text="Femme" toggleGroup="$groupesexe" AnchorPane.topAnchor="10.0" />
</children>
</AnchorPane>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé mobile" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.columnIndex="6" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code postal" GridPane.columnIndex="3" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurMail" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurAdresse" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurCodePostal" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="7">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurPrenom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurNom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurTeleMobile" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurTeleFixe" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<TextField fx:id="AjouterClientAdresse" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
<TextField fx:id="AjouterClientCodePostal" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="4" GridPane.rowIndex="6" />
<TextField fx:id="AjouterClientMail" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="7" GridPane.rowIndex="6" />
<Button mnemonicParsing="false" onAction="#UpdateClientButtonAction" prefHeight="33.0" prefWidth="122.0" styleClass="btn-primary" text="Modifier" GridPane.columnIndex="4" GridPane.rowIndex="8" />
<Text fx:id="ErreurNaissance" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurSexe" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="70.0" minWidth="10.0" prefWidth="68.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="149.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="10.0" prefWidth="39.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="85.0" minWidth="10.0" prefWidth="82.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="137.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="10.0" prefWidth="40.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="101.0" minWidth="10.0" prefWidth="101.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="150.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="62.0" minHeight="10.0" prefHeight="41.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="5.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="44.0" minHeight="8.0" prefHeight="26.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="74.0" minHeight="10.0" prefHeight="39.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="22.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="27.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="40.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="25.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="42.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
</children>
</AnchorPane>
<AnchorPane fx:id="AnchorPaneModifierCltEntreprise" prefHeight="200.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane layoutX="9.4" layoutY="18.4" prefHeight="236.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.bottomAnchor="268.4" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="18.4">
<children>
<AnchorPane layoutX="2.4" layoutY="2.4" prefHeight="22.0" prefWidth="763.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="18.0" layoutY="16.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information de l'entreprise">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="11.0" layoutY="27.0" prefHeight="260.0" prefWidth="750.0" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="11.400000000000091" AnchorPane.topAnchor="27.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="123.0" minWidth="10.0" prefWidth="89.80001831054688" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="143.8000061035156" minWidth="10.0" prefWidth="126.99998168945314" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="107.0" minWidth="10.0" prefWidth="51.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="90.0" minWidth="10.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="150.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="113.0" minWidth="10.0" prefWidth="51.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="97.0" minWidth="10.0" prefWidth="75.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="127.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="35.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="18.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="12.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="18.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="75.0" minHeight="10.0" prefHeight="9.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="43.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="18.0" minHeight="18.0" prefHeight="18.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="85.0" minHeight="10.0" prefHeight="12.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<TextField fx:id="ChampClientEntrepriseNom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom de l'Etr *" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseGerant" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse *" GridPane.columnIndex="3" GridPane.rowIndex="4">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseMatricule" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="4" />
<TextField fx:id="ChampClientEntrepriseAdresse" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code postal" GridPane.columnIndex="6" GridPane.rowIndex="4">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntreprisePostale" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Telephone 1" GridPane.rowIndex="7">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseTele1" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Telephone 2" GridPane.columnIndex="3" GridPane.rowIndex="7">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseTele2" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.columnIndex="6" GridPane.rowIndex="7">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseMail" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Fax" GridPane.columnIndex="6" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseFax" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="1" />
<Text fx:id="ErreurClientEntrepriseNom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseMatricule" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="5">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntreprisePostale" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="5">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseAdresse" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="5">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseTele1" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="8">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseTele2" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="8">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseMail" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="8">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseFax" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="2">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseGerant" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="2">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Gérant *" GridPane.columnIndex="3" GridPane.rowIndex="1">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Matricule" GridPane.rowIndex="4">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
</children>
</GridPane>
</children>
</AnchorPane>
<AnchorPane layoutX="11.0" layoutY="278.8" prefHeight="177.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.bottomAnchor="78.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="20.0">
<children>
<AnchorPane layoutX="2.4" layoutY="2.4" prefHeight="26.0" prefWidth="763.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fontSmoothingType="LCD" layoutX="19.0" layoutY="17.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Information contact">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="8.0" layoutY="50.0" prefHeight="133.0" prefWidth="754.0" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="50.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="88.0" minWidth="10.0" prefWidth="43.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="300.0" minWidth="140.0" prefWidth="140.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="93.0" minWidth="10.0" prefWidth="75.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="98.0" minWidth="10.0" prefWidth="82.40001220703124" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="300.0" minWidth="10.0" prefWidth="140.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="93.0" minWidth="10.0" prefWidth="61.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="121.7999267578125" minWidth="10.0" prefWidth="82.199951171875" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="300.0" minWidth="140.0" prefWidth="140.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="39.0" minHeight="10.0" prefHeight="39.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="25.0" minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="37.0" minHeight="10.0" prefHeight="23.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="49.0" minHeight="10.0" prefHeight="40.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="10.0" prefHeight="17.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom *">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactNom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom *" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactPrenom" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactCIN" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactMail" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone1 *" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactTele1" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone 2" GridPane.columnIndex="6" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ChampClientEntrepriseContactTele2" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="3" />
<Text fx:id="ErreurClientEntrepriseContactNom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactPrenom" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactCIN" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactMail" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactTele1" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurClientEntrepriseContactTele2" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
</children>
</GridPane>
</children>
</AnchorPane>
<StackPane layoutX="15.2" layoutY="465.8" prefHeight="38.0" prefWidth="766.0" AnchorPane.bottomAnchor="30.19999999999999" AnchorPane.leftAnchor="15.2" AnchorPane.rightAnchor="15.200000000000045">
<children>
<Button mnemonicParsing="false" onAction="#UpdateClientEntrepriseButtonAction" prefHeight="33.0" prefWidth="122.0" styleClass="btn-primary" text="Modifier" />
</children>
</StackPane>
</children>
</AnchorPane>
<StackPane fx:id="StackPaneSucessCltPersonne" layoutX="14.0" layoutY="14.0" prefHeight="387.0" prefWidth="753.0" visible="false" AnchorPane.bottomAnchor="102.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="15.0">
<children>
<Group>
<children>
<ImageView>
<image>
<Image url="@../../Public/icon/successfully.png" />
</image>
</ImageView>
<Text layoutX="-151.0" layoutY="186.0" strokeType="OUTSIDE" strokeWidth="0.0" text="La modification a été effectuée avec succès">
<font>
<Font name="Arial Bold" size="22.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,260 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" fx:id="AnchorPaneGestionClt" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Client.GestionClientEntrepriseController">
<children>
<Pane fx:id="TitrePane" layoutX="20.0" layoutY="20.0" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Gestion">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Client (entreprise)">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<ProgressBar fx:id="ProgressBarClientEntreprise" layoutY="52.0" prefHeight="5.0" prefWidth="795.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
<StackPane layoutX="15.0" layoutY="52.0" prefHeight="40.0" prefWidth="766.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="52.0">
<children>
<Group>
<children>
<RadioButton layoutX="95.0" layoutY="-4.0" mnemonicParsing="false" onAction="#AjouterClientPersonneRadioAction" selected="true" text="Personne physique">
<toggleGroup>
<ToggleGroup fx:id="typeclient" />
</toggleGroup>
</RadioButton>
<RadioButton layoutX="236.0" layoutY="-4.0" mnemonicParsing="false" selected="true" text="Une entreprise" toggleGroup="$typeclient" />
<Text layoutX="-14.0" layoutY="10.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Type Client">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<AnchorPane layoutX="15.0" layoutY="92.0" prefHeight="160.0" prefWidth="766.0" styleClass="panel-default" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="92.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Button fx:id="ButtonSearchClientEntreprise" mnemonicParsing="false" prefHeight="35.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche">
<font>
<Font name="Arial" size="12.0" />
</font>
</Button>
</children>
</AnchorPane>
<GridPane layoutX="14.0" layoutY="56.0" prefHeight="61.0" prefWidth="765.0" AnchorPane.leftAnchor="14.0" AnchorPane.rightAnchor="13.600000000000136" AnchorPane.topAnchor="56.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientCodeEtr" prefHeight="30.0" prefWidth="74.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Etr" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientNomEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Gérant" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientGerantEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Matricule" GridPane.rowIndex="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientMatriculeEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse" GridPane.columnIndex="3" GridPane.rowIndex="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientAdresseEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="4" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone" GridPane.columnIndex="6" GridPane.rowIndex="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientTelephoneEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="7" GridPane.rowIndex="2" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="55.0" minWidth="55.0" prefWidth="55.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="55.0" minWidth="55.0" prefWidth="55.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="65.0" minWidth="65.0" prefWidth="65.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="25.0" prefHeight="25.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" layoutX="70.0" layoutY="264.0" prefHeight="368.0" prefWidth="766.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="264.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des clients (Entreprise)">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewListeClientEntreprise" editable="true" layoutX="3.0" layoutY="36.0" prefHeight="250.0" prefWidth="761.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="43.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
<columns>
<TableColumn fx:id="CodeClientEtr" minWidth="100.0" prefWidth="100.0" text="#" />
<TableColumn fx:id="NomEntreprise" minWidth="180.0" prefWidth="180.0" text="nom de l'entreprise" />
<TableColumn fx:id="Gerant" minWidth="100.0" prefWidth="100.0" text="Gérant" />
<TableColumn fx:id="matricule" minWidth="100.0" prefWidth="100.0" text="Matricule" />
<TableColumn fx:id="Adresse" minWidth="130.0" prefWidth="130.0" text="Adresse" />
<TableColumn fx:id="Telephone" minWidth="70.0" prefWidth="70.0" text="Tele" />
<TableColumn fx:id="Action" maxWidth="80.0" minWidth="80.0" text="Action" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
<GridPane prefHeight="38.0" prefWidth="588.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<children>
<AnchorPane fx:id="ListerPages" prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2">
<children>
<Text layoutX="134.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<HBox layoutX="150.0" layoutY="13.0" spacing="5.0">
<children>
<Text fx:id="ActuellePage" layoutX="149.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text layoutX="165.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="/">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="NbrPage" layoutX="177.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
<Group fx:id="retourgroupe" layoutX="80.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="lastgroupe" layoutX="112.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="nextgroupe" layoutX="224.0" layoutY="20.0">
<children>
<Circle fx:id="nextcercle" fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="avancergroupe" layoutX="254.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#80808f" strokeDashOffset="3.0" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-0.5" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-5.5" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Text layoutX="196.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<ChoiceBox fx:id="NbrLigne" layoutX="280.0" layoutY="8.0" prefHeight="25.0" prefWidth="41.0" style="-fx-background-color: #FFFFFFFF;" />
</children>
</AnchorPane>
<Group>
<children>
<Label fx:id="LabelCount" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE">
<font>
<Font name="Arial Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="400.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,259 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="AnchorPaneGestionClt" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Client.GestionClientPersonneController">
<children>
<Pane fx:id="TitrePane" layoutX="20.0" layoutY="20.0" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Client">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Gestion">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<ProgressBar fx:id="ProgressBarClientPersonne" layoutY="52.0" prefHeight="5.0" prefWidth="795.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
<StackPane layoutX="16.0" layoutY="59.4" prefHeight="40.0" prefWidth="766.0" AnchorPane.leftAnchor="16.0" AnchorPane.rightAnchor="16.0" AnchorPane.topAnchor="59.4">
<children>
<Group>
<children>
<RadioButton layoutX="95.0" layoutY="-4.0" mnemonicParsing="false" selected="true" text="Personne physique">
<toggleGroup>
<ToggleGroup fx:id="typeclient" />
</toggleGroup>
</RadioButton>
<RadioButton layoutX="236.0" layoutY="-4.0" mnemonicParsing="false" onAction="#AjouterClientEntrepriseRadioAction" text="Une entreprise" toggleGroup="$typeclient" />
<Text layoutX="-14.0" layoutY="10.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Type Client">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<AnchorPane layoutX="15.0" layoutY="110.0" prefHeight="147.0" prefWidth="775.0" styleClass="panel-default" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.800000000000068" AnchorPane.topAnchor="110.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Button fx:id="ButtonSearchClientPersonne" mnemonicParsing="false" prefHeight="35.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche">
<font>
<Font name="Arial" size="12.0" />
</font>
</Button>
</children>
</AnchorPane>
<GridPane layoutX="11.0" layoutY="47.0" prefHeight="26.0" prefWidth="743.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="11.400000000000091" AnchorPane.topAnchor="47.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientcode" prefHeight="35.0" prefWidth="74.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom" GridPane.columnIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom" GridPane.columnIndex="6" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Naissance" GridPane.columnIndex="9" />
<TextField fx:id="GestionClientnom" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
<TextField fx:id="GestionClientprenom" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="7" />
<DatePicker fx:id="DatePickerNaissance" prefHeight="35.0" GridPane.columnIndex="10" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="70.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="45.0" minWidth="45.0" prefWidth="45.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="451.0" minWidth="10.0" prefWidth="84.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="45.0" minWidth="45.0" prefWidth="45.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="451.0" minWidth="10.0" prefWidth="83.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="20.0" prefWidth="20.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="85.0" minWidth="85.0" prefWidth="85.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="451.0" minWidth="10.0" prefWidth="80.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<GridPane layoutX="13.0" layoutY="103.0" prefHeight="30.0" prefWidth="743.0" AnchorPane.leftAnchor="13.0" AnchorPane.rightAnchor="14.200000000000045">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="169.00001525878906" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="135.0" prefWidth="135.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="319.99998779296874" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientcin" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom complet" GridPane.columnIndex="3" />
<TextField fx:id="GestionClientnomcomplet" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
</children>
</GridPane>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" layoutX="60.0" layoutY="271.2" prefHeight="361.0" prefWidth="766.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="271.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des clients">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewListeClient" layoutX="3.0" layoutY="36.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="40.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="codeclient" maxWidth="74.0" minWidth="74.0" prefWidth="74.0" resizable="false" text="#" />
<TableColumn fx:id="cin" maxWidth="86.0" minWidth="86.0" prefWidth="86.0" resizable="false" text="CIN" />
<TableColumn fx:id="nomcomplet" maxWidth="6000.0" minWidth="200.0" prefWidth="200.0" text="Nom complet" />
<TableColumn fx:id="nom" minWidth="90.0" prefWidth="130.0" text="Nom" />
<TableColumn fx:id="prenom" minWidth="108.0" prefWidth="108.0" text="Prénom" />
<TableColumn fx:id="tele" maxWidth="80.0" minWidth="80.0" resizable="false" text="Tele" />
<TableColumn fx:id="Action" maxWidth="76.0" minWidth="76.0" prefWidth="76.0" resizable="false" text="Operation" />
</columns>
</TableView>
<GridPane prefHeight="38.0" prefWidth="588.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="0.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="400.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<AnchorPane fx:id="ListerPages" prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="2">
<children>
<Text layoutX="134.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<HBox layoutX="150.0" layoutY="13.0" spacing="5.0">
<children>
<Text fx:id="ActuellePage" layoutX="149.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text layoutX="165.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="/">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="NbrPage" layoutX="177.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
<Group fx:id="retourgroupe" layoutX="80.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="lastgroupe" layoutX="112.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="nextgroupe" layoutX="224.0" layoutY="20.0">
<children>
<Circle fx:id="nextcercle" fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="avancergroupe" layoutX="254.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#80808f" strokeDashOffset="3.0" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-0.5" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-5.5" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Text layoutX="196.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<ChoiceBox fx:id="NbrLigne" layoutX="280.0" layoutY="8.0" prefHeight="25.0" prefWidth="41.0" style="-fx-background-color: #FFFFFFFF;" />
</children></AnchorPane>
<Group>
<children>
<Label fx:id="LabelCount" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE">
<font>
<Font name="Arial Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
</children>
</GridPane>
</children>
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,144 @@
<?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.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" fx:id="AnchorPaneAjouterClient" prefHeight="642.0" prefWidth="796.0" style="-fx-background-color: #ffffff;" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Client.MenuClientController">
<children>
<Pane fx:id="TitrePane" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Client">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Menu">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<GridPane layoutX="46.0" layoutY="108.0" prefHeight="499.0" prefWidth="715.0" AnchorPane.bottomAnchor="35.0" AnchorPane.leftAnchor="46.0" AnchorPane.rightAnchor="35.0" AnchorPane.topAnchor="108.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="120.0" prefWidth="120.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="120.0" prefWidth="120.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="200.0" minHeight="170.0" prefHeight="170.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="1.7976931348623157E308" minHeight="144.0" prefHeight="148.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="200.0" minHeight="170.0" prefHeight="170.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<AnchorPane prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #337ab7; -fx-background-radius: 5;">
<children>
<AnchorPane layoutX="18.0" layoutY="60.0" prefHeight="127.0" prefWidth="203.0" style="-fx-background-color: #FFFFFF;" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="90.0">
<children>
<Button layoutX="92.0" layoutY="28.0" mnemonicParsing="false" onAction="#AjouterClientButtonAction" styleClass="btn-primary" text="Ajouter client" textFill="WHITE" AnchorPane.bottomAnchor="22.0" AnchorPane.leftAnchor="60.0" AnchorPane.rightAnchor="60.0" AnchorPane.topAnchor="22.0">
<font>
<Font name="System Bold" size="13.0" />
</font>
</Button>
</children>
</AnchorPane>
<StackPane layoutX="21.0" layoutY="-28.0" prefHeight="90.0" prefWidth="242.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<ImageView fitHeight="64.0" fitWidth="64.0">
<image>
<Image url="@../../Public/icon/client_ajouter.png" />
</image>
</ImageView>
</children>
</StackPane>
</children>
</AnchorPane>
<AnchorPane prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #4DAE4D; -fx-background-radius: 5;" visible="false" GridPane.rowIndex="2">
<children>
<AnchorPane layoutX="28.0" layoutY="14.0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #FFFFFF;" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="90.0">
<children>
<Button layoutX="92.0" layoutY="28.0" mnemonicParsing="false" styleClass="btn-success" text="Client fidèle" textFill="WHITE" AnchorPane.bottomAnchor="22.0" AnchorPane.leftAnchor="60.0" AnchorPane.rightAnchor="60.0" AnchorPane.topAnchor="22.0">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Button>
</children>
</AnchorPane>
<StackPane layoutX="14.0" layoutY="-35.0" prefHeight="90.0" prefWidth="242.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<ImageView fitHeight="64.0" fitWidth="64.0">
<image>
<Image url="@../../Public/icon/client_fidele.png" />
</image>
</ImageView>
</children>
</StackPane>
</children>
</AnchorPane>
<AnchorPane prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #373737; -fx-background-radius: 5;" GridPane.columnIndex="2">
<children>
<AnchorPane layoutX="30.0" layoutY="67.0" prefHeight="120.0" prefWidth="191.0" style="-fx-background-color: #FFFFFF;" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="90.0">
<children>
<Button layoutX="92.0" layoutY="28.0" mnemonicParsing="false" onAction="#detailClientButtonAction" styleClass="btn-black" text="Détail client" textFill="WHITE" AnchorPane.bottomAnchor="22.0" AnchorPane.leftAnchor="60.0" AnchorPane.rightAnchor="60.0" AnchorPane.topAnchor="22.0">
<font>
<Font name="System Bold" size="13.0" />
</font>
</Button>
</children>
</AnchorPane>
<StackPane layoutX="-16.0" layoutY="-37.0" prefHeight="90.0" prefWidth="242.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<ImageView fitHeight="64.0" fitWidth="64.0">
<image>
<Image url="@../../Public/icon/client_detail.png" />
</image>
</ImageView>
</children>
</StackPane>
</children>
</AnchorPane>
<AnchorPane prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #f20606; -fx-background-radius: 5;" visible="false" GridPane.columnIndex="2" GridPane.rowIndex="2">
<children>
<AnchorPane layoutX="66.0" layoutY="-13.0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #FFFFFF;" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="90.0">
<children>
<Button layoutX="92.0" layoutY="28.0" mnemonicParsing="false" styleClass="btn-danger" text="Client en retard" textFill="WHITE" AnchorPane.bottomAnchor="22.0" AnchorPane.leftAnchor="60.0" AnchorPane.rightAnchor="60.0" AnchorPane.topAnchor="22.0">
<font>
<Font name="System Bold" size="13.0" />
</font>
</Button>
</children>
</AnchorPane>
<StackPane layoutX="21.0" layoutY="-34.0" prefHeight="90.0" prefWidth="242.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<ImageView fitHeight="64.0" fitWidth="64.0">
<image>
<Image url="@../../Public/icon/client_retard.png" />
</image>
</ImageView>
</children>
</StackPane>
</children>
</AnchorPane>
</children>
</GridPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,254 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="AnchoreClientEntre" minHeight="662.0" minWidth="816.0" prefHeight="662.0" prefWidth="816.0" style="-fx-background-color: rgba(0,0,0,0.6);" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1">
<children>
<StackPane fx:id="StackpaneClientEntre" layoutX="10.0" layoutY="10.0" prefHeight="593.0" prefWidth="757.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane maxHeight="662.0" maxWidth="816.0" minHeight="662.0" minWidth="816.0" prefHeight="662.0" prefWidth="816.0" style="-fx-background-color: #FFFFFF;">
<children>
<ProgressBar fx:id="ProgressBarClientEntreprise" prefHeight="5.0" prefWidth="795.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
</children></AnchorPane>
<AnchorPane fx:id="AnchorPaneGestionClt" maxHeight="620.0" maxWidth="776.0" minHeight="620.0" minWidth="776.0" prefHeight="620.0" prefWidth="776.0" style="-fx-background-radius: 5; -fx-border-color: #35aa47; -fx-border-radius: 5;" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css">
<children>
<AnchorPane prefHeight="40.0" prefWidth="776.0" style="-fx-background-color: #35aa47;" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="52.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Rechercher Client Entreprise">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
<ImageView fitHeight="20.0" fitWidth="28.0" layoutX="14.0" layoutY="10.0">
<image>
<Image url="@../../Public/icon/Client.png" />
</image>
</ImageView>
</children>
</AnchorPane>
<StackPane layoutX="16.0" layoutY="41.0" prefHeight="40.0" prefWidth="766.0" AnchorPane.leftAnchor="16.0" AnchorPane.rightAnchor="16.800000000000182" AnchorPane.topAnchor="41.0">
<children>
<Group>
<children>
<RadioButton fx:id="cltPer" layoutX="95.0" layoutY="-4.0" mnemonicParsing="false" selected="true" text="Personne physique">
<toggleGroup>
<ToggleGroup fx:id="typeclient" />
</toggleGroup>
</RadioButton>
<RadioButton fx:id="cltEtr" layoutX="236.0" layoutY="-4.0" mnemonicParsing="false" selected="true" text="Une entreprise" toggleGroup="$typeclient" />
<Text layoutX="-14.0" layoutY="10.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Type Client">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<AnchorPane layoutX="18.4" layoutY="84.4" prefHeight="162.0" prefWidth="741.0" styleClass="panel-default" AnchorPane.leftAnchor="17.0" AnchorPane.rightAnchor="18.0" AnchorPane.topAnchor="83.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Button fx:id="ButtonSearchClientEntreprise" mnemonicParsing="false" prefHeight="35.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche">
<font>
<Font name="Arial" size="12.0" />
</font>
</Button>
</children>
</AnchorPane>
<GridPane layoutX="1.0" layoutY="57.0" prefHeight="61.0" prefWidth="765.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="56.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="RerchercheCodeEtr" prefHeight="30.0" prefWidth="74.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Etr" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="RerchercheNomEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Gérant" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="RerchercheGerantEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Matricule" GridPane.rowIndex="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="RerchercheMatriculeEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse" GridPane.columnIndex="3" GridPane.rowIndex="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="RerchercheAdresseEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="4" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone" GridPane.columnIndex="6" GridPane.rowIndex="2">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="RerchercheTelephoneEtr" prefHeight="30.0" prefWidth="109.0" GridPane.columnIndex="7" GridPane.rowIndex="2" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="55.0" minWidth="55.0" prefWidth="55.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="55.0" minWidth="55.0" prefWidth="55.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="25.0" prefWidth="25.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="62.0" minWidth="55.0" prefWidth="62.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="25.0" prefHeight="25.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" layoutX="20.4" layoutY="269.2" prefHeight="292.0" prefWidth="740.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="60.0" AnchorPane.leftAnchor="19.0" AnchorPane.rightAnchor="17.0" AnchorPane.topAnchor="268.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des clients (Entreprise)">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewListeClientEntreprise" editable="true" layoutX="3.0" layoutY="36.0" prefHeight="250.0" prefWidth="761.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="TableColumnCodeClientEtr" minWidth="80.0" text="#" />
<TableColumn fx:id="TableColumnNomEntreprise" minWidth="140.0" prefWidth="140.0" text="Nom de l'entreprise" />
<TableColumn fx:id="TableColumnGerant" minWidth="100.0" prefWidth="100.0" text="Gérant" />
<TableColumn fx:id="TableColumnMatricule" minWidth="100.0" prefWidth="100.0" text="Matricule" />
<TableColumn fx:id="TableColumnAdresse" minWidth="130.0" prefWidth="130.0" text="Adresse" />
<TableColumn fx:id="TableColumnTelephone" minWidth="90.0" prefWidth="90.0" text="Tele" />
<TableColumn fx:id="TableColumnActionEtre" minWidth="60.0" prefWidth="60.0" text="Action" />
</columns>
</TableView>
</children>
</AnchorPane>
<Button layoutX="665.0" layoutY="569.0" mnemonicParsing="false" onAction="#QuiterButtonAction" prefHeight="39.0" prefWidth="95.0" styleClass="btn-simple" text="Quiter">
<font>
<Font size="17.0" />
</font>
</Button>
<Group layoutX="3.0" layoutY="243.0">
<children>
<Label fx:id="LabelCount" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE">
<font>
<Font name="Arial Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
<AnchorPane layoutX="209.0" layoutY="569.0" prefHeight="40.0" prefWidth="321.0">
<children>
<Text layoutX="134.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<HBox layoutX="150.0" layoutY="13.0" spacing="5.0">
<children>
<Text fx:id="ActuellePage" layoutX="149.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text layoutX="165.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="/">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="NbrPage" layoutX="177.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
<Group fx:id="retourgroupe" layoutX="80.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="lastgroupe" layoutX="112.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="nextgroupe" layoutX="224.0" layoutY="20.0">
<children>
<Circle fx:id="nextcercle" fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="avancergroupe" layoutX="254.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#80808f" strokeDashOffset="3.0" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-0.5" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-5.5" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Text layoutX="196.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<ChoiceBox fx:id="NbrLigne" layoutX="280.0" layoutY="8.0" prefHeight="25.0" prefWidth="41.0" style="-fx-background-color: #FFFFFFFF;" />
</children>
</AnchorPane>
</children>
</AnchorPane>
</children>
</StackPane>
</children>
</AnchorPane>

View File

@@ -0,0 +1,254 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.DatePicker?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" fx:id="AnchoreClientPerson" minHeight="662.0" minWidth="816.0" prefHeight="662.0" prefWidth="816.0" style="-fx-background-color: rgba(0,0,0,0.6);" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1">
<children>
<StackPane fx:id="StackpaneClient" layoutX="17.0" layoutY="14.0" prefHeight="593.0" prefWidth="757.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<AnchorPane maxHeight="662.0" maxWidth="816.0" minHeight="662.0" minWidth="816.0" prefHeight="662.0" prefWidth="816.0" style="-fx-background-color: #FFFFFF;">
<children>
<ProgressBar fx:id="ProgressBarClientPersonne" prefHeight="5.0" prefWidth="774.0" scaleShape="false" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children></AnchorPane>
<AnchorPane fx:id="AnchorPaneGestionClt" maxHeight="620.0" maxWidth="776.0" minHeight="620.0" minWidth="776.0" prefHeight="620.0" prefWidth="776.0" style="-fx-background-radius: 5; -fx-border-color: #35aa47; -fx-border-radius: 5;" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css">
<children>
<AnchorPane prefHeight="40.0" prefWidth="776.0" style="-fx-background-color: #35aa47;" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="52.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Rechercher Client">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
<ImageView fitHeight="20.0" fitWidth="28.0" layoutX="14.0" layoutY="10.0">
<image>
<Image url="@../../Public/icon/Client.png" />
</image>
</ImageView>
</children>
</AnchorPane>
<StackPane layoutX="23.2" layoutY="43.2" prefHeight="40.0" prefWidth="701.0" AnchorPane.leftAnchor="22.0" AnchorPane.rightAnchor="53.0" AnchorPane.topAnchor="42.0">
<children>
<Group>
<children>
<RadioButton fx:id="cltPersonne" layoutX="95.0" layoutY="-4.0" mnemonicParsing="false" selected="true" text="Personne physique">
<toggleGroup>
<ToggleGroup fx:id="typeclient" />
</toggleGroup>
</RadioButton>
<RadioButton fx:id="cltEntreprise" layoutX="236.0" layoutY="-4.0" mnemonicParsing="false" text="Une entreprise" toggleGroup="$typeclient" />
<Text layoutX="-14.0" layoutY="10.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Type Client">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<AnchorPane layoutX="18.0" layoutY="82.0" prefHeight="170.0" prefWidth="743.0" styleClass="panel-default" AnchorPane.leftAnchor="18.0" AnchorPane.rightAnchor="17.600000000000136" AnchorPane.topAnchor="82.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="200.0" styleClass="panel-default-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Button fx:id="ButtonSearchClientPersonne" layoutY="1.0" mnemonicParsing="false" prefHeight="35.0" prefWidth="162.0" styleClass="btn-icon-search" text="Filtre de recherche">
<font>
<Font name="Arial" size="12.0" />
</font>
</Button>
</children>
</AnchorPane>
<GridPane layoutX="1.0" layoutY="57.0" prefHeight="30.0" prefWidth="765.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="56.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code">
<font>
<Font name="Arial" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientcode" prefHeight="30.0" prefWidth="74.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom" GridPane.columnIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom" GridPane.columnIndex="6" />
<TextField fx:id="GestionClientnom" prefHeight="30.0" prefWidth="123.0" GridPane.columnIndex="4" />
<TextField fx:id="GestionClientprenom" prefHeight="30.0" prefWidth="123.0" GridPane.columnIndex="7" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Naissance" GridPane.columnIndex="9" />
<DatePicker fx:id="DatePickerNaissance" prefHeight="35.0" GridPane.columnIndex="10" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="36.0" minWidth="36.0" prefWidth="36.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="70.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="30.0" minWidth="30.0" prefWidth="30.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="28.0" minWidth="28.0" prefWidth="28.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="73.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="30.0" minWidth="30.0" prefWidth="30.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="45.0" minWidth="45.0" prefWidth="45.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="84.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="30.0" minWidth="10.0" prefWidth="30.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="55.0" minWidth="55.0" prefWidth="55.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="83.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<GridPane layoutX="8.0" layoutY="117.0" prefHeight="30.0" prefWidth="721.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="169.00001525878906" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="100.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="319.99998779296874" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="CIN">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="GestionClientcin" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom complet" GridPane.columnIndex="3" />
<TextField fx:id="GestionClientnomcomplet" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
</children>
</GridPane>
</children>
</AnchorPane>
<AnchorPane id="AnchorPane" layoutX="20.4" layoutY="267.2" prefHeight="294.0" prefWidth="740.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="60.0" AnchorPane.leftAnchor="19.0" AnchorPane.rightAnchor="17.0" AnchorPane.topAnchor="266.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des clients">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewListeClient" editable="true" layoutX="3.0" layoutY="36.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
<columns>
<TableColumn fx:id="codeclient" maxWidth="74.0" minWidth="74.0" prefWidth="74.0" resizable="false" text="#" />
<TableColumn fx:id="cin" maxWidth="86.0" minWidth="86.0" prefWidth="86.0" resizable="false" text="CIN" />
<TableColumn fx:id="nomcomplet" maxWidth="6000.0" minWidth="200.0" prefWidth="200.0" text="Nom complet" />
<TableColumn fx:id="nom" minWidth="90.0" prefWidth="130.0" text="Nom" />
<TableColumn fx:id="prenom" minWidth="108.0" prefWidth="108.0" text="Prénom" />
<TableColumn fx:id="tele" maxWidth="80.0" minWidth="80.0" resizable="false" text="Tele" />
<TableColumn fx:id="Action" maxWidth="76.0" minWidth="76.0" prefWidth="76.0" resizable="false" text="Operation" />
</columns>
</TableView>
</children>
</AnchorPane>
<Button layoutX="665.0" layoutY="569.0" mnemonicParsing="false" onAction="#QuiterButtonAction" prefHeight="39.0" prefWidth="95.0" styleClass="btn-simple" text="Quiter">
<font>
<Font size="17.0" />
</font>
</Button>
<Group layoutX="3.0" layoutY="243.0">
<children>
<Label fx:id="LabelCount" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE">
<font>
<Font name="Arial Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
<AnchorPane layoutX="209.0" layoutY="569.0" prefHeight="40.0" prefWidth="321.0">
<children>
<Text layoutX="134.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<HBox layoutX="150.0" layoutY="13.0" spacing="5.0">
<children>
<Text fx:id="ActuellePage" layoutX="149.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text layoutX="165.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="/">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="NbrPage" layoutX="177.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="0">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
<Group fx:id="retourgroupe" layoutX="80.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-4.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="2.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="lastgroupe" layoutX="112.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-1.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-1.0" layoutY="-5.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="nextgroupe" layoutX="224.0" layoutY="20.0">
<children>
<Circle fx:id="nextcercle" fill="WHITE" radius="11.0" stroke="#81818f" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Group fx:id="avancergroupe" layoutX="254.0" layoutY="20.0">
<children>
<Circle fill="WHITE" radius="11.0" stroke="#80808f" strokeDashOffset="3.0" strokeType="INSIDE" strokeWidth="0.5" styleClass="cerclenextlast" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-1.0" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="-2.0" layoutY="-6.0" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-0.5" rotate="50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
<Rectangle arcHeight="5.0" fill="#80808f" height="7.0" layoutX="4.0" layoutY="-5.5" rotate="-50.0" stroke="BLACK" strokeType="INSIDE" width="0.5" />
</children>
</Group>
<Text layoutX="196.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="|">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
<ChoiceBox fx:id="NbrLigne" layoutX="280.0" layoutY="8.0" prefHeight="25.0" prefWidth="41.0" style="-fx-background-color: #FFFFFFFF;" />
</children>
</AnchorPane>
</children>
</AnchorPane>
</children>
</StackPane>
</children>
</AnchorPane>