317 lines
23 KiB
XML
317 lines
23 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.Group?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.ChoiceBox?>
|
|
<?import javafx.scene.control.ProgressIndicator?>
|
|
<?import javafx.scene.control.TableColumn?>
|
|
<?import javafx.scene.control.TableView?>
|
|
<?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.shape.Line?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane id="AnchorPane" fx:id="PaneFournisseurAjouter" minHeight="642.0" minWidth="796.0" 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.Fournisseur.FournisseurGererController">
|
|
<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="Fournisseur">
|
|
<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="Fournisseur / Ajouter">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
<AnchorPane fx:id="AnchorPaneLoadingFournisseur" layoutY="53.0" prefHeight="592.0" prefWidth="796.0" visible="false" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="53.0">
|
|
<children>
|
|
<StackPane layoutX="299.0" layoutY="202.0" prefHeight="79.0" prefWidth="198.0" AnchorPane.bottomAnchor="306.4" AnchorPane.leftAnchor="299.0" AnchorPane.rightAnchor="299.8" AnchorPane.topAnchor="202.0">
|
|
<children>
|
|
<Group />
|
|
<ProgressIndicator fx:id="ProgressCheque" prefHeight="78.0" prefWidth="68.0" />
|
|
</children>
|
|
</StackPane>
|
|
<StackPane layoutX="299.0" layoutY="270.0" prefHeight="46.0" prefWidth="198.0" AnchorPane.bottomAnchor="270.79999999999995" AnchorPane.leftAnchor="299.0" AnchorPane.rightAnchor="298.8" AnchorPane.topAnchor="270.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="chargement en cours ...">
|
|
<font>
|
|
<Font name="Arial Bold" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</StackPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane fx:id="PanePrincipalFournisseur" prefHeight="220.0" prefWidth="258.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="52.0">
|
|
<children>
|
|
<AnchorPane layoutX="10.0" layoutY="14.0" prefHeight="266.0" prefWidth="776.0" styleClass="panel-default" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="14.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 Fournisseur">
|
|
<font>
|
|
<Font name="System Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</AnchorPane>
|
|
<GridPane layoutX="12.0" layoutY="62.0" prefHeight="209.0" prefWidth="754.0" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="11.0" AnchorPane.topAnchor="61.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldNomFrs" prefHeight="35.0" prefWidth="122.0" GridPane.columnIndex="1" />
|
|
<TextField fx:id="TextFieldSpecialiteFrs" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Spécialite" GridPane.columnIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldTele1Frs" prefHeight="35.0" GridPane.columnIndex="1" GridPane.rowIndex="3" />
|
|
<TextField fx:id="TextFieldTele2Frs" prefHeight="35.0" GridPane.columnIndex="4" GridPane.rowIndex="3" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Formes" GridPane.columnIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Fax" GridPane.columnIndex="6" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone 1" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Téléphone 2 " GridPane.columnIndex="3" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.rowIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Adresse" GridPane.columnIndex="6" GridPane.rowIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Site Web" GridPane.columnIndex="3" GridPane.rowIndex="6">
|
|
<font>
|
|
<Font name="Arial" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextAdresseFrs" 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="TextMailFrs" 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="TextSiteWebFrs" 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="TextNomFrs" 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="TextSpecialiteFrs" 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="TextTele2Frs" 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="TextTele1Frs" 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="TextFieldFaxFrs" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="7" GridPane.rowIndex="3" />
|
|
<TextField fx:id="TextFieldMailFrs" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
|
|
<TextField fx:id="TextFieldSiteWebFrs" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="4" GridPane.rowIndex="6" />
|
|
<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>
|
|
<TextField fx:id="TextFieldAdresseFrs" prefHeight="35.0" prefWidth="166.0" GridPane.columnIndex="7" GridPane.rowIndex="6" />
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="7">
|
|
<children>
|
|
<ChoiceBox fx:id="ChoiceBoxFormes" layoutY="5.0" prefWidth="150.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<Text fx:id="TextFaxFrs" 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="75.0" minWidth="75.0" prefWidth="75.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="149.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="39.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="75.0" minWidth="75.0" prefWidth="75.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="137.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="75.0" minWidth="75.0" prefWidth="75.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="10.0" prefWidth="150.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 maxHeight="44.0" minHeight="8.0" prefHeight="26.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 maxHeight="73.0" minHeight="10.0" prefHeight="27.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>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane id="AnchorPane" layoutX="10.0" layoutY="295.0" prefHeight="242.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="53.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="295.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 Réspensables Fournisseur">
|
|
<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>
|
|
<GridPane layoutX="7.0" layoutY="36.0" AnchorPane.leftAnchor="7.0" AnchorPane.rightAnchor="7.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom">
|
|
<font>
|
|
<Font name="Verdana" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldNomContactFrs" prefHeight="35.0" prefWidth="74.0" GridPane.rowIndex="1" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Prénom" GridPane.columnIndex="2">
|
|
<font>
|
|
<Font name="Verdana" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldPrenomContactFrs" prefHeight="35.0" prefWidth="63.0" GridPane.columnIndex="2" GridPane.rowIndex="1" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé 1" GridPane.columnIndex="4" />
|
|
<TextField fx:id="TextFieldTele1ContactFrs" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="4" GridPane.rowIndex="1" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Télé 2" GridPane.columnIndex="6" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="E-mail" GridPane.columnIndex="8" />
|
|
<TextField fx:id="TextFieldTele2ContactFrs" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="6" GridPane.rowIndex="1" />
|
|
<TextField fx:id="TextFieldMailContactFrs" prefHeight="35.0" prefWidth="123.0" GridPane.columnIndex="8" GridPane.rowIndex="1" />
|
|
<Button fx:id="AjouterContactFrsButton" mnemonicParsing="false" onAction="#AjouterContactFrsButtonAction" prefHeight="35.0" prefWidth="44.0" GridPane.columnIndex="10" GridPane.rowIndex="1" />
|
|
<Text fx:id="TextNomCltContactFrs" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextPrenomCltContactFrs" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextTele1CltContactFrs" 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="TextTele2CltContactFrs" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="6" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextMailCltContactFrs" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="8" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="40.0" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="100.0" minWidth="30.0" prefWidth="30.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints maxHeight="20.0" minHeight="20.0" prefHeight="20.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<TableView fx:id="TableViewFournisseurContactFrs" editable="true" layoutX="5.0" layoutY="104.0" onMouseClicked="#clickItem" prefHeight="143.0" prefWidth="768.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="103.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColCodeContactFrs" maxWidth="74.0" minWidth="74.0" prefWidth="74.0" text="#" />
|
|
<TableColumn fx:id="TabColNomContactFrs" maxWidth="600.0" minWidth="120.0" prefWidth="120.0" text="Nom" />
|
|
<TableColumn fx:id="TabColPrenomContactFrs" maxWidth="600.0" minWidth="120.0" prefWidth="120.0" text="Prénom" />
|
|
<TableColumn fx:id="TabColTele1ContactFrs" maxWidth="500.0" minWidth="110.0" prefWidth="100.0" text="Télé1" />
|
|
<TableColumn fx:id="TabColTele2ContactFrs" maxWidth="500.0" minWidth="110.0" prefWidth="110.0" text="Télé2" />
|
|
<TableColumn fx:id="TabColEmailContactFrs" maxWidth="500.0" minWidth="130.0" prefWidth="130.0" text="Email" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
<StackPane layoutX="10.0" layoutY="543.0" prefHeight="35.0" prefWidth="772.0" AnchorPane.bottomAnchor="12.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
|
<children>
|
|
<Button fx:id="ButtonGererAjouterFrs" mnemonicParsing="false" prefHeight="33.0" prefWidth="122.0" styleClass="btn-primary" text="Ajouter" />
|
|
<Button fx:id="ButtonGererModifierFrs" mnemonicParsing="false" prefHeight="33.0" prefWidth="122.0" styleClass="btn-primary" text="Modifier" visible="false" />
|
|
</children>
|
|
</StackPane>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|