first commit

This commit is contained in:
2025-10-30 13:23:53 +01:00
commit 433e47e385
1619 changed files with 106327 additions and 0 deletions

View File

@@ -0,0 +1,409 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ColorPicker?>
<?import javafx.scene.control.ComboBox?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.control.Tab?>
<?import javafx.scene.control.TabPane?>
<?import javafx.scene.control.TextArea?>
<?import javafx.scene.control.TextField?>
<?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?>
<?import javafx.scene.text.TextFlow?>
<AnchorPane id="AnchorPane" fx:id="AnchorPaneModifierprod" 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/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Produit.ModifierProduitController">
<children>
<Pane fx:id="TitrePane" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="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="Produit">
<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 / Modifier">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<AnchorPane fx:id="AnchorPaneModifierProduit" layoutX="10.0" layoutY="62.0" prefHeight="590.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="52.0">
<children>
<TabPane layoutY="7.0" prefHeight="533.0" prefWidth="786.0" styleClass="Table-Pane" tabClosingPolicy="UNAVAILABLE" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="7.0">
<tabs>
<Tab text="Information de base">
<content>
<AnchorPane prefHeight="200.0" prefWidth="200.0">
<children>
<Text fx:id="ModifierCompteTitre21" layoutX="15.0" layoutY="33.0" strokeType="OUTSIDE" strokeWidth="0.0" styleClass="testtext" text="Information Produit" />
<Separator layoutX="15.0" layoutY="52.0" prefHeight="3.0" prefWidth="764.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" />
<GridPane layoutX="15.0" layoutY="65.0" prefHeight="399.0" prefWidth="754.0" AnchorPane.bottomAnchor="22.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="65.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Référence">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Désignation" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Catégorie" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Marque" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="TVA Achat" GridPane.columnIndex="3" GridPane.rowIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Garantie" GridPane.columnIndex="6" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurReference" 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="ErreurDesignation" 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="ErreurGarantie" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurtvaAchat" 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="Erreurcategorie" 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="ErreurMarque" fill="#f20606" layoutX="605.0" layoutY="62.0" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Marge" GridPane.columnIndex="3" GridPane.rowIndex="9">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextFlow prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="6" GridPane.rowIndex="12">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prix Vent TTC" textAlignment="JUSTIFY">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
</children>
</TextFlow>
<TextFlow prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="6" GridPane.rowIndex="6">
<children>
<Text lineSpacing="5.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Prix achat TTC">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
</children>
</TextFlow>
<Text fx:id="ErreurPrixAchatTTC" 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="ErreurMarge" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="10">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurPrixVenteTTC" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="13">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<TextFlow prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="6">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prix Achat H.T" />
</children>
</TextFlow>
<TextFlow prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="12">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prix Vente H.T" />
</children>
</TextFlow>
<Text fx:id="ErreurPrixAchatHT" 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="ErreurPrixVenteHT" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1" GridPane.rowIndex="13">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurtvaVente" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="13">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurMarge" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4" GridPane.rowIndex="10">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="TVA Vente" GridPane.columnIndex="3" GridPane.rowIndex="12" />
<TextField fx:id="ModifierProduitReference" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="1" />
<TextField fx:id="ModifierProduitCodeBarre" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="4" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7">
<children>
<ComboBox fx:id="ModifierProduitcategorie" prefHeight="33.0" prefWidth="100.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
</children>
</AnchorPane>
<TextField fx:id="ModifierProduitdesignation" prefHeight="30.0" prefWidth="147.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<TextField fx:id="ModifierProduitMarque" prefHeight="30.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7" GridPane.rowIndex="3">
<children>
<TextField fx:id="ModifierProduitGarantie" layoutY="4.0" prefHeight="30.0" prefWidth="100.0" />
<Text layoutX="104.0" layoutY="26.0" strokeType="OUTSIDE" strokeWidth="0.0" text="par mois">
<font>
<Font size="11.0" />
</font>
</Text>
</children>
</AnchorPane>
<TextField fx:id="ModifierProduitPrixAchatHT" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4" GridPane.rowIndex="6">
<children>
<TextField fx:id="ModifierProduittvaAchat" prefHeight="30.0" prefWidth="84.0" />
<Text layoutX="84.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="\%" />
</children>
</AnchorPane>
<TextField fx:id="ModifierProduitPrixAchatTTC" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="6" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4" GridPane.rowIndex="9">
<children>
<TextField fx:id="ModifierProduitMarge" prefHeight="30.0" prefWidth="122.0" />
<Text layoutX="124.0" layoutY="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="\%" />
</children>
</AnchorPane>
<TextField fx:id="ModifierProduitPrixVenteHT" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="12" />
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4" GridPane.rowIndex="12">
<children>
<TextField fx:id="ModifierProduittvaVente" layoutY="2.0" prefHeight="30.0" prefWidth="84.0" />
<Text layoutX="90.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="\%" />
</children>
</AnchorPane>
<TextField fx:id="ModifierProduitPrixVenteTTC" prefHeight="30.0" prefWidth="122.0" GridPane.columnIndex="7" GridPane.rowIndex="12" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Code Barres" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurCodeBarre" 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="124.0" minWidth="10.0" prefWidth="75.5" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="151.5" minWidth="10.0" prefWidth="144.5" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="27.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="10.0" prefWidth="77.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="192.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="27.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="65.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="142.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints minHeight="10.0" prefHeight="10.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
</content>
</Tab>
<Tab text="Divers Information">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="447.0" prefWidth="796.0">
<children>
<AnchorPane prefHeight="195.0" prefWidth="754.0" styleClass="panel-default" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="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 du produit">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<GridPane layoutX="13.0" layoutY="53.0" prefHeight="144.0" prefWidth="730.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="12.0" AnchorPane.rightAnchor="12.0" AnchorPane.topAnchor="52.0">
<children>
<TextField fx:id="ModifierProduitPoids" prefHeight="33.0" prefWidth="147.0" GridPane.columnIndex="4" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Poids" GridPane.columnIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Dimensions" GridPane.columnIndex="6">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Capacité" GridPane.columnIndex="6" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<TextField fx:id="ModifierProduitCapacite" prefHeight="33.0" GridPane.columnIndex="7" GridPane.rowIndex="3" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Vitesse" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Puissance" GridPane.columnIndex="3" GridPane.rowIndex="3">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurReference1" 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="ErreurNom1" 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="ErreurGarantie1" 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="Erreurtva1" 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="Erreurcategorie1" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="1">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Couleur">
<font>
<Font name="Verdana" size="12.0" />
</font>
</Text>
<Text fx:id="ErreurMarque1" fill="#f20606" layoutX="605.0" layoutY="62.0" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="7" GridPane.rowIndex="4">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Text>
<ColorPicker fx:id="ModifierProduitCouleur" prefHeight="33.0" prefWidth="149.0" GridPane.columnIndex="1" />
<TextField fx:id="ModifierProduitDimensions" prefHeight="33.0" prefWidth="147.0" GridPane.columnIndex="7" />
<TextField fx:id="ModifierProduitVitesse" prefHeight="33.0" prefWidth="147.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
<TextField fx:id="ModifierProduitPuissance" prefHeight="33.0" prefWidth="147.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="124.0" minWidth="10.0" prefWidth="68.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="149.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="27.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="136.0" minWidth="10.0" prefWidth="77.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="192.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="27.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="65.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="142.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="41.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="20.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="73.0" minHeight="10.0" prefHeight="19.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<AnchorPane layoutX="15.0" layoutY="192.0" prefHeight="244.0" prefWidth="754.0" styleClass="panel-default" AnchorPane.bottomAnchor="15.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="Déscription">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Text>
</children>
</AnchorPane>
<TextArea fx:id="ModifierProduitDescription" layoutX="14.0" layoutY="45.0" prefHeight="187.0" prefWidth="728.0" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="45.0">
<font>
<Font name="Arial" size="12.0" />
</font>
</TextArea>
</children>
</AnchorPane>
</children>
</AnchorPane>
</content>
</Tab>
</tabs>
</TabPane>
<StackPane layoutY="547.0" prefHeight="38.0" prefWidth="796.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
<children>
<Button mnemonicParsing="false" onAction="#ModifierProduitButtonAction" prefHeight="33.0" prefWidth="122.0" styleClass="btn-primary" text="Modifier" />
</children>
</StackPane>
</children>
</AnchorPane>
</children>
</AnchorPane>