-
Notifications
You must be signed in to change notification settings - Fork 0
/
User_Admin.fxml
172 lines (90 loc) · 5.28 KB
/
User_Admin.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.image.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.layout.AnchorPane?>
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#d0e0e1" height="400.0" layoutX="-1.0" layoutY="-1.0" stroke="BLACK" strokeType="INSIDE" width="600.0" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#3c747c" height="50.0" stroke="#0a4d4c" strokeType="INSIDE" width="600.0" />
<HBox layoutX="-5.0" layoutY="4.0" prefHeight="42.0" prefWidth="611.0" spacing="20.0">
<children>
<Region prefHeight="37.0" prefWidth="2.0" />
<Label prefHeight="32.0" prefWidth="251.0" text="Hi! You've been successfully logged in!" textFill="WHITE" />
<Region prefHeight="38.0" prefWidth="83.0" />
<Label prefHeight="26.0" prefWidth="105.0" text="Want to Logout?" textFill="WHITE" />
<Button mnemonicParsing="false" text="Logout" />
</children>
<padding>
<Insets bottom="10.0" right="10.0" top="10.0" />
</padding>
</HBox>
<VBox layoutX="22.0" layoutY="51.0" prefHeight="338.0" prefWidth="179.0" spacing="20.0">
<children>
<ImageView fitHeight="144.0" fitWidth="151.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../bin/application/Admin_Logo.png" />
</image>
</ImageView>
<Label prefHeight="18.0" prefWidth="69.0" text="Username" />
<TextArea prefHeight="116.0" prefWidth="147.0" promptText="Add Tasks for the day" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</VBox>
<VBox layoutX="209.0" layoutY="51.0" prefHeight="363.0" prefWidth="330.0">
<children>
<HBox prefHeight="73.0" prefWidth="360.0" spacing="20.0">
<children>
<Label prefHeight="53.0" prefWidth="212.0" text="View Availability of Classroom" />
<Button mnemonicParsing="false" prefHeight="48.0" prefWidth="93.0" text="View" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</HBox>
<HBox layoutX="20.0" layoutY="20.0" prefHeight="73.0" prefWidth="360.0" spacing="20.0">
<children>
<Label prefHeight="54.0" prefWidth="214.0" text="Add a Classroom Booking" />
<Button mnemonicParsing="false" prefHeight="48.0" prefWidth="93.0" text="Add" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</HBox>
<HBox layoutX="20.0" layoutY="93.0" prefHeight="73.0" prefWidth="360.0" spacing="20.0">
<children>
<Label prefHeight="54.0" prefWidth="214.0" text="Cancel a Classroom Booking" />
<Button mnemonicParsing="false" prefHeight="48.0" prefWidth="93.0" text="Cancel" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</HBox>
<HBox layoutX="20.0" layoutY="166.0" prefHeight="73.0" prefWidth="360.0" spacing="20.0">
<children>
<Label prefHeight="50.0" prefWidth="213.0" text="Check for Requests" />
<Button mnemonicParsing="false" prefHeight="48.0" prefWidth="93.0" text="Check" />
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</HBox>
</children>
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</padding>
</VBox>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#0f2b2f" height="356.0" layoutX="-1.0" layoutY="46.0" stroke="#0a4d4c" strokeType="INSIDE" width="19.0" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#093339" height="356.0" layoutX="586.0" layoutY="46.0" stroke="#0a4d4c" strokeType="INSIDE" width="19.0" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#356e75" height="14.0" layoutX="1.0" layoutY="386.0" stroke="#0a4d4c" strokeType="INSIDE" width="594.0" />
<Ellipse fill="#768594" layoutX="9.0" layoutY="50.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Ellipse fill="#768594" layoutX="9.0" layoutY="386.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Ellipse fill="#768594" layoutX="595.0" layoutY="386.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Ellipse fill="#768594" layoutX="593.0" layoutY="52.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
</children>
</Pane>