From b3d0580439b9a00c7eb918085de1694151066004 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Thu, 18 Jun 2026 16:02:49 +0000
Subject: [PATCH] rename packages

---
 fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
new file mode 100644
index 0000000..79e0d0d
--- /dev/null
+++ b/fdx_convert/target/classes/importation/validation/data/client/forms/TxtFileToValidateEditForm.fxml
@@ -0,0 +1,48 @@
+<?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="importation.validation.data.client.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>

--
Gitblit v1.10.0