-
Notifications
You must be signed in to change notification settings - Fork 0
/
Memo.fxml
50 lines (48 loc) · 2.89 KB
/
Memo.fxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" prefHeight="640.0" prefWidth="873.0" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1">
<children>
<TextField alignment="CENTER" editable="false" layoutX="14.0" layoutY="9.0" prefHeight="56.0" prefWidth="378.0" style="-fx-background-color: green; -fx-font-style: green;">
<font>
<Font name="System Bold" size="23.0" />
</font>
</TextField>
<Text fill="WHITE" layoutX="163.0" layoutY="48.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Memo">
<font>
<Font name="System Bold" size="28.0" />
</font>
</Text>
<TextField alignment="TOP_LEFT" layoutX="52.0" layoutY="138.0" prefHeight="37.0" prefWidth="307.0" text="Store Name, Address, Payable Amount" />
<TextField layoutX="301.0" layoutY="83.0" prefHeight="27.0" prefWidth="85.0" style="-fx-border-color: green; -fx-background-color: green;" />
<Label layoutX="311.0" layoutY="89.0" style="-fx-background-color: dark;" text="2022-08-26" textFill="WHITE">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Label>
<Label layoutX="265.0" layoutY="87.0" style="-fx-background-color: dark;" text="Date">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Label>
<TextField alignment="TOP_LEFT" layoutX="54.0" layoutY="349.0" prefHeight="37.0" prefWidth="307.0" text="Store Name, Address, Payable Amount" />
<TextField alignment="TOP_LEFT" layoutX="54.0" layoutY="292.0" prefHeight="37.0" prefWidth="307.0" text="Store Name, Address, Payable Amount" />
<TextField alignment="TOP_LEFT" layoutX="54.0" layoutY="242.0" prefHeight="37.0" prefWidth="307.0" text="Store Name, Address, Payable Amount" />
<TextField alignment="TOP_LEFT" layoutX="54.0" layoutY="192.0" prefHeight="37.0" prefWidth="307.0" text="Store Name, Address, Payable Amount" />
<TextField layoutX="57.0" layoutY="481.0" prefHeight="27.0" prefWidth="85.0" style="-fx-border-color: green; -fx-background-color: green;" />
<TextField layoutX="276.0" layoutY="481.0" prefHeight="27.0" prefWidth="85.0" style="-fx-border-color: green; -fx-background-color: green;" />
<Label layoutX="303.0" layoutY="486.0" style="-fx-background-color: dark;" text="Print" textFill="WHITE">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Label>
<Label layoutX="79.0" layoutY="486.0" style="-fx-background-color: dark;" text="Challan" textAlignment="CENTER" textFill="WHITE">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Label>
</children>
</AnchorPane>