178 lines
7.5 KiB
Plaintext
178 lines
7.5 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<?import javafx.geometry.Insets?>
|
||
|
<?import javafx.scene.control.Button?>
|
||
|
<?import javafx.scene.control.ListView?>
|
||
|
<?import javafx.scene.control.TextField?>
|
||
|
<?import javafx.scene.layout.AnchorPane?>
|
||
|
<?import javafx.scene.layout.HBox?>
|
||
|
<?import javafx.scene.layout.VBox?>
|
||
|
<?import javafx.scene.text.Font?>
|
||
|
<?import javafx.scene.text.Text?>
|
||
|
|
||
|
|
||
|
<AnchorPane prefHeight="760.0" prefWidth="867.0" stylesheets="@child.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.ParentController">
|
||
|
<children>
|
||
|
<Text layoutX="51.0" layoutY="90.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Kinder">
|
||
|
<font>
|
||
|
<Font size="58.0" />
|
||
|
</font>
|
||
|
</Text>
|
||
|
<HBox id="contentContainer" alignment="CENTER" layoutX="49.0" layoutY="170.0" prefHeight="250.0" prefWidth="770.0">
|
||
|
<children>
|
||
|
<VBox id="contentContainer" prefHeight="250.0" prefWidth="256.0">
|
||
|
<children>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Alter">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField prefWidth="97.0">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Gruppe">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField>
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
</children>
|
||
|
<HBox.margin>
|
||
|
<Insets left="15.0" right="15.0" />
|
||
|
</HBox.margin>
|
||
|
</VBox>
|
||
|
<VBox id="contentContainer" prefHeight="250.0" prefWidth="256.0">
|
||
|
<children>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Geburtsdatum">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField prefWidth="97.0">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Sonstiges">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField>
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
</children>
|
||
|
<HBox.margin>
|
||
|
<Insets left="15.0" right="15.0" />
|
||
|
</HBox.margin>
|
||
|
</VBox>
|
||
|
<VBox id="contentContainer" prefHeight="250.0" prefWidth="256.0">
|
||
|
<children>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Alergien">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<ListView prefHeight="144.0" prefWidth="227.0" />
|
||
|
<TextField id="tfAddAllergy" promptText="Allergie hinzufügen">
|
||
|
<VBox.margin>
|
||
|
<Insets top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
</children>
|
||
|
<HBox.margin>
|
||
|
<Insets left="15.0" right="15.0" />
|
||
|
</HBox.margin>
|
||
|
</VBox>
|
||
|
</children>
|
||
|
</HBox>
|
||
|
<Text layoutX="49.0" layoutY="152.0" strokeType="OUTSIDE" strokeWidth="0.0" text="[Name des Kindes]" wrappingWidth="99.03515625" />
|
||
|
<HBox id="contentContainer" alignment="CENTER" layoutX="49.0" layoutY="464.0" prefHeight="250.0" prefWidth="770.0">
|
||
|
<children>
|
||
|
<VBox id="contentContainer" prefHeight="250.0" prefWidth="256.0">
|
||
|
<children>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Alter">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField prefWidth="97.0">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Gruppe">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField>
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
</children>
|
||
|
<HBox.margin>
|
||
|
<Insets left="15.0" right="15.0" />
|
||
|
</HBox.margin>
|
||
|
</VBox>
|
||
|
<VBox id="contentContainer" prefHeight="250.0" prefWidth="256.0">
|
||
|
<children>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Geburtsdatum">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField prefWidth="97.0">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Sonstiges">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<TextField>
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
</children>
|
||
|
<HBox.margin>
|
||
|
<Insets left="15.0" right="15.0" />
|
||
|
</HBox.margin>
|
||
|
</VBox>
|
||
|
<VBox id="contentContainer" prefHeight="250.0" prefWidth="256.0">
|
||
|
<children>
|
||
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Allergien">
|
||
|
<VBox.margin>
|
||
|
<Insets bottom="15.0" top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</Text>
|
||
|
<ListView prefHeight="200.0" prefWidth="200.0" />
|
||
|
<TextField id="tfAddAllergy" promptText="Allergie hinzufügen">
|
||
|
<VBox.margin>
|
||
|
<Insets top="15.0" />
|
||
|
</VBox.margin>
|
||
|
</TextField>
|
||
|
</children>
|
||
|
<HBox.margin>
|
||
|
<Insets left="15.0" right="15.0" />
|
||
|
</HBox.margin>
|
||
|
</VBox>
|
||
|
</children>
|
||
|
</HBox>
|
||
|
<Text layoutX="49.0" layoutY="433.0" strokeType="OUTSIDE" strokeWidth="0.0" text="[Name des Kindes]" wrappingWidth="99.03515625" />
|
||
|
<Button id="btAddChild" layoutX="382.0" layoutY="721.0" mnemonicParsing="false" text="Kind hinzufügen" />
|
||
|
</children>
|
||
|
</AnchorPane>
|