Kenmegne
6 days ago 908e81dd173f380879d5fabeb5794d5b7a76df0e
fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/TacheEditForm.fxml
File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/TacheEditForm.fxml
@@ -19,15 +19,15 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.TacheEditFormController">
<AnchorPane prefHeight="551.0" prefWidth="737.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.TacheEditFormController">
   <children>
      <VBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
         <children>
            <TabPane fx:id="tabPane" stylesheets="@../../../../../styles/CustomFormComponents.css">
            <TabPane fx:id="tabPane" stylesheets="@../../../../styles/CustomFormComponents.css">
               <tabs>
                  <Tab style="-fx-font-size: 14;" text="Informations sur la tâche">
                     <content>
                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../../styles/CustomFormComponents.css">
                        <VBox prefHeight="604.0" prefWidth="748.0" spacing="15.0" stylesheets="@../../../../styles/CustomFormComponents.css">
                        
                                  <VBox fx:id="paneContainer" spacing="10.0" style="-fx-background-color: white;">
                                <children>
@@ -247,7 +247,7 @@
                                       <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" textFill="#5a5a5a" />
                                                <CheckBox fx:id="saisieAlphaNumeriqueFieldChecBox" mnemonicParsing="false" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="Sélectionner les champs à tronquer" textFill="#5a5a5a" />
                                             </children>
                                          </HBox>
                                          <AbstractNestedEntityTable fx:id="metaAlphaNumeriqueFieldAbstractTable" prefHeight="252.0" prefWidth="526.0" VBox.vgrow="ALWAYS" />