-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStaffCreate.fxml
More file actions
203 lines (201 loc) · 13.4 KB
/
StaffCreate.fxml
File metadata and controls
203 lines (201 loc) · 13.4 KB
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.image.*?>
<?import javafx.scene.paint.*?>
<?import javafx.scene.text.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.layout.AnchorPane?>
<AnchorPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="580.0" prefWidth="850.0" stylesheets="@../../style.css" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="healthcareLook.StaffCreateController">
<children>
<ScrollPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="580.0" prefWidth="800.0" stylesheets="@../../style.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<content>
<Pane id="pane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="580.0" prefWidth="850.0" stylesheets="@../../style.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Label layoutX="176.0" layoutY="37.0" prefHeight="40.0" prefWidth="394.0" text="Welcome new Employee" textFill="#eb0c0c">
<font>
<Font name="Times New Roman Bold" size="36.0" />
</font>
</Label>
<Label layoutX="176.0" layoutY="96.0" prefHeight="58.0" prefWidth="320.0" text="Please enter the employee details below">
<font>
<Font size="17.0" />
</font>
</Label>
<TextField fx:id="staffFirstName" layoutX="95.0" layoutY="177.0" />
<TextField fx:id="staffLastName" layoutX="397.0" layoutY="178.0" />
<Label fx:id="fNameLabel" layoutX="14.0" layoutY="177.0" prefHeight="25.0" prefWidth="81.0" text="First Name">
<font>
<Font name="Times New Roman Bold" size="15.0" />
</font>
</Label>
<Label fx:id="lNameLabel" layoutX="312.0" layoutY="178.0" prefHeight="25.0" prefWidth="81.0" text="Last Name">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Button fx:id="staffSave" layoutX="174.0" layoutY="497.0" mnemonicParsing="false" prefHeight="50.0" prefWidth="149.0" text="Save Information">
<font>
<Font name="Times New Roman Bold" size="15.0" />
</font>
</Button>
<Label fx:id="saveResult" layoutX="402.0" layoutY="633.0" prefHeight="111.0" prefWidth="212.0" />
<Label fx:id="lNameLabel1" layoutX="11.0" layoutY="223.0" prefHeight="25.0" prefWidth="81.0" text="SSN#">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Label fx:id="lNameLabel2" layoutX="312.0" layoutY="236.0" prefHeight="25.0" prefWidth="81.0" text="Address">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Label fx:id="lNameLabel3" layoutX="312.0" layoutY="288.0" prefHeight="25.0" prefWidth="81.0" text="Zip">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Label fx:id="lNameLabel4" layoutX="11.0" layoutY="275.0" prefHeight="25.0" prefWidth="81.0" text="City">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Label fx:id="lNameLabel5" layoutX="14.0" layoutY="330.0" prefHeight="25.0" prefWidth="81.0" text="County">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Label fx:id="lNameLabel8" layoutX="303.0" layoutY="401.0" prefHeight="25.0" prefWidth="81.0" text="Gender:">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Label fx:id="lNameLabel9" layoutX="303.0" layoutY="343.0" prefHeight="25.0" prefWidth="81.0" text="DOB">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<Label fx:id="lNameLabel10" layoutX="14.0" layoutY="381.0" prefHeight="25.0" prefWidth="81.0" text="Phone ">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<TextField fx:id="staffSsn" layoutX="95.0" layoutY="223.0" />
<TextField fx:id="staffAddress" layoutX="397.0" layoutY="236.0" />
<TextField fx:id="staffCity" layoutX="93.0" layoutY="275.0" />
<TextField fx:id="staffCounty" layoutX="94.0" layoutY="330.0" />
<TextField fx:id="staffZip" layoutX="397.0" layoutY="288.0" />
<TextField fx:id="staffPhone" layoutX="93.0" layoutY="381.0" />
<DatePicker fx:id="staffDob" layoutX="399.0" layoutY="343.0" prefHeight="25.0" prefWidth="145.0" />
<RadioButton fx:id="staffMale" layoutX="402.0" layoutY="403.0" mnemonicParsing="false" text="Male">
<toggleGroup>
<ToggleGroup fx:id="genderToggle" />
</toggleGroup>
<font>
<Font name="Times New Roman Bold" size="15.0" />
</font>
</RadioButton>
<RadioButton fx:id="staffFemale" layoutX="471.0" layoutY="404.0" mnemonicParsing="false" text="Female" toggleGroup="$genderToggle">
<font>
<Font name="Times New Roman Bold" size="15.0" />
</font>
</RadioButton>
<RadioButton fx:id="staffOther" layoutX="549.0" layoutY="404.0" mnemonicParsing="false" text="Other" toggleGroup="$genderToggle">
<font>
<Font name="Times New Roman Bold" size="15.0" />
</font>
</RadioButton>
<Button fx:id="staffClear" layoutX="43.0" layoutY="497.0" mnemonicParsing="false" prefHeight="50.0" prefWidth="99.0" text="Clear">
<font>
<Font name="Times New Roman Bold" size="15.0" />
</font>
</Button>
<ImageView fx:id="officeWarning" fitHeight="39.0" fitWidth="42.0" layoutX="287.0" layoutY="432.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="fWarning" fitHeight="39.0" fitWidth="42.0" layoutX="248.0" layoutY="171.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="lWarning" fitHeight="39.0" fitWidth="42.0" layoutX="561.0" layoutY="171.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="cityWarning" fitHeight="39.0" fitWidth="42.0" layoutX="248.0" layoutY="268.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="countyWarning" fitHeight="39.0" fitWidth="42.0" layoutX="248.0" layoutY="323.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="zipWarning" fitHeight="39.0" fitWidth="42.0" layoutX="561.0" layoutY="281.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="phoneWarning" fitHeight="39.0" fitWidth="42.0" layoutX="248.0" layoutY="374.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="dobWarning" fitHeight="39.0" fitWidth="42.0" layoutX="561.0" layoutY="336.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="ssnWarning" fitHeight="39.0" fitWidth="42.0" layoutX="248.0" layoutY="216.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ImageView fx:id="addressWarning" fitHeight="39.0" fitWidth="42.0" layoutX="561.0" layoutY="223.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<Label fx:id="lNameLabel81" layoutX="11.0" layoutY="439.0" prefHeight="25.0" prefWidth="113.0" text="Off RM Num:">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<ImageView fx:id="genderWarning" fitHeight="39.0" fitWidth="42.0" layoutX="630.0" layoutY="394.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<TextField fx:id="staffOfficeNumber" layoutX="131.0" layoutY="439.0" />
<Label fx:id="lNameLabel811" layoutX="346.0" layoutY="439.0" prefHeight="25.0" prefWidth="113.0" text="Speciality:">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<TextField fx:id="staffSpeciality" layoutX="433.0" layoutY="439.0" />
<ImageView fx:id="specialityWarning" fitHeight="39.0" fitWidth="42.0" layoutX="598.0" layoutY="432.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<Label fx:id="lNameLabel8111" layoutX="353.0" layoutY="485.0" prefHeight="25.0" prefWidth="113.0" text="Position:">
<font>
<Font name="Times New Roman Bold" size="16.0" />
</font>
</Label>
<ImageView fx:id="positionWarning" fitHeight="39.0" fitWidth="42.0" layoutX="646.0" layoutY="478.0" pickOnBounds="true" preserveRatio="true" visible="false">
<image>
<Image url="http://wmackandemmablackmonfamily.com/wp-content/uploads/2015/08/attention_alert_warning_message-512.png" />
</image>
</ImageView>
<ComboBox fx:id="staffPosition" layoutX="433.0" layoutY="485.0" prefHeight="25.0" prefWidth="200.0" />
</children>
</Pane>
</content>
</ScrollPane>
</children>
</AnchorPane>