copy from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml
copy to fdx_convert/target/classes/com/megatim/fdxconvert/forms/ValidateurEditForm.fxml
| File was copied from fdx_convert/src/main/resources/importation/validation/data/client/forms/ValidateurEditForm.fxml |
| | |
| | | <?import javafx.scene.layout.StackPane?> |
| | | <?import javafx.scene.layout.VBox?> |
| | | |
| | | <AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" 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.ValidateurEditFormController"> |
| | | <AnchorPane id="AnchorPane" prefHeight="232.0" prefWidth="562.0" style="-fx-background-color: #fff;" styleClass="mainForm" stylesheets="@../../../../styles/CustomFormComponents.css" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.megatim.fdxconvert.forms.ValidateurEditFormController"> |
| | | <children> |
| | | <VBox layoutX="-6.0" layoutY="7.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> |
| | | <padding> |
| | |
| | | <PasswordField fx:id="keyToDecryptField" minHeight="25.0" minWidth="330.0" prefHeight="25.0" prefWidth="330.0" /> |
| | | <ImageView fx:id="eyeImageView" fitHeight="15.0" fitWidth="15.0" onMousePressed="#eyeOnMousePressed" pickOnBounds="true" preserveRatio="true" StackPane.alignment="CENTER_RIGHT"> |
| | | <image> |
| | | <Image url="@../../../../../images/oeil.png" /> |
| | | <Image url="@../../../../images/oeil.png" /> |
| | | </image> |
| | | <StackPane.margin> |
| | | <Insets right="5.0" /> |