position own made print form on screen center

git-svn-id: trunk@19423 -
This commit is contained in:
paul 2009-04-14 06:55:59 +00:00
parent 146a3542fb
commit b86e6de121
2 changed files with 200 additions and 198 deletions

View File

@ -9,6 +9,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
ClientWidth = 530 ClientWidth = 530
OnCreate = dlgSelectPrinterCREATE OnCreate = dlgSelectPrinterCREATE
OnShow = dlgSelectPrinterSHOW OnShow = dlgSelectPrinterSHOW
Position = poScreenCenter
LCLVersion = '0.9.27' LCLVersion = '0.9.27'
object PrinterGroupbox: TGroupBox object PrinterGroupbox: TGroupBox
Left = 6 Left = 6
@ -18,30 +19,30 @@ object dlgSelectPrinter: TdlgSelectPrinter
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = ' Printer ' Caption = ' Printer '
ClientHeight = 120 ClientHeight = 118
ClientWidth = 514 ClientWidth = 514
TabOrder = 0 TabOrder = 0
object labState: TLabel object labState: TLabel
Left = 96 Left = 96
Height = 16 Height = 18
Top = 49 Top = 49
Width = 54 Width = 55
Caption = 'labState' Caption = 'labState'
ParentColor = False ParentColor = False
end end
object labLocation: TLabel object labLocation: TLabel
Left = 96 Left = 96
Height = 16 Height = 18
Top = 73 Top = 73
Width = 73 Width = 74
Caption = 'labLocation' Caption = 'labLocation'
ParentColor = False ParentColor = False
end end
object labComment: TLabel object labComment: TLabel
Left = 96 Left = 96
Height = 16 Height = 18
Top = 97 Top = 97
Width = 79 Width = 84
Caption = 'labComment' Caption = 'labComment'
ParentColor = False ParentColor = False
end end
@ -52,52 +53,52 @@ object dlgSelectPrinter: TdlgSelectPrinter
Width = 17 Width = 17
end end
object PrinterNameLabel: TLabel object PrinterNameLabel: TLabel
Left = 236 Left = 234
Height = 16 Height = 18
Top = 8 Top = 7
Width = 37 Width = 40
Anchors = [] Anchors = []
Caption = 'Name' Caption = 'Name'
ParentColor = False ParentColor = False
end end
object PrinterStateLabel: TLabel object PrinterStateLabel: TLabel
Left = 10 Left = 10
Height = 16 Height = 18
Top = 49 Top = 49
Width = 35 Width = 36
Caption = 'State' Caption = 'State'
ParentColor = False ParentColor = False
OnChangeBounds = PrinterStateLabelChangeBounds OnChangeBounds = PrinterStateLabelChangeBounds
end end
object PrinterLocationLabel: TLabel object PrinterLocationLabel: TLabel
Left = 10 Left = 10
Height = 16 Height = 18
Top = 73 Top = 73
Width = 54 Width = 55
Caption = 'Location' Caption = 'Location'
ParentColor = False ParentColor = False
end end
object PrinterDescriptionLabel: TLabel object PrinterDescriptionLabel: TLabel
Left = 10 Left = 10
Height = 16 Height = 18
Top = 97 Top = 97
Width = 72 Width = 73
Caption = 'Description' Caption = 'Description'
ParentColor = False ParentColor = False
end end
object labPrinterName: TLabel object labPrinterName: TLabel
Left = 10 Left = 10
Height = 16 Height = 18
Top = 12 Top = 12
Width = 37 Width = 40
Caption = 'Name' Caption = 'Name'
ParentColor = False ParentColor = False
OnChangeBounds = PrinterStateLabelChangeBounds OnChangeBounds = PrinterStateLabelChangeBounds
end end
object btnProp: TButton object btnProp: TButton
Left = 416 Left = 416
Height = 27 Height = 29
Top = 7 Top = 6
Width = 93 Width = 93
Anchors = [] Anchors = []
AutoSize = True AutoSize = True
@ -108,7 +109,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
object cbPrintToFile: TCheckBox object cbPrintToFile: TCheckBox
Left = 414 Left = 414
Height = 22 Height = 22
Top = 43 Top = 41
Width = 92 Width = 92
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
Caption = 'Print to file' Caption = 'Print to file'
@ -116,7 +117,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
end end
object cbPrinters: TComboBox object cbPrinters: TComboBox
Left = 120 Left = 120
Height = 29 Height = 31
Top = 7 Top = 7
Width = 287 Width = 287
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -141,7 +142,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
TabOrder = 1 TabOrder = 1
object pgCopies: TPage object pgCopies: TPage
Caption = 'Copies' Caption = 'Copies'
ClientWidth = 512 ClientWidth = 516
ClientHeight = 1 ClientHeight = 1
object gbPages: TGroupBox object gbPages: TGroupBox
AnchorSideBottom.Control = pgCopies AnchorSideBottom.Control = pgCopies
@ -171,7 +172,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
AnchorSideTop.Control = Bevel1 AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 14 Left = 14
Height = 16 Height = 18
Top = 120 Top = 120
Width = 39 Width = 39
BorderSpacing.Top = 12 BorderSpacing.Top = 12
@ -200,7 +201,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
AnchorSideRight.Control = gbPages AnchorSideRight.Control = gbPages
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 104 Left = 104
Height = 29 Height = 31
Top = 114 Top = 114
Width = 148 Width = 148
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
@ -225,7 +226,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
Left = 14 Left = 14
Height = 22 Height = 22
Top = 28 Top = 28
Width = 107 Width = 108
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 2 BorderSpacing.Around = 2
Caption = 'Current page' Caption = 'Current page'
@ -252,7 +253,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
Left = 14 Left = 14
Height = 22 Height = 22
Top = 0 Top = 0
Width = 42 Width = 43
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'All ' Caption = 'All '
@ -267,7 +268,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
Left = 14 Left = 14
Height = 22 Height = 22
Top = 52 Top = 52
Width = 82 Width = 83
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 2 BorderSpacing.Around = 2
Caption = 'Selection' Caption = 'Selection'
@ -287,19 +288,19 @@ object dlgSelectPrinter: TdlgSelectPrinter
Left = 276 Left = 276
Height = 1 Height = 1
Top = 7 Top = 7
Width = 230 Width = 234
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = ' Copies ' Caption = ' Copies '
ClientHeight = 1 ClientHeight = 1
ClientWidth = 226 ClientWidth = 230
TabOrder = 1 TabOrder = 1
object imgCollate: TImage object imgCollate: TImage
AnchorSideTop.Control = lanNumCopies AnchorSideTop.Control = lanNumCopies
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 37 Height = 37
Top = 28 Top = 30
Width = 93 Width = 93
AutoSize = True AutoSize = True
BorderSpacing.Top = 6 BorderSpacing.Top = 6
@ -307,9 +308,9 @@ object dlgSelectPrinter: TdlgSelectPrinter
end end
object lanNumCopies: TLabel object lanNumCopies: TLabel
Left = 6 Left = 6
Height = 16 Height = 18
Top = 6 Top = 6
Width = 111 Width = 114
Caption = 'Number of copies' Caption = 'Number of copies'
ParentColor = False ParentColor = False
end end
@ -318,9 +319,9 @@ object dlgSelectPrinter: TdlgSelectPrinter
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = lanNumCopies AnchorSideTop.Control = lanNumCopies
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 123 Left = 126
Height = 20 Height = 20
Top = 4 Top = 5
Width = 50 Width = 50
BorderSpacing.Left = 6 BorderSpacing.Left = 6
TabOrder = 0 TabOrder = 0
@ -330,8 +331,8 @@ object dlgSelectPrinter: TdlgSelectPrinter
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 119 Left = 119
Height = 22 Height = 22
Top = 30 Top = 31
Width = 67 Width = 68
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Collate' Caption = 'Collate'
@ -344,8 +345,8 @@ object dlgSelectPrinter: TdlgSelectPrinter
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 119 Left = 119
Height = 22 Height = 22
Top = 58 Top = 59
Width = 73 Width = 74
AllowGrayed = True AllowGrayed = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Reverse' Caption = 'Reverse'
@ -357,7 +358,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
end end
object pgAdvance: TPage object pgAdvance: TPage
Caption = 'Advanced' Caption = 'Advanced'
ClientWidth = 512 ClientWidth = 516
ClientHeight = 1 ClientHeight = 1
object labTask: TLabel object labTask: TLabel
Left = 7 Left = 7
@ -449,24 +450,24 @@ object dlgSelectPrinter: TdlgSelectPrinter
end end
object BtnPanel: TPanel object BtnPanel: TPanel
Left = 6 Left = 6
Height = 39 Height = 41
Top = 172 Top = 170
Width = 518 Width = 518
Align = alBottom Align = alBottom
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BevelOuter = bvNone BevelOuter = bvNone
ClientHeight = 39 ClientHeight = 41
ClientWidth = 518 ClientWidth = 518
FullRepaint = False FullRepaint = False
TabOrder = 2 TabOrder = 2
TabStop = True TabStop = True
object btnCancel: TButton object btnCancel: TButton
Left = 458 Left = 457
Height = 27 Height = 29
Top = 6 Top = 6
Width = 54 Width = 55
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -476,8 +477,8 @@ object dlgSelectPrinter: TdlgSelectPrinter
TabOrder = 0 TabOrder = 0
end end
object btnPrint: TButton object btnPrint: TButton
Left = 411 Left = 410
Height = 27 Height = 29
Top = 6 Top = 6
Width = 41 Width = 41
Align = alRight Align = alRight
@ -491,9 +492,9 @@ object dlgSelectPrinter: TdlgSelectPrinter
end end
object btnReduc: TButton object btnReduc: TButton
Left = 6 Left = 6
Height = 27 Height = 29
Top = 6 Top = 6
Width = 59 Width = 60
Align = alLeft Align = alLeft
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -502,10 +503,10 @@ object dlgSelectPrinter: TdlgSelectPrinter
TabOrder = 2 TabOrder = 2
end end
object btnPreview: TButton object btnPreview: TButton
Left = 346 Left = 344
Height = 27 Height = 29
Top = 6 Top = 6
Width = 59 Width = 60
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6

