|
|
|
@ -12,10 +12,9 @@
|
|
|
|
|
<?import javafx.scene.control.ToolBar?>
|
|
|
|
|
<?import javafx.scene.control.TreeView?>
|
|
|
|
|
<?import javafx.scene.layout.BorderPane?>
|
|
|
|
|
<?import javafx.scene.layout.HBox?>
|
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
|
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0"
|
|
|
|
|
prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1"
|
|
|
|
|
prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.101" xmlns:fx="http://javafx.com/fxml/1"
|
|
|
|
|
fx:controller="xyz.wbsite.dbtool.javafx.ctrl.MainController">
|
|
|
|
|
<top>
|
|
|
|
|
<MenuBar BorderPane.alignment="CENTER">
|
|
|
|
@ -74,8 +73,9 @@
|
|
|
|
|
<top>
|
|
|
|
|
<ToolBar prefHeight="30.0" prefWidth="200.0" BorderPane.alignment="CENTER">
|
|
|
|
|
<items>
|
|
|
|
|
<Button mnemonicParsing="false" text=" + " fx:id="add"/>
|
|
|
|
|
<Button mnemonicParsing="false" text=" - " fx:id="sub"/>
|
|
|
|
|
<Button fx:id="add" mnemonicParsing="false" text=" + "/>
|
|
|
|
|
<Button fx:id="sub" mnemonicParsing="false" text=" - "/>
|
|
|
|
|
<CheckBox fx:id="mcdx" selected="true" text="表名大写" />
|
|
|
|
|
</items>
|
|
|
|
|
</ToolBar>
|
|
|
|
|
</top>
|
|
|
|
|