-
Notifications
You must be signed in to change notification settings - Fork 0
/
praktikumCheckMan.fxml
89 lines (87 loc) · 4.38 KB
/
praktikumCheckMan.fxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.effect.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
<BorderPane id="AnchorPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="1024.0" prefWidth="768.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.uks.ludo.StartScreenController">
<center>
<VBox alignment="CENTER" prefHeight="876.0" prefWidth="728.0" spacing="20.0" BorderPane.alignment="CENTER">
<children>
<HBox alignment="CENTER" fillHeight="false" prefHeight="-1.0" prefWidth="200.0">
<children>
<Label text="Praktikumsbericht">
<font>
<Font size="23.0" />
</font>
</Label>
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Thema" />
<TextArea prefHeight="71.0" prefWidth="350.0" text="Entwicklung eines web-basierten Erweiterungsmoduls zur Gästelistenverwaltung für die bestehende hauseigene Softwarelösung "Ticket Toaster"" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Name" />
<TextField id="" fx:id="url" prefWidth="200.0" promptText="localhost" text="Moor" />
<Label text="Vorname" />
<TextField text="Vladimir" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Matrikelnummer" />
<TextField id="" fx:id="url13" prefWidth="200.0" promptText="localhost" text="2920812" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Adresse" />
<TextField id="" fx:id="url1" prefWidth="200.0" promptText="localhost" text="[email protected]" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Start" />
<DatePicker promptText="01.10.2012" />
<Label text="Ende" />
<DatePicker promptText="31.01.2013" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Betrieb" />
<TextField id="" fx:id="url121" prefWidth="200.0" promptText="localhost" text="Provideal GmbH" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Betreuer" />
<TextField id="" fx:id="url1211" prefWidth="200.0" promptText="localhost" text="Dr. Peter Horn" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Gutachter" />
<ComboBox prefHeight="25.0" prefWidth="175.0" promptText="Prof. Dr. Albert Zündorf" />
</children>
</HBox>
<HBox alignment="CENTER_LEFT" fillHeight="false" prefHeight="-1.0" prefWidth="200.0" spacing="10.0">
<children>
<Label text="Studiengang" />
<ComboBox prefWidth="150.0" promptText="Informatik" />
</children>
</HBox>
<ListView prefHeight="200.0" prefWidth="200.0" />
</children>
<BorderPane.margin>
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</BorderPane.margin>
</VBox>
</center>
</BorderPane>