2023-01-17 15:58:22 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2023-01-18 02:39:17 +01:00
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
<?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?>
|
2023-01-17 15:58:22 +01:00
|
|
|
|
2023-01-18 02:39:17 +01:00
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0" stylesheets="parentMenue.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1">
|
|
|
|
<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 id="contentButton" alignment="BASELINE_LEFT" mnemonicParsing="false" 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 id="btLogOut" mnemonicParsing="false" text="Abmelden" />
|
|
|
|
</children>
|
|
|
|
</HBox>
|
|
|
|
</children>
|
2023-01-17 15:58:22 +01:00
|
|
|
</AnchorPane>
|