summaryrefslogtreecommitdiffstats
path: root/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml')
-rw-r--r--src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml145
1 files changed, 145 insertions, 0 deletions
diff --git a/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml
new file mode 100644
index 0000000..b321378
--- /dev/null
+++ b/src/de/fhswf/in/inf/se/projektthemenvergabe/view/ProjektHinzufuegen.fxml
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<?import javafx.scene.text.*?>
+<?import javafx.geometry.*?>
+<?import javafx.scene.control.*?>
+<?import java.lang.*?>
+<?import javafx.scene.layout.*?>
+
+<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="743.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.fhswf.in.inf.se.projektthemenvergabe.view.ProjektHinzufuegenController">
+ <center>
+ <GridPane BorderPane.alignment="CENTER">
+ <columnConstraints>
+ <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
+ <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
+ </columnConstraints>
+ <rowConstraints>
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ <RowConstraints maxHeight="120.0" minHeight="10.0" prefHeight="111.0" vgrow="SOMETIMES" />
+ <RowConstraints maxHeight="144.0" minHeight="10.0" prefHeight="88.0" vgrow="SOMETIMES" />
+ <RowConstraints maxHeight="67.0" minHeight="0.0" prefHeight="43.0" vgrow="SOMETIMES" />
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ </rowConstraints>
+ <children>
+ <Label text="Projektthema">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <Label text="Skizze" GridPane.rowIndex="1">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <Label text="Beschreibung des Projekthintergrundes" GridPane.rowIndex="2">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <Label text="Beschreibung der wesentlichen Projektinhalte" GridPane.rowIndex="3">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <Label text="Ansprechpartner" GridPane.rowIndex="4">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <Label text="1. Student" GridPane.rowIndex="5">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <Label text="2. Student" GridPane.rowIndex="6">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <Label text="3. Student" GridPane.rowIndex="7">
+ <GridPane.margin>
+ <Insets left="10.0" />
+ </GridPane.margin>
+ <font>
+ <Font name="System Bold" size="12.0" />
+ </font>
+ </Label>
+ <ComboBox fx:id="ansprechpartnerComboBox" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="4">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </ComboBox>
+ <ComboBox fx:id="student1ComboBox" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="5">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </ComboBox>
+ <ComboBox fx:id="student2ComboBox" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="6">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </ComboBox>
+ <ComboBox fx:id="student3ComboBox" minHeight="-Infinity" prefHeight="25.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="7">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </ComboBox>
+ <TextField fx:id="projektthemaTextField" prefWidth="500.0" GridPane.columnIndex="1">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </TextField>
+ <TextArea fx:id="projektskizzeTextField" prefHeight="200.0" prefWidth="50.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </TextArea>
+ <TextArea fx:id="projekthintergrundTextField" prefHeight="65.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="2">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" top="5.0" />
+ </GridPane.margin>
+ </TextArea>
+ <TextArea fx:id="projektinhalteTextField" prefHeight="200.0" prefWidth="500.0" GridPane.columnIndex="1" GridPane.rowIndex="3">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" top="5.0" />
+ </GridPane.margin>
+ </TextArea>
+ <Button fx:id="saveButton" disable="true" mnemonicParsing="false" onAction="#handleSave" prefHeight="25.0" prefWidth="500.0" text="Speichern" GridPane.rowIndex="8">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </Button>
+ <Button mnemonicParsing="false" onAction="#handleCancel" prefHeight="25.0" prefWidth="500.0" text="Abbrechen" GridPane.columnIndex="1" GridPane.rowIndex="8">
+ <GridPane.margin>
+ <Insets left="10.0" right="10.0" />
+ </GridPane.margin>
+ </Button>
+ </children>
+ </GridPane>
+ </center>
+</BorderPane>