You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.8 KiB

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<SplitPane dividerPositions="0.29797979797979796" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500.0" prefWidth="900.0" xmlns="http://javafx.com/javafx/11.0.14-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="view.MainPage">
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
<ImageView fitHeight="73.0" fitWidth="73.0" layoutX="8.0" layoutY="14.0" pickOnBounds="true" preserveRatio="true" AnchorPane.bottomAnchor="311.0" AnchorPane.leftAnchor="8.0" AnchorPane.rightAnchor="94.0" AnchorPane.topAnchor="14.0">
<Image url="@../img/th.png" />
</ImageView>
<ImageView fitHeight="73.0" fitWidth="73.0" layoutX="8.0" layoutY="116.0" pickOnBounds="true" preserveRatio="true">
<Image url="@../img/th.png" />
</ImageView>
<Button fx:id="FirstButton" layoutX="80.0" layoutY="38.0" mnemonicParsing="false" text="Captor1" />
<Button fx:id="SecondButton" layoutX="80.0" layoutY="140.0" mnemonicParsing="false" text="Captor2" />
<VBox fx:id="vb2" layoutX="50.0" layoutY="218.0" prefHeight="181.0" prefWidth="124.0" />
<ImageView fx:id="open" fitHeight="18.0" fitWidth="18.0" layoutX="64.0" layoutY="171.0" pickOnBounds="true" preserveRatio="true">
<Image url="@../img/close.png" />
</ImageView>
</AnchorPane>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
<VBox fx:id="vb1" prefHeight="366.0" prefWidth="417.0" />
<Pane fx:id="bottom" layoutX="14.0" layoutY="420.0" prefHeight="26.0" prefWidth="102.0" />
</AnchorPane>
</SplitPane>