Archived
0

modify helper window

This commit is contained in:
iMoHax
2015-10-08 17:29:15 +03:00
parent 52b6f0b840
commit f1dc3cf934
4 changed files with 153 additions and 14 deletions

View File

@@ -13,8 +13,8 @@
<HBox><Label text="Система:" /><Label fx:id="system" /></HBox>
<HBox><Label text="Станция:" /><Label fx:id="station" /></HBox>
<HBox><Label text="Время:" /><Label fx:id="time" /></HBox>
<HBox><Label text="Заправить:" /><Label fx:id="refuel" /></HBox>
<HBox maxHeight="100">
<HBox fx:id="refuelGroup"><Label text="Заправить:" /><Label fx:id="refuel" /></HBox>
<HBox fx:id="ordersGroup" maxHeight="100">
<VBox>
<Label text="Продать:" />
<ListView fx:id="sellOrders"/>
@@ -24,11 +24,11 @@
<ListView fx:id="buyOrders"/>
</VBox>
</HBox>
<VBox maxHeight="100">
<VBox fx:id="missionsGroup" maxHeight="100">
<Label text="Сдать миссии:" />
<ListView fx:id="missions"/>
</VBox>
<HBox>
<HBox fx:id="infoGroup">
<VBox maxHeight="100">
<Label text="Станции:" />
<ListView fx:id="stations"/>
@@ -51,5 +51,8 @@
<Button prefWidth="30" onAction="#copy">
<graphic><Glyph text="FontAwesome|COPY"/></graphic>
</Button>
<ToggleButton fx:id="infoBtn" prefWidth="30">
<graphic><Glyph text="FontAwesome|HELP"/></graphic>
</ToggleButton>
</HBox>
</VBox>