Essensbestellungsverwaltung/src/main/resources/com/bib/essensbestellungsverwaltung/menue-view.fxml

238 lines
13 KiB
Plaintext
Raw Normal View History

2023-01-16 18:06:54 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2023-01-31 15:38:08 +01:00
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ComboBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ListView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
2023-01-16 18:06:54 +01:00
2023-01-31 15:38:08 +01:00
<AnchorPane prefHeight="750.0" prefWidth="950.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.MenueController">
2023-01-16 18:06:54 +01:00
<children>
2023-01-31 15:38:08 +01:00
<Label alignment="CENTER" layoutX="392.0" layoutY="25.0" prefHeight="40.0" prefWidth="223.0" text="Essen bestellen">
<font>
<Font size="28.0" />
</font>
</Label>
<Button id="btLogin" alignment="CENTER" layoutX="848.0" layoutY="34.0" mnemonicParsing="false" text="Login" />
<HBox layoutX="220.0" layoutY="87.0" prefHeight="570.0" prefWidth="688.0">
2023-01-16 18:06:54 +01:00
<children>
2023-01-31 15:38:08 +01:00
<VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
2023-01-18 02:39:17 +01:00
<children>
2023-01-31 15:38:08 +01:00
<Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Montag" textAlignment="CENTER">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
<font>
2023-01-31 15:38:08 +01:00
<Font size="18.0" />
2023-01-18 02:39:17 +01:00
</font>
2023-01-31 15:38:08 +01:00
</Label>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
</VBox.margin></Button>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
</VBox.margin></Button>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="30.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
</VBox.margin></Button>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
</VBox.margin></Button>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="kein Dessert">
<VBox.margin>
<Insets top="10.0" />
</VBox.margin></Button>
2023-01-18 02:39:17 +01:00
</children>
<HBox.margin>
2023-01-31 15:38:08 +01:00
<Insets />
2023-01-18 02:39:17 +01:00
</HBox.margin>
</VBox>
2023-01-31 15:38:08 +01:00
<VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
2023-01-18 02:39:17 +01:00
<children>
2023-01-31 15:38:08 +01:00
<Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Dienstag" textAlignment="CENTER">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
<font>
2023-01-31 15:38:08 +01:00
<Font size="18.0" />
2023-01-18 02:39:17 +01:00
</font>
2023-01-31 15:38:08 +01:00
</Label>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="30.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="kein Dessert">
<VBox.margin>
<Insets top="10.0" />
</VBox.margin>
2023-01-18 02:39:17 +01:00
</Button>
</children>
</VBox>
2023-01-31 15:38:08 +01:00
<VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
2023-01-18 02:39:17 +01:00
<children>
2023-01-31 15:38:08 +01:00
<Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Mittwoch" textAlignment="CENTER">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
<font>
2023-01-31 15:38:08 +01:00
<Font size="18.0" />
2023-01-18 02:39:17 +01:00
</font>
2023-01-31 15:38:08 +01:00
</Label>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="30.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="kein Dessert">
<VBox.margin>
<Insets top="10.0" />
</VBox.margin>
2023-01-18 02:39:17 +01:00
</Button>
</children>
</VBox>
2023-01-31 15:38:08 +01:00
<VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
2023-01-18 02:39:17 +01:00
<children>
2023-01-31 15:38:08 +01:00
<Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Donnerstag" textAlignment="CENTER">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
<font>
2023-01-31 15:38:08 +01:00
<Font size="18.0" />
2023-01-18 02:39:17 +01:00
</font>
2023-01-31 15:38:08 +01:00
</Label>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="30.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="kein Dessert">
<VBox.margin>
<Insets top="10.0" />
</VBox.margin>
2023-01-18 02:39:17 +01:00
</Button>
</children>
</VBox>
2023-01-31 15:38:08 +01:00
<VBox prefHeight="350.0" prefWidth="180.0" style="-fx-background-color: transparent; -fx-padding: 5;">
2023-01-18 02:39:17 +01:00
<children>
2023-01-31 15:38:08 +01:00
<Label alignment="CENTER" contentDisplay="TOP" prefHeight="23.0" prefWidth="196.0" style="-fx-background-color: lightdarkblue;" text="Freitag" textAlignment="CENTER">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
<font>
2023-01-31 15:38:08 +01:00
<Font size="18.0" />
2023-01-18 02:39:17 +01:00
</font>
2023-01-31 15:38:08 +01:00
</Label>
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Mahlzeit 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="Keine Mahlzeit">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="30.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 1">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="78.0" prefWidth="218.0" text="Dessert 2">
2023-01-18 02:39:17 +01:00
<VBox.margin>
2023-01-31 15:38:08 +01:00
<Insets bottom="10.0" top="10.0" />
2023-01-18 02:39:17 +01:00
</VBox.margin>
</Button>
2023-01-31 15:38:08 +01:00
<Button id="btFoodChoice" alignment="CENTER" mnemonicParsing="false" prefHeight="20.0" prefWidth="170.0" text="kein Dessert">
<VBox.margin>
<Insets top="10.0" />
</VBox.margin>
2023-01-18 02:39:17 +01:00
</Button>
</children>
</VBox>
2023-01-16 18:06:54 +01:00
</children>
2023-01-18 02:39:17 +01:00
</HBox>
2023-01-31 15:38:08 +01:00
<Button id="btPlaceOrder" layoutX="436.0" layoutY="677.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="150.0" text="Bestellung speichern" />
<ComboBox id="cbChooseChild" layoutX="29.0" layoutY="34.0" prefWidth="150.0" promptText="Wähle Kind" stylesheets="@menue.css" />
<ListView id="lvShowDescription" layoutX="14.0" layoutY="151.0" prefHeight="475.0" prefWidth="200.0" />
2023-01-16 18:06:54 +01:00
</children>
</AnchorPane>