99 lines
4.9 KiB
XML
99 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Created By Vladimir Eliezer Tokarev !-->
|
|
|
|
<?import javafx.scene.text.*?>
|
|
<?import java.lang.*?>
|
|
<?import javafx.scene.image.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<GridPane alignment="center" hgap="10" vgap="10" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="polling_station_dashboard.PollingStationDashboardController">
|
|
<columnConstraints>
|
|
<ColumnConstraints />
|
|
<ColumnConstraints />
|
|
<ColumnConstraints />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints />
|
|
<RowConstraints />
|
|
<RowConstraints />
|
|
</rowConstraints>
|
|
<children>
|
|
<AnchorPane prefHeight="585.0" prefWidth="829.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
|
|
<children>
|
|
<Pane layoutX="24.0" layoutY="14.0" prefHeight="102.0" prefWidth="714.0">
|
|
<children>
|
|
<BorderPane prefHeight="102.0" prefWidth="714.0">
|
|
<bottom>
|
|
<Separator prefWidth="200.0" BorderPane.alignment="CENTER" />
|
|
</bottom>
|
|
<center>
|
|
<Pane fx:id="SearchContainer" prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
|
|
<children>
|
|
<BorderPane prefHeight="102.0" prefWidth="714.0">
|
|
<center>
|
|
<TextField fx:id="SearchValue" prefHeight="56.0" prefWidth="479.0" text="IDNumber: 123123123, FilterName2: value2 ..." BorderPane.alignment="CENTER" />
|
|
</center>
|
|
<left>
|
|
<ImageView fitHeight="65.0" fitWidth="66.0" BorderPane.alignment="CENTER">
|
|
<image>
|
|
<Image url="@/images/barcode.png" />
|
|
</image>
|
|
</ImageView>
|
|
</left>
|
|
<right>
|
|
<Button fx:id="SearchButton" mnemonicParsing="false" onMousePressed="#SearchTrigered" prefHeight="50.0" prefWidth="112.0" text="Search" BorderPane.alignment="CENTER" />
|
|
</right>
|
|
</BorderPane>
|
|
</children>
|
|
</Pane>
|
|
</center>
|
|
</BorderPane>
|
|
</children>
|
|
</Pane>
|
|
<Pane layoutX="8.0" prefHeight="26.0" prefWidth="755.0">
|
|
<children>
|
|
<BorderPane layoutX="12.0" prefHeight="26.0" prefWidth="743.0">
|
|
<bottom>
|
|
<Separator prefWidth="200.0" BorderPane.alignment="CENTER" />
|
|
</bottom>
|
|
</BorderPane>
|
|
</children>
|
|
</Pane>
|
|
<BorderPane layoutX="12.0" layoutY="531.0" prefHeight="26.0" prefWidth="755.0">
|
|
<bottom>
|
|
<Separator prefWidth="200.0" BorderPane.alignment="CENTER" />
|
|
</bottom>
|
|
</BorderPane>
|
|
<BorderPane layoutX="-8.0" layoutY="32.0" prefHeight="517.0" prefWidth="22.0">
|
|
<right>
|
|
<Separator orientation="VERTICAL" prefHeight="200.0" BorderPane.alignment="CENTER" />
|
|
</right>
|
|
</BorderPane>
|
|
<BorderPane layoutX="756.0" layoutY="31.0" prefHeight="517.0" prefWidth="22.0">
|
|
<right>
|
|
<Separator orientation="VERTICAL" prefHeight="200.0" BorderPane.alignment="CENTER" />
|
|
</right>
|
|
</BorderPane>
|
|
<Pane fx:id="StatusLog" layoutX="788.0" layoutY="12.0" onMousePressed="#OnStatusLogPressed" prefHeight="544.0" prefWidth="42.0">
|
|
<children>
|
|
<Button fx:id="StatusLogButton" layoutX="-251.0" layoutY="250.0" mnemonicParsing="false" onMousePressed="#OnStatusLogPressed" prefHeight="43.0" prefWidth="545.0" rotate="-90.0" text="Status Log" />
|
|
</children>
|
|
</Pane>
|
|
<Pane fx:id="Settings" layoutX="20" layoutY="557.0" onMousePressed="#OnSettingsPressed" prefHeight="34.0" prefWidth="830.0">
|
|
<children>
|
|
<Button fx:id="SettingsButton" mnemonicParsing="false" onMousePressed="#OnSettingsPressed" prefHeight="34.0" prefWidth="790.0" text="Settings" />
|
|
</children>
|
|
</Pane>
|
|
<Pane fx:id="AddEditPane" layoutX="17.0" layoutY="120.0" prefHeight="428.0" prefWidth="749.0" />
|
|
<Label fx:id="ExpandAdvanceSearch" layoutX="746.0" layoutY="24.0" onMousePressed="#ExpandAdvanceSearch" text="!">
|
|
<font>
|
|
<Font size="55.0" />
|
|
</font>
|
|
</Label>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</GridPane>
|