-
Notifications
You must be signed in to change notification settings - Fork 0
/
FXMLDocument.fxml
106 lines (104 loc) · 4.71 KB
/
FXMLDocument.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" prefHeight="661.0" prefWidth="921.0" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="javafxmlapplication1.FXMLDocumentController">
<children>
<Button layoutX="33.0" layoutY="259.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="57.0" text="Memo" textAlignment="CENTER">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button layoutX="20.0" layoutY="150.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="84.0" text="Attendance">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button layoutX="30.0" layoutY="372.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="66.0" text="Delivery">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button layoutX="269.0" layoutY="150.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="56.0" text="Order">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button layoutX="250.0" layoutY="259.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="93.0" text="Leader Board">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button layoutX="129.0" layoutY="372.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="102.0" text="Customer Complaints">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button layoutX="136.0" layoutY="150.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="84.0" text="Work Note">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<Button layoutX="129.0" layoutY="259.0" mnemonicParsing="false" prefHeight="28.0" prefWidth="102.0" text="Product Catalog">
<font>
<Font name="System Bold" size="12.0" />
</font>
</Button>
<TextField alignment="CENTER" editable="false" layoutY="-1.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="148.0" layoutY="38.0" strokeType="OUTSIDE" strokeWidth="0.0" text="PRAN">
<font>
<Font name="System Bold" size="28.0" />
</font>
</Text>
<ImageView fitHeight="48.0" fitWidth="48.0" layoutX="39.0" layoutY="205.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/memo.png" />
</image>
</ImageView>
<ImageView fitHeight="48.0" fitWidth="48.0" layoutX="273.0" layoutY="94.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/order.png" />
</image>
</ImageView>
<ImageView fitHeight="77.0" fitWidth="88.0" layoutX="138.0" layoutY="79.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/work%20note.png" />
</image>
</ImageView>
<ImageView fitHeight="56.0" fitWidth="90.0" layoutX="35.0" layoutY="322.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/delivery.png" />
</image>
</ImageView>
<ImageView fitHeight="56.0" fitWidth="90.0" layoutX="150.0" layoutY="205.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/catalog.png" />
</image>
</ImageView>
<ImageView fitHeight="56.0" fitWidth="90.0" layoutX="35.0" layoutY="91.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/2620267.png" />
</image>
</ImageView>
<ImageView fitHeight="48.0" fitWidth="66.0" layoutX="153.0" layoutY="322.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/2031267-200.png" />
</image>
</ImageView>
<ImageView fitHeight="48.0" fitWidth="56.0" layoutX="270.0" layoutY="208.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../image/leaderbo.png" />
</image>
</ImageView>
<Pane layoutX="-8.0" layoutY="-15.0" prefHeight="676.0" prefWidth="386.0" style="-fx-border-color: black;" />
</children>
</AnchorPane>