Kenmegne
7 days ago b3d0580439b9a00c7eb918085de1694151066004
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
 
<?import com.megatimfx.common.customcontrols.AbstractSelectionItem?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TitledPane?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
 
<AnchorPane id="AnchorPane" prefHeight="105.0" prefWidth="706.0" styleClass="mainForm" 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.forms.MetaAlphaNumeriqueFieldEditFormController">
    <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" style="-fx-text-fill: #FFFFFF; -fx-background-color: #FFFFFF;" text="Champs à tronquer">
                    <content>
                        <VBox spacing="20.0" style="-fx-background-color: #FFFFFF;">
                            <children>
                                <HBox alignment="CENTER_LEFT" layoutX="25.0" layoutY="115.0" spacing="5.0">
                                    <children>
                                        <Label alignment="CENTER_RIGHT" minWidth="205.0" prefWidth="212.0" text="Code du champ à tronquer" />
                              <AbstractSelectionItem fx:id="alphaNumeriqueFieldAbstractSelectItem" prefWidth="427.0" />
                                    </children>
                                </HBox>
                            </children>
                        </VBox>
                    </content>
               <VBox.margin>
                  <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
               </VBox.margin>
                </TitledPane>
            </children>
        </VBox>
    </children>
</AnchorPane>