123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?import java.lang.*?>
- <?import javafx.geometry.*?>
- <?import javafx.scene.control.*?>
- <?import javafx.scene.layout.*?>
- <?import javafx.scene.text.*?>
- <?import javafx.geometry.Insets?>
- <?import javafx.scene.control.Button?>
- <?import javafx.scene.control.ComboBox?>
- <?import javafx.scene.control.Label?>
- <?import javafx.scene.control.Menu?>
- <?import javafx.scene.control.MenuBar?>
- <?import javafx.scene.control.MenuItem?>
- <?import javafx.scene.control.RadioButton?>
- <?import javafx.scene.control.ScrollBar?>
- <?import javafx.scene.control.TitledPane?>
- <?import javafx.scene.layout.AnchorPane?>
- <?import javafx.scene.layout.BorderPane?>
- <?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?>
- <GridPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefWidth="1280.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ui.UIController">
- <columnConstraints>
- <ColumnConstraints hgrow="SOMETIMES" minWidth="350.0" percentWidth="0.0" prefWidth="100.0" />
- <ColumnConstraints hgrow="ALWAYS" minWidth="10.0" prefWidth="100.0" />
- </columnConstraints>
- <rowConstraints>
- <RowConstraints vgrow="ALWAYS" />
- </rowConstraints>
- <children>
- <GridPane>
- <columnConstraints>
- <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
- </columnConstraints>
- <rowConstraints>
- <RowConstraints minHeight="50.0" percentHeight="0.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="99.0" minHeight="10.0" percentHeight="0.0" prefHeight="83.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="131.0" minHeight="10.0" percentHeight="0.0" prefHeight="109.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="143.0" minHeight="10.0" percentHeight="0.0" prefHeight="120.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="153.0" minHeight="10.0" percentHeight="0.0" prefHeight="135.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="164.0" minHeight="10.0" percentHeight="0.0" prefHeight="87.0" vgrow="SOMETIMES" />
- <RowConstraints maxHeight="110.0" minHeight="10.0" percentHeight="0.0" prefHeight="100.0" vgrow="SOMETIMES" />
- </rowConstraints>
- <children>
- <TitledPane id="accelerationPane" fx:id="accelerationPane" animated="false" collapsible="false" contentDisplay="RIGHT" textAlignment="RIGHT" GridPane.rowIndex="1">
- <padding>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </padding>
- <content>
- <HBox id="accelerationContent" fx:id="accelerationContent" alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0" spacing="10.0">
- <children>
- <Label id="accelerationLabel" fx:id="accelerationLabel" disable="true" text="Acceleration limit:" HBox.hgrow="NEVER" />
- <Region prefWidth="0.0" HBox.hgrow="ALWAYS" />
- <Button fx:id="accelerationInfo" mnemonicParsing="false" onAction="#openAccelInfo" />
- </children>
- </HBox>
- </content>
- </TitledPane>
- <TitledPane id="weightPane" fx:id="weightPane" animated="false" collapsible="false" GridPane.rowIndex="2">
- <padding>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </padding>
- <content>
- <HBox id="weightContent" fx:id="loadContent" alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0" spacing="10.0">
- <children>
- <Label id="weightLabel" fx:id="weightLabel" disable="true" text="Load limit:" HBox.hgrow="NEVER">
- <HBox.margin>
- <Insets right="38.0" />
- </HBox.margin></Label>
- <Region prefWidth="0.0" HBox.hgrow="ALWAYS" />
- <Button fx:id="weightInfo" mnemonicParsing="false" onAction="#openWeightInfo" />
- </children>
- </HBox>
- </content>
- </TitledPane>
- <TitledPane id="temperaturePane" fx:id="temperaturePane" animated="false" collapsible="false" GridPane.rowIndex="3">
- <padding>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </padding>
- <content>
- <VBox id="temperatureContent" prefHeight="400.0" prefWidth="100.0" spacing="10.0">
- <children>
- <HBox alignment="CENTER_LEFT">
- <children>
- <RadioButton id="temperatureRadio1" fx:id="temperatureRadio1" disable="true" mnemonicParsing="false" prefHeight="27.0" prefWidth="0.0" selected="true" />
- <Label id="temperatureRisingLabel" fx:id="temperatureRisingLabel" disable="true" prefHeight="27.0" prefWidth="422.0" text="Check for rising temperature" />
- <Region prefHeight="200.0" prefWidth="200.0" HBox.hgrow="ALWAYS" />
- <Button fx:id="meltInfo" mnemonicParsing="false" onAction="#openTemperatureUpInfo" />
- </children>
- </HBox>
- <HBox alignment="CENTER_LEFT">
- <children>
- <RadioButton id="temperatureRadio2" fx:id="temperatureRadio2" disable="true" mnemonicParsing="false" prefHeight="27.0" prefWidth="15.0" />
- <Label id="temperatureFallingLabel" fx:id="temperatureFallingLabel" disable="true" prefHeight="27.0" prefWidth="1186.0" text="Check for falling temperature" />
- <Region prefHeight="200.0" prefWidth="200.0" HBox.hgrow="ALWAYS" />
- <Button fx:id="freezeInfo" mnemonicParsing="false" onAction="#openTemperatureDownInfo" />
- </children>
- </HBox>
- </children>
- </VBox>
- </content>
- </TitledPane>
- <TitledPane id="rotationPane" fx:id="rotationPane" animated="false" collapsible="false" GridPane.rowIndex="4">
- <padding>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </padding>
- <content>
- <VBox id="rotationContent" prefHeight="200.0" prefWidth="100.0" spacing="10.0">
- <children>
- <HBox alignment="CENTER_LEFT">
- <children>
- <RadioButton id="rotationRadio1" fx:id="rotationRadio1" disable="true" mnemonicParsing="false" selected="true" />
- <Label fx:id="tiltLabel" disable="true" prefHeight="27.0" prefWidth="298.0" text="Tilt (90°)" />
- <Region prefWidth="0.0" HBox.hgrow="ALWAYS" />
- <Button fx:id="tiltInfo" mnemonicParsing="false" onAction="#openTiltInfo" />
- </children>
- </HBox>
- <HBox alignment="CENTER_LEFT">
- <children>
- <RadioButton id="rotationRadio2" fx:id="rotationRadio2" disable="true" mnemonicParsing="false" />
- <Label fx:id="flipLabel" disable="true" prefHeight="27.0" prefWidth="425.0" text="Flip (180°)" />
- <Region HBox.hgrow="ALWAYS" />
- <Button fx:id="flipInfo" mnemonicParsing="false" onAction="#openFlipInfo" />
- </children>
- </HBox>
- </children>
- </VBox>
- </content>
- </TitledPane>
- <TitledPane id="pressurePane" fx:id="pressurePane" animated="false" collapsible="false" GridPane.rowIndex="5">
- <padding>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </padding>
- <content>
- <HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0">
- <children>
- <Region prefHeight="200.0" prefWidth="200.0" HBox.hgrow="ALWAYS" />
- <Button fx:id="squeezeInfo" mnemonicParsing="false" onAction="#openSqueezeInfo" />
- </children>
- </HBox>
- </content>
- </TitledPane>
- <VBox alignment="CENTER" GridPane.rowIndex="6">
- <children>
- <HBox alignment="CENTER" prefHeight="51.0" prefWidth="430.0" spacing="10.0">
- <children>
- <Button id="createObjectButton" alignment="CENTER" contentDisplay="CENTER" disable="true" mnemonicParsing="false" prefHeight="66.0" prefWidth="337.0" style="-fx-padding: 10;" text=" Create Object" textAlignment="CENTER" />
- <Button id="saveObjectButton" alignment="CENTER" contentDisplay="CENTER" disable="true" mnemonicParsing="false" prefHeight="67.0" prefWidth="339.0" style="-fx-padding: 10;" text=" Save Object" />
- </children>
- <VBox.margin>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </VBox.margin>
- </HBox>
- </children>
- </VBox>
- <HBox alignment="CENTER_LEFT" prefHeight="50.0">
- <children>
- <Label text="Choose Off-Line Sensor" textAlignment="CENTER">
- <font>
- <Font name="System Bold" size="14.0" />
- </font>
- <HBox.margin>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </HBox.margin>
- </Label>
- </children>
- <opaqueInsets>
- <Insets />
- </opaqueInsets>
- <GridPane.margin>
- <Insets right="10.0" />
- </GridPane.margin>
- </HBox>
- </children>
- <opaqueInsets>
- <Insets />
- </opaqueInsets>
- </GridPane>
- <BorderPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1">
- <bottom>
- <HBox alignment="BOTTOM_RIGHT" prefHeight="89.0" prefWidth="830.0" spacing="10.0" style="-fx-background-color: #E6E6E6;" BorderPane.alignment="CENTER">
- <children>
- <Label fx:id="propertiesLabel" alignment="BOTTOM_LEFT" prefHeight="69.0" prefWidth="316.0" wrapText="true">
- <HBox.margin>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </HBox.margin></Label>
- <Region prefHeight="89.0" prefWidth="0.0" HBox.hgrow="ALWAYS" />
- <ComboBox id="comboBox" disable="true" prefHeight="39.0" prefWidth="282.0" visibleRowCount="4">
- <HBox.margin>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </HBox.margin></ComboBox>
- </children>
- <BorderPane.margin>
- <Insets />
- </BorderPane.margin>
- </HBox>
- </bottom>
- <top>
- <HBox alignment="CENTER_LEFT" prefHeight="50.0" prefWidth="830.0" BorderPane.alignment="CENTER">
- <children>
- <Label fx:id="previewLabel" text="Preview">
- <font>
- <Font name="System Bold" size="14.0" />
- </font>
- <HBox.margin>
- <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
- </HBox.margin>
- </Label>
- <Region prefHeight="200.0" HBox.hgrow="ALWAYS" />
- <Button id="settingsButton" mnemonicParsing="false" onAction="#openSettings" />
- </children>
- <BorderPane.margin>
- <Insets right="10.0" />
- </BorderPane.margin>
- </HBox>
- </top>
- <center>
- <Pane id="fxPanel" prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER" />
- </center>
- </BorderPane>
- </children>
- </GridPane>
|