-
Notifications
You must be signed in to change notification settings - Fork 0
/
RequestRoom.fxml
58 lines (56 loc) · 3.84 KB
/
RequestRoom.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
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.shape.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.text.*?>
<?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="#b6c9cd" height="400.0" layoutX="2.0" layoutY="7.0" stroke="#0a4d4c" strokeType="INSIDE" width="609.0" />
<Label alignment="CENTER" layoutX="206.0" layoutY="15.0" prefHeight="51.0" prefWidth="201.0" text="Request Room " textFill="#00415b">
<font>
<Font name="Didot Bold" size="17.0" />
</font>
</Label>
<Button layoutX="518.0" layoutY="357.0" mnemonicParsing="false" text="Back" />
<Label layoutX="70.0" layoutY="66.0" prefHeight="27.0" prefWidth="460.0" text="Enter the following detalils to request for booking a Classroom :" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#1d4c57" height="408.0" layoutX="-8.0" layoutY="-3.0" stroke="#0a4d4c" strokeType="INSIDE" width="29.0" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#134451" height="408.0" layoutX="585.0" layoutY="-4.0" stroke="BLACK" strokeType="INSIDE" width="29.0" />
<Ellipse fill="#768594" layoutX="180.0" layoutY="40.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Ellipse fill="#768594" layoutX="414.0" layoutY="40.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#86a3a8" height="1.0" layoutX="225.0" layoutY="53.0" stroke="#0a4d4c" strokeType="INSIDE" width="156.0" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#1c7686" height="14.0" layoutX="-7.0" layoutY="393.0" stroke="#0a4d4c" strokeType="INSIDE" width="620.0" />
<Ellipse fill="#768594" layoutX="600.0" layoutY="391.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#2b7480" height="14.0" layoutX="-7.0" layoutY="-7.0" stroke="#0a4d4c" strokeType="INSIDE" width="620.0" />
<Ellipse fill="#768594" layoutX="600.0" layoutY="7.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Ellipse fill="#768594" layoutX="8.0" layoutY="7.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Ellipse fill="#768594" layoutX="8.0" layoutY="393.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Label layoutX="94.0" layoutY="125.0" prefHeight="27.0" prefWidth="124.0" text="Enter Week Day">
<font>
<Font size="14.0" />
</font>
</Label>
<ComboBox editable="true" layoutX="344.0" layoutY="125.0" prefHeight="27.0" prefWidth="170.0" promptText="Weekday" />
<Label layoutX="94.0" layoutY="189.0" prefHeight="25.0" prefWidth="112.0" text="Enter Time-Slot">
<font>
<Font size="14.0" />
</font>
</Label>
<Label layoutX="96.0" layoutY="243.0" text="Purpose">
<font>
<Font size="14.0" />
</font>
</Label>
<Label layoutX="96.0" layoutY="301.0" text="Room preferred">
<font>
<Font size="14.0" />
</font>
</Label>
<Button layoutX="450.0" layoutY="357.0" mnemonicParsing="false" text="SUBMIT" />
<ComboBox editable="true" layoutX="343.0" layoutY="188.0" prefHeight="25.0" prefWidth="170.0" promptText="Time-Slot" />
<ComboBox editable="true" layoutX="343.0" layoutY="299.0" prefHeight="25.0" prefWidth="170.0" promptText="Room" />
<TextField layoutX="344.0" layoutY="241.0" prefHeight="25.0" prefWidth="170.0" promptText="Purpose" />
</children>
</Pane>