<?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="31.0" prefWidth="346.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.TypeFichierSearchFormController">
   <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="395.0" spacing="10.0">
               <children>
                  <Label alignment="CENTER_RIGHT" minHeight="25.0" minWidth="104.0" prefHeight="25.0" prefWidth="104.0" style="-fx-text-fill: black;" text="Type Fichier" />
                  <StackPane minHeight="25.0" minWidth="260.0" prefHeight="25.0" prefWidth="260.0">
                     <children>
                        <TextField fx:id="typeFichierTextField" editable="false" minHeight="25.0" minWidth="250.0" prefHeight="25.0" prefWidth="250.0" style="-fx-background-color: #ffff;" visible="false" />
                        <AbstractSelectionItem fx:id="typeFichierAbstractSelectionItem" minHeight="25.0" minWidth="250.0" prefHeight="25.0" prefWidth="250.0" />
                     </children>
                  </StackPane>
               </children>
            </HBox>
         </children>
      </VBox>
   </children>
</AnchorPane>
