Advertisement
Guest User

Untitled

a guest
Dec 6th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.scene.effect.*?>
  4. <?import javafx.scene.image.*?>
  5. <?import javafx.scene.text.*?>
  6. <?import javafx.scene.control.*?>
  7. <?import java.lang.*?>
  8. <?import javafx.scene.layout.*?>
  9. <?import javafx.geometry.Insets?>
  10. <?import javafx.scene.layout.GridPane?>
  11. <?import javafx.scene.control.Button?>
  12. <?import javafx.scene.control.Label?>
  13.  
  14. <Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500.0" prefWidth="640.0" style="-fx-background-color: #132028;" stylesheets="@style.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.Controller">
  15. <children>
  16. <TabPane prefHeight="474.0" prefWidth="640.0" stylesheets="@style.css" tabClosingPolicy="UNAVAILABLE">
  17. <tabs>
  18. <Tab text="Főmenü">
  19. <content>
  20. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="470.0" prefWidth="640.0">
  21. <children>
  22. <Accordion layoutX="60.0" layoutY="28.0" prefHeight="403.0" prefWidth="520.0" style="-fx-background-color: #132028;" stylesheets="@style.css">
  23. <panes>
  24. <TitledPane style="-fx-background-color: #132028;" text="Hőmérséklet" textFill="WHITE">
  25. <content>
  26. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  27. <children>
  28. <TextField fx:id="bathroomTemperatureTextField" layoutX="14.0" layoutY="29.0" onAction="#degreeGotIn" onMouseClicked="#bathroomTemperatureTextFieldClicked" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  29. <Slider fx:id="bathroomTemperatureSlider" blockIncrement="0.5" layoutX="5.0" layoutY="59.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  30. <effect>
  31. <Lighting>
  32. <bumpInput>
  33. <Shadow />
  34. </bumpInput>
  35. <light>
  36. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  37. </light>
  38. </Lighting>
  39. </effect>
  40. </Slider>
  41. <Slider fx:id="bedroomTemperatureSlider" blockIncrement="0.5" layoutX="177.0" layoutY="59.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  42. <effect>
  43. <Lighting>
  44. <bumpInput>
  45. <Shadow />
  46. </bumpInput>
  47. <light>
  48. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  49. </light>
  50. </Lighting>
  51. </effect>
  52. </Slider>
  53. <Slider fx:id="kitchenTemperatureSlider" blockIncrement="0.5" layoutX="354.0" layoutY="59.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  54. <effect>
  55. <Lighting>
  56. <bumpInput>
  57. <Shadow />
  58. </bumpInput>
  59. <light>
  60. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  61. </light>
  62. </Lighting>
  63. </effect>
  64. </Slider>
  65. <TextField fx:id="bedroomTemperatureTextField" layoutX="186.0" layoutY="29.0" onAction="#degreeGotIn" onMouseClicked="#bedroomTemperatureTextFieldClicked" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  66. <TextField fx:id="kitchenTemperatureTextField" layoutX="363.0" layoutY="29.0" onAction="#degreeGotIn" onMouseClicked="#kitchenTemperatureTextFieldClicked" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  67. <Slider fx:id="hallTemperatureSlider" blockIncrement="0.5" layoutX="177.0" layoutY="162.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  68. <effect>
  69. <Lighting>
  70. <bumpInput>
  71. <Shadow />
  72. </bumpInput>
  73. <light>
  74. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  75. </light>
  76. </Lighting>
  77. </effect>
  78. </Slider>
  79. <Slider fx:id="livingRoomTemperatureSlider" blockIncrement="0.5" layoutX="5.0" layoutY="162.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  80. <effect>
  81. <Lighting>
  82. <bumpInput>
  83. <Shadow />
  84. </bumpInput>
  85. <light>
  86. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  87. </light>
  88. </Lighting>
  89. </effect>
  90. </Slider>
  91. <TextField fx:id="livingRoomTemperatureTextField" layoutX="14.0" layoutY="133.0" onAction="#degreeGotIn" onMouseClicked="#livingRoomTemperatureTextFieldClicked" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  92. <TextField fx:id="hallTemperatureTextField" layoutX="186.0" layoutY="133.0" onAction="#degreeGotIn" onMouseClicked="#hallTemperatureTextFieldClicked" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  93. <Text fill="WHITE" layoutX="33.0" layoutY="21.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="108.13671875">
  94. <font>
  95. <Font size="20.0" />
  96. </font>
  97. </Text>
  98. <Text fill="WHITE" layoutX="205.0" layoutY="21.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="108.13671875">
  99. <font>
  100. <Font size="20.0" />
  101. </font>
  102. </Text>
  103. <Text fill="WHITE" layoutX="382.0" layoutY="21.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="108.13671875">
  104. <font>
  105. <Font size="20.0" />
  106. </font>
  107. </Text>
  108. <Text fill="WHITE" layoutX="33.0" layoutY="125.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="108.13671875">
  109. <font>
  110. <Font size="20.0" />
  111. </font>
  112. </Text>
  113. <Text fill="WHITE" layoutX="205.0" layoutY="125.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="108.13671875">
  114. <font>
  115. <Font size="20.0" />
  116. </font>
  117. </Text>
  118. <Text fill="WHITE" layoutX="382.0" layoutY="125.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="108.13671875">
  119. <font>
  120. <Font size="20.0" />
  121. </font>
  122. </Text>
  123. <TextField fx:id="garageTemperatureTextField" layoutX="363.0" layoutY="133.0" onAction="#degreeGotIn" onMouseClicked="#garageTemperatureTextFieldClicked" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  124. <Slider fx:id="garageTemperatureSlider" blockIncrement="0.5" layoutX="354.0" layoutY="162.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  125. <effect>
  126. <Lighting>
  127. <bumpInput>
  128. <Shadow />
  129. </bumpInput>
  130. <light>
  131. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  132. </light>
  133. </Lighting>
  134. </effect>
  135. </Slider>
  136. </children>
  137. </AnchorPane>
  138. </content>
  139. <font>
  140. <Font name="Arial Bold" size="16.0" />
  141. </font>
  142. </TitledPane>
  143. <TitledPane style="-fx-background-color: #132028;" text="Világítás" textFill="WHITE">
  144. <content>
  145. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  146. <children>
  147. <Text fill="WHITE" layoutX="375.0" layoutY="48.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="84.13671875">
  148. <font>
  149. <Font size="24.0" />
  150. </font></Text>
  151. <Text fill="WHITE" layoutX="199.0" layoutY="48.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="119.13671875">
  152. <font>
  153. <Font size="24.0" />
  154. </font>
  155. </Text>
  156. <Text fill="WHITE" layoutX="41.0" layoutY="48.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="132.13671875">
  157. <font>
  158. <Font size="24.0" />
  159. </font>
  160. </Text>
  161. <Text fill="WHITE" layoutX="60.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="84.13671875">
  162. <font>
  163. <Font size="24.0" />
  164. </font>
  165. </Text>
  166. <Text fill="WHITE" layoutX="207.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="104.13671875">
  167. <font>
  168. <Font size="24.0" />
  169. </font>
  170. </Text>
  171. <Text fill="WHITE" layoutX="380.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="74.13671875">
  172. <font>
  173. <Font size="24.0" />
  174. </font>
  175. </Text>
  176. <Button fx:id="bathroomLight" layoutX="27.0" layoutY="66.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  177. <Button fx:id="bedroomLight" layoutX="184.0" layoutY="66.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  178. <Button fx:id="kitchenLight" layoutX="342.0" layoutY="66.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  179. <Button fx:id="livingRoomLight" layoutX="27.0" layoutY="148.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  180. <Button fx:id="hallLight" layoutX="184.0" layoutY="148.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  181. <Button fx:id="garageLight" layoutX="342.0" layoutY="148.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  182. </children>
  183. </AnchorPane>
  184. </content>
  185. <font>
  186. <Font name="Arial Bold" size="16.0" />
  187. </font>
  188. </TitledPane>
  189. <TitledPane prefHeight="234.0" prefWidth="520.0" style="-fx-background-color: #132028;" text="Hűtőszekrény" textFill="WHITE">
  190. <content>
  191. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  192. <children>
  193. <Button fx:id="fridge" layoutX="134.0" layoutY="28.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="150.0" prefWidth="250.0" text="KI/BE" />
  194. </children>
  195. </AnchorPane>
  196. </content>
  197. <font>
  198. <Font name="Arial Bold" size="16.0" />
  199. </font>
  200. </TitledPane>
  201. <TitledPane style="-fx-background-color: #132028;" text="Redőnyök" textFill="WHITE">
  202. <content>
  203. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  204. <children>
  205. <Text fill="WHITE" layoutX="364.0" layoutY="112.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="135.62890625">
  206. <font>
  207. <Font size="24.0" />
  208. </font></Text>
  209. <Text fill="WHITE" layoutX="41.0" layoutY="39.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER">
  210. <font>
  211. <Font size="23.0" />
  212. </font></Text>
  213. <Text fill="WHITE" layoutX="394.0" layoutY="39.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER">
  214. <font>
  215. <Font size="23.0" />
  216. </font>
  217. </Text>
  218. <Text fill="WHITE" layoutX="26.0" layoutY="112.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="135.62890625">
  219. <font>
  220. <Font size="24.0" />
  221. </font>
  222. </Text>
  223. <Button fx:id="bedroomWindowBlind" layoutX="19.0" layoutY="49.0" mnemonicParsing="false" onAction="#upDownButtons" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  224. <Button fx:id="livingRoomWindowBlind" layoutX="19.0" layoutY="121.0" mnemonicParsing="false" onAction="#upDownButtons" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  225. <Button fx:id="kitchenWindowBlind" layoutX="357.0" layoutY="49.0" mnemonicParsing="false" onAction="#upDownButtons" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  226. <Button fx:id="bathroomWindowBlind" layoutX="357.0" layoutY="121.0" mnemonicParsing="false" onAction="#upDownButtons" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  227. </children>
  228. </AnchorPane>
  229. </content>
  230. <font>
  231. <Font name="Arial Bold" size="16.0" />
  232. </font>
  233. </TitledPane>
  234. <TitledPane style="-fx-background-color: #132028;" text="Garázsajtó" textFill="WHITE">
  235. <content>
  236. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  237. <children>
  238. <Button fx:id="garageDoor" layoutX="134.0" layoutY="28.0" minHeight="150.0" mnemonicParsing="false" onAction="#openCloseButtons" prefWidth="250.0" text="LE/FEL" />
  239. </children>
  240. </AnchorPane>
  241. </content>
  242. <font>
  243. <Font name="Arial Bold" size="16.0" />
  244. </font>
  245. </TitledPane>
  246. <TitledPane style="-fx-background-color: #132028;" text="Ablakok" textFill="WHITE">
  247. <content>
  248. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  249. <children>
  250. <Text fill="WHITE" layoutX="11.0" layoutY="40.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="155.13671875">
  251. <font>
  252. <Font size="24.0" />
  253. </font></Text>
  254. <Text fill="WHITE" layoutX="190.0" layoutY="40.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="162.13671875">
  255. <font>
  256. <Font size="24.0" />
  257. </font></Text>
  258. <Text fill="WHITE" layoutX="378.0" layoutY="41.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="97.13671875">
  259. <font>
  260. <Font size="24.0" />
  261. </font></Text>
  262. <Text fill="WHITE" layoutX="11.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="155.13671875">
  263. <font>
  264. <Font size="24.0" />
  265. </font>
  266. </Text>
  267. <Text fill="WHITE" layoutX="190.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="162.13671875">
  268. <font>
  269. <Font size="24.0" />
  270. </font>
  271. </Text>
  272. <Text fill="WHITE" layoutX="378.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="97.13671875">
  273. <font>
  274. <Font size="24.0" />
  275. </font>
  276. </Text>
  277. <Button fx:id="bathroomWindow" layoutX="14.0" layoutY="48.0" mnemonicParsing="false" onAction="#openCloseButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  278. <Button fx:id="bedroomWindow" layoutX="184.0" layoutY="48.0" mnemonicParsing="false" onAction="#openCloseButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  279. <Button fx:id="kitchenWindow" layoutX="352.0" layoutY="48.0" mnemonicParsing="false" onAction="#openCloseButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  280. <Button fx:id="livingRoomWindow" layoutX="14.0" layoutY="138.0" mnemonicParsing="false" onAction="#openCloseButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  281. <Button fx:id="hallWindow" layoutX="184.0" layoutY="138.0" mnemonicParsing="false" onAction="#openCloseButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  282. <Button fx:id="garageWindow" layoutX="352.0" layoutY="138.0" mnemonicParsing="false" onAction="#openCloseButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  283. </children>
  284. </AnchorPane>
  285. </content>
  286. <font>
  287. <Font name="Arial Bold" size="16.0" />
  288. </font>
  289. </TitledPane>
  290. <TitledPane style="-fx-background-color: #132028;" stylesheets="@style.css" text="Elektromos aljzatok" textFill="WHITE">
  291. <content>
  292. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  293. <children>
  294. <Text fill="WHITE" layoutX="11.0" layoutY="36.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="155.13671875">
  295. <font>
  296. <Font size="24.0" />
  297. </font>
  298. </Text>
  299. <Text fill="WHITE" layoutX="184.0" layoutY="37.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="162.13671875">
  300. <font>
  301. <Font size="24.0" />
  302. </font>
  303. </Text>
  304. <Text fill="WHITE" layoutX="380.0" layoutY="37.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="97.13671875">
  305. <font>
  306. <Font size="24.0" />
  307. </font>
  308. </Text>
  309. <Text fill="WHITE" layoutX="11.0" layoutY="139.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="155.13671875">
  310. <font>
  311. <Font size="24.0" />
  312. </font>
  313. </Text>
  314. <Text fill="WHITE" layoutX="181.0" layoutY="139.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="155.13671875">
  315. <font>
  316. <Font size="24.0" />
  317. </font>
  318. </Text>
  319. <Text fill="WHITE" layoutX="351.0" layoutY="139.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="155.13671875">
  320. <font>
  321. <Font size="24.0" />
  322. </font>
  323. </Text>
  324. <Button fx:id="bathroomConnector" layoutX="14.0" layoutY="54.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  325. <Button fx:id="bedroomConnector" layoutX="184.0" layoutY="54.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  326. <Button fx:id="kitchenConnector" layoutX="354.0" layoutY="54.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  327. <Button fx:id="livingRoomConnector" layoutX="14.0" layoutY="162.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  328. <Button fx:id="hallConnector" layoutX="184.0" layoutY="162.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  329. <Button fx:id="garageConnector" layoutX="354.0" layoutY="162.0" mnemonicParsing="false" onAction="#onOffButtons" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  330. </children>
  331. </AnchorPane>
  332. </content>
  333. <font>
  334. <Font name="Arial Bold" size="16.0" />
  335. </font>
  336. </TitledPane>
  337. </panes>
  338. <effect>
  339. <Bloom threshold="1.0" />
  340. </effect>
  341. </Accordion>
  342. </children>
  343. </AnchorPane>
  344. </content>
  345. </Tab>
  346. <Tab text="Ütemezés">
  347. <content>
  348. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="470.0" prefWidth="640.0">
  349. <children>
  350. <Accordion layoutX="60.0" layoutY="45.0" prefHeight="403.0" prefWidth="520.0" style="-fx-background-color: #132028;" stylesheets="@style.css">
  351. <effect>
  352. <Bloom threshold="1.0" />
  353. </effect>
  354. <panes>
  355. <TitledPane style="-fx-background-color: #132028;" text="Hőmérséklet" textFill="WHITE">
  356. <content>
  357. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  358. <children>
  359. <TextField fx:id="bathroomTemperatureTextField1" layoutX="14.0" layoutY="29.0" onAction="#degreeGotIn" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  360. <Slider fx:id="bathroomTemperatureSlider1" blockIncrement="0.5" layoutX="5.0" layoutY="59.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  361. <effect>
  362. <Lighting>
  363. <bumpInput>
  364. <Shadow />
  365. </bumpInput>
  366. <light>
  367. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  368. </light>
  369. </Lighting>
  370. </effect>
  371. </Slider>
  372. <Slider fx:id="bedroomTemperatureSlider1" blockIncrement="0.5" layoutX="177.0" layoutY="59.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  373. <effect>
  374. <Lighting>
  375. <bumpInput>
  376. <Shadow />
  377. </bumpInput>
  378. <light>
  379. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  380. </light>
  381. </Lighting>
  382. </effect>
  383. </Slider>
  384. <Slider fx:id="kitchenTemperatureSlider1" blockIncrement="0.5" layoutX="354.0" layoutY="59.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  385. <effect>
  386. <Lighting>
  387. <bumpInput>
  388. <Shadow />
  389. </bumpInput>
  390. <light>
  391. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  392. </light>
  393. </Lighting>
  394. </effect>
  395. </Slider>
  396. <TextField fx:id="bedroomTemperatureTextField1" layoutX="186.0" layoutY="29.0" onAction="#degreeGotIn" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  397. <TextField fx:id="kitchenTemperatureTextField1" layoutX="363.0" layoutY="29.0" onAction="#degreeGotIn" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  398. <Slider fx:id="hallTemperatureSlider1" blockIncrement="0.5" layoutX="177.0" layoutY="162.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  399. <effect>
  400. <Lighting>
  401. <bumpInput>
  402. <Shadow />
  403. </bumpInput>
  404. <light>
  405. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  406. </light>
  407. </Lighting>
  408. </effect>
  409. </Slider>
  410. <Slider fx:id="livingRoomTemperatureSlider1" blockIncrement="0.5" layoutX="5.0" layoutY="162.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  411. <effect>
  412. <Lighting>
  413. <bumpInput>
  414. <Shadow />
  415. </bumpInput>
  416. <light>
  417. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  418. </light>
  419. </Lighting>
  420. </effect>
  421. </Slider>
  422. <TextField fx:id="livingRoomTemperatureTextField1" layoutX="14.0" layoutY="133.0" onAction="#degreeGotIn" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  423. <TextField fx:id="hallTemperatureTextField1" layoutX="186.0" layoutY="133.0" onAction="#degreeGotIn" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  424. <Text fill="WHITE" layoutX="33.0" layoutY="21.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="108.13671875">
  425. <font>
  426. <Font size="20.0" />
  427. </font>
  428. </Text>
  429. <Text fill="WHITE" layoutX="205.0" layoutY="21.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="108.13671875">
  430. <font>
  431. <Font size="20.0" />
  432. </font>
  433. </Text>
  434. <Text fill="WHITE" layoutX="382.0" layoutY="21.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="108.13671875">
  435. <font>
  436. <Font size="20.0" />
  437. </font>
  438. </Text>
  439. <Text fill="WHITE" layoutX="33.0" layoutY="125.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="108.13671875">
  440. <font>
  441. <Font size="20.0" />
  442. </font>
  443. </Text>
  444. <Text fill="WHITE" layoutX="205.0" layoutY="125.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="108.13671875">
  445. <font>
  446. <Font size="20.0" />
  447. </font>
  448. </Text>
  449. <Text fill="WHITE" layoutX="382.0" layoutY="125.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="108.13671875">
  450. <font>
  451. <Font size="20.0" />
  452. </font>
  453. </Text>
  454. <TextField fx:id="garageTemperatureTextField1" layoutX="363.0" layoutY="133.0" onAction="#degreeGotIn" prefHeight="29.0" prefWidth="146.0" promptText="20" />
  455. <Slider fx:id="garageTemperatureSlider1" blockIncrement="0.5" layoutX="354.0" layoutY="162.0" majorTickUnit="1.0" max="28.0" min="18.0" minorTickCount="1" onInputMethodTextChanged="#initialize" prefHeight="44.0" prefWidth="164.0" showTickLabels="true" showTickMarks="true" value="20.0">
  456. <effect>
  457. <Lighting>
  458. <bumpInput>
  459. <Shadow />
  460. </bumpInput>
  461. <light>
  462. <Light.Distant azimuth="57.56" color="#ff9b00" elevation="103.61" />
  463. </light>
  464. </Lighting>
  465. </effect>
  466. </Slider>
  467. </children>
  468. </AnchorPane>
  469. </content>
  470. <font>
  471. <Font name="Arial Bold" size="16.0" />
  472. </font>
  473. </TitledPane>
  474. <TitledPane style="-fx-background-color: #132028;" text="Világítás" textFill="WHITE">
  475. <content>
  476. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  477. <children>
  478. <Text fill="WHITE" layoutX="375.0" layoutY="48.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="84.13671875">
  479. <font>
  480. <Font size="24.0" />
  481. </font>
  482. </Text>
  483. <ToggleButton fx:id="kitchenLight1" layoutX="342.0" layoutY="66.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="ON/OFF" />
  484. <ToggleButton fx:id="bedroomLight1" layoutX="184.0" layoutY="66.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="ON/OFF" />
  485. <ToggleButton fx:id="bathroomLight1" layoutX="27.0" layoutY="66.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="ON/OFF" />
  486. <Text fill="WHITE" layoutX="199.0" layoutY="48.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="119.13671875">
  487. <font>
  488. <Font size="24.0" />
  489. </font>
  490. </Text>
  491. <Text fill="WHITE" layoutX="41.0" layoutY="48.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="132.13671875">
  492. <font>
  493. <Font size="24.0" />
  494. </font>
  495. </Text>
  496. <Text fill="WHITE" layoutX="60.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="84.13671875">
  497. <font>
  498. <Font size="24.0" />
  499. </font>
  500. </Text>
  501. <Text fill="WHITE" layoutX="207.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="104.13671875">
  502. <font>
  503. <Font size="24.0" />
  504. </font>
  505. </Text>
  506. <Text fill="WHITE" layoutX="380.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="74.13671875">
  507. <font>
  508. <Font size="24.0" />
  509. </font>
  510. </Text>
  511. <ToggleButton fx:id="livingRoomLight1" layoutX="27.0" layoutY="148.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="ON/OFF" />
  512. <ToggleButton fx:id="hallLight1" layoutX="184.0" layoutY="148.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="ON/OFF" />
  513. <ToggleButton fx:id="garageLight1" layoutX="342.0" layoutY="148.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="ON/OFF" />
  514. </children>
  515. </AnchorPane>
  516. </content>
  517. <font>
  518. <Font name="Arial Bold" size="16.0" />
  519. </font>
  520. </TitledPane>
  521. <TitledPane prefHeight="234.0" prefWidth="520.0" style="-fx-background-color: #132028;" text="Hűtőszekrény" textFill="WHITE">
  522. <content>
  523. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  524. <children>
  525. <ToggleButton fx:id="fridge1" layoutX="134.0" layoutY="53.0" mnemonicParsing="false" prefHeight="100.0" prefWidth="250.0" text="ON/OFF" />
  526. </children>
  527. </AnchorPane>
  528. </content>
  529. <font>
  530. <Font name="Arial Bold" size="16.0" />
  531. </font>
  532. </TitledPane>
  533. <TitledPane style="-fx-background-color: #132028;" text="Redőnyök" textFill="WHITE">
  534. <content>
  535. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  536. <children>
  537. <Text fill="WHITE" layoutX="364.0" layoutY="112.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="135.62890625">
  538. <font>
  539. <Font size="24.0" />
  540. </font>
  541. </Text>
  542. <Text fill="WHITE" layoutX="41.0" layoutY="39.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER">
  543. <font>
  544. <Font size="23.0" />
  545. </font>
  546. </Text>
  547. <ToggleButton fx:id="bathroomWindowBlind1" layoutX="357.0" layoutY="121.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  548. <Text fill="WHITE" layoutX="394.0" layoutY="39.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER">
  549. <font>
  550. <Font size="23.0" />
  551. </font>
  552. </Text>
  553. <ToggleButton fx:id="bedroomWindowBlind1" layoutX="19.0" layoutY="49.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  554. <ToggleButton fx:id="kitchenWindowBlind1" layoutX="357.0" layoutY="49.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  555. <Text fill="WHITE" layoutX="26.0" layoutY="112.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="135.62890625">
  556. <font>
  557. <Font size="24.0" />
  558. </font>
  559. </Text>
  560. <ToggleButton fx:id="livingRoomWindowBlind1" layoutX="19.0" layoutY="121.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="LE/FEL" />
  561. </children>
  562. </AnchorPane>
  563. </content>
  564. <font>
  565. <Font name="Arial Bold" size="16.0" />
  566. </font>
  567. </TitledPane>
  568. <TitledPane style="-fx-background-color: #132028;" text="Garázsajtó" textFill="WHITE">
  569. <content>
  570. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  571. <children>
  572. <ToggleButton fx:id="garageDoor1" layoutX="138.0" layoutY="53.0" mnemonicParsing="false" prefHeight="100.0" prefWidth="250.0" text="LE/FEL" />
  573. </children>
  574. </AnchorPane>
  575. </content>
  576. <font>
  577. <Font name="Arial Bold" size="16.0" />
  578. </font>
  579. </TitledPane>
  580. <TitledPane style="-fx-background-color: #132028;" text="Ablakok" textFill="WHITE">
  581. <content>
  582. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  583. <children>
  584. <Text fill="WHITE" layoutX="11.0" layoutY="40.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="155.13671875">
  585. <font>
  586. <Font size="24.0" />
  587. </font>
  588. </Text>
  589. <Text fill="WHITE" layoutX="190.0" layoutY="40.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="162.13671875">
  590. <font>
  591. <Font size="24.0" />
  592. </font>
  593. </Text>
  594. <Text fill="WHITE" layoutX="378.0" layoutY="41.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="97.13671875">
  595. <font>
  596. <Font size="24.0" />
  597. </font>
  598. </Text>
  599. <ToggleButton fx:id="bathroomWindow1" layoutX="14.0" layoutY="48.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  600. <ToggleButton fx:id="bedroomWindow1" layoutX="184.0" layoutY="48.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  601. <ToggleButton fx:id="kitchenWindow1" layoutX="352.0" layoutY="48.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  602. <Text fill="WHITE" layoutX="11.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="155.13671875">
  603. <font>
  604. <Font size="24.0" />
  605. </font>
  606. </Text>
  607. <ToggleButton fx:id="livingRoomWindow1" layoutX="14.0" layoutY="138.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  608. <ToggleButton fx:id="hallWindow1" layoutX="184.0" layoutY="138.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  609. <Text fill="WHITE" layoutX="190.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="162.13671875">
  610. <font>
  611. <Font size="24.0" />
  612. </font>
  613. </Text>
  614. <ToggleButton fx:id="garageWindow1" layoutX="352.0" layoutY="138.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  615. <Text fill="WHITE" layoutX="378.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="97.13671875">
  616. <font>
  617. <Font size="24.0" />
  618. </font>
  619. </Text>
  620. </children>
  621. </AnchorPane>
  622. </content>
  623. <font>
  624. <Font name="Arial Bold" size="16.0" />
  625. </font>
  626. </TitledPane>
  627. <TitledPane style="-fx-background-color: #132028;" stylesheets="@style.css" text="Elektromos aljzatok" textFill="WHITE">
  628. <content>
  629. <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" style="-fx-background-color: #132028;">
  630. <children>
  631. <Text fill="WHITE" layoutX="11.0" layoutY="36.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Fürdőszoba" textAlignment="CENTER" wrappingWidth="155.13671875">
  632. <font>
  633. <Font size="24.0" />
  634. </font>
  635. </Text>
  636. <Text fill="WHITE" layoutX="184.0" layoutY="37.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Hálószoba" textAlignment="CENTER" wrappingWidth="162.13671875">
  637. <font>
  638. <Font size="24.0" />
  639. </font>
  640. </Text>
  641. <Text fill="WHITE" layoutX="380.0" layoutY="37.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Konyha" textAlignment="CENTER" wrappingWidth="97.13671875">
  642. <font>
  643. <Font size="24.0" />
  644. </font>
  645. </Text>
  646. <ToggleButton fx:id="bathroomConnector1" layoutX="14.0" layoutY="54.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  647. <ToggleButton fx:id="bedroomConnector1" layoutX="184.0" layoutY="54.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  648. <ToggleButton fx:id="kitchenConnector1" layoutX="354.0" layoutY="54.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  649. <Text fill="WHITE" layoutX="11.0" layoutY="139.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nappali" textAlignment="CENTER" wrappingWidth="155.13671875">
  650. <font>
  651. <Font size="24.0" />
  652. </font>
  653. </Text>
  654. <Text fill="WHITE" layoutX="181.0" layoutY="139.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Előszoba" textAlignment="CENTER" wrappingWidth="155.13671875">
  655. <font>
  656. <Font size="24.0" />
  657. </font>
  658. </Text>
  659. <Text fill="WHITE" layoutX="351.0" layoutY="139.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Garázs" textAlignment="CENTER" wrappingWidth="155.13671875">
  660. <font>
  661. <Font size="24.0" />
  662. </font>
  663. </Text>
  664. <ToggleButton fx:id="livingRoomConnector1" layoutX="14.0" layoutY="162.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  665. <ToggleButton fx:id="hallConnector1" layoutX="184.0" layoutY="162.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  666. <ToggleButton fx:id="garageConnector1" layoutX="354.0" layoutY="162.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="150.0" text="KI/BE" />
  667. </children>
  668. </AnchorPane>
  669. </content>
  670. <font>
  671. <Font name="Arial Bold" size="16.0" />
  672. </font>
  673. </TitledPane>
  674. </panes>
  675. </Accordion>
  676. <DatePicker layoutX="233.0" layoutY="17.0" />
  677. </children>
  678. </AnchorPane>
  679. </content>
  680. </Tab>
  681. </tabs>
  682. </TabPane>
  683. <ImageView fitHeight="40.0" fitWidth="40.0" layoutX="444.0" layoutY="3.0">
  684. <image>
  685. <Image url="@imgs/home-512.png" />
  686. </image>
  687. </ImageView>
  688. <Label layoutX="213.0" layoutY="2.0" style="-fx-background-color: #132028;" text="Smart Home" textFill="WHITE">
  689. <font>
  690. <Font name="LoveloBlack" size="34.0" />
  691. </font>
  692. </Label>
  693. <Text fx:id="dcText" fill="RED" layoutX="205.0" layoutY="475.0" strokeType="OUTSIDE" strokeWidth="0.0" textAlignment="CENTER" wrappingWidth="202.13671875">
  694. <font>
  695. <Font size="20.0" />
  696. </font>
  697. </Text>
  698. </children>
  699. </Pane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement