mirror of
https://gitee.com/willfree/minoaClientWindows_gradle.git
synced 2026-06-07 00:19:50 +08:00
47 lines
3.3 KiB
XML
47 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.web.*?>
|
|
<?import javafx.scene.image.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import java.lang.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.layout.BorderPane?>
|
|
|
|
<BorderPane prefHeight="640.0" prefWidth="860.0" stylesheets="@NavigationBar.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="cn.minoa.view.NavigationBarController">
|
|
<center>
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
|
|
<children>
|
|
<AnchorPane fx:id="mainBar" prefWidth="60.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<AnchorPane prefHeight="35.0" prefWidth="35.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="70.0">
|
|
<children>
|
|
<ImageView fx:id="homePhoto" fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="12.0" AnchorPane.topAnchor="2.0" />
|
|
<Button mnemonicParsing="false" onAction="#showHomeView" opacity="0.3" styleClass="barButton" AnchorPane.leftAnchor="8.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane prefHeight="35.0" prefWidth="35.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="125.0">
|
|
<children>
|
|
<ImageView fx:id="messagePhoto" fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="12.0" AnchorPane.topAnchor="2.0" />
|
|
<Button mnemonicParsing="false" onAction="#showMessageView" opacity="0.3" styleClass="barButton" AnchorPane.leftAnchor="8.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane prefHeight="35.0" prefWidth="35.0" AnchorPane.topAnchor="180.0">
|
|
<children>
|
|
<ImageView fx:id="minePhoto" fitHeight="35.0" fitWidth="35.0" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="12.0" AnchorPane.topAnchor="2.0" />
|
|
<Button mnemonicParsing="false" onAction="#showMineView" opacity="0.3" styleClass="barButton" AnchorPane.leftAnchor="8.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane fx:id="secondaryBar" prefWidth="250.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="60.0" AnchorPane.topAnchor="0.0" />
|
|
<AnchorPane fx:id="mainContext" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="310.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
|
|
<AnchorPane prefHeight="35.0" prefWidth="35.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="15.0">
|
|
<children>
|
|
<ImageView fx:id="headPhoto" fitHeight="35.0" fitWidth="35.0" onMouseClicked="#handleHeadPhotoShow" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="12.0" AnchorPane.topAnchor="2.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|
|
</center>
|
|
</BorderPane>
|