<?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.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="136.0" prefWidth="525.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.TxtFileToValidateEditFormController">
|
<children>
|
<VBox layoutX="-6.0" layoutY="7.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
<padding>
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
</padding>
|
<children>
|
<TitledPane collapsible="false" prefHeight="122.0" prefWidth="508.0" style="-fx-text-fill: #FFFFFF;" text="Informations sur le fichier">
|
<content>
|
<VBox prefHeight="91.0" prefWidth="364.0" spacing="10.0" style="-fx-background-color: #FFFFFF;">
|
<children>
|
<HBox alignment="CENTER_LEFT" prefHeight="28.0" prefWidth="454.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="92.0" prefHeight="25.0" prefWidth="92.0" style="-fx-text-fill: black;" text="Type du fichier" />
|
<AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minHeight="25.0" minWidth="375.0" prefHeight="25.0" prefWidth="375.0" />
|
</children>
|
<padding>
|
<Insets top="5.0" />
|
</padding>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="92.0" prefHeight="25.0" prefWidth="92.0" style="-fx-text-fill: black;" text="Fichier à vérifier" />
|
<CustomFileChooser fx:id="fileToValidate" minHeight="25.0" minWidth="375.0" prefHeight="25.0" prefWidth="375.0" />
|
</children>
|
</HBox>
|
</children>
|
<padding>
|
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
|
</padding>
|
</VBox>
|
</content>
|
</TitledPane>
|
</children>
|
</VBox>
|
</children>
|
</AnchorPane>
|