158 lines
		
	
	
		
			7.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			158 lines
		
	
	
		
			7.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| 
 | |
| <?import javafx.geometry.Insets?>
 | |
| <?import javafx.scene.control.Button?>
 | |
| <?import javafx.scene.control.Label?>
 | |
| <?import javafx.scene.control.PasswordField?>
 | |
| <?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?>
 | |
| 
 | |
| <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="860.0" prefWidth="850.0" stylesheets="@createCoworker.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.AdminController">
 | |
|     <children>
 | |
|         <Label layoutX="301.0" layoutY="49.0" />
 | |
|         <Label layoutX="223.0" layoutY="76.0" prefHeight="28.0" prefWidth="220.0" text="Mitarbeiter hinzufügen">
 | |
|             <font>
 | |
|                 <Font size="18.0" />
 | |
|             </font>
 | |
|         </Label>
 | |
|         <VBox layoutX="223.0" layoutY="149.0" prefHeight="317.0" prefWidth="514.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 fx:id="lastname" 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 fx:id="firstname" 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 fx:id="street" 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 fx:id="number" 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 fx:id="plz" 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 fx:id="city" 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 fx:id="email" prefHeight="25.0" prefWidth="196.0">
 | |
|                             <HBox.margin>
 | |
|                                 <Insets top="10.0" />
 | |
|                             </HBox.margin>
 | |
|                         </TextField>
 | |
|                     </children>
 | |
|                 </HBox>
 | |
|                 <HBox prefHeight="100.0" prefWidth="471.0">
 | |
|                     <children>
 | |
|                         <Label prefHeight="35.0" prefWidth="122.0" text="Passwort">
 | |
|                             <font>
 | |
|                                 <Font size="16.0" />
 | |
|                             </font>
 | |
|                             <padding>
 | |
|                                 <Insets top="10.0" />
 | |
|                             </padding>
 | |
|                         </Label>
 | |
|                         <PasswordField fx:id="password" accessibleRole="PASSWORD_FIELD" prefHeight="25.0" prefWidth="194.0">
 | |
|                             <HBox.margin>
 | |
|                                 <Insets top="10.0" />
 | |
|                             </HBox.margin>
 | |
|                         </PasswordField>
 | |
|                     </children>
 | |
|                 </HBox>
 | |
|             </children>
 | |
|         </VBox>
 | |
|         <Button id="btCreateCoworker" fx:id="btCreateCoworker" layoutX="216.0" layoutY="533.0" mnemonicParsing="false" onAction="#onBtSignUp" prefHeight="44.0" prefWidth="158.0" text="Mitarbeiter hinzufügen" />
 | |
|         <Button id="btCancelCoworker" fx:id="btCancelCoworker" layoutX="443.0" layoutY="533.0" mnemonicParsing="false" onAction="#onBtCancel" prefHeight="44.0" prefWidth="158.0" text="Abbrechen" />
 | |
|     </children>
 | |
| </AnchorPane>
 | 
