icekontroi

Untitled

Dec 28th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.control.Button?>
  4. <?import javafx.scene.control.CheckBox?>
  5. <?import javafx.scene.control.Label?>
  6. <?import javafx.scene.control.Spinner?>
  7. <?import javafx.scene.control.TextField?>
  8. <?import javafx.scene.layout.AnchorPane?>
  9. <?import javafx.scene.layout.ColumnConstraints?>
  10. <?import javafx.scene.layout.GridPane?>
  11. <?import javafx.scene.layout.RowConstraints?>
  12. <?import javafx.scene.layout.VBox?>
  13. <?import javafx.scene.shape.Rectangle?>
  14. <?import javafx.scene.text.Font?>
  15.  
  16. <VBox prefHeight="620.0" prefWidth="620.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="scripts.LANChaosKiller.GUIController">
  17. <children>
  18. <AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="500.0" prefWidth="640.0" style="-fx-border-radius: 30;" VBox.vgrow="ALWAYS">
  19. <children>
  20. <Label alignment="CENTER" layoutX="35.0" layoutY="28.0" style="&#10;" text="Settings" textAlignment="CENTER" textFill="#9f9f9f" wrapText="false">
  21. <font>
  22. <Font size="18.0" />
  23. </font>
  24. </Label>
  25. <CheckBox fx:id="equipBolts" layoutX="404.0" layoutY="68.0" mnemonicParsing="false" text="Equip mithril bolts" />
  26. <CheckBox fx:id="worldhop" layoutX="404.0" layoutY="101.0" mnemonicParsing="false" text="Worldhop if crowded" />
  27. <Label layoutX="48.0" layoutY="68.0" text="Food name (case sensitive):" />
  28. <TextField fx:id="foodName" layoutX="201.0" layoutY="64.0" text="Lobster" />
  29. <Label fx:id="threadLink" layoutX="265.0" layoutY="589.0" text="Found a bug? Have a compliment? Post in the script thread!" textFill="#2b00ff" underline="true" />
  30. <Label layoutX="48.0" layoutY="101.0" text="Food count:" />
  31. <Label alignment="CENTER" layoutX="36.0" layoutY="133.0" style="&#10;" text="Loot" textAlignment="CENTER" textFill="#9f9f9f" wrapText="false">
  32. <font>
  33. <Font size="18.0" />
  34. </font>
  35. </Label>
  36. <Rectangle arcHeight="15.0" arcWidth="15.0" fill="#00000010" height="113.0" layoutX="36.0" layoutY="174.0" stroke="#00000039" strokeType="INSIDE" width="547.0" />
  37. <Rectangle arcHeight="15.0" arcWidth="15.0" fill="#00000010" height="98.0" layoutX="36.0" layoutY="302.0" stroke="#00000039" strokeType="INSIDE" width="547.0" />
  38. <GridPane layoutX="48.0" layoutY="198.0" prefHeight="81.0" prefWidth="556.0">
  39. <columnConstraints>
  40. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  41. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  42. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  43. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  44. </columnConstraints>
  45. <rowConstraints>
  46. <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
  47. <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
  48. <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
  49. </rowConstraints>
  50. <children>
  51. <CheckBox fx:id="lootGuam" mnemonicParsing="false" prefHeight="17.0" prefWidth="78.0" text="Guam leaf" />
  52. <CheckBox fx:id="lootTarromin" mnemonicParsing="false" text="Tarromin" GridPane.columnIndex="2" />
  53. <CheckBox fx:id="lootIrit" mnemonicParsing="false" text="Irit leaf" GridPane.columnIndex="1" GridPane.rowIndex="1" />
  54. <CheckBox fx:id="lootMarrentill" mnemonicParsing="false" prefHeight="17.0" prefWidth="78.0" text="Marrentill" GridPane.columnIndex="1" />
  55. <CheckBox fx:id="lootHarralander" mnemonicParsing="false" text="Harralander" GridPane.columnIndex="3" />
  56. <CheckBox fx:id="lootAvantoe" mnemonicParsing="false" text="Avantoe" GridPane.rowIndex="1" />
  57. <CheckBox fx:id="lootRanarr" mnemonicParsing="false" text="Ranarr" GridPane.columnIndex="3" GridPane.rowIndex="1" />
  58. <CheckBox fx:id="lootKwuarm" mnemonicParsing="false" text="Kwuarm" GridPane.columnIndex="2" GridPane.rowIndex="1" />
  59. <CheckBox fx:id="lootCadantine" mnemonicParsing="false" text="Cadantine" GridPane.columnIndex="2" GridPane.rowIndex="2" />
  60. <CheckBox fx:id="lootLantadyme" layoutX="288.0" layoutY="139.0" mnemonicParsing="false" text="Lantadyme" GridPane.rowIndex="2" />
  61. <CheckBox fx:id="lootDwarfweed" mnemonicParsing="false" text="Dwarf weed" GridPane.columnIndex="1" GridPane.rowIndex="2" />
  62. </children>
  63. </GridPane>
  64. <Label layoutX="46.0" layoutY="181.0" text="Herbs" textFill="#00000099" />
  65. <Label layoutX="46.0" layoutY="310.0" text="Miscellaneous" textFill="#00000099" />
  66. <GridPane layoutX="48.0" layoutY="328.0" prefHeight="27.0" prefWidth="556.0">
  67. <columnConstraints>
  68. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  69. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  70. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  71. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  72. </columnConstraints>
  73. <rowConstraints>
  74. <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
  75. </rowConstraints>
  76. <children>
  77. <CheckBox fx:id="lootLaw" mnemonicParsing="false" text="Law rune" />
  78. <CheckBox fx:id="lootNature" mnemonicParsing="false" text="Nature rune" GridPane.columnIndex="1" />
  79. <CheckBox fx:id="lootBolts" mnemonicParsing="false" text="Mithril bolts" GridPane.columnIndex="2" />
  80. <CheckBox fx:id="lootEnsouled" mnemonicParsing="false" text="Ensouled head" GridPane.columnIndex="3" />
  81. </children>
  82. </GridPane>
  83. <CheckBox fx:id="lootAbove" layoutX="48.0" layoutY="361.0" mnemonicParsing="false" text="Loot everything above" />
  84. <Label layoutX="299.0" layoutY="361.0" text="gp" />
  85. <Spinner fx:id="lootAboveAmount" editable="true" layoutX="195.0" layoutY="357.0" prefHeight="25.0" prefWidth="99.0">
  86. <!--<valueFactory>-->
  87. <!--<SpinnerValueFactory. min="1" max="2147483647"/>-->
  88. <!--</valueFactory>-->
  89. </Spinner>
  90. <Spinner fx:id="foodCount" editable="true" layoutX="201.0" layoutY="97.0" prefHeight="25.0" prefWidth="149.0">
  91. <!--<valueFactory>-->
  92. <!--<SpinnerValueFactory.IntegerSpinnerValueFactory min="0" max="27"/>-->
  93. <!--</valueFactory>-->
  94. </Spinner>
  95. <Label alignment="CENTER" layoutX="33.0" layoutY="411.0" style="&#10;" text="Notifications" textAlignment="CENTER" textFill="#9f9f9f" wrapText="false">
  96. <font>
  97. <Font size="18.0" />
  98. </font>
  99. </Label>
  100. <Rectangle arcHeight="15.0" arcWidth="15.0" fill="#00000010" height="98.0" layoutX="36.0" layoutY="447.0" stroke="#00000039" strokeType="INSIDE" width="547.0" />
  101. <GridPane fx:id="notGroup" layoutX="49.0" layoutY="454.0" prefHeight="81.0" prefWidth="556.0">
  102. <columnConstraints>
  103. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  104. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  105. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  106. <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
  107. </columnConstraints>
  108. <rowConstraints>
  109. <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
  110. <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
  111. <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
  112. </rowConstraints>
  113. <children>
  114. <CheckBox fx:id="notChat" mnemonicParsing="false" prefHeight="17.0" prefWidth="124.0" text="On chat message" />
  115. <CheckBox fx:id="notPM" mnemonicParsing="false" text="On private message" GridPane.columnIndex="2" />
  116. <CheckBox fx:id="notBreakStart" mnemonicParsing="false" text="On break start" GridPane.columnIndex="1" GridPane.rowIndex="1" />
  117. <CheckBox fx:id="notTrade" mnemonicParsing="false" prefHeight="17.0" prefWidth="122.0" text="On trade request" GridPane.columnIndex="3" />
  118. <CheckBox fx:id="notServer" mnemonicParsing="false" text="On server message" GridPane.columnIndex="1" />
  119. <CheckBox fx:id="notClan" mnemonicParsing="false" text="On clan message" GridPane.rowIndex="1" />
  120. <CheckBox fx:id="notSkill" mnemonicParsing="false" text="On skill up" GridPane.columnIndex="3" GridPane.rowIndex="1" />
  121. <CheckBox fx:id="notBreakEnd" mnemonicParsing="false" text="On break end" GridPane.columnIndex="2" GridPane.rowIndex="1" />
  122. <CheckBox fx:id="notWorldhop" layoutX="288.0" layoutY="139.0" mnemonicParsing="false" text="On worldhop" GridPane.rowIndex="2" />
  123. <CheckBox fx:id="notBanking" mnemonicParsing="false" text="On banking" GridPane.columnIndex="1" GridPane.rowIndex="2" />
  124. </children>
  125. </GridPane>
  126. <CheckBox fx:id="enableNotifications" layoutX="150.0" layoutY="417.0" mnemonicParsing="false" text="Enable" />
  127. <Button fx:id="startScript" layoutX="434.0" layoutY="556.0" mnemonicParsing="false" prefHeight="27.0" prefWidth="149.0" text="Start script">
  128. <font>
  129. <Font name="System Bold" size="12.0" />
  130. </font>
  131. </Button>
  132. <TextField fx:id="scriptArguments" editable="false" layoutX="35.0" layoutY="557.0" prefHeight="25.0" prefWidth="387.0" promptText="Script arguments" />
  133. <Label layoutX="35.0" layoutY="589.0" text="Mouse over an item to see its value!" />
  134. </children>
  135. </AnchorPane>
  136. </children>
  137. </VBox>
Add Comment
Please, Sign In to add comment