|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
| 3 | +<?import javafx.scene.*?> |
| 4 | +<?import javafx.scene.text.*?> |
3 | 5 | <?import javafx.geometry.*?> |
4 | 6 | <?import javafx.scene.control.*?> |
5 | 7 | <?import javafx.scene.Cursor?> |
6 | 8 | <?import javafx.scene.layout.*?> |
7 | 9 | <?import javafx.scene.text.Font?> |
8 | 10 | <?import java.lang.*?> |
| 11 | + |
9 | 12 | <BorderPane prefHeight="613.0" prefWidth="918.0" stylesheets="@../style.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.zzg.mybatis.generator.controller.MainUIController"> |
10 | 13 | <top> |
11 | 14 | <VBox> |
|
61 | 64 | <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
62 | 65 | <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" /> |
63 | 66 | <RowConstraints maxHeight="72.0" minHeight="10.0" prefHeight="56.0" vgrow="SOMETIMES" /> |
64 | | - <RowConstraints maxHeight="63.0" minHeight="8.0" prefHeight="63.0" vgrow="SOMETIMES" /> |
65 | | - <RowConstraints maxHeight="92.0" minHeight="62.0" prefHeight="62.0" /> |
| 67 | + <RowConstraints maxHeight="114.0" minHeight="8.0" prefHeight="58.0" vgrow="SOMETIMES" /> |
| 68 | + <RowConstraints maxHeight="99.0" minHeight="11.0" prefHeight="95.0" /> |
66 | 69 | </rowConstraints> |
67 | 70 | <children> |
68 | 71 | <Label text="表名" /> |
|
166 | 169 | <GridPane.margin> |
167 | 170 | <Insets left="5.0" /> |
168 | 171 | </GridPane.margin></TextField> |
169 | | - <VBox spacing="5.0" GridPane.columnIndex="1" GridPane.columnSpan="4" GridPane.rowIndex="7"> |
| 172 | + <VBox prefHeight="53.0" prefWidth="536.0" spacing="10.0" GridPane.columnIndex="1" GridPane.columnSpan="4" GridPane.rowIndex="7"> |
170 | 173 | <children> |
171 | 174 | <HBox alignment="CENTER_LEFT" spacing="10.0" GridPane.columnIndex="1" GridPane.columnSpan="3" GridPane.rowIndex="8"> |
172 | 175 | <children> |
173 | 176 | <CheckBox fx:id="offsetLimitCheckBox" minWidth="100.0" mnemonicParsing="false" selected="true" text="分页" GridPane.columnIndex="1" GridPane.rowIndex="8" /> |
174 | | - <CheckBox fx:id="commentCheckBox" mnemonicParsing="false" selected="true" text="数据库表注释所有POJO的注释" /> |
| 177 | + <CheckBox fx:id="commentCheckBox" mnemonicParsing="false" selected="true" text="生成实体域注释(来自表注释)" /> |
| 178 | + </children> |
| 179 | + </HBox> |
| 180 | + <HBox prefHeight="100.0" prefWidth="200.0"> |
| 181 | + <children> |
| 182 | + <CheckBox fx:id="needToStringHashcodeEquals" mnemonicParsing="false" selected="true" text="生成toString/hashCode/equals方法" /> |
175 | 183 | </children> |
176 | 184 | </HBox> |
177 | 185 | <HBox prefHeight="100.0" prefWidth="200.0" spacing="18.0"> |
|
185 | 193 | <Insets left="5.0" /> |
186 | 194 | </padding> |
187 | 195 | </VBox> |
188 | | - <HBox prefHeight="100.0" prefWidth="200.0" spacing="10.0" GridPane.columnIndex="1" GridPane.columnSpan="3" GridPane.rowIndex="8"> |
| 196 | + <HBox alignment="CENTER_LEFT" prefHeight="100.0" prefWidth="200.0" spacing="10.0" GridPane.columnIndex="1" GridPane.columnSpan="3" GridPane.rowIndex="8"> |
189 | 197 | <children> |
190 | 198 | <Button mnemonicParsing="false" onAction="#generateCode" text="代码生成"> |
191 | 199 | <styleClass> |
|
0 commit comments