first commit
This commit is contained in:
59
target/classes/Views/Dialog/DialogAlert.fxml
Normal file
59
target/classes/Views/Dialog/DialogAlert.fxml
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.image.Image?>
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
<?import javafx.scene.text.TextFlow?>
|
||||
|
||||
<AnchorPane fx:id="PaneDialog" style="-fx-background-color: rgba(0,0,0,0.6);" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" 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="40.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="24.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Dialog d'alert">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</Pane>
|
||||
<TextFlow layoutX="120.0" layoutY="112.0" prefHeight="48.0" prefWidth="342.0" textAlignment="JUSTIFY">
|
||||
<children>
|
||||
<Text fx:id="Message" strokeType="OUTSIDE" strokeWidth="0.0" text="Déscription" wrappingWidth="385.0546875">
|
||||
<font>
|
||||
<Font name="Arial" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</TextFlow>
|
||||
<Text fx:id="Titre" layoutX="120.0" layoutY="86.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Titre">
|
||||
<font>
|
||||
<Font name="Arial" size="28.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<ImageView fitHeight="75.0" fitWidth="82.0" layoutX="14.0" layoutY="68.0">
|
||||
<image>
|
||||
<Image url="@../../Public/icon/iconalert.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
</children>
|
||||
</Pane>
|
||||
<Button fx:id="Annuler" layoutX="406.0" layoutY="187.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="73.0" styleClass="btn-default" text="Annuler" />
|
||||
<Button fx:id="Valider" layoutX="304.0" layoutY="187.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="73.0" text="Valider" />
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
59
target/classes/Views/Dialog/DialogNotification.fxml
Normal file
59
target/classes/Views/Dialog/DialogNotification.fxml
Normal file
@@ -0,0 +1,59 @@
|
||||
<?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/22" 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>
|
||||
61
target/classes/Views/Dialog/DialogSuccess.fxml
Normal file
61
target/classes/Views/Dialog/DialogSuccess.fxml
Normal file
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.Group?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.image.Image?>
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
<?import javafx.scene.text.TextFlow?>
|
||||
|
||||
<AnchorPane fx:id="PaneDialog" style="-fx-background-color: rgba(0,0,0,0.6);" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/22" 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="40.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="24.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Dialog succés d'enregistement">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</Pane>
|
||||
<Button fx:id="Valider" layoutX="189.0" layoutY="159.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="122.0" styleClass="btn-success" text="Valider">
|
||||
<font>
|
||||
<Font name="Arial" size="22.0" />
|
||||
</font></Button>
|
||||
<TextFlow layoutX="120.0" layoutY="105.0" prefHeight="48.0" prefWidth="342.0" textAlignment="JUSTIFY">
|
||||
<children>
|
||||
<Text fx:id="Message" strokeType="OUTSIDE" strokeWidth="0.0" text="L'enregistrement a été effectuée avec succès" wrappingWidth="385.0546875">
|
||||
<font>
|
||||
<Font name="Arial" size="16.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</TextFlow>
|
||||
<ImageView fitHeight="69.0" fitWidth="72.0" layoutX="14.0" layoutY="80.0">
|
||||
<image>
|
||||
<Image url="@../../Public/icon/successfully.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
<Text layoutX="120.0" layoutY="81.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Succés">
|
||||
<font>
|
||||
<Font name="Arial" size="28.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</Pane>
|
||||
</children>
|
||||
</Group>
|
||||
</children>
|
||||
</StackPane>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
Reference in New Issue
Block a user