19 lines
920 B
XML
19 lines
920 B
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/17" xmlns:fx="http://javafx.com/fxml/1">
|
||
<children>
|
||
<TextArea editable="false" prefHeight="800.0" prefWidth="1000.0" text="工作内容: 对照《工作记录检查登记表》(附件6)检查数字化工作台帐的规范性及与成果的一致性,并在表格中登记检查情况。" 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>
|