|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<?import javafx.geometry.Insets?> |
| 4 | +<?import javafx.scene.control.Label?> |
| 5 | +<?import javafx.scene.control.Menu?> |
| 6 | +<?import javafx.scene.control.MenuBar?> |
| 7 | +<?import javafx.scene.control.MenuItem?> |
| 8 | +<?import javafx.scene.control.SeparatorMenuItem?> |
| 9 | +<?import javafx.scene.control.TextField?> |
| 10 | +<?import javafx.scene.layout.HBox?> |
| 11 | +<?import javafx.scene.layout.VBox?> |
| 12 | + |
| 13 | +<VBox prefHeight="400.0" prefWidth="640.0" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1"> |
| 14 | + <children> |
| 15 | + <MenuBar VBox.vgrow="NEVER"> |
| 16 | + <menus> |
| 17 | + <Menu mnemonicParsing="false" text="File"> |
| 18 | + <items> |
| 19 | + <MenuItem mnemonicParsing="false" text="New" /> |
| 20 | + <MenuItem mnemonicParsing="false" text="Open…" /> |
| 21 | + <Menu mnemonicParsing="false" text="Open Recent" /> |
| 22 | + <SeparatorMenuItem mnemonicParsing="false" /> |
| 23 | + <MenuItem mnemonicParsing="false" text="Close" /> |
| 24 | + <MenuItem mnemonicParsing="false" text="Save" /> |
| 25 | + <MenuItem mnemonicParsing="false" text="Save As…" /> |
| 26 | + <MenuItem mnemonicParsing="false" text="Revert" /> |
| 27 | + <SeparatorMenuItem mnemonicParsing="false" /> |
| 28 | + <MenuItem mnemonicParsing="false" text="Preferences…" /> |
| 29 | + <SeparatorMenuItem mnemonicParsing="false" /> |
| 30 | + <MenuItem mnemonicParsing="false" text="Quit" /> |
| 31 | + </items> |
| 32 | + </Menu> |
| 33 | + <Menu mnemonicParsing="false" text="Edit"> |
| 34 | + <items> |
| 35 | + <MenuItem mnemonicParsing="false" text="Undo" /> |
| 36 | + <MenuItem mnemonicParsing="false" text="Redo" /> |
| 37 | + <SeparatorMenuItem mnemonicParsing="false" /> |
| 38 | + <MenuItem mnemonicParsing="false" text="Cut" /> |
| 39 | + <MenuItem mnemonicParsing="false" text="Copy" /> |
| 40 | + <MenuItem mnemonicParsing="false" text="Paste" /> |
| 41 | + <MenuItem mnemonicParsing="false" text="Delete" /> |
| 42 | + <SeparatorMenuItem mnemonicParsing="false" /> |
| 43 | + <MenuItem mnemonicParsing="false" text="Select All" /> |
| 44 | + <MenuItem mnemonicParsing="false" text="Unselect All" /> |
| 45 | + </items> |
| 46 | + </Menu> |
| 47 | + <Menu mnemonicParsing="false" text="Help"> |
| 48 | + <items> |
| 49 | + <MenuItem mnemonicParsing="false" text="About MyHelloApp" /> |
| 50 | + </items> |
| 51 | + </Menu> |
| 52 | + </menus> |
| 53 | + </MenuBar> |
| 54 | + <VBox prefHeight="49.0" prefWidth="640.0"> |
| 55 | + <children> |
| 56 | + <HBox alignment="CENTER"> |
| 57 | + <children> |
| 58 | + <Label alignment="CENTER" contentDisplay="CENTER" prefHeight="27.0" prefWidth="71.0" text="Serveur :" textAlignment="CENTER"> |
| 59 | + <padding> |
| 60 | + <Insets top="10.0" /> |
| 61 | + </padding> |
| 62 | + </Label> |
| 63 | + <TextField editable="false" text="texte à chopper dans le config" /> |
| 64 | + </children> |
| 65 | + <VBox.margin> |
| 66 | + <Insets top="10.0" /> |
| 67 | + </VBox.margin> |
| 68 | + </HBox> |
| 69 | + </children> |
| 70 | + </VBox> |
| 71 | + <HBox prefHeight="447.0" prefWidth="640.0"> |
| 72 | + <children> |
| 73 | + <VBox alignment="TOP_CENTER" prefHeight="336.0" prefWidth="320.0"> |
| 74 | + <children> |
| 75 | + <Label contentDisplay="CENTER" prefWidth="40.0" text="AM107" textAlignment="CENTER" /> |
| 76 | + </children> |
| 77 | + </VBox> |
| 78 | + <VBox alignment="TOP_CENTER" prefHeight="336.0" prefWidth="320.0"> |
| 79 | + <children> |
| 80 | + <Label contentDisplay="CENTER" prefHeight="17.0" prefWidth="59.0" text="SolarEdge" textAlignment="CENTER" /> |
| 81 | + </children> |
| 82 | + </VBox> |
| 83 | + </children> |
| 84 | + <VBox.margin> |
| 85 | + <Insets top="20.0" /> |
| 86 | + </VBox.margin> |
| 87 | + </HBox> |
| 88 | + </children> |
| 89 | +</VBox> |
0 commit comments