<?xml version="1.0" encoding="UTF-8"?>
|
|
<?import javafx.geometry.Insets?>
|
<?import javafx.scene.control.ComboBox?>
|
<?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?>
|
|
<AnchorPane id="AnchorPane" prefHeight="394.0" prefWidth="586.0" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxgenerator.forms.StructureLigneEditFormController">
|
<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>
|
<TitledPane collapsible="false" text="Informations générales sur la structure de la ligne" VBox.vgrow="ALWAYS">
|
<content>
|
<VBox fx:id="formFieldContainer" spacing="5.0">
|
<children>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Position" />
|
<ComboBox fx:id="positionComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Code" />
|
<TextField fx:id="codeTextField" prefWidth="100.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Désignation" />
|
<TextField fx:id="designationTextField" prefWidth="280.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Type de donnée" />
|
<ComboBox fx:id="typeDonneeComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Taille" />
|
<TextField fx:id="tailleTextField" prefWidth="100.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="145.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Taille partie décimale" />
|
<TextField fx:id="taillePartieDecimalTextField" prefWidth="100.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox fx:id="dateFormatContainer" alignment="CENTER_LEFT" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Format" />
|
<ComboBox fx:id="formatDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
<!--<TextField fx:id="formatDateTextField" prefWidth="100.0" />-->
|
</children>
|
</HBox>
|
<HBox fx:id="dateFormatContainer1" alignment="CENTER_LEFT" layoutX="25.0" layoutY="175.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefWidth="138.0" text="Séparateur de date" />
|
<ComboBox fx:id="delimiteurDateComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
<HBox fx:id="dateFormatContainer11" alignment="CENTER_LEFT" layoutX="25.0" layoutY="205.0" spacing="10.0">
|
<children>
|
<Label alignment="CENTER_RIGHT" minWidth="138.0" prefHeight="17.0" prefWidth="138.0" text="Séparateur de décimal" />
|
<ComboBox fx:id="delimiteurDecimalComboBox" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" />
|
</children>
|
</HBox>
|
</children>
|
<padding>
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
</padding>
|
</VBox>
|
</content>
|
</TitledPane>
|
</children>
|
<padding>
|
<Insets bottom="20.0" left="32.0" right="32.0" top="20.0" />
|
</padding>
|
</VBox>
|
</children>
|
</AnchorPane>
|