2016-05-21 04:46:52 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2016-05-28 08:14:22 -04:00
|
|
|
<!-- Created By Vladimir Eliezer Tokarev !-->
|
|
|
|
|
2016-05-28 05:58:18 -04:00
|
|
|
<?import java.lang.*?>
|
2016-05-21 04:46:52 -04:00
|
|
|
<?import javafx.scene.image.*?>
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
2016-05-28 11:00:40 -04:00
|
|
|
<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.java.PollingStationDashboardController">
|
2016-05-21 04:46:52 -04:00
|
|
|
<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">
|
|
|
|
<right>
|
|
|
|
<Button mnemonicParsing="false" prefHeight="50.0" prefWidth="112.0" text="Search" BorderPane.alignment="CENTER" />
|
|
|
|
</right>
|
|
|
|
<bottom>
|
|
|
|
<Separator prefWidth="200.0" BorderPane.alignment="CENTER" />
|
|
|
|
</bottom>
|
|
|
|
<left>
|
|
|
|
<ImageView fitHeight="65.0" fitWidth="66.0" BorderPane.alignment="CENTER">
|
|
|
|
<image>
|
2016-05-28 10:50:22 -04:00
|
|
|
<Image url="@../../pictures/barcode.png" />
|
2016-05-21 04:46:52 -04:00
|
|
|
</image>
|
|
|
|
</ImageView>
|
|
|
|
</left>
|
|
|
|
<center>
|
|
|
|
<TextField prefHeight="56.0" prefWidth="536.0" BorderPane.alignment="CENTER" />
|
|
|
|
</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 layoutX="788.0" layoutY="12.0" prefHeight="544.0" prefWidth="42.0">
|
|
|
|
<children>
|
|
|
|
<Button layoutX="-251.0" layoutY="250.0" mnemonicParsing="false" prefHeight="43.0" prefWidth="545.0" rotate="-90.0" text="Status Log" />
|
|
|
|
</children>
|
|
|
|
</Pane>
|
|
|
|
<Pane layoutY="557.0" prefHeight="34.0" prefWidth="830.0">
|
|
|
|
<children>
|
|
|
|
<Button mnemonicParsing="false" prefHeight="34.0" prefWidth="790.0" text="Settings" />
|
|
|
|
</children>
|
|
|
|
</Pane>
|
|
|
|
</children>
|
|
|
|
</AnchorPane>
|
|
|
|
</children>
|
|
|
|
</GridPane>
|