-
Notifications
You must be signed in to change notification settings - Fork 6
/
uConsultation.dfm
454 lines (454 loc) · 12.1 KB
/
uConsultation.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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
object ConsultationForm: TConsultationForm
Left = 0
Top = 0
Caption = 'Consultation Detail'
ClientHeight = 597
ClientWidth = 812
Color = clBtnFace
CustomTitleBar.Height = 31
DoubleBuffered = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
GlassFrame.Top = 31
OldCreateOrder = False
Position = poScreenCenter
StyleElements = [seFont, seClient]
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 21
object Panel1: TPanel
AlignWithMargins = True
Left = 25
Top = 3
Width = 784
Height = 67
Margins.Left = 25
Align = alTop
BevelOuter = bvNone
FullRepaint = False
TabOrder = 0
DesignSize = (
784
67)
object Label1: TLabel
AlignWithMargins = True
Left = 108
Top = 15
Width = 287
Height = 42
Margins.Top = 15
Margins.Bottom = 10
Align = alLeft
Caption = 'Consultation Detail'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
ExplicitHeight = 45
end
object VirtualImage1: TVirtualImage
Left = 0
Top = 0
Width = 105
Height = 67
Align = alLeft
ImageCollection = MainForm.ImageCollection1
ImageWidth = 0
ImageHeight = 0
ImageIndex = 8
ImageName = 'baseline_contact_mail_white'
ExplicitLeft = 8
end
object CancelConsultationButton: TSpeedButton
Left = 527
Top = 20
Width = 121
Height = 38
Hint = 'Cancel'
Anchors = []
Caption = 'Cancel'
ImageIndex = 14
ImageName = 'baseline_clear_white'
Images = MainForm.VirtualImageList1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = CancelConsultationButtonClick
end
object CompleteConsultationButton: TSpeedButton
Left = 654
Top = 20
Width = 121
Height = 38
Hint = 'Complete'
Anchors = []
Caption = 'Complete'
ImageIndex = 9
ImageName = 'baseline_create_white'
Images = MainForm.VirtualImageList1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = CompleteConsultationButtonClick
ExplicitLeft = 558
end
end
object ScrollBox1: TScrollBox
AlignWithMargins = True
Left = 3
Top = 106
Width = 806
Height = 488
Margins.Top = 33
Align = alClient
BorderStyle = bsNone
TabOrder = 1
object DetailRelativePanel: TRelativePanel
Left = 0
Top = 0
Width = 789
Height = 1206
ControlCollection = <
item
Control = FormPanel
AlignBottomWithPanel = False
AlignHorizontalCenterWithPanel = False
AlignLeftWithPanel = True
AlignRightWithPanel = False
AlignTopWithPanel = True
AlignVerticalCenterWithPanel = False
end>
Align = alTop
AutoSize = True
BevelOuter = bvNone
FullRepaint = False
TabOrder = 0
DesignSize = (
789
1206)
object FormPanel: TPanel
AlignWithMargins = True
Left = 30
Top = 3
Width = 750
Height = 1200
Margins.Left = 30
Margins.Right = 30
Anchors = []
BevelOuter = bvNone
FullRepaint = False
TabOrder = 0
object DatesPanel: TPanel
Left = 0
Top = 113
Width = 750
Height = 80
Align = alTop
BevelOuter = bvNone
FullRepaint = False
TabOrder = 1
object DateContactedPanel: TPanel
Left = 375
Top = 0
Width = 375
Height = 80
Align = alLeft
BevelOuter = bvNone
TabOrder = 1
object Label9: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 369
Height = 30
Align = alTop
Caption = 'Date Visited'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitWidth = 112
end
object DateVisitedPicker: TDateTimePicker
AlignWithMargins = True
Left = 3
Top = 46
Width = 369
Height = 31
Margins.Top = 10
Align = alClient
Date = 44048.000000000000000000
Time = 0.686009641205600900
ShowCheckbox = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 0
end
end
object DateCreatedPanel: TPanel
Left = 0
Top = 0
Width = 375
Height = 80
Align = alLeft
BevelOuter = bvNone
FullRepaint = False
TabOrder = 0
object Label8: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 369
Height = 30
Align = alTop
Caption = 'Date Created'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitWidth = 122
end
object DateCreatedPicker: TDateTimePicker
AlignWithMargins = True
Left = 3
Top = 46
Width = 369
Height = 31
Margins.Top = 10
Align = alClient
Date = 43916.000000000000000000
Time = 43916.000000000000000000
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 0
end
end
end
object AcctPanel: TPanel
Left = 0
Top = 193
Width = 750
Height = 73
Align = alTop
BevelOuter = bvNone
FullRepaint = False
TabOrder = 2
object Label4: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 744
Height = 30
Align = alTop
Caption = 'Patient Name'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitWidth = 126
end
object Panel2: TPanel
Left = 0
Top = 36
Width = 750
Height = 37
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Align = alClient
BevelOuter = bvNone
FullRepaint = False
TabOrder = 0
object SelectPatientButton: TSpeedButton
AlignWithMargins = True
Left = 666
Top = 3
Width = 81
Height = 31
Hint = 'Cancel'
Align = alRight
Caption = 'Select'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
OnClick = SelectPatientButtonClick
end
object Patient: TEdit
AlignWithMargins = True
Left = 3
Top = 3
Width = 657
Height = 31
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
ExplicitHeight = 29
end
end
end
object StatusPanel: TPanel
Left = 0
Top = 33
Width = 750
Height = 80
Align = alTop
BevelOuter = bvNone
FullRepaint = False
TabOrder = 0
object Label2: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 744
Height = 30
Align = alTop
Caption = 'Status'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitWidth = 56
end
object StatusComboBox: TComboBox
AlignWithMargins = True
Left = 3
Top = 46
Width = 744
Height = 29
Margins.Top = 10
Align = alClient
Style = csDropDownList
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 0
Items.Strings = (
'Booked Today'
'In Clinic'
'Seen Doctor'
'Left')
end
end
object NotesPanel: TPanel
Left = 0
Top = 266
Width = 750
Height = 185
Align = alTop
BevelOuter = bvNone
TabOrder = 3
object Label10: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 744
Height = 30
Align = alTop
AutoSize = False
Caption = 'Notes'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitLeft = 0
ExplicitWidth = 194
end
object NotesMemo: TMemo
AlignWithMargins = True
Left = 3
Top = 39
Width = 744
Height = 143
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
end
end
object LeadIdPanel: TPanel
Left = 0
Top = 0
Width = 750
Height = 33
Align = alTop
BevelOuter = bvNone
FullRepaint = False
TabOrder = 4
object Label14: TLabel
AlignWithMargins = True
Left = 3
Top = 3
Width = 146
Height = 27
Align = alLeft
Caption = 'Consultation Id:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitHeight = 30
end
object LeadIdLabel: TLabel
AlignWithMargins = True
Left = 155
Top = 3
Width = 6
Height = 27
Align = alLeft
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ExplicitHeight = 30
end
end
end
end
end
end