-
Notifications
You must be signed in to change notification settings - Fork 0
/
CancelRoom.fxml
52 lines (50 loc) · 3.56 KB
/
CancelRoom.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
<?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="190.0" layoutY="14.0" prefHeight="51.0" prefWidth="201.0" text="CANCEL BOOKING" 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="66.0" layoutY="75.0" prefHeight="27.0" prefWidth="460.0" text="Enter the following detalils to cancel a booked 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="169.0" layoutY="40.0" radiusX="7.0" radiusY="7.0" stroke="BLACK" strokeType="INSIDE" />
<Ellipse fill="#768594" layoutX="411.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="213.0" layoutY="54.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="120.0" layoutY="114.0" prefHeight="27.0" prefWidth="124.0" text="Enter Week Day">
<font>
<Font size="14.0" />
</font>
</Label>
<ComboBox editable="true" layoutX="336.0" layoutY="115.0" prefHeight="25.0" prefWidth="170.0" promptText="Weekday" />
<Label layoutX="120.0" layoutY="161.0" text="Enter Time Slot">
<font>
<Font size="14.0" />
</font>
</Label>
<Label layoutX="120.0" layoutY="207.0" text="Enter Classroom">
<font>
<Font size="14.0" />
</font>
</Label>
<Button layoutX="451.0" layoutY="357.0" mnemonicParsing="false" text="Cancel" />
<ComboBox editable="true" layoutX="336.0" layoutY="159.0" prefHeight="25.0" prefWidth="170.0" promptText="Time-Slot" />
<ComboBox editable="true" layoutX="336.0" layoutY="205.0" prefHeight="25.0" prefWidth="170.0" promptText="Room-Number" />
</children>
</Pane>