119 lines
6.0 KiB
Plaintext
Raw Normal View History

2023-01-31 04:30:25 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Region?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
2023-02-04 18:32:19 +01:00
<BorderPane fx:id="contentView" prefHeight="750.0" prefWidth="1300.0" stylesheets="@menue.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.WorkerMenuController">
2023-01-31 04:30:25 +01:00
<left>
<VBox alignment="TOP_CENTER" prefHeight="750.0" prefWidth="350.0" spacing="10.0" style="-fx-background-color: #ADD8E6FF; -fx-padding: 20;" BorderPane.alignment="CENTER">
2023-01-31 04:30:25 +01:00
<children>
2023-02-04 18:32:19 +01:00
<Button fx:id="tagesbestellungButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onTagesbestellungenClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Tagesbestellung">
2023-01-31 04:30:25 +01:00
<font>
2023-02-04 18:32:19 +01:00
<Font size="20.0" />
2023-01-31 04:30:25 +01:00
</font>
<graphic>
<ImageView fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true">
<image>
2023-02-04 18:32:19 +01:00
<Image url="@pics/to-do-list.png" />
2023-01-31 04:30:25 +01:00
</image>
</ImageView>
</graphic>
</Button>
2023-02-04 18:32:19 +01:00
<Button fx:id="monatsabrechnungButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onMonatsabrechnungClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Monatsabrechnung">
2023-01-31 04:30:25 +01:00
<font>
2023-02-04 18:32:19 +01:00
<Font size="20.0" />
2023-01-31 04:30:25 +01:00
</font>
<graphic>
<ImageView fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true">
<image>
2023-02-04 18:32:19 +01:00
<Image url="@pics/spreadsheet.png" />
2023-01-31 04:30:25 +01:00
</image>
</ImageView>
</graphic>
</Button>
2023-02-04 18:32:19 +01:00
<Button fx:id="wochenplanButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onWochenplanClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Wochenplan">
2023-01-31 04:30:25 +01:00
<font>
2023-02-04 18:32:19 +01:00
<Font size="20.0" />
2023-01-31 04:30:25 +01:00
</font>
<graphic>
<ImageView fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true">
<image>
2023-02-04 18:32:19 +01:00
<Image url="@pics/calendar.png" />
2023-01-31 04:30:25 +01:00
</image>
</ImageView>
</graphic>
</Button>
2023-02-04 18:32:19 +01:00
<Button fx:id="mahlzeitButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onMahlzeitClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Mahlzeit">
2023-01-31 04:30:25 +01:00
<font>
2023-02-04 18:32:19 +01:00
<Font size="20.0" />
2023-01-31 04:30:25 +01:00
</font>
<graphic>
<ImageView fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true">
<image>
2023-02-04 18:32:19 +01:00
<Image url="@pics/lunch.png" />
2023-01-31 04:30:25 +01:00
</image>
</ImageView>
</graphic>
</Button>
2023-02-04 18:32:19 +01:00
<Button fx:id="mitarbeiterButton" alignment="CENTER_LEFT" mnemonicParsing="false" onMouseClicked="#onMitarbeiterClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Mitarbeiter">
2023-01-31 04:30:25 +01:00
<font>
2023-02-04 18:32:19 +01:00
<Font size="20.0" />
2023-01-31 04:30:25 +01:00
</font>
<graphic>
<ImageView fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true">
<image>
2023-02-04 18:32:19 +01:00
<Image url="@pics/teamwork.png" />
2023-01-31 04:30:25 +01:00
</image>
</ImageView>
</graphic>
</Button>
<Region style="-fx-padding: 20;" VBox.vgrow="ALWAYS">
2023-01-31 07:18:37 +01:00
<opaqueInsets>
2023-02-04 18:32:19 +01:00
<Insets />
2023-01-31 07:18:37 +01:00
</opaqueInsets>
</Region>
2023-02-04 18:32:19 +01:00
<Button fx:id="einstellungenButton" alignment="CENTER_LEFT" layoutX="10.0" layoutY="130.0" mnemonicParsing="false" onMouseClicked="#onEinstellungenClick" prefHeight="60.0" prefWidth="250.0" styleClass="sidebar-nav_button" text="Einstellungen">
2023-01-31 04:30:25 +01:00
<font>
2023-02-04 18:32:19 +01:00
<Font size="20.0" />
2023-01-31 04:30:25 +01:00
</font>
<graphic>
<ImageView fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true">
<image>
2023-02-04 18:32:19 +01:00
<Image url="@pics/setting.png" />
2023-01-31 04:30:25 +01:00
</image>
</ImageView>
</graphic>
</Button>
</children>
2023-01-31 07:18:37 +01:00
<opaqueInsets>
2023-02-04 18:32:19 +01:00
<Insets />
2023-01-31 07:18:37 +01:00
</opaqueInsets>
2023-01-31 04:30:25 +01:00
</VBox>
</left>
<top>
<HBox alignment="CENTER_RIGHT" prefHeight="50.0" prefWidth="1200.0" style="-fx-background-color: #ADD8E6FF;" BorderPane.alignment="CENTER">
2023-01-31 04:30:25 +01:00
<children>
2023-02-04 18:32:19 +01:00
<Button mnemonicParsing="false" onMouseClicked="#onAusloggenClick" styleClass="sidebar-nav_button" text="Ausloggen">
2023-01-31 04:30:25 +01:00
<opaqueInsets>
2023-02-04 18:32:19 +01:00
<Insets />
2023-01-31 04:30:25 +01:00
</opaqueInsets>
</Button>
</children>
<padding>
2023-02-04 18:32:19 +01:00
<Insets right="20.0" />
2023-01-31 07:18:37 +01:00
</padding>
</HBox>
2023-01-31 04:30:25 +01:00
</top>
<center>
2023-02-04 18:32:19 +01:00
<AnchorPane prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER" />
2023-01-31 04:30:25 +01:00
</center>
</BorderPane>