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/ValidateurFichierAdvancedSearchForm.fxml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/fdx_generator/src/main/resources/com/megatim/fdxgenerator/controller/search/ValidateurFichierAdvancedSearchForm.fxml b/fdx_generator/src/main/resources/com/megatim/fdxgenerator/controller/search/ValidateurFichierAdvancedSearchForm.fxml new file mode 100644 index 0000000..c311dfe --- /dev/null +++ b/fdx_generator/src/main/resources/com/megatim/fdxgenerator/controller/search/ValidateurFichierAdvancedSearchForm.fxml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<?import javafx.scene.control.Label?> +<?import javafx.scene.control.TextField?> +<?import javafx.scene.layout.AnchorPane?> +<?import javafx.scene.layout.HBox?> +<?import javafx.scene.layout.VBox?> + +<AnchorPane id="AnchorPane" prefHeight="30.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.ValidateurFichierAdvancedSearchFormController"> + <children> + <VBox 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 spacing="10.0"> + <children> + <Label alignment="CENTER_RIGHT" prefHeight="17.0" prefWidth="96.0" text="Nombre Position" /> + <TextField fx:id="nombrePosition" prefHeight="25.0" prefWidth="71.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> + </children> + </HBox> + </children> + </VBox> + </children> +</AnchorPane> -- Gitblit v1.10.0