copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/FileToValidateEditForm.fxml
| File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/FileToValidateEditForm.fxml |
| | |
| | | <?import javafx.scene.layout.HBox?> |
| | | <?import javafx.scene.layout.VBox?> |
| | | |
| | | <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.FileToValidateEditFormController"> |
| | | <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="503.0" prefWidth="705.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.FileToValidateEditFormController"> |
| | | <children> |
| | | <VBox prefHeight="200.0" prefWidth="100.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| | | <children> |
| | | <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> |
| | | <TabPane fx:id="tabPane" prefHeight="553.0" prefWidth="702.0" stylesheets="@../../../../styles/CustomFormComponents.css" tabClosingPolicy="UNAVAILABLE"> |
| | | <tabs> |
| | | <Tab text="Fichier à valider"> |
| | | <content> |
| | |
| | | <children> |
| | | <HBox alignment="CENTER_RIGHT"> |
| | | <children> |
| | | <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../../../../../../generation-validateur-typefichier/src/main/resources/styles/style.css" text="Sélectionner les champs à tronquer" /> |
| | | <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" /> |
| | | </children> |
| | | </HBox> |
| | | <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" /> |