From 494d349fb67be74da49caae2794fda702f595fb4 Mon Sep 17 00:00:00 2001 From: Kenmegne <stephanie.kenmegne@gmail.com> Date: Thu, 18 Jun 2026 16:29:11 +0000 Subject: [PATCH] rename packages --- fdx_generator/src/main/resources/com/megatim/fdxgenerator/controller/search/ValidateurFichierSearchForm.fxml | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/fdx_generator/src/main/resources/com/megatim/fdxgenerator/controller/search/ValidateurFichierSearchForm.fxml b/fdx_generator/src/main/resources/com/megatim/fdxgenerator/controller/search/ValidateurFichierSearchForm.fxml new file mode 100644 index 0000000..a8d438e --- /dev/null +++ b/fdx_generator/src/main/resources/com/megatim/fdxgenerator/controller/search/ValidateurFichierSearchForm.fxml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?> +<?import javafx.geometry.Insets?> +<?import javafx.scene.control.Label?> +<?import javafx.scene.layout.AnchorPane?> +<?import javafx.scene.layout.HBox?> +<?import javafx.scene.layout.VBox?> + +<AnchorPane id="AnchorPane" prefHeight="13.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxgenerator.controller.search.ValidateurFichierSearchFormController"> + <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 alignment="CENTER_LEFT" prefWidth="96.0" spacing="10.0"> + <children> + <Label alignment="CENTER_RIGHT" minWidth="76.0" prefHeight="17.0" prefWidth="96.0" text="Type de fichier" /> + <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="330.0" prefHeight="27.0" prefWidth="432.0" /> + </children> + <VBox.margin> + <Insets bottom="10.0" /> + </VBox.margin> + </HBox> + </children> + </VBox> + </children> +</AnchorPane> -- Gitblit v1.10.0