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/JournalEditForm.fxml |   77 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 77 insertions(+), 0 deletions(-)

diff --git a/fdx_convert/target/classes/importation/validation/data/client/forms/JournalEditForm.fxml b/fdx_convert/target/classes/importation/validation/data/client/forms/JournalEditForm.fxml
new file mode 100644
index 0000000..c76074c
--- /dev/null
+++ b/fdx_convert/target/classes/importation/validation/data/client/forms/JournalEditForm.fxml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<?import javafx.geometry.Insets?>
+<?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="249.0" prefWidth="621.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.ConfigEditFormController">
+    <children>
+        <VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
+            <children>
+                <TitledPane collapsible="false" style="-fx-text-fill: #FFFFFF; -fx-background-color: #FFFFFF;" text="Informations sur l'action">
+                    <content>
+                        <VBox spacing="20.0" style="-fx-background-color: #FFFFFF;">
+                            <children>
+                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="10.0">
+                                    <children>
+                                        <Label alignment="CENTER_RIGHT" minWidth="120.0" prefHeight="15.0" prefWidth="120.0" text="Date" />
+                              <TextField fx:id="dateActionTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                                    </children>
+                                </HBox>
+                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="153.0" spacing="10.0">
+                           <children>
+                              <Label alignment="CENTER_RIGHT" minWidth="120.0" prefWidth="120.0" text="Statut" />
+                              <TextField fx:id="statutActionTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                           </children>
+                        </HBox>
+                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="168.0" spacing="10.0">
+                           <children>
+                              <Label alignment="CENTER_RIGHT" minWidth="120.0" prefHeight="15.0" prefWidth="120.0" text="TypeFichier" />
+                              <TextField fx:id="typefichierfichierTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                           </children>
+                        </HBox>
+                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="153.0" spacing="10.0">
+                           <children>
+                              <Label alignment="CENTER_RIGHT" minWidth="120.0" prefWidth="120.0" text="Répertoire source" />
+                              <TextField fx:id="sourceDirectoryTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                           </children>
+                        </HBox>
+                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="155.0" spacing="10.0">
+                           <children>
+                              <Label alignment="CENTER_RIGHT" minWidth="120.0" prefWidth="120.0" text="Fichier source" />
+                              <TextField fx:id="sourceFileNameTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                           </children>
+                        </HBox>
+                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="290.0" spacing="10.0">
+                           <children>
+                              <Label alignment="CENTER_RIGHT" minWidth="120.0" prefHeight="15.0" prefWidth="120.0" text="Nombre lignes" />
+                              <TextField fx:id="nombreLignesTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                           </children>
+                        </HBox>
+                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="200.0" spacing="10.0">
+                           <children>
+                              <Label alignment="CENTER_RIGHT" minWidth="120.0" prefHeight="15.0" prefWidth="120.0" text="Répertoire destination" />
+                              <TextField fx:id="destinationDirectoryTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                           </children>
+                        </HBox>
+                        <HBox alignment="CENTER_LEFT" layoutX="20.0" layoutY="245.0" spacing="10.0">
+                           <children>
+                              <Label alignment="CENTER_RIGHT" minWidth="120.0" prefHeight="15.0" prefWidth="120.0" text="Fichier destination" />
+                              <TextField fx:id="destinationFileNameTextfield" minWidth="438.0" prefHeight="25.0" prefWidth="438.0" />
+                           </children>
+                        </HBox>
+                            </children>
+                        </VBox>
+                    </content>
+               <VBox.margin>
+                  <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
+               </VBox.margin>
+                </TitledPane>
+            </children>
+        </VBox>
+    </children>
+</AnchorPane>

--
Gitblit v1.10.0