mirror of
https://gitee.com/willfree/minoaClientWindows_gradle.git
synced 2026-06-05 15:39:45 +08:00
29 lines
2.9 KiB
XML
29 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.text.*?>
|
|
<?import java.lang.*?>
|
|
<?import java.util.*?>
|
|
<?import javafx.scene.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
<AnchorPane prefHeight="600.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="cn.minoa.view.home.WrittenReimbursementController">
|
|
<children>
|
|
<Text layoutX="58.0" layoutY="54.0" strokeType="OUTSIDE" strokeWidth="0.0" text="审核人:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="20.0" />
|
|
<Text layoutX="30.0" layoutY="87.0" strokeType="OUTSIDE" strokeWidth="0.0" text="报销金额:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="70.0" />
|
|
<Text layoutX="42.0" layoutY="133.0" strokeType="OUTSIDE" strokeWidth="0.0" text="单据张数:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="120.0" />
|
|
<Text layoutX="66.0" layoutY="195.0" strokeType="OUTSIDE" strokeWidth="0.0" text="报销内容:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="170.0" />
|
|
<Text layoutX="48.0" layoutY="239.0" strokeType="OUTSIDE" strokeWidth="0.0" text="费用详细:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="220.0" />
|
|
<Text layoutX="42.0" layoutY="289.0" strokeType="OUTSIDE" strokeWidth="0.0" text="报销凭证:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="360.0" />
|
|
<TextArea fx:id="detailArea" layoutX="90.0" layoutY="120.0" prefHeight="200.0" prefWidth="200.0" wrapText="true" AnchorPane.bottomAnchor="250.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="245.0" />
|
|
<ListView fx:id="reimbursementFiles" layoutX="108.0" layoutY="360.0" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="50.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="380.0" />
|
|
<Button layoutX="209.0" layoutY="550.0" mnemonicParsing="false" onAction="#addFilesToReimbursement" text="添加附件" AnchorPane.bottomAnchor="10.0" AnchorPane.rightAnchor="185.0" />
|
|
<Button layoutX="352.0" layoutY="567.0" mnemonicParsing="false" onAction="#exit" text="取消" AnchorPane.bottomAnchor="10.0" AnchorPane.rightAnchor="120.0" />
|
|
<Button layoutX="410.0" layoutY="567.0" mnemonicParsing="false" onAction="#handleSendReimbursement" text="发送" AnchorPane.bottomAnchor="10.0" AnchorPane.rightAnchor="55.0" />
|
|
<TextField fx:id="receiverField" layoutX="106.0" layoutY="16.0" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="16.0" />
|
|
<TextField fx:id="moneyField" layoutX="106.0" layoutY="66.0" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="66.0" />
|
|
<TextField fx:id="numberField" layoutX="106.0" layoutY="116.0" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="116.0" />
|
|
<TextField fx:id="contentField" layoutX="106.0" layoutY="166.0" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="166.0" />
|
|
</children>
|
|
</AnchorPane>
|