<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import javafx.geometry.Insets?>
|
<?import javafx.scene.control.Button?>
|
<?import javafx.scene.control.Label?>
|
<?import javafx.scene.control.TextField?>
|
<?import javafx.scene.control.TitledPane?>
|
<?import javafx.scene.layout.AnchorPane?>
|
<?import javafx.scene.layout.HBox?>
|
<?import javafx.scene.layout.VBox?>
|
<?import javafx.scene.text.Font?>
|
|
<AnchorPane id="AnchorPane" prefHeight="87.0" prefWidth="648.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxgenerator.forms.ConfigEditFormController">
|
<children>
|
<VBox prefHeight="400.0" prefWidth="100.0" spacing="10.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
<children>
|
<TitledPane collapsible="false" text="Informations sur les repertoires">
|
<content>
|
<VBox spacing="5.0">
|
<children>
|
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="205.0" text="Repertoire de stockage des validateurs XML" />
|
<TextField fx:id="outputDir" prefHeight="25.0" prefWidth="336.0" styleClass="square-border" stylesheets="@../../../../styles/style.css">
|
<HBox.margin>
|
<Insets left="10.0" right="2.0" />
|
</HBox.margin>
|
</TextField>
|
<Button fx:id="outButton" mnemonicParsing="false" onMousePressed="#outButtonOnClicked" prefHeight="25.0" prefWidth="25.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" text="...">
|
<HBox.margin>
|
<Insets right="10.0" />
|
</HBox.margin>
|
<font>
|
<Font name="System Bold" size="12.0" />
|
</font>
|
</Button>
|
</children>
|
</HBox>
|
</children>
|
</VBox>
|
</content>
|
</TitledPane>
|
</children>
|
</VBox>
|
</children>
|
</AnchorPane>
|