icekontroi

Untitled

Dec 30th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.geometry.*?>
  4. <?import javafx.scene.text.*?>
  5. <?import java.lang.*?>
  6. <?import javafx.scene.control.*?>
  7. <?import javafx.scene.layout.*?>
  8.  
  9. <TabPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="574.0" prefWidth="592.0" tabClosingPolicy="UNAVAILABLE" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
  10. <tabs>
  11. <Tab text="Settings Overview">
  12. <content>
  13. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
  14. </content>
  15. </Tab>
  16. <Tab text="Deliveries">
  17. <content>
  18. <Accordion>
  19. <panes>
  20. <TitledPane animated="false" text="Settings">
  21. <content>
  22. <VBox prefHeight="200.0" prefWidth="100.0">
  23. <children>
  24. <Label alignment="CENTER" contentDisplay="CENTER" maxWidth="1.7976931348623157E308" minWidth="-Infinity" text="Delivery Ratio" textAlignment="CENTER" VBox.vgrow="ALWAYS">
  25. <padding>
  26. <Insets top="8.0" />
  27. </padding>
  28. </Label>
  29. <Slider fx:id="DeliverySlider" blockIncrement="1.0" minorTickCount="1" showTickMarks="true" snapToTicks="true" value="100.0">
  30. <VBox.margin>
  31. <Insets bottom="10.0" left="35.0" right="35.0" top="10.0" />
  32. </VBox.margin>
  33. </Slider>
  34. <HBox prefHeight="100.0" prefWidth="200.0">
  35. <children>
  36. <Label text="Easy %">
  37. <HBox.margin>
  38. <Insets right="4.0" top="4.0" />
  39. </HBox.margin>
  40. </Label>
  41. <TextField alignment="CENTER" editable="false" prefHeight="25.0" prefWidth="43.0" text="${100 - DeliverySlider.value}" />
  42. <Region prefHeight="200.0" prefWidth="200.0" HBox.hgrow="ALWAYS" />
  43. <Label layoutX="10.0" layoutY="14.0" text="Hard %">
  44. <HBox.margin>
  45. <Insets right="4.0" top="4.0" />
  46. </HBox.margin>
  47. </Label>
  48. <TextField alignment="CENTER" editable="false" prefHeight="25.0" prefWidth="43.0" text="${DeliverySlider.value}">
  49. <opaqueInsets>
  50. <Insets />
  51. </opaqueInsets></TextField>
  52. </children>
  53. <VBox.margin>
  54. <Insets left="70.0" right="70.0" />
  55. </VBox.margin>
  56. </HBox>
  57. </children>
  58. </VBox>
  59. </content>
  60. </TitledPane>
  61. <TitledPane animated="false" layoutX="10.0" layoutY="35.0" text="Orders">
  62. <content>
  63. <SplitPane dividerPositions="0.35" prefHeight="160.0" prefWidth="200.0">
  64. <items>
  65. <AnchorPane minWidth="200.0" prefWidth="200.0" SplitPane.resizableWithParent="false">
  66. <children>
  67. <ScrollPane fitToHeight="true" fitToWidth="true" maxHeight="1.7976931348623157E308" prefViewportWidth="204.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  68. <content>
  69. <Accordion AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  70. <panes>
  71. <TitledPane animated="false" text="Easy">
  72. <content>
  73. <ScrollPane fitToHeight="true" fitToWidth="true" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  74. <content>
  75. <VBox prefHeight="200.0" prefWidth="100.0" spacing="8.0">
  76. <children>
  77. <HBox prefHeight="100.0" prefWidth="200.0" spacing="8.0">
  78. <children>
  79. <Button minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" prefWidth="80.0" text="Select All" />
  80. <Button minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" prefWidth="80.0" text="Select None" />
  81. </children>
  82. </HBox>
  83. <CheckBox mnemonicParsing="false" text="Burkor" />
  84. <CheckBox mnemonicParsing="false" text="Brimstail" />
  85. <CheckBox layoutX="10.0" layoutY="10.0" mnemonicParsing="false" text="Captain Errdo" />
  86. <CheckBox layoutX="10.0" layoutY="44.0" mnemonicParsing="false" text="Gnome Coach" />
  87. <CheckBox layoutX="10.0" layoutY="61.0" mnemonicParsing="false" text="Dalila" />
  88. <CheckBox layoutX="10.0" layoutY="78.0" mnemonicParsing="false" text="Damwin" />
  89. <CheckBox layoutX="10.0" layoutY="95.0" mnemonicParsing="false" text="Eebel" />
  90. <CheckBox layoutX="10.0" layoutY="112.0" mnemonicParsing="false" text="Ermin" />
  91. <CheckBox layoutX="10.0" layoutY="129.0" mnemonicParsing="false" text="Femi" />
  92. <CheckBox layoutX="10.0" layoutY="146.0" mnemonicParsing="false" text="Froono" />
  93. <CheckBox layoutX="10.0" layoutY="163.0" mnemonicParsing="false" text="Guard Vemmeldo" />
  94. <CheckBox layoutX="10.0" layoutY="180.0" mnemonicParsing="false" text="Gulluck" />
  95. <CheckBox layoutX="10.0" layoutY="197.0" mnemonicParsing="false" text="King Narnode Shareen" />
  96. <CheckBox layoutX="10.0" layoutY="214.0" mnemonicParsing="false" text="Meegle" />
  97. <CheckBox layoutX="10.0" layoutY="231.0" mnemonicParsing="false" text="Perrdur" />
  98. <CheckBox layoutX="10.0" layoutY="248.0" mnemonicParsing="false" text="Rometti" />
  99. <CheckBox layoutX="10.0" layoutY="265.0" mnemonicParsing="false" text="Sarble" />
  100. <CheckBox layoutX="10.0" layoutY="282.0" mnemonicParsing="false" text="Trainer Nacklepen" />
  101. <CheckBox layoutX="10.0" layoutY="299.0" mnemonicParsing="false" text="Wurbel" />
  102. </children>
  103. <padding>
  104. <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
  105. </padding>
  106. </VBox>
  107. </content>
  108. </ScrollPane>
  109. </content>
  110. </TitledPane>
  111. <TitledPane animated="false" layoutX="10.0" layoutY="35.0" text="Hard">
  112. <content>
  113. <ScrollPane fitToHeight="true" fitToWidth="true" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  114. <content>
  115. <VBox prefHeight="200.0" prefWidth="100.0" spacing="8.0">
  116. <children>
  117. <HBox prefHeight="100.0" prefWidth="200.0" spacing="8.0">
  118. <children>
  119. <Button minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" prefWidth="80.0" text="Select All" />
  120. <Button minHeight="-Infinity" minWidth="-Infinity" mnemonicParsing="false" prefWidth="80.0" text="Select None" />
  121. </children>
  122. </HBox>
  123. <CheckBox mnemonicParsing="false" text="Ambassador Ferrnook" />
  124. <CheckBox mnemonicParsing="false" text="Ambassador Gimblewap" />
  125. <CheckBox layoutX="10.0" layoutY="10.0" mnemonicParsing="false" text="Ambassador Spanfipple" />
  126. <CheckBox layoutX="10.0" layoutY="44.0" mnemonicParsing="false" text="Brambickle" />
  127. <CheckBox layoutX="10.0" layoutY="61.0" mnemonicParsing="false" text="Captain Bleemadge" />
  128. <CheckBox layoutX="10.0" layoutY="78.0" mnemonicParsing="false" text="Captain Daerkin" />
  129. <CheckBox layoutX="10.0" layoutY="95.0" mnemonicParsing="false" text="Captain Dalbur" />
  130. <CheckBox layoutX="10.0" layoutY="112.0" mnemonicParsing="false" text="Captain Klemfoodle" />
  131. <CheckBox layoutX="10.0" layoutY="129.0" mnemonicParsing="false" text="Captain Ninto" />
  132. <CheckBox layoutX="10.0" layoutY="146.0" mnemonicParsing="false" text="G.L.O. Caranock" />
  133. <CheckBox layoutX="10.0" layoutY="163.0" mnemonicParsing="false" text="Garakor" />
  134. <CheckBox layoutX="10.0" layoutY="180.0" mnemonicParsing="false" text="Gnormadium Avlafrim" />
  135. <CheckBox layoutX="10.0" layoutY="197.0" mnemonicParsing="false" text="Hazelmere" />
  136. <CheckBox layoutX="10.0" layoutY="214.0" mnemonicParsing="false" text="King Bolren" />
  137. <CheckBox layoutX="10.0" layoutY="231.0" mnemonicParsing="false" text="Lieutenant Schepbur" />
  138. <CheckBox layoutX="10.0" layoutY="248.0" mnemonicParsing="false" text="Penwie" />
  139. <CheckBox layoutX="10.0" layoutY="265.0" mnemonicParsing="false" text="Professor Imblewyn" />
  140. <CheckBox layoutX="10.0" layoutY="282.0" mnemonicParsing="false" text="Professor Manglethorp" />
  141. <CheckBox layoutX="10.0" layoutY="299.0" mnemonicParsing="false" text="Professor Onglewip" />
  142. <CheckBox layoutX="20.0" layoutY="53.0" mnemonicParsing="false" text="Wingstone" />
  143. </children>
  144. <padding>
  145. <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
  146. </padding>
  147. </VBox>
  148. </content>
  149. </ScrollPane>
  150. </content>
  151. </TitledPane>
  152. </panes>
  153. </Accordion>
  154. </content>
  155. </ScrollPane>
  156. </children>
  157. </AnchorPane>
  158. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
  159. <children>
  160. <ScrollPane fitToHeight="true" fitToWidth="true" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
  161. <content>
  162. <Accordion>
  163. <panes>
  164. <TitledPane animated="false" text="General Information">
  165. <content>
  166. <ScrollPane fitToHeight="true" fitToWidth="true" prefHeight="200.0" prefWidth="200.0">
  167. <content>
  168. <VBox prefHeight="200.0" prefWidth="100.0">
  169. <children>
  170. <Separator prefWidth="200.0" />
  171. <Separator prefWidth="200.0" />
  172. <Label alignment="CENTER" maxWidth="1.7976931348623157E308" text="Details" VBox.vgrow="ALWAYS">
  173. <font>
  174. <Font name="System Bold" size="12.0" />
  175. </font>
  176. <padding>
  177. <Insets bottom="4.0" left="16.0" right="16.0" top="3.0" />
  178. </padding>
  179. </Label>
  180. <Separator prefWidth="200.0" />
  181. <Separator prefWidth="200.0" />
  182. <HBox prefHeight="100.0" prefWidth="200.0" VBox.vgrow="NEVER">
  183. <children>
  184. <VBox alignment="TOP_RIGHT" prefHeight="200.0" prefWidth="100.0" spacing="8.0" HBox.hgrow="ALWAYS">
  185. <children>
  186. <Label layoutX="110.0" layoutY="26.0" text="Customer">
  187. <font>
  188. <Font name="System Bold" size="12.0" />
  189. </font>
  190. </Label>
  191. <Label layoutX="123.0" layoutY="26.0" text="Chance">
  192. <font>
  193. <Font name="System Bold" size="12.0" />
  194. </font>
  195. </Label>
  196. <Label text="Profitability">
  197. <font>
  198. <Font name="System Bold" size="12.0" />
  199. </font>
  200. </Label>
  201. <Label layoutX="10.0" layoutY="10.0" text="Travel Time">
  202. <font>
  203. <Font name="System Bold" size="12.0" />
  204. </font>
  205. </Label>
  206. <Label layoutX="10.0" layoutY="27.0" text="Average Tip">
  207. <font>
  208. <Font name="System Bold" size="12.0" />
  209. </font>
  210. </Label>
  211. <Label layoutX="10.0" layoutY="44.0" text="Requirement">
  212. <font>
  213. <Font name="System Bold" size="12.0" />
  214. </font>
  215. </Label>
  216. </children>
  217. <padding>
  218. <Insets bottom="16.0" left="16.0" right="16.0" top="16.0" />
  219. </padding>
  220. </VBox>
  221. <VBox prefHeight="200.0" prefWidth="100.0" spacing="8.0" HBox.hgrow="ALWAYS">
  222. <children>
  223. <Label layoutX="26.0" layoutY="101.0" text="Professor Imblewyn">
  224. <font>
  225. <Font name="System Italic" size="12.0" />
  226. </font></Label>
  227. <Label layoutX="26.0" layoutY="151.0" text="9.15%" />
  228. <Label text="302.08 k/hr" />
  229. <Label layoutX="10.0" layoutY="10.0" text="1.85 minutes" />
  230. <Label layoutX="10.0" layoutY="27.0" text="6,325 gold" />
  231. <Label layoutX="10.0" layoutY="44.0" text="66 magic" />
  232. </children>
  233. <padding>
  234. <Insets bottom="16.0" left="16.0" right="16.0" top="16.0" />
  235. </padding>
  236. </VBox>
  237. </children>
  238. </HBox>
  239. <Separator prefWidth="200.0" />
  240. <Separator prefWidth="200.0" />
  241. <Label alignment="CENTER" maxWidth="1.7976931348623157E308" text="Tip Info" VBox.vgrow="ALWAYS">
  242. <font>
  243. <Font name="System Bold" size="12.0" />
  244. </font>
  245. <padding>
  246. <Insets bottom="4.0" left="16.0" right="16.0" top="3.0" />
  247. </padding>
  248. </Label>
  249. <Separator prefWidth="200.0" />
  250. <Separator prefWidth="200.0" />
  251. <HBox prefHeight="100.0" prefWidth="200.0" VBox.vgrow="ALWAYS">
  252. <children>
  253. <VBox alignment="TOP_RIGHT" prefHeight="200.0" prefWidth="100.0" spacing="8.0" HBox.hgrow="ALWAYS">
  254. <children>
  255. <Label text="Coins">
  256. <font>
  257. <Font name="System Bold" size="12.0" />
  258. </font>
  259. </Label>
  260. <Label layoutX="90.0" layoutY="26.0" text="Uncut Ruby">
  261. <font>
  262. <Font name="System Bold" size="12.0" />
  263. </font>
  264. </Label>
  265. <Label layoutX="90.0" layoutY="51.0" text="Uncut Diamond">
  266. <font>
  267. <Font name="System Bold" size="12.0" />
  268. </font>
  269. </Label>
  270. <Label layoutX="86.0" layoutY="76.0" text="Snapdragon">
  271. <font>
  272. <Font name="System Bold" size="12.0" />
  273. </font>
  274. </Label>
  275. <Label layoutX="86.0" layoutY="101.0" text="Grand Seed Pod">
  276. <font>
  277. <Font name="System Bold" size="12.0" />
  278. </font>
  279. </Label>
  280. <Label layoutX="86.0" layoutY="26.0" text="Mint Cake">
  281. <font>
  282. <Font name="System Bold" size="12.0" />
  283. </font>
  284. </Label>
  285. </children>
  286. <padding>
  287. <Insets bottom="16.0" left="16.0" right="16.0" top="16.0" />
  288. </padding>
  289. </VBox>
  290. <VBox alignment="TOP_CENTER" prefHeight="174.0" prefWidth="91.0" spacing="8.0" HBox.hgrow="NEVER">
  291. <children>
  292. <Label text="20 - 100" />
  293. <Label layoutX="50.0" layoutY="26.0" text="1 - 3" />
  294. <Label layoutX="50.0" layoutY="51.0" text="1 - 2" VBox.vgrow="NEVER" />
  295. <Label layoutX="50.0" layoutY="76.0" text="1" />
  296. <Label layoutX="50.0" layoutY="101.0" text="5 - 10" />
  297. <Label layoutX="50.0" layoutY="126.0" text="8 - 10" />
  298. </children>
  299. <padding>
  300. <Insets bottom="16.0" left="16.0" right="16.0" top="16.0" />
  301. </padding>
  302. </VBox>
  303. <VBox prefHeight="200.0" prefWidth="100.0" spacing="8.0" HBox.hgrow="ALWAYS">
  304. <children>
  305. <Label text="74%" />
  306. <Label layoutX="26.0" layoutY="26.0" text="14%" />
  307. <Label layoutX="26.0" layoutY="51.0" text="6%" />
  308. <Label layoutX="26.0" layoutY="76.0" text="4%" />
  309. <Label layoutX="26.0" layoutY="101.0" text="1%" />
  310. <Label layoutX="26.0" layoutY="126.0" text="1%" />
  311. </children>
  312. <padding>
  313. <Insets bottom="16.0" left="16.0" right="16.0" top="16.0" />
  314. </padding>
  315. </VBox>
  316. </children>
  317. </HBox>
  318. </children>
  319. </VBox>
  320. </content>
  321. </ScrollPane>
  322. </content>
  323. </TitledPane>
  324. <TitledPane animated="false" layoutX="10.0" layoutY="35.0" text="Access Methods">
  325. <content>
  326. <ScrollPane fitToHeight="true" fitToWidth="true" prefHeight="200.0" prefWidth="200.0">
  327. <content>
  328. <VBox prefHeight="200.0" prefWidth="100.0">
  329. <children>
  330. <CheckBox mnemonicParsing="false" selected="true" text="Games Necklace Barbarian Assault Shortcut">
  331. <VBox.margin>
  332. <Insets top="6.0" />
  333. </VBox.margin>
  334. </CheckBox>
  335. <Label text="• Tree Gnome Village">
  336. <VBox.margin>
  337. <Insets left="21.0" top="2.0" />
  338. </VBox.margin>
  339. </Label>
  340. <Label text="• The Grand Tree">
  341. <VBox.margin>
  342. <Insets left="21.0" top="2.0" />
  343. </VBox.margin>
  344. </Label>
  345. <Label layoutX="41.0" layoutY="60.0" text="• 37 agility">
  346. <VBox.margin>
  347. <Insets left="21.0" top="2.0" />
  348. </VBox.margin>
  349. </Label>
  350. <CheckBox layoutX="20.0" layoutY="20.0" mnemonicParsing="false" text="Ardougne Cloak Khazard Spirit Tree">
  351. <VBox.margin>
  352. <Insets top="12.0" />
  353. </VBox.margin>
  354. </CheckBox>
  355. <Label layoutX="41.0" layoutY="42.0" text="• Any Ardougne Cloak">
  356. <VBox.margin>
  357. <Insets left="21.0" top="2.0" />
  358. </VBox.margin>
  359. </Label>
  360. <Label layoutX="41.0" layoutY="131.0" text="• Tree Gnome Village">
  361. <VBox.margin>
  362. <Insets left="21.0" top="2.0" />
  363. </VBox.margin>
  364. </Label>
  365. </children>
  366. <padding>
  367. <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
  368. </padding>
  369. </VBox>
  370. </content>
  371. </ScrollPane>
  372. </content>
  373. </TitledPane>
  374. </panes>
  375. </Accordion>
  376. </content>
  377. </ScrollPane>
  378. </children>
  379. </AnchorPane>
  380. </items>
  381. </SplitPane>
  382. </content>
  383. </TitledPane>
  384. </panes>
  385. </Accordion>
  386. </content>
  387. </Tab>
  388. </tabs>
  389. </TabPane>
Add Comment
Please, Sign In to add comment