60 lines
3.5 KiB
XML
60 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.image.*?>
|
|
<?import javafx.scene.text.*?>
|
|
<?import java.lang.*?>
|
|
<?import java.util.*?>
|
|
<?import javafx.scene.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<AnchorPane fx:id="PaneDialog" style="-fx-background-color: rgba(0,0,0,0.6);" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<StackPane layoutX="10.0" layoutY="10.0" prefHeight="231.0" prefWidth="497.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<Pane prefHeight="231.0" prefWidth="497.0" style="-fx-background-color: #ffffff; -fx-border-color: #212121; -fx-border-radius: 10 10 0 0; -fx-background-radius: 10 10 0 0;">
|
|
<children>
|
|
<Pane layoutX="1.0" prefHeight="48.0" prefWidth="495.0" style="-fx-background-color: linear-gradient(to bottom, #585858, #333333); -fx-background-radius: 10 10 0 0;">
|
|
<children>
|
|
<Text fill="WHITE" layoutX="17.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Dialog de notification">
|
|
<font>
|
|
<Font name="Arial Bold" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</Pane>
|
|
<Pane layoutX="1.0" layoutY="36.0" prefHeight="48.0" prefWidth="495.0" style="-fx-background-color: linear-gradient(to bottom, #E2E2E2, #EDEDED); -fx-border-color: #B4B4B4;">
|
|
<children>
|
|
<Text fx:id="Titre" layoutX="27.0" layoutY="29.0" strokeType="OUTSIDE" strokeWidth="0.0">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.0" />
|
|
</font></Text>
|
|
</children>
|
|
</Pane>
|
|
<ImageView fitHeight="40.0" fitWidth="40.0" layoutX="440.0" layoutY="40.0">
|
|
<image>
|
|
<Image url="@../../Public/icon/dialog_notification.png" />
|
|
</image>
|
|
</ImageView>
|
|
<Button fx:id="Annuler" layoutX="400.0" layoutY="186.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="73.0" text="Annuler" />
|
|
<Button fx:id="Valider" layoutX="300.0" layoutY="186.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="73.0" text="Valider" />
|
|
<TextFlow layoutX="25.0" layoutY="98.0" prefHeight="72.0" prefWidth="407.0">
|
|
<children>
|
|
<Text fx:id="Message" strokeType="OUTSIDE" strokeWidth="0.0" wrappingWidth="385.0546875">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</TextFlow>
|
|
</children>
|
|
</Pane>
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
</StackPane>
|
|
</children>
|
|
</AnchorPane>
|