19 lines
1.2 KiB
XML
19 lines
1.2 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" stylesheets="@../../css/step-3456-pane.css" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
|
||
<children>
|
||
<TextArea editable="false" prefHeight="800.0" prefWidth="1000.0" scrollLeft="1.0" text="工作内容: 1.汇总前两步检查结果,计算合格率,合格率不是100%则验收不通过,要求整改。 2.若合格率达到100%,则按总页数5%比例抽检: ①著录准确性/规范性/完整性(要求100%合格率); ②图像清晰度/倾斜度/黑边(要求95%以上的合格率); ③结果填入《质量检查登记表》(附件3)。" 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>
|
||
<padding>
|
||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
||
</padding>
|
||
</AnchorPane>
|