parent
68e152e95c
commit
5a3649f773
@ -1,48 +1,53 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
|
||||||
<?import java.lang.*?> |
<?import com.jfoenix.controls.JFXButton?> |
||||||
<?import javafx.geometry.*?> |
<?import com.jfoenix.controls.JFXListView?> |
||||||
<?import javafx.scene.layout.*?> |
<?import com.jfoenix.controls.JFXTextField?> |
||||||
<?import com.jfoenix.controls.*?> |
<?import javafx.geometry.Insets?> |
||||||
<?import javafx.geometry.Insets?> |
<?import javafx.scene.layout.HBox?> |
||||||
<?import javafx.scene.layout.HBox?> |
<?import javafx.scene.layout.VBox?> |
||||||
<?import javafx.scene.layout.VBox?> |
<?import javafx.scene.text.Font?> |
||||||
<?import javafx.scene.text.*?> |
<?import javafx.scene.text.Text?> |
||||||
|
|
||||||
<fx:root maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="395.0" prefWidth="287.0" spacing="5.0" type="VBox" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> |
<fx:root maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="409.0" prefWidth="339.0" spacing="5.0" type="VBox" xmlns="http://javafx.com/javafx/8.0.321" xmlns:fx="http://javafx.com/fxml/1"> |
||||||
<children> |
<children> |
||||||
<JFXListView fx:id="historyList" prefHeight="270.0" prefWidth="301.0" /> |
<JFXListView fx:id="historyList" prefHeight="270.0" prefWidth="301.0" /> |
||||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="历史记录超过2000条时会自动清空列表重新记录"> |
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="历史记录超过2000条时会自动清空列表重新记录"> |
||||||
<font> |
<font> |
||||||
<Font name="Microsoft YaHei" size="12.0" /> |
<Font name="Microsoft YaHei" size="12.0" /> |
||||||
</font> |
</font> |
||||||
</Text> |
</Text> |
||||||
<JFXTextField fx:id="searchBar" promptText="查找..."> |
<Text fx:id="searchMessage" strokeType="OUTSIDE" strokeWidth="0.0" wrappingWidth="312.240234375"> |
||||||
<font> |
<font> |
||||||
<Font name="Microsoft YaHei" size="14.0" /> |
<Font name="Microsoft YaHei" size="12.0" /> |
||||||
</font> |
</font> |
||||||
</JFXTextField> |
</Text> |
||||||
<HBox prefHeight="29.0" prefWidth="259.0" spacing="5.0"> |
<JFXTextField fx:id="searchBar" promptText="输入查找内容..."> |
||||||
<children> |
<font> |
||||||
<JFXButton fx:id="previousBtn" onAction="#upSearch" text="上一个"> |
<Font name="Microsoft YaHei" size="14.0" /> |
||||||
<font> |
</font> |
||||||
<Font name="Microsoft YaHei" size="14.0" /> |
</JFXTextField> |
||||||
</font> |
<HBox prefHeight="29.0" prefWidth="259.0" spacing="5.0"> |
||||||
</JFXButton> |
<children> |
||||||
<JFXButton fx:id="nextBtn" onAction="#downSearch" text="下一个"> |
<JFXButton fx:id="previousBtn" onAction="#upSearch" text="上一个"> |
||||||
<font> |
<font> |
||||||
<Font name="Microsoft YaHei" size="14.0" /> |
<Font name="Microsoft YaHei" size="14.0" /> |
||||||
</font> |
</font> |
||||||
</JFXButton> |
</JFXButton> |
||||||
<JFXButton onAction="#clearHistory" text="全部清除"> |
<JFXButton fx:id="nextBtn" onAction="#downSearch" text="下一个"> |
||||||
<font> |
<font> |
||||||
<Font name="Microsoft YaHei" size="14.0" /> |
<Font name="Microsoft YaHei" size="14.0" /> |
||||||
</font> |
</font> |
||||||
</JFXButton> |
</JFXButton> |
||||||
</children> |
<JFXButton onAction="#clearHistory" text="全部清除"> |
||||||
</HBox> |
<font> |
||||||
</children> |
<Font name="Microsoft YaHei" size="14.0" /> |
||||||
<padding> |
</font> |
||||||
<Insets left="14.0" right="14.0" top="14.0" /> |
</JFXButton> |
||||||
</padding> |
</children> |
||||||
</fx:root> |
</HBox> |
||||||
|
</children> |
||||||
|
<padding> |
||||||
|
<Insets left="14.0" right="14.0" top="14.0" /> |
||||||
|
</padding> |
||||||
|
</fx:root> |
||||||
|
Loading…
Reference in new issue