-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathemergencyward.fxml
174 lines (172 loc) · 9.52 KB
/
emergencyward.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
173
174
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="1009.0" styleClass="gradient-background" stylesheets="@styles.css" xmlns="http://javafx.com/javafx/18" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.hopeitworks.HelloController">
<top>
<HBox alignment="BOTTOM_LEFT" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="51.0" prefWidth="1002.0" BorderPane.alignment="CENTER">
<children>
<Label alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="53.0" prefWidth="214.0" styleClass="shadow" text="Bed Info">
<font>
<Font name="Berlin Sans FB" size="20.0" />
</font>
</Label>
<HBox prefHeight="51.0" prefWidth="785.0">
<children>
<HBox prefHeight="51.0" prefWidth="554.0">
<children>
<HBox prefHeight="51.0" prefWidth="442.0" />
<HBox alignment="CENTER" prefHeight="51.0" prefWidth="109.0" />
</children>
</HBox>
</children></HBox>
<ImageView fitHeight="60.0" fitWidth="50.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../../../../appconnector/src/main/resources/images/person.png" />
</image>
</ImageView>
</children>
</HBox>
</top>
<left>
<VBox prefHeight="549.0" prefWidth="206.0" styleClass="container" stylesheets="@../IdeaProjects/primary1/src/main/resources/styles.css" BorderPane.alignment="CENTER">
<children>
<HBox prefHeight="35.0" prefWidth="206.0">
<children>
<Label alignment="CENTER" contentDisplay="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="53.0" prefWidth="206.0" text="Ward Name" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="25.0" />
</font>
</Label>
</children>
</HBox>
<Button mnemonicParsing="false" onAction="#onchangeSceneButtonClick" prefHeight="80.0" prefWidth="214.0" styleClass="container" text="General Ward" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeSceneButtonClick" prefHeight="80.0" prefWidth="214.0" styleClass="container" text="Emergency Ward" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeSceneButtonClick" prefHeight="80.0" prefWidth="214.0" styleClass="container" text="ICU" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeSceneButtonClick" prefHeight="80.0" prefWidth="214.0" styleClass="container" text="Private A" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeSceneButtonClick" prefHeight="80.0" prefWidth="214.0" styleClass="container" text="Private B" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
</children>
</VBox>
</left>
<right>
<VBox alignment="TOP_RIGHT" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="531.0" prefWidth="226.0" spacing="20.0" styleClass="shadow" stylesheets="@../IdeaProjects/primary1/src/main/resources/styles.css" BorderPane.alignment="CENTER_LEFT">
<children>
<TextField prefHeight="28.0" prefWidth="226.0" text="Search Bar">
<font>
<Font name="Book Antiqua" size="12.0" />
</font>
</TextField>
<HBox prefHeight="394.0" prefWidth="226.0" />
<VBox prefHeight="160.0" prefWidth="226.0">
<children>
<HBox prefHeight="39.0" prefWidth="226.0">
<children>
<ImageView fitHeight="31.0" fitWidth="33.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../../../../appconnector/src/main/resources/images/teal.png" />
</image>
</ImageView>
<Label prefHeight="21.0" prefWidth="193.0" text=" Empty" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Label>
</children>
</HBox>
<HBox layoutX="10.0" layoutY="10.0" prefHeight="42.0" prefWidth="226.0">
<children>
<ImageView fitHeight="31.0" fitWidth="33.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../../../../../appconnector/src/main/resources/images/red.png" />
</image>
</ImageView>
<Label prefHeight="21.0" prefWidth="193.0" text=" Occupied" textFill="#f82c21">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Label>
</children>
</HBox>
<Button mnemonicParsing="false" onAction="#onBackButtonClick" prefHeight="25.0" prefWidth="225.0" styleClass="container" stylesheets="@styles.css" text="Back" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="17.0" />
</font>
</Button>
</children>
</VBox>
</children>
<opaqueInsets>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</opaqueInsets>
<padding>
<Insets bottom="10.0" />
</padding>
</VBox>
</right>
<center>
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="536.0" prefWidth="530.0" BorderPane.alignment="CENTER">
<children>
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="522.0" prefWidth="521.0" spacing="30.0">
<children>
<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="526.0" prefWidth="523.0" spacing="50.0">
<children>
<Button mnemonicParsing="false" onAction="#onchangeScene2ButtonClick" prefHeight="50.0" prefWidth="90.0" styleClass="container" text="201" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeScene2ButtonClick" prefHeight="50.0" prefWidth="90.0" styleClass="container" text="202" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeScene2ButtonClick" prefHeight="50.0" prefWidth="90.0" styleClass="container" text="203" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeScene2ButtonClick" prefHeight="50.0" prefWidth="90.0" styleClass="container" text="204" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
<Button mnemonicParsing="false" onAction="#onchangeScene2ButtonClick" prefHeight="50.0" prefWidth="90.0" styleClass="container" text="205" textFill="#037c7c">
<font>
<Font name="Berlin Sans FB" size="18.0" />
</font>
</Button>
</children>
</VBox>
</children>
</VBox>
</children>
</VBox>
</center>
</BorderPane>