19 lines
1.0 KiB
XML
19 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
||
<?import javafx.geometry.Insets?>
|
||
<?import javafx.scene.control.TextArea?>
|
||
<?import javafx.scene.layout.AnchorPane?>
|
||
<?import javafx.scene.text.Font?>
|
||
|
||
<AnchorPane prefHeight="800.0" prefWidth="1000.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
||
<padding>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</padding>
|
||
<children>
|
||
<TextArea editable="false" prefHeight="800.0" prefWidth="1000.0" text="工作内容: 1.检查档案管理系统或电子目录的挂接准确率(要求100%) 2.逐件验证数字化成果与目录的关联性。如挂接内容与档案目录不一致,则验收不通过,要求整改。 3.验证结果填入《挂接检查登记表》(附件5)。" wrapText="true" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
||
<font>
|
||
<Font size="18.0" />
|
||
</font></TextArea>
|
||
</children>
|
||
</AnchorPane>
|