41 lines
2.0 KiB
XML
41 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.text.*?>
|
|
<?import java.lang.*?>
|
|
<?import java.util.*?>
|
|
<?import javafx.scene.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<AnchorPane prefHeight="709.0" prefWidth="600.0" style="-fx-background-color: linear-gradient(to right, #B39DDB, #81D4FA); -fx-background-radius: 12;" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.to.telegramfinalproject.UI.LoginForm">
|
|
<children>
|
|
<TextField fx:id="usernameField" layoutX="289.0" layoutY="189.0" />
|
|
<PasswordField fx:id="passwordField" layoutX="289.0" layoutY="297.0" />
|
|
<Label layoutX="258.0" layoutY="69.0" text="Login" textAlignment="CENTER" textFill="WHITE">
|
|
<font>
|
|
<Font name="System Bold" size="40.0" />
|
|
</font>
|
|
</Label>
|
|
<Label layoutX="89.0" layoutY="182.0" text="Username :" textAlignment="CENTER" textFill="WHITE">
|
|
<font>
|
|
<Font name="System Italic" size="36.0" />
|
|
</font>
|
|
</Label>
|
|
<Label layoutX="88.0" layoutY="290.0" text="Password :" textFill="WHITE">
|
|
<font>
|
|
<Font name="System Italic" size="36.0" />
|
|
</font>
|
|
</Label>
|
|
<Button fx:id="loginButton" layoutX="225.0" layoutY="449.0" mnemonicParsing="false" prefHeight="39.0" prefWidth="176.0" style="-fx-background-color: #f8bbd0; -fx-border-radius: 12; -fx-border-color: #6a1b9a; -fx-background-radius: 12;" text="Login" textFill="#79195c">
|
|
<font>
|
|
<Font name="System Bold" size="18.0" />
|
|
</font>
|
|
</Button>
|
|
<Button fx:id="backButton" layoutX="227.0" layoutY="532.0" mnemonicParsing="false" prefHeight="39.0" prefWidth="176.0" style="-fx-background-color: #f8bbd0; -fx-background-radius: 12; -fx-border-color: #6a1b9a; -fx-border-radius: 12;" text="Back" textFill="#79195c">
|
|
<font>
|
|
<Font name="System Bold" size="18.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</AnchorPane>
|