View File

@ -4,148 +4,149 @@ LazarusResources.Add('TdlgSelectPrinter','FORMDATA',[
'TPF0'#17'TdlgSelectPrinter'#16'dlgSelectPrinter'#4'Left'#3'J'#1#6'Height'#3 'TPF0'#17'TdlgSelectPrinter'#16'dlgSelectPrinter'#4'Left'#3'J'#1#6'Height'#3
+#217#0#3'Top'#2'o'#5'Width'#3#18#2#13'ActiveControl'#7#7'btnProp'#7'Caption' +#217#0#3'Top'#2'o'#5'Width'#3#18#2#13'ActiveControl'#7#7'btnProp'#7'Caption'
+#6#8'Printing'#12'ClientHeight'#3#217#0#11'ClientWidth'#3#18#2#8'OnCreate'#7 +#6#8'Printing'#12'ClientHeight'#3#217#0#11'ClientWidth'#3#18#2#8'OnCreate'#7
+#22'dlgSelectPrinterCREATE'#6'OnShow'#7#20'dlgSelectPrinterSHOW'#10'LCLVersi' +#22'dlgSelectPrinterCREATE'#6'OnShow'#7#20'dlgSelectPrinterSHOW'#8'Position'
+'on'#6#6'0.9.27'#0#9'TGroupBox'#15'PrinterGroupbox'#4'Left'#2#6#6'Height'#3 +#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#15'PrinterGr'
+#137#0#3'Top'#2#6#5'Width'#3#6#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around' +'oupbox'#4'Left'#2#6#6'Height'#3#137#0#3'Top'#2#6#5'Width'#3#6#2#5'Align'#7#5
+#2#6#7'Caption'#6#9' Printer '#12'ClientHeight'#2'x'#11'ClientWidth'#3#2#2#8 +'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#9' Printer '#12'ClientHeig'
+'TabOrder'#2#0#0#6'TLabel'#8'labState'#4'Left'#2'`'#6'Height'#2#16#3'Top'#2 +'ht'#2'v'#11'ClientWidth'#3#2#2#8'TabOrder'#2#0#0#6'TLabel'#8'labState'#4'Le'
+'1'#5'Width'#2'6'#7'Caption'#6#8'labState'#11'ParentColor'#8#0#0#6'TLabel'#11 +'ft'#2'`'#6'Height'#2#18#3'Top'#2'1'#5'Width'#2'7'#7'Caption'#6#8'labState'
+'labLocation'#4'Left'#2'`'#6'Height'#2#16#3'Top'#2'I'#5'Width'#2'I'#7'Captio' +#11'ParentColor'#8#0#0#6'TLabel'#11'labLocation'#4'Left'#2'`'#6'Height'#2#18
+'n'#6#11'labLocation'#11'ParentColor'#8#0#0#6'TLabel'#10'labComment'#4'Left' +#3'Top'#2'I'#5'Width'#2'J'#7'Caption'#6#11'labLocation'#11'ParentColor'#8#0#0
+#2'`'#6'Height'#2#16#3'Top'#2'a'#5'Width'#2'O'#7'Caption'#6#10'labComment'#11 +#6'TLabel'#10'labComment'#4'Left'#2'`'#6'Height'#2#18#3'Top'#2'a'#5'Width'#2
+'ParentColor'#8#0#0#6'TImage'#6'ImgPrn'#4'Left'#2'`'#6'Height'#2#17#3'Top'#2 +'T'#7'Caption'#6#10'labComment'#11'ParentColor'#8#0#0#6'TImage'#6'ImgPrn'#4
+#12#5'Width'#2#17#0#0#6'TLabel'#16'PrinterNameLabel'#4'Left'#3#236#0#6'Heigh' +'Left'#2'`'#6'Height'#2#17#3'Top'#2#12#5'Width'#2#17#0#0#6'TLabel'#16'Printe'
+'t'#2#16#3'Top'#2#8#5'Width'#2'%'#7'Anchors'#11#0#7'Caption'#6#4'Name'#11'Pa' +'rNameLabel'#4'Left'#3#234#0#6'Height'#2#18#3'Top'#2#7#5'Width'#2'('#7'Ancho'
+'rentColor'#8#0#0#6'TLabel'#17'PrinterStateLabel'#4'Left'#2#10#6'Height'#2#16 +'rs'#11#0#7'Caption'#6#4'Name'#11'ParentColor'#8#0#0#6'TLabel'#17'PrinterSta'
+#3'Top'#2'1'#5'Width'#2'#'#7'Caption'#6#5'State'#11'ParentColor'#8#14'OnChan' +'teLabel'#4'Left'#2#10#6'Height'#2#18#3'Top'#2'1'#5'Width'#2'$'#7'Caption'#6
+'geBounds'#7#29'PrinterStateLabelChangeBounds'#0#0#6'TLabel'#20'PrinterLocat' +#5'State'#11'ParentColor'#8#14'OnChangeBounds'#7#29'PrinterStateLabelChangeB'
+'ionLabel'#4'Left'#2#10#6'Height'#2#16#3'Top'#2'I'#5'Width'#2'6'#7'Caption'#6 +'ounds'#0#0#6'TLabel'#20'PrinterLocationLabel'#4'Left'#2#10#6'Height'#2#18#3
+#8'Location'#11'ParentColor'#8#0#0#6'TLabel'#23'PrinterDescriptionLabel'#4'L' +'Top'#2'I'#5'Width'#2'7'#7'Caption'#6#8'Location'#11'ParentColor'#8#0#0#6'TL'
+'eft'#2#10#6'Height'#2#16#3'Top'#2'a'#5'Width'#2'H'#7'Caption'#6#11'Descript' +'abel'#23'PrinterDescriptionLabel'#4'Left'#2#10#6'Height'#2#18#3'Top'#2'a'#5
+'ion'#11'ParentColor'#8#0#0#6'TLabel'#14'labPrinterName'#4'Left'#2#10#6'Heig' +'Width'#2'I'#7'Caption'#6#11'Description'#11'ParentColor'#8#0#0#6'TLabel'#14
+'ht'#2#16#3'Top'#2#12#5'Width'#2'%'#7'Caption'#6#4'Name'#11'ParentColor'#8#14 +'labPrinterName'#4'Left'#2#10#6'Height'#2#18#3'Top'#2#12#5'Width'#2'('#7'Cap'
+'OnChangeBounds'#7#29'PrinterStateLabelChangeBounds'#0#0#7'TButton'#7'btnPro' +'tion'#6#4'Name'#11'ParentColor'#8#14'OnChangeBounds'#7#29'PrinterStateLabel'
+'p'#4'Left'#3#160#1#6'Height'#2#27#3'Top'#2#7#5'Width'#2']'#7'Anchors'#11#0#8 +'ChangeBounds'#0#0#7'TButton'#7'btnProp'#4'Left'#3#160#1#6'Height'#2#29#3'To'
+'AutoSize'#9#7'Caption'#6#14'Properties ...'#7'OnClick'#7#12'btnPropCLICK'#8 +'p'#2#6#5'Width'#2']'#7'Anchors'#11#0#8'AutoSize'#9#7'Caption'#6#14'Properti'
+'TabOrder'#2#0#0#0#9'TCheckBox'#13'cbPrintToFile'#4'Left'#3#158#1#6'Height'#2 +'es ...'#7'OnClick'#7#12'btnPropCLICK'#8'TabOrder'#2#0#0#0#9'TCheckBox'#13'c'
+#22#3'Top'#2'+'#5'Width'#2'\'#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Capti' +'bPrintToFile'#4'Left'#3#158#1#6'Height'#2#22#3'Top'#2')'#5'Width'#2'\'#7'An'
+'on'#6#13'Print to file'#8'TabOrder'#2#1#0#0#9'TComboBox'#10'cbPrinters'#4'L' +'chors'#11#7'akRight'#8'akBottom'#0#7'Caption'#6#13'Print to file'#8'TabOrde'
+'eft'#2'x'#6'Height'#2#29#3'Top'#2#7#5'Width'#3#31#1#7'Anchors'#11#5'akTop'#6 +'r'#2#1#0#0#9'TComboBox'#10'cbPrinters'#4'Left'#2'x'#6'Height'#2#31#3'Top'#2
+'akLeft'#7'akRight'#0#12'AutoComplete'#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0 +#7#5'Width'#3#31#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComp'
+#8'OnChange'#7#16'cbPrintersCHANGE'#10'OnKeyPress'#7#18'cbPrintersKEYPRESS'#5 +'lete'#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0#8'OnChange'#7#16'cbPrintersCHAN'
+'Style'#7#14'csDropDownList'#8'TabOrder'#2#2#0#0#0#9'TNotebook'#6'NbOpts'#4 +'GE'#10'OnKeyPress'#7#18'cbPrintersKEYPRESS'#5'Style'#7#14'csDropDownList'#8
+'Left'#2#6#6'Height'#2#1#3'Top'#3#174#0#5'Width'#3#6#2#5'Align'#7#8'alClient' +'TabOrder'#2#2#0#0#0#9'TNotebook'#6'NbOpts'#4'Left'#2#6#6'Height'#2#1#3'Top'
+#7'Anchors'#11#6'akLeft'#0#20'BorderSpacing.Around'#2#6#9'PageIndex'#2#0#8'T' +#3#174#0#5'Width'#3#6#2#5'Align'#7#8'alClient'#7'Anchors'#11#6'akLeft'#0#20
+'abOrder'#2#1#0#5'TPage'#8'pgCopies'#7'Caption'#6#6'Copies'#11'ClientWidth'#3 +'BorderSpacing.Around'#2#6#9'PageIndex'#2#0#8'TabOrder'#2#1#0#5'TPage'#8'pgC'
+#0#2#12'ClientHeight'#2#1#0#9'TGroupBox'#7'gbPages'#24'AnchorSideBottom.Cont' +'opies'#7'Caption'#6#6'Copies'#11'ClientWidth'#3#4#2#12'ClientHeight'#2#1#0#9
+'rol'#7#8'pgCopies'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#8#6'H' +'TGroupBox'#7'gbPages'#24'AnchorSideBottom.Control'#7#8'pgCopies'#21'AnchorS'
+'eight'#2#1#3'Top'#2#7#5'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#8'akB' +'ideBottom.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#1#3'Top'#2#7#5'Width'
+'ottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14' Select pages '#12'Cl' +#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Aroun'
+'ientHeight'#2#1#11'ClientWidth'#3#2#1#8'TabOrder'#2#0#0#6'TBevel'#6'Bevel1' +'d'#2#6#7'Caption'#6#14' Select pages '#12'ClientHeight'#2#1#11'ClientWidth'
+#21'AnchorSideTop.Control'#7#7'edRange'#18'AnchorSideTop.Side'#7#9'asrBottom' +#3#2#1#8'TabOrder'#2#0#0#6'TBevel'#6'Bevel1'#21'AnchorSideTop.Control'#7#7'e'
+#4'Left'#2#18#6'Height'#2#3#3'Top'#2'i'#5'Width'#3#230#0#17'BorderSpacing.To' +'dRange'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#18#6'Height'#2#3#3
+'p'#2#6#5'Shape'#7#9'bsTopLine'#5'Style'#7#8'bsRaised'#0#0#6'TLabel'#7'labPa' +'Top'#2'i'#5'Width'#3#230#0#17'BorderSpacing.Top'#2#6#5'Shape'#7#9'bsTopLine'
+'ge'#21'AnchorSideTop.Control'#7#6'Bevel1'#18'AnchorSideTop.Side'#7#9'asrBot' +#5'Style'#7#8'bsRaised'#0#0#6'TLabel'#7'labPage'#21'AnchorSideTop.Control'#7
+'tom'#4'Left'#2#14#6'Height'#2#16#3'Top'#2'x'#5'Width'#2''''#17'BorderSpacin' +#6'Bevel1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#18
+'g.Top'#2#12#7'Caption'#6#5'Pages'#11'ParentColor'#8#0#0#5'TEdit'#7'edRange' +#3'Top'#2'x'#5'Width'#2''''#17'BorderSpacing.Top'#2#12#7'Caption'#6#5'Pages'
+#22'AnchorSideLeft.Control'#7#7'rbRange'#19'AnchorSideLeft.Side'#7#9'asrBott' +#11'ParentColor'#8#0#0#5'TEdit'#7'edRange'#22'AnchorSideLeft.Control'#7#7'rb'
+'om'#21'AnchorSideTop.Control'#7#7'rbRange'#18'AnchorSideTop.Side'#7#9'asrCe' +'Range'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#7
+'nter'#23'AnchorSideRight.Control'#7#7'gbPages'#20'AnchorSideRight.Side'#7#9 +'rbRange'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7
+'asrBottom'#4'Left'#2']'#6'Height'#2#23#3'Top'#2'L'#5'Width'#3#159#0#7'Ancho' +#7'gbPages'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2']'#6'Height'#2
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#15#19'Borde' +#23#3'Top'#2'L'#5'Width'#3#159#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
+'rSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#9'TComboBox'#9'edPageSet'#21'Anchor' +#0#18'BorderSpacing.Left'#2#15#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0
+'SideTop.Control'#7#7'labPage'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'Anch' +#0#9'TComboBox'#9'edPageSet'#21'AnchorSideTop.Control'#7#7'labPage'#18'Ancho'
+'orSideRight.Control'#7#7'gbPages'#20'AnchorSideRight.Side'#7#9'asrBottom'#4 +'rSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#7'gbPages'#20'A'
+'Left'#2'h'#6'Height'#2#29#3'Top'#2'r'#5'Width'#3#148#0#7'Anchors'#11#5'akTo' +'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'h'#6'Height'#2#31#3'Top'#2'r'
+'p'#7'akRight'#0#12'AutoComplete'#8#10'AutoSelect'#9#19'BorderSpacing.Right' +#5'Width'#3#148#0#7'Anchors'#11#5'akTop'#7'akRight'#0#12'AutoComplete'#8#10
+#2#6#10'ItemHeight'#2#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6#9'All pages'#6 +'AutoSelect'#9#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#0#9'ItemIndex'#2
+#9'Odd pages'#6#10'Even pages'#0#9'ItemWidth'#2#0#5'Style'#7#14'csDropDownLi' +#0#13'Items.Strings'#1#6#9'All pages'#6#9'Odd pages'#6#10'Even pages'#0#9'It'
+'st'#8'TabOrder'#2#1#4'Text'#6#9'All pages'#0#0#12'TRadioButton'#13'rbCurren' +'emWidth'#2#0#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#1#4'Text'#6#9'All '
+'tPage'#21'AnchorSideTop.Control'#7#9'rbAllPage'#18'AnchorSideTop.Side'#7#9 +'pages'#0#0#12'TRadioButton'#13'rbCurrentPage'#21'AnchorSideTop.Control'#7#9
+'asrBottom'#4'Left'#2#14#6'Height'#2#22#3'Top'#2#28#5'Width'#2'k'#11'AllowGr' +'rbAllPage'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#22
+'ayed'#9#20'BorderSpacing.Around'#2#2#7'Caption'#6#12'Current page'#10'DragC' +#3'Top'#2#28#5'Width'#2'l'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#2#7
+'ursor'#7#9'crDefault'#7'Enabled'#8#8'TabOrder'#2#2#7'TabStop'#8#0#0#12'TRad' +'Caption'#6#12'Current page'#10'DragCursor'#7#9'crDefault'#7'Enabled'#8#8'Ta'
,'ioButton'#7'rbRange'#21'AnchorSideTop.Control'#7#11'rbSelection'#18'AnchorS' ,'bOrder'#2#2#7'TabStop'#8#0#0#12'TRadioButton'#7'rbRange'#21'AnchorSideTop.C'
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#22#3'Top'#2'L'#5'Width' +'ontrol'#7#11'rbSelection'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14
+#2'@'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#2#7'Caption'#6#5'Range'#10 +#6'Height'#2#22#3'Top'#2'L'#5'Width'#2'@'#11'AllowGrayed'#9#20'BorderSpacing'
+'DragCursor'#7#9'crDefault'#8'TabOrder'#2#4#7'TabStop'#8#0#0#12'TRadioButton' +'.Around'#2#2#7'Caption'#6#5'Range'#10'DragCursor'#7#9'crDefault'#8'TabOrder'
+#9'rbAllPage'#4'Left'#2#14#6'Height'#2#22#3'Top'#2#0#5'Width'#2'*'#11'AllowG' +#2#4#7'TabStop'#8#0#0#12'TRadioButton'#9'rbAllPage'#4'Left'#2#14#6'Height'#2
+'rayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#4'All '#7'Checked'#9#10 +#22#3'Top'#2#0#5'Width'#2'+'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7
+'DragCursor'#7#9'crDefault'#5'State'#7#9'cbChecked'#8'TabOrder'#2#3#0#0#12'T' +'Caption'#6#4'All '#7'Checked'#9#10'DragCursor'#7#9'crDefault'#5'State'#7#9
+'RadioButton'#11'rbSelection'#21'AnchorSideTop.Control'#7#13'rbCurrentPage' +'cbChecked'#8'TabOrder'#2#3#0#0#12'TRadioButton'#11'rbSelection'#21'AnchorSi'
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#22#3'Top'#2 +'deTop.Control'#7#13'rbCurrentPage'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
+'4'#5'Width'#2'R'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#2#7'Caption'#6 +'Left'#2#14#6'Height'#2#22#3'Top'#2'4'#5'Width'#2'S'#11'AllowGrayed'#9#20'Bo'
+#9'Selection'#10'DragCursor'#7#9'crDefault'#7'Enabled'#8#8'TabOrder'#2#5#7'T' +'rderSpacing.Around'#2#2#7'Caption'#6#9'Selection'#10'DragCursor'#7#9'crDefa'
+'abStop'#8#0#0#0#9'TGroupBox'#8'gbCopies'#22'AnchorSideLeft.Control'#7#7'gbP' +'ult'#7'Enabled'#8#8'TabOrder'#2#5#7'TabStop'#8#0#0#0#9'TGroupBox'#8'gbCopie'
+'ages'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#8 +'s'#22'AnchorSideLeft.Control'#7#7'gbPages'#19'AnchorSideLeft.Side'#7#9'asrB'
+'pgCopies'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contr' +'ottom'#23'AnchorSideRight.Control'#7#8'pgCopies'#20'AnchorSideRight.Side'#7
+'ol'#7#8'pgCopies'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#20#1#6 +#9'asrBottom'#24'AnchorSideBottom.Control'#7#8'pgCopies'#21'AnchorSideBottom'
+'Height'#2#1#3'Top'#2#7#5'Width'#3#230#0#7'Anchors'#11#5'akTop'#6'akLeft'#7 +'.Side'#7#9'asrBottom'#4'Left'#3#20#1#6'Height'#2#1#3'Top'#2#7#5'Width'#3#234
+'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#8' Copies ' +#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacin'
+#12'ClientHeight'#2#1#11'ClientWidth'#3#226#0#8'TabOrder'#2#1#0#6'TImage'#10 +'g.Around'#2#6#7'Caption'#6#8' Copies '#12'ClientHeight'#2#1#11'ClientWidth'
+'imgCollate'#21'AnchorSideTop.Control'#7#12'lanNumCopies'#18'AnchorSideTop.S' +#3#230#0#8'TabOrder'#2#1#0#6'TImage'#10'imgCollate'#21'AnchorSideTop.Control'
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'%'#3'Top'#2#28#5'Width'#2']'#8 +#7#12'lanNumCopies'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig'
+'AutoSize'#9#17'BorderSpacing.Top'#2#6#12'Proportional'#9#0#0#6'TLabel'#12'l' +'ht'#2'%'#3'Top'#2#30#5'Width'#2']'#8'AutoSize'#9#17'BorderSpacing.Top'#2#6
+'anNumCopies'#4'Left'#2#6#6'Height'#2#16#3'Top'#2#6#5'Width'#2'o'#7'Caption' +#12'Proportional'#9#0#0#6'TLabel'#12'lanNumCopies'#4'Left'#2#6#6'Height'#2#18
+#6#16'Number of copies'#11'ParentColor'#8#0#0#9'TSpinEdit'#8'edCopies'#22'An' +#3'Top'#2#6#5'Width'#2'r'#7'Caption'#6#16'Number of copies'#11'ParentColor'#8
+'chorSideLeft.Control'#7#12'lanNumCopies'#19'AnchorSideLeft.Side'#7#9'asrBot' +#0#0#9'TSpinEdit'#8'edCopies'#22'AnchorSideLeft.Control'#7#12'lanNumCopies'
+'tom'#21'AnchorSideTop.Control'#7#12'lanNumCopies'#18'AnchorSideTop.Side'#7#9 +#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#12'lanNu'
+'asrCenter'#4'Left'#2'{'#6'Height'#2#20#3'Top'#2#4#5'Width'#2'2'#18'BorderSp' +'mCopies'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'~'#6'Height'#2#20#3
+'acing.Left'#2#6#8'TabOrder'#2#0#0#0#9'TCheckBox'#9'cbCollate'#21'AnchorSide' +'Top'#2#5#5'Width'#2'2'#18'BorderSpacing.Left'#2#6#8'TabOrder'#2#0#0#0#9'TCh'
+'Top.Control'#7#8'edCopies'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2 +'eckBox'#9'cbCollate'#21'AnchorSideTop.Control'#7#8'edCopies'#18'AnchorSideT'
+'w'#6'Height'#2#22#3'Top'#2#30#5'Width'#2'C'#11'AllowGrayed'#9#20'BorderSpac' +'op.Side'#7#9'asrBottom'#4'Left'#2'w'#6'Height'#2#22#3'Top'#2#31#5'Width'#2
+'ing.Around'#2#6#7'Caption'#6#7'Collate'#10'DragCursor'#7#9'crDefault'#7'OnC' +'D'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Collate'#10
+'lick'#7#14'cbReverseCLICK'#8'TabOrder'#2#2#0#0#9'TCheckBox'#9'cbReverse'#21 +'DragCursor'#7#9'crDefault'#7'OnClick'#7#14'cbReverseCLICK'#8'TabOrder'#2#2#0
+'AnchorSideTop.Control'#7#9'cbCollate'#18'AnchorSideTop.Side'#7#9'asrBottom' +#0#9'TCheckBox'#9'cbReverse'#21'AnchorSideTop.Control'#7#9'cbCollate'#18'Anc'
+#4'Left'#2'w'#6'Height'#2#22#3'Top'#2':'#5'Width'#2'I'#11'AllowGrayed'#9#20 +'horSideTop.Side'#7#9'asrBottom'#4'Left'#2'w'#6'Height'#2#22#3'Top'#2';'#5'W'
+'BorderSpacing.Around'#2#6#7'Caption'#6#7'Reverse'#10'DragCursor'#7#9'crDefa' +'idth'#2'J'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Re'
+'ult'#7'OnClick'#7#14'cbReverseCLICK'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#9'pgA' +'verse'#10'DragCursor'#7#9'crDefault'#7'OnClick'#7#14'cbReverseCLICK'#8'TabO'
+'dvance'#7'Caption'#6#8'Advanced'#11'ClientWidth'#3#0#2#12'ClientHeight'#2#1 +'rder'#2#1#0#0#0#0#5'TPage'#9'pgAdvance'#7'Caption'#6#8'Advanced'#11'ClientW'
+#0#6'TLabel'#7'labTask'#4'Left'#2#7#6'Height'#2#16#3'Top'#2#10#5'Width'#2'R' +'idth'#3#4#2#12'ClientHeight'#2#1#0#6'TLabel'#7'labTask'#4'Left'#2#7#6'Heigh'
+#7'Caption'#6#12'Delayed task'#11'ParentColor'#8#0#0#6'TLabel'#9'PrioLabel' +'t'#2#16#3'Top'#2#10#5'Width'#2'R'#7'Caption'#6#12'Delayed task'#11'ParentCo'
+#21'AnchorSideTop.Control'#7#7'labTask'#18'AnchorSideTop.Side'#7#9'asrBottom' +'lor'#8#0#0#6'TLabel'#9'PrioLabel'#21'AnchorSideTop.Control'#7#7'labTask'#18
+#4'Left'#2#7#6'Height'#2#16#3'Top'#2'4'#5'Width'#2','#17'BorderSpacing.Top'#2 +'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#7#6'Height'#2#16#3'Top'#2'4'#5
+#20#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Priority'#11'ParentColor'#8#0 +'Width'#2','#17'BorderSpacing.Top'#2#20#20'BorderSpacing.Around'#2#6#7'Capti'
+#0#9'TComboBox'#10'cbTasktime'#4'Left'#3#215#0#6'Height'#2#29#3'Top'#2#7#5'W' +'on'#6#8'Priority'#11'ParentColor'#8#0#0#9'TComboBox'#10'cbTasktime'#4'Left'
+'idth'#3#200#0#12'AutoComplete'#8#10'ItemHeight'#2#0#9'ItemIndex'#2#0#13'Ite' +#3#215#0#6'Height'#2#29#3'Top'#2#7#5'Width'#3#200#0#12'AutoComplete'#8#10'It'
+'ms.Strings'#1#6#9'Immediate'#6#18'Never (suspending)'#6#14'during the day'#6 +'emHeight'#2#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6#9'Immediate'#6#18'Neve'
+#7'evening'#6#5'night'#6#7'Weekend'#6#23'After close of business'#6#14'After' +'r (suspending)'#6#14'during the day'#6#7'evening'#6#5'night'#6#7'Weekend'#6
+' midnight'#6#7'At time'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'cbTasktimeCHANG' +#23'After close of business'#6#14'After midnight'#6#7'At time'#0#9'ItemWidth'
+'E'#10'OnKeyPress'#7#18'cbPrintersKEYPRESS'#5'Style'#7#14'csDropDownList'#8 +#2#0#8'OnChange'#7#16'cbTasktimeCHANGE'#10'OnKeyPress'#7#18'cbPrintersKEYPRE'
+'TabOrder'#2#1#4'Text'#6#9'Immediate'#0#0#5'TEdit'#10'edTimeTask'#4'Left'#3 +'SS'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#1#4'Text'#6#9'Immediate'#0#0
+#167#1#6'Height'#2#23#3'Top'#2#9#5'Width'#2'S'#10'DragCursor'#7#9'crDefault' +#5'TEdit'#10'edTimeTask'#4'Left'#3#167#1#6'Height'#2#23#3'Top'#2#9#5'Width'#2
+#9'MaxLength'#2#8#8'TabOrder'#2#0#4'Text'#6#8'23:00:00'#0#0#9'TSpinEdit'#10 +'S'#10'DragCursor'#7#9'crDefault'#9'MaxLength'#2#8#8'TabOrder'#2#0#4'Text'#6
+'edPriority'#21'AnchorSideTop.Control'#7#9'PrioLabel'#18'AnchorSideTop.Side' +#8'23:00:00'#0#0#9'TSpinEdit'#10'edPriority'#21'AnchorSideTop.Control'#7#9'P'
+#7#9'asrCenter'#4'Left'#2''#6'Height'#2#20#3'Top'#2'2'#5'Width'#2'2'#8'TabO' +'rioLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2''#6'Height'#2#20
+'rder'#2#3#0#0#9'TTrackBar'#11'tkbPriority'#22'AnchorSideLeft.Control'#7#10 +#3'Top'#2'2'#5'Width'#2'2'#8'TabOrder'#2#3#0#0#9'TTrackBar'#11'tkbPriority'
+'edPriority'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control' +#22'AnchorSideLeft.Control'#7#10'edPriority'#19'AnchorSideLeft.Side'#7#9'asr'
+#7#9'PrioLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Con' +'Bottom'#21'AnchorSideTop.Control'#7#9'PrioLabel'#18'AnchorSideTop.Side'#7#9
+'trol'#7#9'pgAdvance'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#183#0 +'asrCenter'#23'AnchorSideRight.Control'#7#9'pgAdvance'#20'AnchorSideRight.Si'
+#6'Height'#2'&'#3'Top'#2')'#5'Width'#3'@'#1#9'Frequency'#2#10#3'Max'#2'd'#8 +'de'#7#9'asrBottom'#4'Left'#3#183#0#6'Height'#2'&'#3'Top'#2')'#5'Width'#3'@'
+'OnChange'#7#17'tkbPriorityCHANGE'#8'Position'#2#10#7'TabStop'#8#9'TickMarks' +#1#9'Frequency'#2#10#3'Max'#2'd'#8'OnChange'#7#17'tkbPriorityCHANGE'#8'Posit'
+#7#6'tmBoth'#20'BorderSpacing.Around'#2#6#10'DragCursor'#7#9'crDefault'#8'Ta' +'ion'#2#10#7'TabStop'#8#9'TickMarks'#7#6'tmBoth'#20'BorderSpacing.Around'#2#6
+'bOrder'#2#2#0#0#0#0#6'TPanel'#8'BtnPanel'#4'Left'#2#6#6'Height'#2''''#3'Top' +#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#8'BtnPanel'
+#3#172#0#5'Width'#3#6#2#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akB' +#4'Left'#2#6#6'Height'#2')'#3'Top'#3#170#0#5'Width'#3#6#2#5'Align'#7#8'alBot'
+'ottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNo' +'tom'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.A'
+'ne'#12'ClientHeight'#2''''#11'ClientWidth'#3#6#2#11'FullRepaint'#8#8'TabOrd' +'round'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2')'#11'ClientWidth'
+'er'#2#2#7'TabStop'#9#0#7'TButton'#9'btnCancel'#4'Left'#3#202#1#6'Height'#2 +#3#6#2#11'FullRepaint'#8#8'TabOrder'#2#2#7'TabStop'#9#0#7'TButton'#9'btnCanc'
,#27#3'Top'#2#6#5'Width'#2'6'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSp' ,'el'#4'Left'#3#201#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'7'#5'Align'#7#7'al'
+'acing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8 +'Right'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6
+'TabOrder'#2#0#0#0#7'TButton'#8'btnPrint'#4'Left'#3#155#1#6'Height'#2#27#3'T' +'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#0#0#0#7'TButton'#8'btnPrint'#4'Le'
+'op'#2#6#5'Width'#2')'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.' +'ft'#3#154#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2')'#5'Align'#7#7'alRight'#8
+'Around'#2#6#7'Caption'#6#5'Print'#7'Default'#9#11'ModalResult'#2#1#7'OnClic' +'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'Print'#7'Default'#9
+'k'#7#13'btnPrintCLICK'#8'TabOrder'#2#1#0#0#7'TButton'#8'btnReduc'#4'Left'#2 +#11'ModalResult'#2#1#7'OnClick'#7#13'btnPrintCLICK'#8'TabOrder'#2#1#0#0#7'TB'
+#6#6'Height'#2#27#3'Top'#2#6#5'Width'#2';'#5'Align'#7#6'alLeft'#8'AutoSize'#9 +'utton'#8'btnReduc'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#2'<'#5'Al'
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'More ...'#7'OnClick'#7#13'btnRe' +'ign'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8
+'ducCLICK'#8'TabOrder'#2#2#0#0#7'TButton'#10'btnPreview'#4'Left'#3'Z'#1#6'He' +'More ...'#7'OnClick'#7#13'btnReducCLICK'#8'TabOrder'#2#2#0#0#7'TButton'#10
+'ight'#2#27#3'Top'#2#6#5'Width'#2';'#5'Align'#7#7'alRight'#8'AutoSize'#9#20 +'btnPreview'#4'Left'#3'X'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'<'#5'Align'
+'BorderSpacing.Around'#2#6#7'Caption'#6#7'Preview'#11'ModalResult'#2#6#8'Tab' +#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Prev'
+'Order'#2#3#0#0#0#6'TPanel'#9'panLabels'#4'Left'#2#6#6'Height'#2#22#3'Top'#3 +'iew'#11'ModalResult'#2#6#8'TabOrder'#2#3#0#0#0#6'TPanel'#9'panLabels'#4'Lef'
+#149#0#5'Width'#3#6#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#10'Be' +'t'#2#6#6'Height'#2#22#3'Top'#3#149#0#5'Width'#3#6#2#5'Align'#7#5'alTop'#20
+'velOuter'#7#6'bvNone'#12'ClientHeight'#2#22#11'ClientWidth'#3#6#2#8'TabOrde' +'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#22
+'r'#2#3#0#6'TLabel'#7'labCUPS'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left' +#11'ClientWidth'#3#6#2#8'TabOrder'#2#3#0#6'TLabel'#7'labCUPS'#18'AnchorSideT'
+#2#8#6'Height'#2#16#3'Top'#2#3#5'Width'#3#233#0#7'Caption'#6'"CUPS (Common U' +'op.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#16#3'Top'#2#3#5'Width'#3#233
+'nix Printing System)'#11'ParentColor'#8#0#0#6'TLabel'#13'labCUPSServer'#19 +#0#7'Caption'#6'"CUPS (Common Unix Printing System)'#11'ParentColor'#8#0#0#6
+'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#248#0#6'Height'#2#16#3'Top'#2 +'TLabel'#13'labCUPSServer'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3
+#3#5'Width'#2']'#7'Caption'#6#13'labCUPSServer'#11'ParentColor'#8#0#0#0#0 +#248#0#6'Height'#2#16#3'Top'#2#3#5'Width'#2']'#7'Caption'#6#13'labCUPSServer'
+#11'ParentColor'#8#0#0#0#0
]); ]);