-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepts_u.dfm
159 lines (159 loc) · 2.77 KB
/
depts_u.dfm
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
object frmDepts: TfrmDepts
Left = 618
Top = 213
Width = 490
Height = 531
Caption = 'Departments'
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lblUser: TLabel
Left = 16
Top = 8
Width = 122
Height = 13
Caption = 'USER: Marlene KURTEN'
end
object lblJob: TLabel
Left = 16
Top = 24
Width = 81
Height = 13
Caption = 'ACCESS LEVEL:'
end
object btnAnst: TButton
Left = 16
Top = 64
Width = 150
Height = 30
Caption = 'Anaesthetics'
TabOrder = 0
end
object btnPhys: TButton
Left = 312
Top = 232
Width = 150
Height = 30
Caption = 'Physiotherapy'
TabOrder = 1
end
object btnUro: TButton
Left = 312
Top = 400
Width = 150
Height = 30
Caption = 'Urology'
TabOrder = 2
end
object btnNeuro: TButton
Left = 16
Top = 288
Width = 150
Height = 30
Caption = 'Neurology'
TabOrder = 3
end
object btnOnG: TButton
Left = 16
Top = 344
Width = 150
Height = 30
Caption = 'Obstetrics and Gynaecology'
TabOrder = 4
end
object btnHaem: TButton
Left = 16
Top = 176
Width = 150
Height = 30
Caption = 'Haemotology'
TabOrder = 5
end
object btnPhrm: TButton
Left = 312
Top = 176
Width = 150
Height = 30
Caption = 'Pharmacy'
TabOrder = 6
end
object btnOnc: TButton
Left = 16
Top = 400
Width = 150
Height = 30
Caption = 'Oncology'
TabOrder = 7
end
object btnPed: TButton
Left = 312
Top = 120
Width = 150
Height = 30
Caption = 'Pediatrics'
TabOrder = 8
end
object btnOrth: TButton
Left = 312
Top = 64
Width = 150
Height = 30
Caption = 'Orthopedics'
TabOrder = 9
end
object btnMed: TButton
Left = 16
Top = 232
Width = 150
Height = 30
Caption = 'Medicine'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 10
OnClick = btnMedClick
end
object btnSurg: TButton
Left = 312
Top = 344
Width = 150
Height = 30
Caption = 'Surgery'
TabOrder = 11
end
object btnRad: TButton
Left = 312
Top = 288
Width = 150
Height = 30
Caption = 'Radiograhy'
TabOrder = 12
end
object btnENT: TButton
Left = 16
Top = 120
Width = 150
Height = 30
Caption = 'ENT'
TabOrder = 13
end
object bmbBack: TBitBtn
Left = 392
Top = 8
Width = 73
Height = 33
Caption = 'Back'
TabOrder = 14
OnClick = bmbBackClick
Kind = bkCancel
end
end