copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/SubObjectEditForm.fxml
| File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/SubObjectEditForm.fxml |
| | |
| | | <?import javafx.scene.layout.HBox?> |
| | | <?import javafx.scene.layout.VBox?> |
| | | |
| | | <AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.client.forms.SubObjectEditFormController"> |
| | | <AnchorPane id="AnchorPane" prefHeight="458.0" prefWidth="648.0" stylesheets="@../../../../styles/custom-main-style.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.SubObjectEditFormController"> |
| | | <children> |
| | | <VBox alignment="CENTER" prefHeight="458.0" prefWidth="648.0" spacing="5.0"> |
| | | <padding> |
| | |
| | | <HBox alignment="CENTER_LEFT" spacing="10.0"> |
| | | <children> |
| | | <Label alignment="CENTER_RIGHT" minWidth="127.0" prefHeight="17.0" prefWidth="127.0" text="Nom de l'objet" /> |
| | | <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../../styles/style.css" /> |
| | | <TextField fx:id="subObjectNameTextField" minWidth="180.0" prefWidth="180.0" styleClass="square-border" stylesheets="@../../../../styles/style.css" /> |
| | | </children> |
| | | </HBox> |
| | | </children> |