157 lines
7.7 KiB
XML
157 lines
7.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
||
<?import javafx.geometry.Insets?>
|
||
<?import javafx.scene.control.Button?>
|
||
<?import javafx.scene.control.Label?>
|
||
<?import javafx.scene.control.TextArea?>
|
||
<?import javafx.scene.control.TextField?>
|
||
<?import javafx.scene.layout.ColumnConstraints?>
|
||
<?import javafx.scene.layout.GridPane?>
|
||
<?import javafx.scene.layout.RowConstraints?>
|
||
<?import javafx.scene.text.Font?>
|
||
|
||
<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.StorageCarrierPaneController">
|
||
<columnConstraints>
|
||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="226.33331298828125" minWidth="10.0" percentWidth="10.0" prefWidth="108.33333333333334" />
|
||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="559.3333511352539" minWidth="10.0" percentWidth="40.0" prefWidth="373.00002034505206" />
|
||
<ColumnConstraints hgrow="SOMETIMES" maxWidth="345.3333435058594" minWidth="10.0" percentWidth="25.0" prefWidth="227.00004069010413" />
|
||
<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="602.0000152587891" minHeight="10.0" prefHeight="534.6666615804037" 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="5.0" />
|
||
</GridPane.margin>
|
||
</Label>
|
||
<Label text="将档案目录、哈希值列表文件和检测过程文件打包制成打包制成“数字化验收检测包.rar”压缩包" GridPane.columnSpan="4" GridPane.halignment="CENTER" GridPane.rowIndex="1" GridPane.valignment="CENTER">
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
<font>
|
||
<Font name="System Bold" size="14.0" />
|
||
</font>
|
||
</Label>
|
||
<Label text="反馈结果:" GridPane.rowIndex="3">
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
<GridPane.margin>
|
||
<Insets left="5.0" />
|
||
</GridPane.margin>
|
||
</Label>
|
||
<Label text="载入压缩包:" GridPane.rowIndex="2">
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
<GridPane.margin>
|
||
<Insets left="5.0" />
|
||
</GridPane.margin>
|
||
</Label>
|
||
<TextField fx:id="loadDigitalOutcomes" GridPane.columnIndex="1" GridPane.hgrow="ALWAYS">
|
||
<GridPane.margin>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
</TextField>
|
||
<TextField fx:id="loadCompressedFile" GridPane.columnIndex="1" GridPane.rowIndex="2">
|
||
<GridPane.margin>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
</TextField>
|
||
<TextArea fx:id="result7TA" editable="false" GridPane.columnSpan="3" GridPane.hgrow="ALWAYS" GridPane.rowIndex="4">
|
||
<GridPane.margin>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
</TextArea>
|
||
<Button fx:id="selectLoadDigitalOutcomes7B" mnemonicParsing="false" onAction="#onSelectLD" text="选择文件" textAlignment="CENTER" GridPane.columnIndex="2" GridPane.halignment="CENTER" GridPane.valignment="CENTER">
|
||
<GridPane.margin>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</padding>
|
||
<font>
|
||
<Font size="14.0" />
|
||
</font>
|
||
</Button>
|
||
<Button fx:id="generateHashFile7B" mnemonicParsing="false" onAction="#onGenerateHF" text="生成哈希值列表文件" GridPane.columnIndex="3" GridPane.halignment="CENTER" GridPane.valignment="CENTER">
|
||
<GridPane.margin>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</padding>
|
||
<font>
|
||
<Font size="14.0" />
|
||
</font>
|
||
</Button>
|
||
<Button fx:id="selectLoadCompressedFile7B" mnemonicParsing="false" onAction="#onSelectLC" text="选择文件" GridPane.columnIndex="2" GridPane.halignment="CENTER" GridPane.rowIndex="2" GridPane.valignment="CENTER">
|
||
<GridPane.margin>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</padding>
|
||
<font>
|
||
<Font size="14.0" />
|
||
</font>
|
||
</Button>
|
||
<Button fx:id="caculateHash7B" mnemonicParsing="false" onAction="#onCaculateHash" text="计算哈希值" GridPane.columnIndex="3" GridPane.halignment="CENTER" GridPane.rowIndex="2" GridPane.valignment="CENTER">
|
||
<GridPane.margin>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</padding>
|
||
<font>
|
||
<Font size="14.0" />
|
||
</font>
|
||
</Button>
|
||
<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>
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
<font>
|
||
<Font size="14.0" />
|
||
</font>
|
||
</TextArea>
|
||
<Label text="工作内容:" GridPane.columnIndex="3" GridPane.rowIndex="3">
|
||
<GridPane.margin>
|
||
<Insets left="10.0" />
|
||
</GridPane.margin>
|
||
<padding>
|
||
<Insets bottom="2.0" left="2.0" right="2.0" top="2.0" />
|
||
</padding>
|
||
</Label>
|
||
<Button fx:id="clearSelectedFoldersButton" mnemonicParsing="false" onAction="#onClearSelectedFolders" text="清除" GridPane.columnIndex="2">
|
||
<font>
|
||
<Font size="14.0" />
|
||
</font>
|
||
</Button>
|
||
</children>
|
||
<padding>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</padding>
|
||
</GridPane>
|