<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
|
<?import com.megatimfx.common.customcontrols.CustomFileChooser?>
|
<?import javafx.geometry.Insets?>
|
<?import javafx.scene.control.CheckBox?>
|
<?import javafx.scene.control.ComboBox?>
|
<?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="330.0" prefWidth="624.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.DataFileToJsonFormController">
|
<children>
|
<VBox fillWidth="false" layoutX="-23.0" layoutY="40.0" prefHeight="226.0" prefWidth="698.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;" text="Informations sur le fichier à convertir">
|
<content>
|
<VBox prefHeight="275.0" prefWidth="614.0" spacing="20.0" style="-fx-background-color: #fff;">
|
<children>
|
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="25.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="TypeFichier" />
|
<AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Validateur XML" />
|
<CustomFileChooser fx:id="validateurFileChooser" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Fichier à convertir" />
|
<CustomFileChooser fx:id="fileToConvertFileChooser" minWidth="390.0" prefWidth="390.0" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="169.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Format du fichier de données" />
|
<ComboBox fx:id="dataTypeComboBox" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" style="-fx-background-radius: 0%;" />
|
</children>
|
</HBox>
|
<HBox fx:id="delimiteurLigneHBox" alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Délimiteur de ligne" />
|
<ComboBox fx:id="delimiteurLigne" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" style="-fx-background-radius: 0%;" />
|
</children>
|
</HBox>
|
<HBox fx:id="delimiteurColonneHBox" alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
|
<ComboBox fx:id="delimiteurColonne" minHeight="25.0" minWidth="390.0" prefHeight="25.0" prefWidth="390.0" style="-fx-background-radius: 0%;" />
|
</children>
|
</HBox>
|
<HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="170.0" prefHeight="25.0" prefWidth="170.0" style="-fx-text-fill: black;" text="Fichier contient ligne d'entête ?" />
|
<CheckBox fx:id="headerPresentCheckbox" minHeight="25.0" mnemonicParsing="false" prefHeight="25.0" text="Oui" />
|
</children>
|
</HBox>
|
</children>
|
<padding>
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
</padding>
|
</VBox>
|
</content>
|
</TitledPane>
|
</children>
|
<padding>
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
</padding>
|
</VBox>
|
</children>
|
</AnchorPane>
|