界面修改(大小和缩放)
This commit is contained in:
parent
63790e4c51
commit
dcfc19aafa
|
|
@ -53,7 +53,7 @@ public class SceneManager {
|
|||
* Switch main view.
|
||||
*/
|
||||
public static void switchMainView() {
|
||||
SceneManager.loadView("/fxml/main-view.fxml", "淮阴区数字化档案检查验收系统 - 主界面", 1000, 1000);
|
||||
SceneManager.loadView("/fxml/main-view.fxml", "淮阴区数字化档案检查验收系统 - 主界面", 1200, 900);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
-fx-font-size: 16px;
|
||||
-fx-alignment: CENTER;
|
||||
-fx-padding: 0 10 0 10;
|
||||
-fx-max-width: 180px;
|
||||
-fx-max-width: 100px;
|
||||
-fx-translate-x: 6px;
|
||||
-fx-text-overrun: ellipsis;
|
||||
}
|
||||
|
|
@ -67,9 +67,17 @@
|
|||
}
|
||||
|
||||
/* Tab重叠调整 */
|
||||
/* 文字少的标签页样式 */
|
||||
.tab-pane > .tab-header-area > .headers-region > .tab {
|
||||
-fx-background-insets: 0 -15 0 0;
|
||||
-fx-min-width: 200px;
|
||||
-fx-min-width: 80px;
|
||||
-fx-pref-width: 180px;
|
||||
-fx-max-height: 300px;
|
||||
}
|
||||
|
||||
/* 文字多的标签页样式 */
|
||||
.tab-pane > .tab-header-area > .headers-region > .tab.long-text-tab {
|
||||
-fx-background-insets: 0 -15 0 0;
|
||||
-fx-pref-width: 300px;
|
||||
-fx-max-height: 300px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@
|
|||
<ColumnConstraints />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="173.0" minHeight="10.0" prefHeight="71.00000127156576" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="173.0" minHeight="10.0" prefHeight="77.66666539510092" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="173.0" minHeight="10.0" prefHeight="49.33331298828125" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="592.6666666666666" minHeight="10.0" prefHeight="581.3333536783855" vgrow="SOMETIMES" />
|
||||
<RowConstraints fillHeight="false" maxHeight="173.0" prefHeight="71.00000127156576" vgrow="NEVER" />
|
||||
<RowConstraints fillHeight="false" maxHeight="173.0" minHeight="-Infinity" prefHeight="77.66666539510092" vgrow="NEVER" />
|
||||
<RowConstraints fillHeight="false" maxHeight="173.0" prefHeight="49.33331298828125" vgrow="NEVER" />
|
||||
<RowConstraints maxHeight="592.6666666666666" prefHeight="581.3333536783855" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<TextArea fx:id="result1B" editable="false" GridPane.columnSpan="3" GridPane.rowIndex="3">
|
||||
|
|
|
|||
|
|
@ -14,42 +14,42 @@
|
|||
<GridPane prefHeight="800.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="top.r3944realms.docchecktoolrefactored.ui.module.PathCheckPaneController">
|
||||
<columnConstraints>
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="940.0" minWidth="0.0" percentWidth="0.0" prefWidth="104.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="940.0" minWidth="10.0" percentWidth="0.0" prefWidth="104.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="940.0" minWidth="10.0" percentWidth="0.0" prefWidth="104.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1881.0" minWidth="10.0" prefWidth="821.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="903.0" minWidth="10.0" prefWidth="734.0" />
|
||||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="965.0" minWidth="10.0" prefWidth="867.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="224.0" minHeight="0.0" prefHeight="49.333343505859375" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="289.0" minHeight="10.0" prefHeight="68.66666920979819" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="373.0" minHeight="10.0" prefHeight="76.66666412353516" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="224.0" minHeight="0.0" prefHeight="31.333333333333343" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="573.3333180745443" minHeight="10.0" prefHeight="553.999989827474" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="224.0" prefHeight="49.333343505859375" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="289.0" prefHeight="68.66666920979819" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="373.0" minHeight="-Infinity" prefHeight="76.66666412353516" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="224.0" prefHeight="31.333333333333343" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="573.3333180745443" prefHeight="553.999989827474" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
<Label text="载入目录:">
|
||||
<padding>
|
||||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||||
</padding>
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
</Label>
|
||||
<Label text="载入文件夹:" GridPane.rowIndex="1">
|
||||
<padding>
|
||||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||||
</padding>
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
</Label>
|
||||
<Label text="反馈结果:" GridPane.rowIndex="3">
|
||||
<Label text="结果反馈:" GridPane.rowIndex="3">
|
||||
<padding>
|
||||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||||
</padding>
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
</Label>
|
||||
<TextArea fx:id="result2TA" editable="false" GridPane.columnSpan="4" GridPane.rowIndex="4">
|
||||
<padding>
|
||||
|
|
@ -66,9 +66,9 @@
|
|||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
<font>
|
||||
<Font size="14.0" />
|
||||
</font>
|
||||
<font>
|
||||
<Font size="14.0" />
|
||||
</font>
|
||||
</Button>
|
||||
<TextField fx:id="loadCatalog2TF" GridPane.columnIndex="2">
|
||||
<padding>
|
||||
|
|
@ -90,55 +90,55 @@
|
|||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</padding>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
</Button>
|
||||
<Button fx:id="selectJPGFolder2B" mnemonicParsing="false" onAction="#onSelectJPGF" text=" 选择文件夹" GridPane.columnIndex="3" GridPane.halignment="CENTER" GridPane.rowIndex="1" GridPane.valignment="CENTER">
|
||||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</padding>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
</Button>
|
||||
<Button fx:id="generateLogicalAddress2B" mnemonicParsing="false" onAction="#onGenerateLA" text="生成逻辑地址文件" GridPane.columnIndex="4" GridPane.halignment="CENTER" GridPane.valignment="CENTER">
|
||||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</padding>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
</Button>
|
||||
<Button fx:id="generatePhysicalAddress2B" mnemonicParsing="false" onAction="#onGeneratePA" text="生成物理地址文件" GridPane.columnIndex="4" GridPane.halignment="CENTER" GridPane.rowIndex="1" GridPane.valignment="CENTER">
|
||||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</padding>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
</Button>
|
||||
<TextArea editable="false" prefHeight="450.0" prefWidth="400.0" text="①获取数字化成果文件的物理存储路径(实际存储位置) ②处理案卷级/文件级目录生成逻辑存储路径(理论存储位置) ③自动对比物理路径与逻辑路径,识别以下问题: 1)文件漏扫/存储路径错误/命名不规范的文件 2)目录数据库档号错误或页数著录。 ④统计结果填入《查遗漏、查存储路径和命名规范登记表》(附件2)。 " wrapText="true" GridPane.columnIndex="4" GridPane.rowIndex="4">
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
<font>
|
||||
<Font size="14.0" />
|
||||
</font>
|
||||
<font>
|
||||
<Font size="14.0" />
|
||||
</font>
|
||||
</TextArea>
|
||||
<ChoiceBox fx:id="loadFolderType2CB" prefHeight="40.0" prefWidth="98.0" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowSpan="2" GridPane.valignment="CENTER">
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" right="10.0" />
|
||||
</GridPane.margin>
|
||||
<padding>
|
||||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||||
</padding>
|
||||
</ChoiceBox>
|
||||
<Label text="工作内容:" GridPane.columnIndex="4" GridPane.rowIndex="3">
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
</Label>
|
||||
<ChoiceBox fx:id="loadFolderType2CB" prefHeight="40.0" prefWidth="98.0" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowSpan="2" GridPane.valignment="CENTER">
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" right="10.0" />
|
||||
</GridPane.margin>
|
||||
<padding>
|
||||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||||
</padding>
|
||||
</ChoiceBox>
|
||||
<Label text="工作内容:" GridPane.columnIndex="4" GridPane.rowIndex="3">
|
||||
<GridPane.margin>
|
||||
<Insets left="10.0" />
|
||||
</GridPane.margin>
|
||||
</Label>
|
||||
</children>
|
||||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@
|
|||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="10.0" percentWidth="25.0" prefWidth="400.0" />
|
||||
</columnConstraints>
|
||||
<rowConstraints>
|
||||
<RowConstraints maxHeight="151.33334350585938" minHeight="0.0" percentHeight="7.0" prefHeight="55.00001017252603" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="407.0" minHeight="0.0" percentHeight="7.0" prefHeight="73.33333841959634" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="508.33333333333326" minHeight="0.0" percentHeight="7.0" prefHeight="73.99999491373697" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="591.6666666666667" minHeight="10.0" percentHeight="7.0" prefHeight="43.33332316080731" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="151.33334350585938" percentHeight="7.0" prefHeight="55.00001017252603" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="407.0" percentHeight="7.0" prefHeight="73.33333841959634" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="508.33333333333326" percentHeight="7.0" prefHeight="73.99999491373697" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="591.6666666666667" percentHeight="7.0" prefHeight="43.33332316080731" vgrow="SOMETIMES" />
|
||||
<RowConstraints maxHeight="602.0000152587891" minHeight="10.0" prefHeight="534.6666615804037" vgrow="SOMETIMES" />
|
||||
</rowConstraints>
|
||||
<children>
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
<Font size="14.0" />
|
||||
</font>
|
||||
</Button>
|
||||
<TextArea editable="false" prefWidth="400.0" text="①对照《存储载体检查登记表》(附件7)检查并记录存储载体的类型/数量/内容/可读性情况。 ②将数字化成果(包括单页、多页文件及目录)打包生成"数字化验收检测包.rar"(含目录、哈希值列表、检测文件) ③计算并验证压缩包的MD5或哈希值" wrapText="true" GridPane.columnIndex="3" GridPane.rowIndex="4">
|
||||
<TextArea editable="false" prefWidth="400.0" text="①对照《存储载体检查登记表》(附件7)检查并记录存储载体的类型/数量/内容/可读性情况。 ②将档案目录、哈希值列表文件和检测过程文件打包制成打包制成“数字化验收检测包.rar”压缩包 ③计算并验证压缩包的MD5或哈希值" wrapText="true" GridPane.columnIndex="3" GridPane.rowIndex="4">
|
||||
<GridPane.margin>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||||
</GridPane.margin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user