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/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml b/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml new file mode 100644 index 0000000..736f206 --- /dev/null +++ b/fdx_convert/src/main/resources/importation/validation/data/client/controller/search/ValidateurSearchForm.fxml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?> +<?import javafx.scene.control.Label?> +<?import javafx.scene.control.TextField?> +<?import javafx.scene.layout.AnchorPane?> +<?import javafx.scene.layout.HBox?> +<?import javafx.scene.layout.StackPane?> +<?import javafx.scene.layout.VBox?> + +<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="358.0" 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.controller.search.ValidateurSearchFormController"> + <children> + <VBox layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> + <children> + <HBox prefHeight="25.0" prefWidth="323.0" spacing="5.0"> + <children> + <Label alignment="CENTER_RIGHT" minWidth="42.0" prefHeight="17.0" prefWidth="89.0" style="-fx-text-fill: black;" text="Type du Fichier" /> + <StackPane prefHeight="25.0" prefWidth="264.0"> + <children> + <TextField fx:id="codeTypeFichierTextfield" editable="false" minWidth="229.0" prefHeight="25.0" prefWidth="229.0" style="-fx-background-radius: 0%;" visible="false" /> + <AbstractSelectionItem fx:id="typeFichierAbstractSelectionItem" minWidth="229.0" prefWidth="229.0" /> + </children> + </StackPane> + </children> + </HBox> + </children> + </VBox> + </children> +</AnchorPane> -- Gitblit v1.10.0