190 lines
12 KiB
XML
190 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
Copyright (c) 2015, 2019, Gluon and/or its affiliates.
|
|
All rights reserved. Use is subject to license terms.
|
|
|
|
This file is available and licensed under the following license:
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions
|
|
are met:
|
|
|
|
- Redistributions of source code must retain the above copyright
|
|
notice, this list of conditions and the following disclaimer.
|
|
- Redistributions in binary form must reproduce the above copyright
|
|
notice, this list of conditions and the following disclaimer in
|
|
the documentation and/or other materials provided with the distribution.
|
|
- Neither the name of Oracle Corporation nor the names of its
|
|
contributors may be used to endorse or promote products derived
|
|
from this software without specific prior written permission.
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
-->
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.Menu?>
|
|
<?import javafx.scene.control.MenuBar?>
|
|
<?import javafx.scene.control.MenuItem?>
|
|
<?import javafx.scene.control.SeparatorMenuItem?>
|
|
<?import javafx.scene.control.TitledPane?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.layout.RowConstraints?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="1080.0" prefWidth="1920.0" xmlns="http://javafx.com/javafx/24.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.winkel.damagecontrol.MainController">
|
|
<children>
|
|
<AnchorPane maxHeight="25.0" prefHeight="25.0">
|
|
<children>
|
|
<HBox AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<AnchorPane HBox.hgrow="ALWAYS">
|
|
<children>
|
|
<MenuBar AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<menus>
|
|
<Menu mnemonicParsing="false" text="File">
|
|
<items>
|
|
<MenuItem mnemonicParsing="false" text="New" />
|
|
<MenuItem mnemonicParsing="false" text="Open…" />
|
|
<Menu mnemonicParsing="false" text="Open Recent" />
|
|
<SeparatorMenuItem mnemonicParsing="false" />
|
|
<MenuItem mnemonicParsing="false" text="Close" />
|
|
<MenuItem mnemonicParsing="false" text="Save" />
|
|
<MenuItem mnemonicParsing="false" text="Save As…" />
|
|
<MenuItem mnemonicParsing="false" text="Revert" />
|
|
<SeparatorMenuItem mnemonicParsing="false" />
|
|
<MenuItem mnemonicParsing="false" text="Preferences…" />
|
|
<SeparatorMenuItem mnemonicParsing="false" />
|
|
<MenuItem mnemonicParsing="false" onAction="#closeApplication" text="Quit" />
|
|
</items>
|
|
</Menu>
|
|
<Menu mnemonicParsing="false" text="Edit">
|
|
<items>
|
|
<MenuItem mnemonicParsing="false" text="Undo" />
|
|
<MenuItem mnemonicParsing="false" text="Redo" />
|
|
<SeparatorMenuItem mnemonicParsing="false" />
|
|
<MenuItem mnemonicParsing="false" text="Cut" />
|
|
<MenuItem mnemonicParsing="false" text="Copy" />
|
|
<MenuItem mnemonicParsing="false" text="Paste" />
|
|
<MenuItem mnemonicParsing="false" text="Delete" />
|
|
<SeparatorMenuItem mnemonicParsing="false" />
|
|
<MenuItem mnemonicParsing="false" text="Select All" />
|
|
<MenuItem mnemonicParsing="false" text="Unselect All" />
|
|
</items>
|
|
</Menu>
|
|
<Menu mnemonicParsing="false" text="Help">
|
|
<items>
|
|
<MenuItem mnemonicParsing="false" text="About MyHelloApp" />
|
|
</items>
|
|
</Menu>
|
|
</menus>
|
|
</MenuBar>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</HBox>
|
|
<AnchorPane AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<Button mnemonicParsing="false" onAction="#maximizeApplication" text="🗖" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="45.0" AnchorPane.topAnchor="0.0" />
|
|
<Button fx:id="closeButton" mnemonicParsing="false" onAction="#closeApplication" text="x" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
<Button mnemonicParsing="false" onAction="#minimizeApplication" text="_" AnchorPane.bottomAnchor="0.0" AnchorPane.rightAnchor="23.0" AnchorPane.topAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane VBox.vgrow="ALWAYS">
|
|
<children>
|
|
<GridPane stylesheets="@SimplePaneStyle.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<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 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>
|
|
<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>
|
|
<children>
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.rowSpan="4">
|
|
<children>
|
|
<fx:include source="wariningsBoard.fxml" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" GridPane.halignment="CENTER" GridPane.rowSpan="4" GridPane.valignment="CENTER" />
|
|
</children>
|
|
</AnchorPane>
|
|
<TitledPane animated="false" collapsible="false" styleClass="my-pane-border" text="TOP 3 Schiff" textOverrun="CLIP" GridPane.columnIndex="1" GridPane.columnSpan="4">
|
|
<content>
|
|
<Pane prefHeight="200.0" prefWidth="200.0" />
|
|
</content>
|
|
</TitledPane>
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="7">
|
|
<children>
|
|
<Label layoutX="38.0" layoutY="44.0" prefHeight="60.0" prefWidth="189.0" text="tie and bach to main" />
|
|
</children>
|
|
</Pane>
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="5" GridPane.columnSpan="2" GridPane.rowSpan="2">
|
|
<children>
|
|
<Label layoutX="146.0" layoutY="70.0" text="command aim" />
|
|
</children>
|
|
</Pane>
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnSpan="3" GridPane.rowIndex="4" />
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnSpan="3" GridPane.rowIndex="5" />
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="1" GridPane.columnSpan="4" GridPane.rowIndex="1" GridPane.rowSpan="2" />
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="5" GridPane.columnSpan="2" GridPane.rowIndex="2" />
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="3" GridPane.columnSpan="4" GridPane.rowIndex="5" />
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="7" GridPane.rowIndex="2" GridPane.rowSpan="4" />
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="3" GridPane.columnSpan="4" GridPane.rowIndex="3" GridPane.rowSpan="2" />
|
|
<Pane prefHeight="200.0" prefWidth="200.0" styleClass="my-pane-border" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="3" />
|
|
</children>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane maxHeight="24.0" prefHeight="24.0">
|
|
<children>
|
|
<HBox id="HBox" alignment="CENTER_LEFT" maxHeight="24.0" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="24.0" spacing="5.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<Label maxHeight="1.7976931348623157E308" maxWidth="-1.0" text="Mode:" HBox.hgrow="ALWAYS">
|
|
<font>
|
|
<Font size="11.0" fx:id="x3" />
|
|
</font>
|
|
</Label>
|
|
<Pane prefHeight="-1.0" prefWidth="-1.0" HBox.hgrow="ALWAYS">
|
|
<children>
|
|
<Label fx:id="appMode" text="none" />
|
|
</children>
|
|
</Pane>
|
|
<Label fx:id="clientStatus" font="$x3" maxWidth="-1.0" text="Right status" HBox.hgrow="NEVER" />
|
|
</children>
|
|
<padding>
|
|
<Insets bottom="3.0" left="3.0" right="3.0" top="3.0" />
|
|
</padding>
|
|
</HBox>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</VBox>
|