184 lines
10 KiB
XML
184 lines
10 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.image.Image?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<AnchorPane prefHeight="800.0" prefWidth="1205.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.SettingsController">
|
|
<children>
|
|
<VBox id="contentContainer" layoutY="-14.0" prefHeight="814.0" prefWidth="333.0" stylesheets="@parentMenue.css">
|
|
<children>
|
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="327.0">
|
|
<children>
|
|
<ImageView fitHeight="60.0" fitWidth="60.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="@pics/menu.png" />
|
|
</image>
|
|
</ImageView>
|
|
<Button id="contentButton" alignment="BASELINE_LEFT" mnemonicParsing="false" prefHeight="25.0" prefWidth="260.0" text="Essensplan">
|
|
<font>
|
|
<Font size="25.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</HBox>
|
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fitHeight="60.0" fitWidth="60.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="@pics/little-kid.png" />
|
|
</image>
|
|
</ImageView>
|
|
<Button id="contentButton" alignment="BASELINE_LEFT" mnemonicParsing="false" prefHeight="25.0" prefWidth="260.0" text="Kind">
|
|
<font>
|
|
<Font size="25.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</HBox>
|
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fitHeight="60.0" fitWidth="60.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="@pics/shopping-list.png" />
|
|
</image>
|
|
</ImageView>
|
|
<Button id="contentButton" alignment="BASELINE_LEFT" mnemonicParsing="false" prefHeight="52.0" prefWidth="260.0" text="Bestellung">
|
|
<font>
|
|
<Font size="25.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</HBox>
|
|
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0">
|
|
<children>
|
|
<ImageView fitHeight="60.0" fitWidth="60.0" pickOnBounds="true" preserveRatio="true">
|
|
<image>
|
|
<Image url="@pics/setting.png" />
|
|
</image>
|
|
</ImageView>
|
|
<Button fx:id="BtSetting" alignment="BASELINE_LEFT" mnemonicParsing="false" onAction="#onSettingBtClick" prefHeight="52.0" prefWidth="260.0" text="Nutzereinstellungen">
|
|
<font>
|
|
<Font size="25.0" />
|
|
</font>
|
|
</Button>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
<padding>
|
|
<Insets top="50.0" />
|
|
</padding></VBox>
|
|
<HBox id="contentContainer2" alignment="CENTER_RIGHT" prefHeight="40.0" prefWidth="1200.0" stylesheets="@parentMenue.css">
|
|
<children>
|
|
<Button mnemonicParsing="false" onAction="#onLogOutBtClick" text="Abmelden" />
|
|
</children>
|
|
</HBox>
|
|
<HBox fx:id="UserSetting" layoutX="343.0" layoutY="48.0" prefHeight="355.0" prefWidth="856.0" style="-fx-border-width: 1 1 1 1; -fx-border-color: lightblue;" AnchorPane.topAnchor="230.0">
|
|
<children>
|
|
<VBox prefHeight="353.0" prefWidth="260.0">
|
|
<children>
|
|
<Label text="Elterndaten">
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="24.0" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets bottom="25.0" left="25.0" right="25.0" top="10.0" />
|
|
</VBox.margin>
|
|
</Label>
|
|
<TextField prefHeight="36.0" prefWidth="274.0" promptText="aktuelles Passwort" style="-fx-background-color: transparent; -fx-border-color: lightgray; -fx-border-width: 0 0 1 0;">
|
|
<VBox.margin>
|
|
<Insets bottom="25.0" left="20.0" right="25.0" top="5.0" />
|
|
</VBox.margin>
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.0" />
|
|
</font>
|
|
</TextField>
|
|
<TextField promptText="neues Passwort" style="-fx-background-color: transparent; -fx-border-color: lightgray; -fx-border-width: 0 0 1 0;">
|
|
<VBox.margin>
|
|
<Insets left="20.0" right="25.0" top="5.0" />
|
|
</VBox.margin>
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.799999237060547" />
|
|
</font>
|
|
</TextField>
|
|
<TextField promptText="passwort bestätigen " style="-fx-background-color: transparent; -fx-border-color: lightgray; -fx-border-width: 0 0 1 0;">
|
|
<VBox.margin>
|
|
<Insets bottom="25.0" left="20.0" right="25.0" top="25.0" />
|
|
</VBox.margin>
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.799999237060547" />
|
|
</font>
|
|
</TextField>
|
|
<Button alignment="BASELINE_LEFT" contentDisplay="TOP" mnemonicParsing="false" style="-fx-background-radius: 25; -fx-background-color: lightblue;" text="Passowrt ändern" textFill="WHITE">
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.799999237060547" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets left="80.0" top="25.0" />
|
|
</VBox.margin>
|
|
</Button>
|
|
</children>
|
|
</VBox>
|
|
<VBox prefHeight="353.0" prefWidth="245.0">
|
|
<children>
|
|
<TextField prefHeight="35.0" prefWidth="102.0" promptText="PLZ" style="-fx-background-color: transparent; -fx-border-color: lightgray; -fx-border-width: 0 0 1 0;">
|
|
<VBox.margin>
|
|
<Insets bottom="25.0" left="20.0" right="25.0" top="75.0" />
|
|
</VBox.margin>
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.0" />
|
|
</font>
|
|
</TextField>
|
|
<TextField promptText="Straße" style="-fx-background-color: transparent; -fx-border-color: lightgray; -fx-border-width: 0 0 1 0;">
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.799999237060547" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets bottom="25.0" left="20.0" right="25.0" top="5.0" />
|
|
</VBox.margin>
|
|
</TextField>
|
|
</children>
|
|
<HBox.margin>
|
|
<Insets left="80.0" />
|
|
</HBox.margin>
|
|
</VBox>
|
|
<VBox prefHeight="411.0" prefWidth="225.0">
|
|
<children>
|
|
<TextField promptText="Stadt" style="-fx-background-color: transparent; -fx-border-color: lightgray; -fx-border-width: 0 0 1 0;">
|
|
<VBox.margin>
|
|
<Insets left="20.0" right="25.0" top="75.0" />
|
|
</VBox.margin>
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.799999237060547" />
|
|
</font>
|
|
</TextField>
|
|
<TextField promptText="Hausnummer" style="-fx-background-color: transparent; -fx-border-color: lightgray; -fx-border-width: 0 0 1 0;">
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.799999237060547" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets left="25.0" right="25.0" top="25.0" />
|
|
</VBox.margin>
|
|
</TextField>
|
|
<Button alignment="BASELINE_LEFT" contentDisplay="TOP" mnemonicParsing="false" style="-fx-background-radius: 25; -fx-background-color: lightblue;" text="Adresse ändern" textFill="WHITE">
|
|
<font>
|
|
<Font name="Microsoft Tai Le Bold" size="16.799999237060547" />
|
|
</font>
|
|
<VBox.margin>
|
|
<Insets left="60.0" top="120.0" />
|
|
</VBox.margin>
|
|
</Button>
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</AnchorPane>
|