<?xml version="1.0" encoding="UTF-8"?>

<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>

<AnchorPane id="AnchorPane" prefHeight="25.0" prefWidth="326.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.TacheSearchFormController">
   <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" prefHeight="25.0" prefWidth="315.0" spacing="10.0">
               <children>
                  <Label alignment="CENTER_RIGHT" contentDisplay="CENTER" minWidth="96.0" prefHeight="18.0" prefWidth="96.0" style="-fx-text-fill: black;" text="Type de Fichier">
                     <font>
                        <Font size="14.0" />
                     </font>
                  </Label>
                  <AbstractSelectionItem fx:id="typeFichierAbstractSelectItem" minWidth="100.0" prefHeight="25.0" prefWidth="207.0" HBox.hgrow="ALWAYS" />
               </children>
            </HBox>
         </children>
      </VBox>
   </children>
</AnchorPane>
