mirror of
https://gitee.com/willfree/minoaClientWindows_gradle.git
synced 2026-06-03 08:16:56 +08:00
32 lines
3.5 KiB
XML
32 lines
3.5 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" stylesheets="@ReimbursementDeal.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="cn.minoa.view.home.SingleReimbursementDetailsController">
|
|
<children>
|
|
<Button mnemonicParsing="false" opacity="0.0" text="避免聚焦" />
|
|
<Text layoutX="65.0" layoutY="65.0" strokeType="OUTSIDE" strokeWidth="0.0" text="申报人:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="20.0" />
|
|
<Text layoutX="36.0" layoutY="73.0" strokeType="OUTSIDE" strokeWidth="0.0" text="审核人:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="60.0" />
|
|
<Text layoutX="30.0" layoutY="90.0" strokeType="OUTSIDE" strokeWidth="0.0" text="审批状态:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="100.0" />
|
|
<Text layoutX="30.0" layoutY="118.0" strokeType="OUTSIDE" strokeWidth="0.0" text="报销金额:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="140.0" />
|
|
<Text layoutX="42.0" layoutY="160.0" strokeType="OUTSIDE" strokeWidth="0.0" text="单据张数:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="180.0" />
|
|
<Text layoutX="30.0" layoutY="199.0" strokeType="OUTSIDE" strokeWidth="0.0" text="报销内容:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="220.0" />
|
|
<Text layoutX="18.0" layoutY="219.0" strokeType="OUTSIDE" strokeWidth="0.0" text="费用详细:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="260.0" />
|
|
<Text fx:id="reimFilesTitleText" layoutX="42.0" layoutY="243.0" strokeType="OUTSIDE" strokeWidth="0.0" text="报销凭证:" AnchorPane.leftAnchor="30.0" AnchorPane.topAnchor="400.0" />
|
|
<TextArea fx:id="detailTextArea" layoutX="135.0" layoutY="220.0" prefHeight="200.0" prefWidth="200.0" wrapText="true" AnchorPane.bottomAnchor="210.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="285.0" />
|
|
<Text fx:id="senderText" layoutX="105.0" layoutY="32.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="20.0" />
|
|
<Text fx:id="receiverText" layoutX="100.0" layoutY="72.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="60.0" />
|
|
<Text fx:id="processText" layoutX="170.0" layoutY="112.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="100.0" />
|
|
<Text fx:id="moneyText" layoutX="100.0" layoutY="145.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="140.0" />
|
|
<Text fx:id="numberText" layoutX="100.0" layoutY="185.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="180.0" />
|
|
<Text fx:id="contentText" layoutX="100.0" layoutY="232.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" AnchorPane.leftAnchor="100.0" AnchorPane.topAnchor="220.0" />
|
|
<ListView fx:id="reimFiles" layoutX="112.0" layoutY="386.0" prefHeight="200.0" prefWidth="200.0" AnchorPane.bottomAnchor="50.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="420.0" />
|
|
<Button layoutX="417.0" layoutY="563.0" mnemonicParsing="false" onAction="#exit" text="OK" AnchorPane.bottomAnchor="15.0" AnchorPane.rightAnchor="20.0" />
|
|
</children>
|
|
</AnchorPane>
|