aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/RegistrationWindow.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fxml/RegistrationWindow.fxml')
-rw-r--r--src/main/resources/fxml/RegistrationWindow.fxml73
1 files changed, 5 insertions, 68 deletions
diff --git a/src/main/resources/fxml/RegistrationWindow.fxml b/src/main/resources/fxml/RegistrationWindow.fxml
index a1638f4..afd6d55 100644
--- a/src/main/resources/fxml/RegistrationWindow.fxml
+++ b/src/main/resources/fxml/RegistrationWindow.fxml
@@ -25,7 +25,7 @@
<columnConstraints>
<ColumnConstraints/>
<ColumnConstraints prefWidth="20"/> <!--The gap between the colums-->
- <ColumnConstraints prefWidth="360"/> <!--EmployeeListItem: 360-->
+ <ColumnConstraints prefWidth="320"/> <!--EmployeeListItem: 320-->
</columnConstraints>
<padding>
<Insets topRightBottomLeft="12"/>
@@ -63,16 +63,16 @@
<Label fx:id="lVehicles" text="ZZZ-40821" GridPane.valignment="TOP" alignment="TOP_LEFT" GridPane.rowIndex="2"
styleClass="text-medium, text-white"/>
<Label fx:id="lEmployees" wrapText="true" alignment="TOP_LEFT" prefHeight="20"
- text="Ein seeeeeee eeeeeeeeeee eeeeeeeeeeee eeeeeeeehr langer Text" GridPane.rowIndex="2"
+ text="PERSONEN" GridPane.rowIndex="2"
GridPane.columnIndex="2" styleClass="text-medium, text-white"/>
- <ScrollPane GridPane.rowIndex="5">
+ <ScrollPane GridPane.rowIndex="5" hbarPolicy="NEVER" vbarPolicy="ALWAYS" >
<GridPane.margin>
- <Insets left="-6" right="-6" bottom="-12"/>
+ <Insets left="-7" right="-20" bottom="-12"/>
</GridPane.margin>
<VBox fx:id="vbVehicles" spacing="6">
<padding>
- <Insets top="6" left="6" right="6"/>
+ <Insets top="6" left="6" right="6" bottom="6"/>
</padding>
</VBox>
</ScrollPane>
@@ -96,66 +96,3 @@
<TextField fx:id="tfEmployeeSearch" onKeyTyped="#tfEmployeeSearch_TextChanged" styleClass="text-big, text-bold"/>
</VBox>
</GridPane>
-
- <!--<VBox fx:id="registrationWindowVB" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefWidth="600.0" style="-fx-background-color: WHITE;" visible="false" 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.RegistrationWindowController">-->
- <!--<children>-->
- <!--<AnchorPane prefHeight="135.0" prefWidth="600.0">-->
- <!--<children>-->
- <!--<Label layoutX="14.0" layoutY="14.0" text="Neue Anmeldung" />-->
- <!--<Label layoutX="14.0" layoutY="44.0" text="von" />-->
- <!--<Label layoutX="133.0" layoutY="44.0" text="bis" />-->
- <!--<ChoiceBox fx:id="cbStart" layoutX="42.0" layoutY="40.0" prefWidth="80.0" />-->
- <!--<ChoiceBox fx:id="cbEnd" layoutX="159.0" layoutY="40.0" prefWidth="80.0" />-->
- <!--<Label layoutX="10.0" layoutY="82.0" text="Fahrzeug" />-->
- <!--<Label fx:id="lVehicles" layoutX="10.0" layoutY="108.0" text="Fahrzeugname" />-->
- <!--<Label layoutX="216.0" layoutY="82.0" text="Personen" />-->
- <!--<Label fx:id="lEmployees" layoutX="216.0" layoutY="108.0" text="Namen" />-->
- <!--</children>-->
- <!--</AnchorPane>-->
- <!--<SplitPane dividerPositions="0.35" prefWidth="200.0">-->
- <!--<items>-->
- <!--<VBox prefHeight="200.0" prefWidth="100.0">-->
- <!--<children>-->
- <!--<Label text="Fahrzeugsuche" />-->
- <!--<TextField fx:id="tfVehicleSearch" />-->
- <!--<TableView fx:id="tvVehicles" prefHeight="200.0" prefWidth="200.0">-->
- <!--<columns>-->
- <!--<TableColumn fx:id="tcVehicles" prefWidth="75.0" text="Fahrzeuge" />-->
- <!--</columns>-->
- <!--<columnResizePolicy>-->
- <!--<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />-->
- <!--</columnResizePolicy>-->
- <!--</TableView>-->
- <!--</children>-->
- <!--</VBox>-->
- <!--<VBox prefHeight="200.0" prefWidth="100.0">-->
- <!--<children>-->
- <!--<Label text="Personensuche" />-->
- <!--<TextField fx:id="tfEmployeeSearch" />-->
- <!--<TableView fx:id="tvEmployees" prefHeight="200.0" prefWidth="200.0">-->
- <!--<columns>-->
- <!--<TableColumn fx:id="tcEmployees" prefWidth="75.0" text="Personen" />-->
- <!--</columns>-->
- <!--<columnResizePolicy>-->
- <!--<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />-->
- <!--</columnResizePolicy>-->
- <!--</TableView>-->
- <!--</children>-->
- <!--</VBox>-->
- <!--</items>-->
- <!--</SplitPane>-->
- <!--<HBox alignment="CENTER" prefWidth="200.0">-->
- <!--<children>-->
- <!--<Button mnemonicParsing="false" onAction="#cancel" text="Abbrechen">-->
- <!--<HBox.margin>-->
- <!--<Insets bottom="8.0" left="8.0" right="8.0" top="8.0" />-->
- <!--</HBox.margin>-->
- <!--</Button>-->
- <!--<Button mnemonicParsing="false" onAction="#create" text="Erstellen">-->
- <!--<HBox.margin>-->
- <!--<Insets bottom="8.0" left="8.0" right="8.0" top="8.0" />-->
- <!--</HBox.margin>-->
- <!--</Button>-->
- <!--</children></HBox>-->
- <!--</children>-->
- <!--</VBox>-->