Files
PowerPME_demo/target/classes/Views/Authentification.fxml
2025-10-30 12:59:45 +01:00

87 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import java.net.URL?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.Group?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ProgressBar?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.paint.Color?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<?import javafx.scene.text.TextFlow?>
<AnchorPane id="AnchorPane" fx:id="Content" prefHeight="331.0" prefWidth="598.0" styleClass="AnchorPane-Default" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.AuthentificationController">
<children>
<ProgressBar fx:id="ProgressBarAuthentification" prefWidth="598.0" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
<Label layoutX="338.0" layoutY="23.0" text="Connexion">
<font>
<Font name="Arial" size="20.0" />
</font>
</Label>
<Separator layoutX="443.0" layoutY="40.0" prefWidth="96.2431640625" />
<Separator layoutX="233.0" layoutY="40.0" prefWidth="96.2431640625" />
<Group layoutX="205.0" layoutY="142.0">
<children>
<Label layoutY="9.0" text="Email:">
<font>
<Font size="16.0" fx:id="x1" />
</font>
</Label>
<Rectangle arcHeight="5.0" arcWidth="5.0" height="36.0" layoutX="86.0" layoutY="1.0" strokeType="INSIDE" strokeWidth="0.7" width="36.0">
<fill>
<Color red="0.933" green="0.933" blue="0.933" fx:id="x2" />
</fill>
<stroke>
<Color red="0.804" green="0.804" blue="0.804" fx:id="x3" />
</stroke>
</Rectangle>
<ImageView id="glyphicon-user" fitHeight="20.0" fitWidth="15.0" layoutX="95.0" layoutY="8.0" pickOnBounds="true">
<image>
<Image preserveRatio="true" smooth="true" url="@../Public/icon/glyphicon-user.png" />
</image>
</ImageView>
<TextField id="login" fx:id="Login" layoutX="120.0" opacity="1.0" prefHeight="38.0" prefWidth="176.0">
<stylesheets>
<URL value="@../Public/CSS/StylePrincipal.css" />
</stylesheets>
</TextField>
</children>
</Group>
<Text id="erreurresult" fx:id="Erreurresult" fill="RED" layoutX="221.0" layoutY="214.0" strokeType="OUTSIDE" strokeWidth="0.0" text="">
<font>
<Font size="14.0" />
</font>
</Text>
<TextFlow layoutX="198.0" layoutY="78.0" lineSpacing="5.0" prefHeight="53.0" prefWidth="376.0">
<children>
<Text lineSpacing="5.0" strokeDashOffset="2.0" strokeType="OUTSIDE" strokeWidth="2.0" text="Vous pouvez utiliser votre paramètre en vous connectant avec votre email." wrappingWidth="375.8740234375">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
</children>
<opaqueInsets>
<Insets />
</opaqueInsets>
</TextFlow>
<Button layoutX="338.0" layoutY="231.0" mnemonicParsing="false" onAction="#handleButtonAction" prefHeight="36.0" prefWidth="96.0" styleClass="btn-success" text="Valider" textFill="WHITE">
<font>
<Font name="Arial" size="13.0" />
</font>
</Button>
<Line endX="-49.0" endY="158.0" layoutX="218.0" layoutY="132.0" opacity="0.32" startX="-50.0" startY="-100.0" />
<ImageView fx:id="ImageViewLogo" pickOnBounds="true" preserveRatio="true" />
</children>
<stylesheets>
<URL value="@../Public/CSS/StylePrincipal.css" />
</stylesheets>
</AnchorPane>