2023-01-17 15:58:22 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2023-01-18 13:22:05 +01:00
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
<?import javafx.scene.control.Label?>
|
|
|
|
<?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?>
|
2023-01-17 15:58:22 +01:00
|
|
|
|
2023-01-18 13:22:05 +01:00
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="479.0" prefWidth="719.0" stylesheets="@createCoworker.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1">
|
|
|
|
<children>
|
|
|
|
<Label layoutX="301.0" layoutY="49.0" />
|
|
|
|
<Label layoutX="230.0" layoutY="30.0" prefHeight="28.0" prefWidth="220.0" text="Mitarbeiter hinzufügen">
|
|
|
|
<font>
|
|
|
|
<Font size="18.0" />
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
<VBox layoutX="119.0" layoutY="95.0" prefHeight="317.0" prefWidth="331.0">
|
|
|
|
<children>
|
|
|
|
<HBox prefHeight="43.0" prefWidth="331.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="17.0" prefWidth="116.0" text="Nachname">
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="25.0" prefWidth="194.0" />
|
|
|
|
</children>
|
|
|
|
</HBox>
|
|
|
|
<HBox prefHeight="60.0" prefWidth="331.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="35.0" prefWidth="118.0" text="Vorname">
|
|
|
|
<padding>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</padding>
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="25.0" prefWidth="193.0">
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</TextField>
|
|
|
|
</children>
|
|
|
|
</HBox>
|
|
|
|
<HBox prefHeight="100.0" prefWidth="200.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="35.0" prefWidth="116.0" text="Straße">
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
<padding>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="25.0" prefWidth="195.0">
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</TextField>
|
|
|
|
</children>
|
|
|
|
</HBox>
|
|
|
|
<HBox prefHeight="100.0" prefWidth="200.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="25.0" prefWidth="118.0" text="Hausnummer">
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
<padding>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="25.0" prefWidth="87.0">
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</TextField>
|
|
|
|
</children>
|
|
|
|
</HBox>
|
|
|
|
<HBox prefHeight="24.0" prefWidth="331.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="25.0" prefWidth="118.0" text="PLZ">
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="25.0" prefWidth="87.0">
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets />
|
|
|
|
</HBox.margin>
|
|
|
|
</TextField>
|
|
|
|
</children>
|
|
|
|
<padding>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</padding>
|
|
|
|
</HBox>
|
|
|
|
<HBox prefHeight="100.0" prefWidth="200.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="35.0" prefWidth="120.0" text="Stadt">
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="13.0" prefWidth="194.0">
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets top="5.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</TextField>
|
|
|
|
</children>
|
|
|
|
<padding>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</padding>
|
|
|
|
</HBox>
|
|
|
|
<HBox prefHeight="100.0" prefWidth="200.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="35.0" prefWidth="117.0" text="Email">
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
<padding>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="25.0" prefWidth="196.0">
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</TextField>
|
|
|
|
</children>
|
|
|
|
</HBox>
|
|
|
|
<HBox prefHeight="100.0" prefWidth="200.0">
|
|
|
|
<children>
|
|
|
|
<Label prefHeight="35.0" prefWidth="122.0" text="Passwort">
|
|
|
|
<font>
|
|
|
|
<Font size="16.0" />
|
|
|
|
</font>
|
|
|
|
<padding>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</padding>
|
|
|
|
</Label>
|
|
|
|
<TextField prefHeight="25.0" prefWidth="194.0">
|
|
|
|
<HBox.margin>
|
|
|
|
<Insets top="10.0" />
|
|
|
|
</HBox.margin>
|
|
|
|
</TextField>
|
|
|
|
</children>
|
|
|
|
</HBox>
|
|
|
|
</children>
|
|
|
|
</VBox>
|
|
|
|
<Button id="btCreateCoworker" layoutX="119.0" layoutY="412.0" mnemonicParsing="false" prefHeight="44.0" prefWidth="158.0" text="Mitarbeiter hinzufügen" />
|
|
|
|
<Button id="btCancelCoworker" layoutX="357.0" layoutY="412.0" mnemonicParsing="false" prefHeight="44.0" prefWidth="158.0" text="Abbrechen" />
|
|
|
|
</children>
|
2023-01-17 15:58:22 +01:00
|
|
|
</AnchorPane>
|