<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import javafx.geometry.Insets?>
|
<?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" stylesheets="@../../../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.controller.search.TypeFichierAdvancedSearchFormController">
|
<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 layoutX="10.0" layoutY="45.0" prefHeight="25.0" prefWidth="353.0" spacing="5.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="58.0" prefWidth="58.0" style="-fx-text-fill: black;" text="Participant">
|
<HBox.margin>
|
<Insets />
|
</HBox.margin></Label>
|
<TextField fx:id="participant" prefHeight="25.0" prefWidth="120.0" style="-fx-background-radius: 0%;" />
|
</children>
|
</HBox>
|
<HBox spacing="5.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" prefWidth="57.0" style="-fx-text-fill: black;" text="Libelle" />
|
<TextField fx:id="libelle" style="-fx-background-radius: 0%;" HBox.hgrow="ALWAYS" />
|
</children>
|
</HBox>
|
</children>
|
</VBox>
|
</children>
|
<padding>
|
<Insets top="10.0" />
|
</padding>
|
</AnchorPane>
|