65 lines
2.6 KiB
XML
65 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.CheckBox?>
|
|
<?import javafx.scene.control.ChoiceBox?>
|
|
<?import javafx.scene.control.Hyperlink?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
|
|
<VBox spacing="5.0" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="nsusbloader.Controllers.SettingsBlockGenericController">
|
|
<children>
|
|
<Label text="%tab2_Lbl_ApplicationSettings" />
|
|
<HBox alignment="CENTER_LEFT" spacing="5.0">
|
|
<children>
|
|
<Label minWidth="35.0" text="%tab2_Lbl_Language" />
|
|
<ChoiceBox fx:id="languagesChB" prefWidth="240.0" />
|
|
<Button fx:id="submitLanguageBtn" mnemonicParsing="false" text="OK" />
|
|
<VBox alignment="CENTER_RIGHT" HBox.hgrow="ALWAYS">
|
|
<children>
|
|
<Button fx:id="driversInstallBtn" mnemonicParsing="false" text="%tab2_Btn_InstallDrivers" visible="false" />
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets left="5.0" />
|
|
</VBox.margin>
|
|
</HBox>
|
|
<Button fx:id="fontSelectBtn" mnemonicParsing="false" text="%tab2_Btn_ApplicationFont">
|
|
<VBox.margin>
|
|
<Insets left="5.0" />
|
|
</VBox.margin>
|
|
</Button>
|
|
<HBox>
|
|
<children>
|
|
<VBox>
|
|
<children>
|
|
<CheckBox fx:id="autoCheckForUpdatesCB" mnemonicParsing="false" text="%tab2_Cb_AutoCheckForUpdates" />
|
|
<Hyperlink fx:id="newVersionHyperlink" />
|
|
</children>
|
|
</VBox>
|
|
<Pane HBox.hgrow="ALWAYS" />
|
|
<Button fx:id="checkForUpdBtn" mnemonicParsing="false" />
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets left="5.0" />
|
|
</VBox.margin>
|
|
</HBox>
|
|
<HBox spacing="5.0">
|
|
<children>
|
|
<VBox spacing="5.0">
|
|
<children>
|
|
<CheckBox fx:id="direcroriesChooserForRomsCB" mnemonicParsing="false" text="%tab2_Cb_foldersSelectorForRoms" />
|
|
<Label disable="true" text="%tab2_Cb_foldersSelectorForRomsDesc" wrapText="true" />
|
|
</children>
|
|
</VBox>
|
|
</children>
|
|
<VBox.margin>
|
|
<Insets left="5.0" />
|
|
</VBox.margin>
|
|
</HBox>
|
|
</children>
|
|
</VBox>
|