From 60a3f2bc64b7a5f502e4133ced31f0b25c88d3f1 Mon Sep 17 00:00:00 2001
From: Hunter0x7c7 <1125607007@qq.com>
Date: 星期四, 12 九月 2024 14:57:03 +0800
Subject: [PATCH] 版本v1.0.2(3)发布。
---
src/main/resources/forxml/sample.fxml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/forxml/sample.fxml b/src/main/resources/forxml/sample.fxml
index e39834a..a4b66f6 100644
--- a/src/main/resources/forxml/sample.fxml
+++ b/src/main/resources/forxml/sample.fxml
@@ -221,7 +221,7 @@
</font>
</Text>
<Text fill="#000000b3" layoutX="27.0" layoutY="118.0" strokeType="OUTSIDE"
- strokeWidth="0.0" text="寮�濮嬪悓姝ユ椂闂�">
+ strokeWidth="0.0" text="鍚姩鍚屾鏃堕棿">
<font>
<Font size="16.0"/>
</font>
@@ -266,9 +266,9 @@
<Font size="16.0"/>
</font>
</Text>
- <Button fx:id="btnSaveConfig" layoutX="44.0" layoutY="37.0" mnemonicParsing="false"
- onAction="#onClickSaveConfig" prefHeight="34.0" prefWidth="200.0"
- text="淇濆瓨閰嶇疆"/>
+ <Button fx:id="btnSaveConfig" cancelButton="true" layoutX="44.0" layoutY="37.0"
+ mnemonicParsing="false" onAction="#onClickSaveConfig" prefHeight="34.0"
+ prefWidth="200.0" text="淇濆瓨閰嶇疆"/>
<Button fx:id="btnStartSync" defaultButton="true" layoutX="44.0" layoutY="78.0"
mnemonicParsing="false" onAction="#onClickStartSync" prefHeight="62.0"
prefWidth="122.0" text="鍚姩">
@@ -276,9 +276,9 @@
<Font size="18.0"/>
</font>
</Button>
- <Button fx:id="btnStopSync" disable="true" layoutX="172.0" layoutY="78.0"
- mnemonicParsing="false" onAction="#onClickStopSync" prefHeight="62.0"
- prefWidth="72.0" text="鍋滄"/>
+ <Button fx:id="btnStopSync" cancelButton="true" disable="true" layoutX="172.0"
+ layoutY="78.0" mnemonicParsing="false" onAction="#onClickStopSync"
+ prefHeight="62.0" prefWidth="72.0" text="鍋滄"/>
</children>
</Pane>
</children>
--
Gitblit v1.9.1