<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import com.megatimfx.common.customcontrols.AbstractNestedEntityTable?>
|
<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
|
<?import javafx.geometry.Insets?>
|
<?import javafx.scene.control.CheckBox?>
|
<?import javafx.scene.control.ComboBox?>
|
<?import javafx.scene.control.Label?>
|
<?import javafx.scene.control.TextField?>
|
<?import javafx.scene.control.TitledPane?>
|
<?import javafx.scene.layout.AnchorPane?>
|
<?import javafx.scene.layout.HBox?>
|
<?import javafx.scene.layout.VBox?>
|
|
<AnchorPane id="AnchorPane" prefHeight="543.0" prefWidth="650.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxgenerator.forms.ValidateurFichierEditFormController">
|
<children>
|
<VBox spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
<padding>
|
<Insets bottom="20.0" left="32.0" right="32.0" top="20.0" />
|
</padding>
|
<children>
|
<TitledPane collapsible="false" text="Informations sur le validateur">
|
<content>
|
<VBox spacing="5.0">
|
<children>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" text="Type de fichier" />
|
<AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="330.0" prefWidth="330.0" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Format du fichier de données" />
|
<ComboBox fx:id="dataTypeComboBox" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.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="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-font-size: 12; -fx-text-fill: black;" text="Délimiteur de ligne" />
|
<ComboBox fx:id="delimiteurLigne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.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="176.0" prefHeight="25.0" prefWidth="176.0" style="-fx-text-fill: black;" text="Délimiteur colonne" />
|
<ComboBox fx:id="delimiteurColonne" minHeight="25.0" minWidth="300.0" prefHeight="25.0" prefWidth="300.0" style="-fx-background-radius: 0%;" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.0" text="Nombre de position par ligne" />
|
<TextField fx:id="nombrePositionTextField" prefWidth="50.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox prefHeight="43.0" prefWidth="637.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="176.0" prefHeight="25.0" prefWidth="176.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>
|
<TitledPane animated="false" collapsible="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" text="Structure des lignes" VBox.vgrow="ALWAYS">
|
<content>
|
<VBox prefHeight="200.0" prefWidth="100.0" spacing="5.0">
|
<children>
|
<HBox alignment="CENTER_RIGHT">
|
<children>
|
<CheckBox fx:id="saisieStructureLigneChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Saisir la structure des ligne" />
|
</children>
|
</HBox>
|
<AbstractNestedEntityTable fx:id="structureLigneAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />
|
</children>
|
<padding>
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
</padding></VBox>
|
</content>
|
</TitledPane>
|
</children>
|
</VBox>
|
</children>
|
</AnchorPane>
|