mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-20 23:13:04 +03:00
129 lines
8.5 KiB
XML
129 lines
8.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
||
<?import java.net.URL?>
|
||
<?import javafx.geometry.Insets?>
|
||
<?import javafx.scene.control.Button?>
|
||
<?import javafx.scene.control.Label?>
|
||
<?import javafx.scene.control.ScrollPane?>
|
||
<?import javafx.scene.image.Image?>
|
||
<?import javafx.scene.image.ImageView?>
|
||
<?import javafx.scene.layout.FlowPane?>
|
||
<?import javafx.scene.layout.Pane?>
|
||
<?import javafx.scene.text.Font?>
|
||
|
||
<!-- DrLeonardo Design -->
|
||
|
||
<Pane fx:id="serverPaneLayout" maxHeight="-1.0" maxWidth="-1.0" prefWidth="740.0" visible="true" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
|
||
<children>
|
||
<Pane fx:id="layout" maxHeight="-1.0" maxWidth="-1.0" prefWidth="740.0" visible="true" xmlns="http://javafx.com/javafx/8.0.201" xmlns:fx="http://javafx.com/fxml/1">
|
||
<children>
|
||
<Pane id="serverPane" prefHeight="450.0" prefWidth="694.0">
|
||
<children>
|
||
<ScrollPane id="serverlist" hbarPolicy="NEVER" layoutX="1.0" prefHeight="450.0" prefWidth="307.0" visible="true">
|
||
<content>
|
||
<FlowPane focusTraversable="false" prefHeight="446.0" prefWidth="306.0" prefWrapLength="0.0" rowValignment="TOP" vgap="10.0" visible="true">
|
||
<Button id="servercontainer" text="">
|
||
<FlowPane.margin>
|
||
<Insets bottom="10.0" />
|
||
</FlowPane.margin></Button>
|
||
<padding>
|
||
<Insets left="10.0" top="10.0" />
|
||
</padding>
|
||
</FlowPane>
|
||
</content>
|
||
</ScrollPane>
|
||
<Pane id="serverentrance" layoutX="308.0" prefHeight="425.0" prefWidth="388.0" styleClass="serverentrance">
|
||
<children>
|
||
<ScrollPane id="serverinfo" hbarPolicy="NEVER" layoutX="4.0" layoutY="53.0" pannable="true" prefHeight="322.0" prefWidth="381.0" visible="true">
|
||
<content>
|
||
<FlowPane id="" focusTraversable="false" orientation="HORIZONTAL" prefHeight="310.0" prefWidth="369.0" rowValignment="TOP" visible="true">
|
||
<padding>
|
||
<Insets bottom="10.0" left="15.0" top="7.0" />
|
||
</padding>
|
||
<children>
|
||
<Label id="serverDescription" alignment="TOP_LEFT" contentDisplay="LEFT" nodeOrientation="LEFT_TO_RIGHT" prefHeight="274.0" prefWidth="349.0" text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis magna tellus, in bibendum tortor dignissim non. Phasellus vel tincidunt nulla, eu convallis ligula. Suspendisse ut diam vestibulum, tincidunt neque ut, posuere risus. Pellentesque posuere molestie eros, quis laoreet ante ornare quis. Morbi eu tortor fermentum, iaculis risus sit amet, fringilla augue. Aenean nulla purus, rutrum non sapien et, convallis tincidunt purus. Vivamus a eros pulvinar, dignissim leo lacinia, sodales nulla. Aliquam tortor augue, cursus a rutrum viverra, consequat non tellus. Donec porta nisl sed quam dictum commodo. Sed et vulputate dolor. Morbi ultrices justo vitae convallis semper. Donec sodales velit vel velit faucibus, et scelerisque felis finibus. Sed rutrum lacinia mauris, porta cursus mauris tempor eu. Duis turpis nulla, dictum vitae commodo rhoncus, pretium in turpis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos." textAlignment="JUSTIFY" textFill="#141414" wrapText="true" />
|
||
</children>
|
||
</FlowPane>
|
||
</content>
|
||
</ScrollPane>
|
||
<Button id="clientLaunch" layoutX="19.0" layoutY="380.0" prefHeight="51.0" prefWidth="285.0" styleClass="clientLaunch" text="ИГРАТЬ">
|
||
<font>
|
||
<Font size="22.0" />
|
||
</font>
|
||
</Button>
|
||
<Button id="clientSettings" alignment="CENTER" centerShape="false" contentDisplay="CENTER" layoutX="305.0" layoutY="380.0" minHeight="-Infinity" minWidth="-Infinity" prefHeight="51.0" prefWidth="60.0" styleClass="clientSettings" text="" textAlignment="CENTER">
|
||
<graphic>
|
||
<ImageView>
|
||
<image>
|
||
<Image url="@../../images/icons/list.png" />
|
||
</image>
|
||
</ImageView>
|
||
</graphic></Button>
|
||
<Label id="serverStatus" alignment="TOP_RIGHT" contentDisplay="RIGHT" layoutX="165.0" layoutY="12.0" prefHeight="25.0" prefWidth="97.0" text="12/100" textAlignment="RIGHT" textFill="WHITE">
|
||
<font>
|
||
<Font name="System Bold" size="16.0" />
|
||
</font>
|
||
</Label>
|
||
<Label id="serverLabel" layoutX="20.0" layoutY="11.0" prefHeight="27.0" prefWidth="203.0" text="СЕРВЕР">
|
||
<font>
|
||
<Font name="System Bold" size="18.0" />
|
||
</font>
|
||
</Label>
|
||
<Button id="logout" alignment="CENTER" contentDisplay="CENTER" layoutX="295.0" layoutY="12.0" prefHeight="25.0" prefWidth="81.0" text="Выйти" textAlignment="CENTER" />
|
||
</children>
|
||
</Pane>
|
||
</children>
|
||
</Pane>
|
||
</children>
|
||
</Pane>
|
||
<Pane fx:id="bar" layoutX="694.0" prefHeight="425.0" prefWidth="43.0" styleClass="bar">
|
||
<children>
|
||
<Button id="hide" alignment="CENTER" contentDisplay="CENTER" layoutY="45.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
||
<graphic>
|
||
<ImageView>
|
||
<image>
|
||
<Image url="@../../images/icons/hide.png" />
|
||
</image>
|
||
</ImageView>
|
||
</graphic></Button>
|
||
<Button id="close" alignment="CENTER" contentDisplay="CENTER" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
||
<graphic>
|
||
<ImageView>
|
||
<image>
|
||
<Image url="@../../images/icons/close.png" />
|
||
</image>
|
||
</ImageView>
|
||
</graphic></Button>
|
||
<Button id="link_discord" alignment="CENTER" contentDisplay="CENTER" layoutY="380.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
||
<graphic>
|
||
<ImageView>
|
||
<image>
|
||
<Image url="@../../images/icons/discord.png" />
|
||
</image>
|
||
</ImageView>
|
||
</graphic></Button>
|
||
<Button id="settings" alignment="CENTER" contentDisplay="CENTER" layoutY="90.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
||
<graphic>
|
||
<ImageView>
|
||
<image>
|
||
<Image url="@../../images/icons/settings.png" />
|
||
</image>
|
||
</ImageView>
|
||
</graphic></Button>
|
||
<Button id="goConsole" alignment="CENTER" contentDisplay="CENTER" layoutY="138.0" minHeight="-Infinity" minWidth="-Infinity" text="" textAlignment="CENTER">
|
||
<graphic>
|
||
<ImageView>
|
||
<image>
|
||
<Image url="@../../images/icons/console.png" />
|
||
</image>
|
||
</ImageView>
|
||
</graphic></Button>
|
||
</children>
|
||
</Pane>
|
||
<Pane id="mask" opacity="0.0" prefHeight="450.0" prefWidth="694.0" visible="false" />
|
||
</children>
|
||
<stylesheets>
|
||
<URL value="@../../styles.css" />
|
||
<URL value="@../../servers.css" />
|
||
</stylesheets>
|
||
</Pane>
|