2023-01-16 18:06:54 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2023-01-31 07:03:11 +01:00
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<?import javafx.scene.text.*?>
|
2023-01-16 18:06:54 +01:00
|
|
|
|
2023-01-31 07:03:11 +01:00
|
|
|
<AnchorPane prefHeight="700.0" prefWidth="867.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/17.0.2-ea" 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 07:03:11 +01:00
|
|
|
<HBox alignment="CENTER" layoutX="49.0" layoutY="27.0" prefHeight="606.0" prefWidth="791.0">
|
2023-01-16 18:06:54 +01:00
|
|
|
<children>
|
2023-01-18 02:39:17 +01:00
|
|
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
|
|
|
|
<children>
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Montag" textAlignment="CENTER" wrappingWidth="120.0">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets />
|
|
|
|
</VBox.margin>
|
|
|
|
<font>
|
|
|
|
<Font size="23.0" />
|
|
|
|
</font>
|
|
|
|
</Text>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
</children>
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</VBox>
|
|
|
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
|
|
|
|
<children>
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Dienstag" textAlignment="CENTER" wrappingWidth="120.0">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets />
|
|
|
|
</VBox.margin>
|
|
|
|
<font>
|
|
|
|
<Font size="23.0" />
|
|
|
|
</font>
|
|
|
|
</Text>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
</children>
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</VBox>
|
|
|
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
|
|
|
|
<children>
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Mittwoch" textAlignment="CENTER" wrappingWidth="120.0">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets />
|
|
|
|
</VBox.margin>
|
|
|
|
<font>
|
|
|
|
<Font size="23.0" />
|
|
|
|
</font>
|
|
|
|
</Text>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
</children>
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</VBox>
|
|
|
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
|
|
|
|
<children>
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Donnerstag" textAlignment="CENTER" wrappingWidth="120.0">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets />
|
|
|
|
</VBox.margin>
|
|
|
|
<font>
|
|
|
|
<Font size="23.0" />
|
|
|
|
</font>
|
|
|
|
</Text>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
</children>
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</VBox>
|
|
|
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="135.0">
|
|
|
|
<children>
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Freitag" textAlignment="CENTER" wrappingWidth="120.0">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets />
|
|
|
|
</VBox.margin>
|
|
|
|
<font>
|
|
|
|
<Font size="23.0" />
|
|
|
|
</font>
|
|
|
|
</Text>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Gericht 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="55.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 1">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="Dessert 2">
|
|
|
|
<VBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</VBox.margin>
|
|
|
|
<padding>
|
|
|
|
<Insets bottom="25.0" left="20.0" right="20.0" top="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
<Button id="btFoodChoice" mnemonicParsing="false" text="ablehen">
|
|
|
|
<padding>
|
|
|
|
<Insets left="25.0" right="25.0" />
|
|
|
|
</padding>
|
|
|
|
</Button>
|
|
|
|
</children>
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</VBox>
|
2023-01-16 18:06:54 +01:00
|
|
|
</children>
|
2023-01-18 02:39:17 +01:00
|
|
|
</HBox>
|
2023-01-31 07:03:11 +01:00
|
|
|
<Button id="btPlaceOrder" layoutX="377.0" layoutY="633.0" mnemonicParsing="false" prefHeight="53.0" prefWidth="134.0" text="Jetzt Bestellen" />
|
|
|
|
<ComboBox id="cbChooseChild" layoutX="77.0" layoutY="647.0" prefWidth="150.0" promptText="Kind auswählen" />
|
|
|
|
<Text layoutX="648.0" layoutY="669.0" strokeType="OUTSIDE" strokeWidth="0.0" text="[Gesambetrag]" wrappingWidth="168.0">
|
2023-01-18 02:39:17 +01:00
|
|
|
<font>
|
|
|
|
<Font size="24.0" />
|
|
|
|
</font>
|
|
|
|
</Text>
|
2023-01-16 18:06:54 +01:00
|
|
|
</children>
|
|
|
|
</AnchorPane>
|