-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrintSet.dfm
809 lines (809 loc) · 22.2 KB
/
PrintSet.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
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
object PrintForm: TPrintForm
Left = 225
Top = 103
Width = 1237
Height = 722
VertScrollBar.Position = 447
Caption = 'PrintForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Scaled = False
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object QuickRep1: TQuickRep
Left = 0
Top = -439
Width = 794
Height = 1123
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
AfterPreview = QuickRep1AfterPreview
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
Functions.Strings = (
'PAGENUMBER'
'COLUMNNUMBER'
'REPORTTITLE'
'QRSTRINGSBAND1')
Functions.DATA = (
'0'
'0'
#39#39
#39#39)
Options = [FirstPageHeader, LastPageFooter]
Page.Columns = 1
Page.Orientation = poPortrait
Page.PaperSize = A4
Page.Values = (
100
2970
100
2100
100
100
0)
PrinterSettings.Copies = 1
PrinterSettings.Duplex = False
PrinterSettings.FirstPage = 0
PrinterSettings.LastPage = 0
PrinterSettings.OutputBin = Auto
PrintIfEmpty = True
SnapToGrid = True
Units = MM
Zoom = 100
object QRBand1: TQRBand
Left = 38
Top = 38
Width = 718
Height = 35
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
AlignToBottom = False
Color = clWhite
ForceNewColumn = False
ForceNewPage = False
Size.Values = (
92.6041666666667
1899.70833333333)
BandType = rbTitle
object QRLabel1: TQRLabel
Left = 280
Top = 7
Width = 153
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
740.833333333333
18.5208333333333
404.8125)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'TPDC Print Informtion'
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
end
object QRBand3: TQRBand
Left = 38
Top = 73
Width = 718
Height = 992
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
AlignToBottom = False
Color = clWhite
ForceNewColumn = False
ForceNewPage = False
Size.Values = (
2624.66666666667
1899.70833333333)
BandType = rbPageFooter
object QRShape1: TQRShape
Left = 0
Top = 40
Width = 169
Height = 9
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
23.8125
0
105.833333333333
447.145833333333)
Brush.Color = clBlack
Shape = qrsRectangle
end
object QRLabel2: TQRLabel
Left = 8
Top = 16
Width = 80
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
42.3333333333333
211.666666666667)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'PatientInfo:'
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRShape2: TQRShape
Left = -16
Top = 224
Width = 729
Height = 9
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
23.8125
-42.3333333333333
592.666666666667
1928.8125)
Brush.Color = clBlack
Shape = qrsRectangle
end
object QRLabel3: TQRLabel
Left = 8
Top = 240
Width = 92
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
635
243.416666666667)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'Check Result'
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRShape3: TQRShape
Left = 0
Top = 264
Width = 169
Height = 9
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
23.8125
0
698.5
447.145833333333)
Brush.Color = clBlack
Shape = qrsRectangle
end
object QRLabelName: TQRLabel
Left = 8
Top = 56
Width = 58
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
148.166666666667
153.458333333333)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'Name'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRLabelAge: TQRLabel
Left = 8
Top = 120
Width = 45
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
317.5
119.0625)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'Age'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRLabelId: TQRLabel
Left = 8
Top = 152
Width = 36
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
402.166666666667
95.25)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'ID'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRLabelPart: TQRLabel
Left = 8
Top = 184
Width = 46
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
486.833333333333
121.708333333333)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'Part'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRLabelDD: TQRLabel
Left = 8
Top = 280
Width = 58
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
740.833333333333
153.458333333333)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = '%DD'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRLabelDTA: TQRLabel
Left = 8
Top = 312
Width = 66
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
825.5
174.625)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = '%DTA'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRLabelGAMMA: TQRLabel
Left = 8
Top = 344
Width = 84
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
910.166666666667
222.25)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = '%GAMA'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRLabelGender: TQRLabel
Left = 8
Top = 88
Width = 68
Height = 20
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
52.9166666666667
21.1666666666667
232.833333333333
179.916666666667)
Alignment = taLeftJustify
AlignToBand = False
AutoSize = True
AutoStretch = False
Caption = 'Gender'#65306
Color = clWhite
Transparent = False
WordWrap = True
FontSize = 12
end
object QRShape4: TQRShape
Left = -32
Top = 376
Width = 729
Height = 9
Frame.Color = clBlack
Frame.DrawTop = False
Frame.DrawBottom = False
Frame.DrawLeft = False
Frame.DrawRight = False
Size.Values = (
23.8125
-84.6666666666667
994.833333333333
1928.8125)
Brush.Color = clBlack
Shape = qrsRectangle
end
object QRChartMeasureContour: TQRChart
Left = 24
Top = 432
Width = 353
Height = 233
Frame.Color = clBlack
Frame.DrawTop = True
Frame.DrawBottom = True
Frame.DrawLeft = True
Frame.DrawRight = True
Size.Values = (
616.479166666667
63.5
1143
933.979166666667)
object QRDBChartMesureContour: TQRDBChart
Left = -1
Top = -1
Width = 1
Height = 1
Title.Text.Strings = (
'TQRChart')
Title.Visible = False
AxisVisible = False
Chart3DPercent = 100
LeftAxis.Automatic = False
LeftAxis.AutomaticMaximum = False
LeftAxis.AutomaticMinimum = False
LeftAxis.Visible = False
Legend.LeftPercent = 90
Legend.LegendStyle = lsValues
Legend.PositionUnits = muPercent
Legend.Shadow.Visible = False
Legend.TopPos = 5
View3DOptions.Elevation = 270
View3DOptions.Orthogonal = False
View3DOptions.Rotation = 0
View3DWalls = False
PrintMargins = (
15
21
15
21)
ColorPaletteIndex = 13
object SeriesPrintMeasureContour: TContourSeries
AutomaticLevels = False
Marks.Arrow.Visible = True
Marks.Callout.Brush.Color = clBlack
Marks.Callout.Arrow.Visible = True
Marks.Transparent = True
Marks.Visible = False
Levels = <
item
Color = clBlack
UpToValue = 10
end
item
Color = clMaroon
Pen.Color = clMaroon
UpToValue = 20
end
item
Color = clGreen
Pen.Color = clGreen
UpToValue = 30
end
item
Color = clOlive
Pen.Color = clOlive
UpToValue = 40
end
item
Color = clNavy
Pen.Color = clNavy
UpToValue = 50
end
item
Color = clTeal
Pen.Color = clTeal
UpToValue = 60
end
item
Color = clGray
Pen.Color = clGray
UpToValue = 70
end
item
Color = clRed
Pen.Color = clRed
UpToValue = 80
end
item
Color = clLime
Pen.Color = clLime
UpToValue = 90
end
item
Color = clYellow
Pen.Color = clYellow
UpToValue = 100
end>
Pointer.HorizSize = 2
Pointer.InflateMargins = True
Pointer.Pen.Visible = False
Pointer.Style = psRectangle
Pointer.VertSize = 2
Pointer.Visible = False
XValues.Name = 'X'
XValues.Order = loNone
YPosition = 0.189598284286995
YPositionLevel = True
YValues.Name = 'Y'
YValues.Order = loNone
ZValues.Name = 'Z'
ZValues.Order = loNone
Brush.Color = clWhite
Brush.Style = bsClear
end
end
end
object QRChartPrintMeasureHotPoint: TQRChart
Left = 400
Top = 432
Width = 241
Height = 233
Frame.Color = clBlack
Frame.DrawTop = True
Frame.DrawBottom = True
Frame.DrawLeft = True
Frame.DrawRight = True
Size.Values = (
616.479166666667
1058.33333333333
1143
637.645833333333)
object QRDBChartPrintMeasureHotPoint: TQRDBChart
Left = -1
Top = -1
Width = 1
Height = 1
Title.Text.Strings = (
'TQRChart')
Title.Visible = False
AxisVisible = False
Chart3DPercent = 100
LeftAxis.Automatic = False
LeftAxis.AutomaticMaximum = False
LeftAxis.AutomaticMinimum = False
Legend.Visible = False
View3DOptions.Elevation = 270
View3DOptions.Orthogonal = False
View3DOptions.Rotation = 0
View3DWalls = False
ColorPaletteIndex = 13
object SeriesPrintMeasureHotPoint: TIsoSurfaceSeries
Marks.Arrow.Visible = True
Marks.Callout.Brush.Color = clBlack
Marks.Callout.Arrow.Visible = True
Marks.Brush.Color = clWhite
Marks.Brush.Style = bsClear
Marks.Frame.Visible = False
Marks.Visible = False
ShowInLegend = False
Brush.Color = clWhite
Pen.Visible = False
SideBrush.Color = clWhite
SideBrush.Style = bsClear
XValues.Name = 'X'
XValues.Order = loNone
YValues.Name = 'Y'
YValues.Order = loNone
ZValues.Name = 'Z'
ZValues.Order = loNone
BandPen.Visible = False
Sides.Brush.Color = clWhite
Sides.Brush.Style = bsClear
end
end
end
object QRChartPrintCalcHotPoint: TQRChart
Left = 399
Top = 680
Width = 242
Height = 233
Frame.Color = clBlack
Frame.DrawTop = True
Frame.DrawBottom = True
Frame.DrawLeft = True
Frame.DrawRight = True
Size.Values = (
616
1055.6875
1799.16666666667
640.291666666667)
object QRDBChartPrintCalcHotPoint: TQRDBChart
Left = -1
Top = -1
Width = 1
Height = 1
Title.Text.Strings = (
'TQRChart')
Title.Visible = False
AxisVisible = False
Chart3DPercent = 100
LeftAxis.Automatic = False
LeftAxis.AutomaticMaximum = False
LeftAxis.AutomaticMinimum = False
Legend.Visible = False
View3DOptions.Elevation = 270
View3DOptions.Orthogonal = False
View3DOptions.Rotation = 0
View3DWalls = False
ColorPaletteIndex = 13
object SeriesPrintCalcHotPoint: TIsoSurfaceSeries
Marks.Arrow.Visible = True
Marks.Callout.Brush.Color = clBlack
Marks.Callout.Arrow.Visible = True
Marks.Visible = False
Pen.Visible = False
SideBrush.Color = clWhite
SideBrush.Style = bsClear
XValues.Name = 'X'
XValues.Order = loNone
YValues.Name = 'Y'
YValues.Order = loNone
ZValues.Name = 'Z'
ZValues.Order = loNone
BandPen.Visible = False
Sides.Brush.Color = clWhite
Sides.Brush.Style = bsClear
end
end
end
object QRChartCalcContour: TQRChart
Left = 24
Top = 680
Width = 353
Height = 233
Frame.Color = clBlack
Frame.DrawTop = True
Frame.DrawBottom = True
Frame.DrawLeft = True
Frame.DrawRight = True
Size.Values = (
616.479166666667
63.5
1799.16666666667
933.979166666667)
object QRDBChartCalcContour: TQRDBChart
Left = -1
Top = -1
Width = 1
Height = 1
Title.Text.Strings = (
'TQRChart')
Title.Visible = False
AxisVisible = False
Chart3DPercent = 100
LeftAxis.Automatic = False
LeftAxis.AutomaticMaximum = False
LeftAxis.AutomaticMinimum = False
LeftAxis.Visible = False
Legend.LeftPercent = 90
Legend.LegendStyle = lsValues
Legend.PositionUnits = muPercent
Legend.Shadow.Visible = False
Legend.TopPos = 5
View3DOptions.Elevation = 270
View3DOptions.Orthogonal = False
View3DOptions.Rotation = 0
View3DWalls = False
PrintMargins = (
15
21
15
21)
ColorPaletteIndex = 13
object SeriesPrintCalcContour: TContourSeries
AutomaticLevels = False
Marks.Arrow.Visible = True
Marks.Callout.Brush.Color = clBlack
Marks.Callout.Arrow.Visible = True
Marks.Transparent = True
Marks.Visible = False
Levels = <
item
Color = clBlack
UpToValue = 10
end
item
Color = clMaroon
Pen.Color = clMaroon
UpToValue = 20
end
item
Color = clGreen
Pen.Color = clGreen
UpToValue = 30
end
item
Color = clOlive
Pen.Color = clOlive
UpToValue = 40
end
item
Color = clNavy
Pen.Color = clNavy
UpToValue = 50
end
item
Color = clTeal
Pen.Color = clTeal
UpToValue = 60
end
item
Color = clGray
Pen.Color = clGray
UpToValue = 70
end
item
Color = clRed
Pen.Color = clRed
UpToValue = 80
end
item
Color = clLime
Pen.Color = clLime
UpToValue = 90
end
item
Color = clYellow
Pen.Color = clYellow
UpToValue = 100
end>
Pointer.HorizSize = 2
Pointer.InflateMargins = True
Pointer.Pen.Visible = False
Pointer.Style = psRectangle
Pointer.VertSize = 2
Pointer.Visible = False
XValues.Name = 'X'
XValues.Order = loNone
YPosition = 0.189598284286995
YPositionLevel = True
YValues.Name = 'Y'
YValues.Order = loNone
ZValues.Name = 'Z'
ZValues.Order = loNone
Brush.Color = clWhite
Brush.Style = bsClear
end
end
end
end
end
end