|
|
@@ -1,96 +1,95 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
|
|
|
|
|
|
|
<?import java.lang.*?> |
|
|
<?import javafx.geometry.*?> |
|
|
<?import javafx.geometry.*?> |
|
|
<?import javafx.scene.control.*?> |
|
|
<?import javafx.scene.control.*?> |
|
|
<?import javafx.scene.layout.*?> |
|
|
<?import javafx.scene.layout.*?> |
|
|
<?import javafx.scene.text.*?> |
|
|
<?import javafx.scene.text.*?> |
|
|
<TilePane fx:controller="de.uniluebeck.mi.projmi6.controller.SettingsController" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8" > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TilePane prefHeight="240.0" prefWidth="702.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="de.uniluebeck.mi.projmi6.controller.SettingsController"> |
|
|
<children> |
|
|
<children> |
|
|
<VBox prefHeight="150.0" prefWidth="300.0" style="-fx-background-color: white; -fx-background-radius: 10;" |
|
|
|
|
|
styleClass="settings-box"> |
|
|
|
|
|
|
|
|
<VBox prefHeight="200.0" prefWidth="300.0" style="-fx-background-color: white; -fx-background-radius: 10;" styleClass="settings-box"> |
|
|
<children> |
|
|
<children> |
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="MySQL-Datenbank"> |
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="MySQL-Datenbank"> |
|
|
<font> |
|
|
<font> |
|
|
<Font size="18.0"/> |
|
|
|
|
|
|
|
|
<Font size="18.0" /> |
|
|
</font> |
|
|
</font> |
|
|
<VBox.margin> |
|
|
<VBox.margin> |
|
|
<Insets bottom="10.0"/> |
|
|
|
|
|
|
|
|
<Insets bottom="10.0" /> |
|
|
</VBox.margin> |
|
|
</VBox.margin> |
|
|
</Text> |
|
|
</Text> |
|
|
<GridPane> |
|
|
<GridPane> |
|
|
<children> |
|
|
<children> |
|
|
<Label text="JDBC-Serveradresse:"/> |
|
|
|
|
|
<Label text="Benutzername:" GridPane.rowIndex="1"/> |
|
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1"/> |
|
|
|
|
|
<TextField fx:id="opsServerIp1" GridPane.columnIndex="1"/> |
|
|
|
|
|
<TextField fx:id="opsServerCode1" GridPane.columnIndex="1" GridPane.rowIndex="1"/> |
|
|
|
|
|
<Label text="Kennwort:" GridPane.rowIndex="2"/> |
|
|
|
|
|
<TextField GridPane.columnIndex="1" GridPane.rowIndex="2"/> |
|
|
|
|
|
|
|
|
<Label text="JDBC-Serveradresse:" /> |
|
|
|
|
|
<Label text="Benutzername:" GridPane.rowIndex="1" /> |
|
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" /> |
|
|
|
|
|
<TextField fx:id="opsServerIp1" GridPane.columnIndex="1" /> |
|
|
|
|
|
<TextField fx:id="opsServerCode1" GridPane.columnIndex="1" GridPane.rowIndex="1" /> |
|
|
|
|
|
<Label text="Kennwort:" GridPane.rowIndex="2" /> |
|
|
|
|
|
<TextField GridPane.columnIndex="1" GridPane.rowIndex="2" /> |
|
|
</children> |
|
|
</children> |
|
|
<columnConstraints> |
|
|
<columnConstraints> |
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> |
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> |
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
|
|
</columnConstraints> |
|
|
</columnConstraints> |
|
|
<rowConstraints> |
|
|
<rowConstraints> |
|
|
<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 minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
|
|
|
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
|
|
</rowConstraints> |
|
|
</rowConstraints> |
|
|
</GridPane> |
|
|
</GridPane> |
|
|
<HBox alignment="BOTTOM_RIGHT" VBox.vgrow="ALWAYS"> |
|
|
<HBox alignment="BOTTOM_RIGHT" VBox.vgrow="ALWAYS"> |
|
|
<children> |
|
|
<children> |
|
|
<Button fx:id="opsServerSave1" alignment="CENTER_RIGHT" mnemonicParsing="false" |
|
|
|
|
|
text="Speichern"/> |
|
|
|
|
|
|
|
|
<Button fx:id="opsServerSave1" alignment="CENTER_RIGHT" mnemonicParsing="false" text="Speichern" /> |
|
|
</children> |
|
|
</children> |
|
|
</HBox> |
|
|
</HBox> |
|
|
</children> |
|
|
</children> |
|
|
<padding> |
|
|
<padding> |
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/> |
|
|
|
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> |
|
|
</padding> |
|
|
</padding> |
|
|
<TilePane.margin> |
|
|
<TilePane.margin> |
|
|
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/> |
|
|
|
|
|
|
|
|
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" /> |
|
|
</TilePane.margin> |
|
|
</TilePane.margin> |
|
|
</VBox> |
|
|
</VBox> |
|
|
<VBox prefHeight="200.0" prefWidth="300.0" style="-fx-background-color: white; -fx-background-radius: 10;" |
|
|
|
|
|
styleClass="settings-box"> |
|
|
|
|
|
|
|
|
<VBox prefHeight="200.0" prefWidth="300.0" style="-fx-background-color: white; -fx-background-radius: 10;" styleClass="settings-box"> |
|
|
<children> |
|
|
<children> |
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="OPS-Server"> |
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="OPS-Server"> |
|
|
<font> |
|
|
<font> |
|
|
<Font size="18.0"/> |
|
|
|
|
|
|
|
|
<Font size="18.0" /> |
|
|
</font> |
|
|
</font> |
|
|
<VBox.margin> |
|
|
<VBox.margin> |
|
|
<Insets bottom="10.0"/> |
|
|
|
|
|
|
|
|
<Insets bottom="10.0" /> |
|
|
</VBox.margin> |
|
|
</VBox.margin> |
|
|
</Text> |
|
|
</Text> |
|
|
<GridPane> |
|
|
<GridPane> |
|
|
<columnConstraints> |
|
|
<columnConstraints> |
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> |
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0"/> |
|
|
|
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> |
|
|
</columnConstraints> |
|
|
</columnConstraints> |
|
|
<rowConstraints> |
|
|
<rowConstraints> |
|
|
<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> |
|
|
</rowConstraints> |
|
|
<children> |
|
|
<children> |
|
|
<Label text="OPS-Sever:"/> |
|
|
|
|
|
<Label text="Port:" GridPane.rowIndex="1"/> |
|
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1"/> |
|
|
|
|
|
<TextField fx:id="opsServerIp" GridPane.columnIndex="1"/> |
|
|
|
|
|
<TextField fx:id="opsServerCode" GridPane.columnIndex="1" GridPane.rowIndex="1"/> |
|
|
|
|
|
|
|
|
<Label text="OPS-Sever:" /> |
|
|
|
|
|
<Label text="Port:" GridPane.rowIndex="1" /> |
|
|
|
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Text" GridPane.columnIndex="1" /> |
|
|
|
|
|
<TextField fx:id="opsServerIp" GridPane.columnIndex="1" /> |
|
|
|
|
|
<TextField fx:id="opsServerCode" GridPane.columnIndex="1" GridPane.rowIndex="1" /> |
|
|
</children> |
|
|
</children> |
|
|
</GridPane> |
|
|
</GridPane> |
|
|
<HBox alignment="BOTTOM_RIGHT" VBox.vgrow="ALWAYS"> |
|
|
<HBox alignment="BOTTOM_RIGHT" VBox.vgrow="ALWAYS"> |
|
|
<children> |
|
|
<children> |
|
|
<Button fx:id="opsServerSave" alignment="CENTER_RIGHT" mnemonicParsing="false" |
|
|
|
|
|
text="Speichern"/> |
|
|
|
|
|
|
|
|
<Button fx:id="opsServerSave" alignment="CENTER_RIGHT" mnemonicParsing="false" text="Speichern" /> |
|
|
</children> |
|
|
</children> |
|
|
</HBox> |
|
|
</HBox> |
|
|
</children> |
|
|
</children> |
|
|
<TilePane.margin> |
|
|
<TilePane.margin> |
|
|
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/> |
|
|
|
|
|
|
|
|
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" /> |
|
|
</TilePane.margin> |
|
|
</TilePane.margin> |
|
|
<padding> |
|
|
<padding> |
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/> |
|
|
|
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> |
|
|
</padding> |
|
|
</padding> |
|
|
</VBox> |
|
|
</VBox> |
|
|
</children> |
|
|
</children> |
|
|
|