aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/listEmployees.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fxml/listEmployees.fxml')
-rw-r--r--src/main/resources/fxml/listEmployees.fxml41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/main/resources/fxml/listEmployees.fxml b/src/main/resources/fxml/listEmployees.fxml
deleted file mode 100644
index ae815e1..0000000
--- a/src/main/resources/fxml/listEmployees.fxml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<?import javafx.geometry.Insets?>
-<?import javafx.scene.control.Label?>
-<?import javafx.scene.control.ScrollPane?>
-<?import javafx.scene.layout.AnchorPane?>
-<?import javafx.scene.layout.FlowPane?>
-<?import javafx.scene.layout.VBox?>
-<?import javafx.scene.text.Font?>
-
-<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity"
- prefHeight="536.0" prefWidth="816.0" style="-fx-background-color: #EFEBE8;"
- xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1"
- fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.ListEmployeesController">
- <children>
- <AnchorPane prefHeight="118.0" prefWidth="816.0" style="-fx-background-color: #C55A11;">
- <children>
- <Label layoutX="39.0" layoutY="23.0" text="Personen" textFill="WHITE">
- <font>
- <Font name="Calibri Bold" size="22.0"/>
- </font>
- </Label>
- </children>
- </AnchorPane>
- <VBox layoutX="37.0" layoutY="60.0" prefHeight="454.0" prefWidth="742.0">
- <children>
- <AnchorPane fx:id="containerHeader" prefHeight="86.0" prefWidth="740.0"
- style="-fx-background-color: white; -fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.8), 10, 0, 0, 5);"/>
- <ScrollPane hbarPolicy="NEVER" style="-fx-background-color: #EFEBE8;" vbarPolicy="NEVER">
- <VBox.margin>
- <Insets top="20.0"/>
- </VBox.margin>
- <content>
- <FlowPane fx:id="flowPaneEmployeeList" prefHeight="346.0" prefWidth="742.0"
- style="-fx-background-color: #EFEBE8;"/>
- </content>
- </ScrollPane>
- </children>
- </VBox>
- </children>
-</AnchorPane>