<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import com.megatimfx.common.customcontrols.CustomDirectoryChooser?>
|
<?import javafx.geometry.Insets?>
|
<?import javafx.scene.control.Label?>
|
<?import javafx.scene.control.TitledPane?>
|
<?import javafx.scene.layout.AnchorPane?>
|
<?import javafx.scene.layout.HBox?>
|
<?import javafx.scene.layout.VBox?>
|
|
<AnchorPane id="AnchorPane" prefHeight="215.0" prefWidth="708.0" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ConfigEditFormController">
|
<children>
|
<VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
<children>
|
<TitledPane collapsible="false" style="-fx-text-fill: #FFFFFF; -fx-background-color: #FFFFFF;" text="Informations sur les répertoires">
|
<content>
|
<VBox spacing="20.0" style="-fx-background-color: #FFFFFF;">
|
<children>
|
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire des fichiers de données" />
|
<CustomDirectoryChooser fx:id="datasDirectoryChooser" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire d'exportation des validateurs" />
|
<CustomDirectoryChooser fx:id="validatorsDirectoryChooser" minHeight="25.0" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire des erreurs" />
|
<CustomDirectoryChooser fx:id="errorDirectoryChooser" minHeight="25.0" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="116.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire de sortie" />
|
<CustomDirectoryChooser fx:id="outputDirectoryChooser" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="155.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="212.0" prefHeight="25.0" prefWidth="212.0" style="-fx-text-fill: black;" text="Répertoire d'archivage" />
|
<CustomDirectoryChooser fx:id="archivesDirectoryChooser" minWidth="420.0" prefWidth="420.0" style="-fx-text-fill: black;" />
|
</children>
|
</HBox>
|
</children>
|
</VBox>
|
</content>
|
<VBox.margin>
|
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
|
</VBox.margin>
|
</TitledPane>
|
</children>
|
</VBox>
|
</children>
|
</AnchorPane>
|