<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>

<VBox maxHeight="400.0" maxWidth="600.0" minHeight="400.0" minWidth="600.0" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.72" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.TestPrint3ReportController">
   <children>
      <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity">
         <children>
            <Rectangle arcHeight="5.0" arcWidth="5.0" fill="WHITE" height="400.0" stroke="BLACK" strokeType="INSIDE" width="600.0" />
            <Label layoutX="257.0" layoutY="36.0" text="領収書">
               <font>
                  <Font name="MS Mincho" size="30.0" />
               </font>
            </Label>
            <Line endX="200.0" layoutX="172.0" layoutY="155.0" startX="-100.0" AnchorPane.bottomAnchor="244.5" AnchorPane.leftAnchor="71.5" AnchorPane.rightAnchor="228.5" AnchorPane.topAnchor="154.5" />
            <Label layoutX="335.0" layoutY="120.0" text="様">
               <font>
                  <Font name="MS Mincho" size="25.0" />
               </font>
            </Label>
            <Label layoutX="479.0" layoutY="133.0" text="年　　　月　　　日">
               <font>
                  <Font name="MS Mincho" size="12.0" />
               </font>
            </Label>
            <Rectangle arcHeight="5.0" arcWidth="5.0" fill="WHITE" height="100.0" layoutX="458.0" layoutY="168.0" stroke="BLACK" strokeType="INSIDE" width="100.0" />
            <Rectangle arcHeight="5.0" arcWidth="5.0" fill="#ffffff00" height="105.0" layoutX="456.0" layoutY="166.0" stroke="BLACK" strokeType="INSIDE" width="105.0" />
            <Label layoutX="490.0" layoutY="200.0" text="税　入" textOverrun="CLIP" wrapText="true">
               <font>
                  <Font name="MS Mincho" size="12.0" />
               </font>
            </Label>
            <Label layoutX="490.0" layoutY="225.0" text="印　紙" textOverrun="CLIP" wrapText="true" />
            <Label layoutX="125.0" layoutY="254.0" text="但し">
               <font>
                  <Font name="MS Mincho" size="12.0" />
               </font>
            </Label>
            <Rectangle arcHeight="5.0" arcWidth="5.0" fill="#c6c6c6" height="45.0" layoutX="106.0" layoutY="199.0" stroke="BLACK" strokeType="INSIDE" strokeWidth="0.0" width="300.0" />
            <Line endX="200.0" layoutX="207.0" layoutY="243.0" startX="-100.0" strokeWidth="2.0" />
            <Line endX="200.0" layoutX="207.0" layoutY="200.0" startX="-100.0" strokeWidth="2.0" />
            <Label layoutX="185.0" layoutY="271.0" text="上記証に領収いたしました">
               <font>
                  <Font name="MS Mincho" size="12.0" />
               </font>
            </Label>
            <Label layoutX="406.0" layoutY="310.0" text="軽Lab">
               <font>
                  <Font name="Meiryo UI Bold" size="15.0" />
               </font>
            </Label>
            <Label layoutX="406.0" layoutY="331.0" text="http://krr.blog.shinobi.jp/" />
            <Label layoutX="124.0" layoutY="208.0" text="￥">
               <font>
                  <Font name="MS Mincho" size="27.0" />
               </font>
            </Label>
            <Label fx:id="name" layoutX="152.0" layoutY="119.0" text="○○　○○">
               <font>
                  <Font name="MS Mincho" size="28.0" />
               </font>
            </Label>
            <Label fx:id="money" layoutX="162.0" layoutY="207.0" text="○○○○○○○○">
               <font>
                  <Font name="MS Mincho" size="28.0" />
               </font>
            </Label>
         </children>
      </AnchorPane>
   </children>
</VBox>
