-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathunit1.lfm
485 lines (485 loc) · 11.5 KB
/
unit1.lfm
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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
object Form1: TForm1
Left = 708
Height = 481
Top = 167
Width = 714
Caption = 'Form1'
ClientHeight = 481
ClientWidth = 714
Menu = MainMenu1
OnCreate = FormCreate
Position = poDefault
LCLVersion = '2.0.2.0'
WindowState = wsMaximized
object Chart: TChart
Cursor = crCross
Left = 0
Height = 481
Top = 0
Width = 714
AllowZoom = False
AxisList = <
item
Grid.Color = clSilver
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelFont.Orientation = 900
Title.Visible = True
Title.Caption = 'y'
Title.LabelBrush.Style = bsClear
end
item
Grid.Color = clSilver
Alignment = calBottom
Marks.LabelFont.Orientation = 900
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.Visible = True
Title.Caption = 'Datum, Uhrzeit'
Title.LabelBrush.Style = bsClear
OnMarkToText = ChartAxisList1MarkToText
end>
BackColor = clBlack
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Legend.BackgroundBrush.Color = clBlack
Legend.ColumnCount = 2
Legend.Font.Color = clWhite
Legend.Visible = True
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'Blutwerte'
)
Title.Visible = True
Toolset = ChartToolset
Align = alClient
ParentShowHint = False
object WBCSeries: TLineSeries
Active = False
Title = 'WBC'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clRed
LinePen.Width = 2
end
object RBCSeries: TLineSeries
Active = False
Title = 'RBC'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clLime
LinePen.Width = 2
end
object HGBSeries: TLineSeries
Active = False
Title = 'HGB'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clYellow
LinePen.Width = 2
end
object HCTSeries: TLineSeries
Active = False
Title = 'HCT'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clBlue
LinePen.Width = 2
end
object MCVSeries: TLineSeries
Active = False
Title = 'MCV'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clFuchsia
LinePen.Width = 2
end
object MCHSeries: TLineSeries
Active = False
Title = 'MCH'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clAqua
LinePen.Width = 2
end
object MCHCSeries: TLineSeries
Active = False
Title = 'MCHC'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clWhite
LinePen.Width = 2
end
object PLTSeries: TLineSeries
Active = False
Title = 'PLT'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clRed
LinePen.Style = psDot
LinePen.Width = 2
end
object LYMpctSeries: TLineSeries
Active = False
Title = 'LYM%'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clLime
LinePen.Style = psDot
LinePen.Width = 2
end
object MXDpctSeries: TLineSeries
Active = False
Title = 'MXD%'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clYellow
LinePen.Style = psDot
LinePen.Width = 2
end
object NEUTpctSeries: TLineSeries
Active = False
Title = 'NEUT%'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clBlue
LinePen.Style = psDot
LinePen.Width = 2
end
object LYMSeries: TLineSeries
Active = False
Title = 'LYM#'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clFuchsia
LinePen.Style = psDot
LinePen.Width = 2
end
object MXDSeries: TLineSeries
Active = False
Title = 'MXD#'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clAqua
LinePen.Style = psDot
LinePen.Width = 2
end
object NEUTSeries: TLineSeries
Active = False
Title = 'NEUT#'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clWhite
LinePen.Style = psDot
LinePen.Width = 2
end
object RDW_SDSeries: TLineSeries
Active = False
Title = 'RDW-SD'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clRed
LinePen.Style = psDash
LinePen.Width = 2
end
object RDW_CVSeries: TLineSeries
Active = False
Title = 'RDW-CV'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clLime
LinePen.Style = psDash
LinePen.Width = 2
end
object PDWSeries: TLineSeries
Active = False
Title = 'PDW'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clYellow
LinePen.Style = psDash
LinePen.Width = 2
end
object MPVSeries: TLineSeries
Active = False
Title = 'MPV'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clBlue
LinePen.Style = psDash
LinePen.Width = 2
end
object P_LCRSeries: TLineSeries
Active = False
Title = 'P-LCR'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clFuchsia
LinePen.Style = psDash
LinePen.Width = 2
end
object PCTSeries: TLineSeries
Active = False
Title = 'PCT'
AxisIndexX = 2
AxisIndexY = 0
LinePen.Color = clAqua
LinePen.Style = psDash
LinePen.Width = 2
end
object GlucoseSeries: TLineSeries
Active = False
Title = 'Glucose'
LinePen.Color = clWhite
LinePen.Style = psDash
LinePen.Width = 2
LineType = ltNone
end
object BilirubinGesSeries: TLineSeries
Active = False
Title = 'Bilirubin ges.'
LinePen.Color = clRed
LinePen.Width = 2
end
object BilirubinDirSeries: TLineSeries
Active = False
Title = 'Bilirubin direkt'
LinePen.Color = clLime
LinePen.Width = 2
end
object BilirubinIndSeries: TLineSeries
Active = False
Title = 'Bilirubin indirekt'
LinePen.Color = clYellow
LinePen.Width = 2
end
object GOTSeries: TLineSeries
Active = False
Title = 'GOT'
LinePen.Color = clBlue
LinePen.Width = 2
end
object GPTSeries: TLineSeries
Active = False
Title = 'GPT'
LinePen.Color = clFuchsia
LinePen.Width = 2
end
object Y_GTSeries: TLineSeries
Active = False
Title = 'Y-GT'
LinePen.Color = clAqua
LinePen.Width = 2
end
object GLDHSeries: TLineSeries
Active = False
Title = 'GLDH'
LinePen.Color = clWhite
LinePen.Width = 2
end
object APSeries: TLineSeries
Active = False
Title = 'AP'
LinePen.Color = clRed
LinePen.Style = psDot
LinePen.Width = 2
end
object NaSeries: TLineSeries
Active = False
Title = 'Natrium'
LinePen.Color = clLime
LinePen.Style = psDot
LinePen.Width = 2
end
object KSeries: TLineSeries
Active = False
Title = 'Kalium'
LinePen.Color = clYellow
LinePen.Style = psDot
LinePen.Width = 2
end
object HarnsaeureSeries: TLineSeries
Active = False
Title = 'Harnsäure'
LinePen.Color = clBlue
LinePen.Style = psDot
LinePen.Width = 2
end
object KreatininSeries: TLineSeries
Active = False
Title = 'Kreatinin'
LinePen.Color = clFuchsia
LinePen.Style = psDot
LinePen.Width = 2
end
object MDRDSeries: TLineSeries
Active = False
Title = 'MDRDFiltration'
LinePen.Color = clAqua
LinePen.Style = psDot
LinePen.Width = 2
end
object GFRSeries: TLineSeries
Active = False
Title = 'GFR (CKD-EPI)'
LinePen.Color = clWhite
LinePen.Style = psDot
LinePen.Width = 2
end
object LDHSeries: TLineSeries
Active = False
Title = 'LDH'
LinePen.Color = clRed
LinePen.Cosmetic = False
LinePen.Style = psDash
LinePen.Width = 2
end
object GEwSeries: TLineSeries
Active = False
Title = 'Gesamteiweiß'
LinePen.Color = clLime
LinePen.Style = psDash
LinePen.Width = 2
end
object AlbuminSeries: TLineSeries
Active = False
Title = 'Albumin'
LinePen.Color = clYellow
LinePen.Style = psDash
LinePen.Width = 2
end
object CRPSeries: TLineSeries
Active = False
Title = 'CRP'
LinePen.Color = clBlue
LinePen.Style = psDash
LinePen.Width = 2
end
object CEASeries: TLineSeries
Active = False
Title = 'CEA'
LinePen.Color = clFuchsia
LinePen.Style = psDash
LinePen.Width = 2
end
object CA19_9Series: TLineSeries
Active = False
Title = 'CA 19-9'
LinePen.Color = clAqua
LinePen.Style = psDash
LinePen.Width = 2
end
object CaSeries: TLineSeries
Active = False
Title = 'Calcium'
LinePen.Color = clWhite
LinePen.Style = psDash
LinePen.Width = 2
end
object CaKorrSeries: TLineSeries
Active = False
Title = 'Ca (korrigiert)'
LinePen.Color = clRed
LinePen.Width = 2
end
end
object MainMenu1: TMainMenu
left = 207
top = 84
object MenuItem2: TMenuItem
Caption = 'Datei'
object MenuItem3: TMenuItem
Caption = '&Neu'
end
object MenuItem4: TMenuItem
Caption = 'Öffnen ...'
end
object MenuItem5: TMenuItem
Caption = '&Speichern'
end
object MenuItem6: TMenuItem
Caption = 'Speichern unter'
end
object MenuItem7: TMenuItem
Caption = '-'
end
object MenuItem8: TMenuItem
Caption = '&Drucken'
end
object MenuItem9: TMenuItem
Caption = 'D&rucker einrichten ...'
end
object MenuItem10: TMenuItem
Caption = '-'
end
object MenuItem11: TMenuItem
Caption = 'Beenden'
OnClick = MenuItem11Click
end
end
object MenuItem1: TMenuItem
Caption = '&Ansicht'
object Functionitems: TMenuItem
Caption = 'Funktionen'
end
end
object MenuItem12: TMenuItem
Caption = '&Hilfe'
object MenuItem13: TMenuItem
Caption = 'Hilfeinhalte'
ShortCut = 112
end
object MenuItem14: TMenuItem
Caption = 'Hilfe-&Index'
end
object MenuItem15: TMenuItem
Caption = '&Onlinehilfe'
end
object MenuItem16: TMenuItem
Caption = '-'
end
object ReadmeItem: TMenuItem
Caption = '&Kurzbeschreibung'
OnClick = ReadmeItemClick
end
object LicenseItem: TMenuItem
Caption = '&Lizenzinformation'
OnClick = LicenseItemClick
end
object MenuItem18: TMenuItem
Caption = 'Na&ch Updates suchen'
end
object MenuItem19: TMenuItem
Caption = '-'
end
object AboutItem: TMenuItem
Caption = 'Über'
OnClick = AboutItemClick
end
end
end
object ChartToolset: TChartToolset
left = 35
top = 294
object ChartToolsetZoomDragTool1: TZoomDragTool
Shift = [ssCtrl, ssLeft]
Brush.Style = bsClear
end
object ChartToolsetDataPointCrosshairTool1: TDataPointCrosshairTool
GrabRadius = 40
CrosshairPen.Color = clWhite
end
object ChartToolsetDataPointHintTool1: TDataPointHintTool
OnHint = ChartToolsetDataPointHintTool1Hint
UseDefaultHintText = False
end
object ChartToolsetZoomMouseWheelTool1: TZoomMouseWheelTool
Shift = [ssCtrl]
ZoomFactor = 1.25
end
object ChartToolsetPanDragTool1: TPanDragTool
Shift = [ssLeft]
end
end
end