mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
position own made print form on screen center
git-svn-id: trunk@19423 -
This commit is contained in:
parent
146a3542fb
commit
b86e6de121
@ -9,6 +9,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
ClientWidth = 530
|
||||
OnCreate = dlgSelectPrinterCREATE
|
||||
OnShow = dlgSelectPrinterSHOW
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
object PrinterGroupbox: TGroupBox
|
||||
Left = 6
|
||||
@ -18,30 +19,30 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
Caption = ' Printer '
|
||||
ClientHeight = 120
|
||||
ClientHeight = 118
|
||||
ClientWidth = 514
|
||||
TabOrder = 0
|
||||
object labState: TLabel
|
||||
Left = 96
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 49
|
||||
Width = 54
|
||||
Width = 55
|
||||
Caption = 'labState'
|
||||
ParentColor = False
|
||||
end
|
||||
object labLocation: TLabel
|
||||
Left = 96
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 73
|
||||
Width = 73
|
||||
Width = 74
|
||||
Caption = 'labLocation'
|
||||
ParentColor = False
|
||||
end
|
||||
object labComment: TLabel
|
||||
Left = 96
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 97
|
||||
Width = 79
|
||||
Width = 84
|
||||
Caption = 'labComment'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -52,52 +53,52 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
Width = 17
|
||||
end
|
||||
object PrinterNameLabel: TLabel
|
||||
Left = 236
|
||||
Height = 16
|
||||
Top = 8
|
||||
Width = 37
|
||||
Left = 234
|
||||
Height = 18
|
||||
Top = 7
|
||||
Width = 40
|
||||
Anchors = []
|
||||
Caption = 'Name'
|
||||
ParentColor = False
|
||||
end
|
||||
object PrinterStateLabel: TLabel
|
||||
Left = 10
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 49
|
||||
Width = 35
|
||||
Width = 36
|
||||
Caption = 'State'
|
||||
ParentColor = False
|
||||
OnChangeBounds = PrinterStateLabelChangeBounds
|
||||
end
|
||||
object PrinterLocationLabel: TLabel
|
||||
Left = 10
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 73
|
||||
Width = 54
|
||||
Width = 55
|
||||
Caption = 'Location'
|
||||
ParentColor = False
|
||||
end
|
||||
object PrinterDescriptionLabel: TLabel
|
||||
Left = 10
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 97
|
||||
Width = 72
|
||||
Width = 73
|
||||
Caption = 'Description'
|
||||
ParentColor = False
|
||||
end
|
||||
object labPrinterName: TLabel
|
||||
Left = 10
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 12
|
||||
Width = 37
|
||||
Width = 40
|
||||
Caption = 'Name'
|
||||
ParentColor = False
|
||||
OnChangeBounds = PrinterStateLabelChangeBounds
|
||||
end
|
||||
object btnProp: TButton
|
||||
Left = 416
|
||||
Height = 27
|
||||
Top = 7
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 93
|
||||
Anchors = []
|
||||
AutoSize = True
|
||||
@ -108,7 +109,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
object cbPrintToFile: TCheckBox
|
||||
Left = 414
|
||||
Height = 22
|
||||
Top = 43
|
||||
Top = 41
|
||||
Width = 92
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'Print to file'
|
||||
@ -116,7 +117,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
end
|
||||
object cbPrinters: TComboBox
|
||||
Left = 120
|
||||
Height = 29
|
||||
Height = 31
|
||||
Top = 7
|
||||
Width = 287
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -141,7 +142,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
TabOrder = 1
|
||||
object pgCopies: TPage
|
||||
Caption = 'Copies'
|
||||
ClientWidth = 512
|
||||
ClientWidth = 516
|
||||
ClientHeight = 1
|
||||
object gbPages: TGroupBox
|
||||
AnchorSideBottom.Control = pgCopies
|
||||
@ -171,7 +172,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
AnchorSideTop.Control = Bevel1
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 14
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 120
|
||||
Width = 39
|
||||
BorderSpacing.Top = 12
|
||||
@ -200,7 +201,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
AnchorSideRight.Control = gbPages
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 104
|
||||
Height = 29
|
||||
Height = 31
|
||||
Top = 114
|
||||
Width = 148
|
||||
Anchors = [akTop, akRight]
|
||||
@ -225,7 +226,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
Left = 14
|
||||
Height = 22
|
||||
Top = 28
|
||||
Width = 107
|
||||
Width = 108
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Around = 2
|
||||
Caption = 'Current page'
|
||||
@ -252,7 +253,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
Left = 14
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 42
|
||||
Width = 43
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'All '
|
||||
@ -267,7 +268,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
Left = 14
|
||||
Height = 22
|
||||
Top = 52
|
||||
Width = 82
|
||||
Width = 83
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Around = 2
|
||||
Caption = 'Selection'
|
||||
@ -287,19 +288,19 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
Left = 276
|
||||
Height = 1
|
||||
Top = 7
|
||||
Width = 230
|
||||
Width = 234
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = ' Copies '
|
||||
ClientHeight = 1
|
||||
ClientWidth = 226
|
||||
ClientWidth = 230
|
||||
TabOrder = 1
|
||||
object imgCollate: TImage
|
||||
AnchorSideTop.Control = lanNumCopies
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 37
|
||||
Top = 28
|
||||
Top = 30
|
||||
Width = 93
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
@ -307,9 +308,9 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
end
|
||||
object lanNumCopies: TLabel
|
||||
Left = 6
|
||||
Height = 16
|
||||
Height = 18
|
||||
Top = 6
|
||||
Width = 111
|
||||
Width = 114
|
||||
Caption = 'Number of copies'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -318,9 +319,9 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = lanNumCopies
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 123
|
||||
Left = 126
|
||||
Height = 20
|
||||
Top = 4
|
||||
Top = 5
|
||||
Width = 50
|
||||
BorderSpacing.Left = 6
|
||||
TabOrder = 0
|
||||
@ -330,8 +331,8 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 119
|
||||
Height = 22
|
||||
Top = 30
|
||||
Width = 67
|
||||
Top = 31
|
||||
Width = 68
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Collate'
|
||||
@ -344,8 +345,8 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 119
|
||||
Height = 22
|
||||
Top = 58
|
||||
Width = 73
|
||||
Top = 59
|
||||
Width = 74
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Reverse'
|
||||
@ -357,7 +358,7 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
end
|
||||
object pgAdvance: TPage
|
||||
Caption = 'Advanced'
|
||||
ClientWidth = 512
|
||||
ClientWidth = 516
|
||||
ClientHeight = 1
|
||||
object labTask: TLabel
|
||||
Left = 7
|
||||
@ -449,24 +450,24 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
end
|
||||
object BtnPanel: TPanel
|
||||
Left = 6
|
||||
Height = 39
|
||||
Top = 172
|
||||
Height = 41
|
||||
Top = 170
|
||||
Width = 518
|
||||
Align = alBottom
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 39
|
||||
ClientHeight = 41
|
||||
ClientWidth = 518
|
||||
FullRepaint = False
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
object btnCancel: TButton
|
||||
Left = 458
|
||||
Height = 27
|
||||
Left = 457
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 54
|
||||
Width = 55
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -476,8 +477,8 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
TabOrder = 0
|
||||
end
|
||||
object btnPrint: TButton
|
||||
Left = 411
|
||||
Height = 27
|
||||
Left = 410
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 41
|
||||
Align = alRight
|
||||
@ -491,9 +492,9 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
end
|
||||
object btnReduc: TButton
|
||||
Left = 6
|
||||
Height = 27
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 59
|
||||
Width = 60
|
||||
Align = alLeft
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -502,10 +503,10 @@ object dlgSelectPrinter: TdlgSelectPrinter
|
||||
TabOrder = 2
|
||||
end
|
||||
object btnPreview: TButton
|
||||
Left = 346
|
||||
Height = 27
|
||||
Left = 344
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 59
|
||||
Width = 60
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
|
@ -4,148 +4,149 @@ LazarusResources.Add('TdlgSelectPrinter','FORMDATA',[
|
||||
'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'
|
||||
+#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'
|
||||
+'on'#6#6'0.9.27'#0#9'TGroupBox'#15'PrinterGroupbox'#4'Left'#2#6#6'Height'#3
|
||||
+#137#0#3'Top'#2#6#5'Width'#3#6#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#9' Printer '#12'ClientHeight'#2'x'#11'ClientWidth'#3#2#2#8
|
||||
+'TabOrder'#2#0#0#6'TLabel'#8'labState'#4'Left'#2'`'#6'Height'#2#16#3'Top'#2
|
||||
+'1'#5'Width'#2'6'#7'Caption'#6#8'labState'#11'ParentColor'#8#0#0#6'TLabel'#11
|
||||
+'labLocation'#4'Left'#2'`'#6'Height'#2#16#3'Top'#2'I'#5'Width'#2'I'#7'Captio'
|
||||
+'n'#6#11'labLocation'#11'ParentColor'#8#0#0#6'TLabel'#10'labComment'#4'Left'
|
||||
+#2'`'#6'Height'#2#16#3'Top'#2'a'#5'Width'#2'O'#7'Caption'#6#10'labComment'#11
|
||||
+'ParentColor'#8#0#0#6'TImage'#6'ImgPrn'#4'Left'#2'`'#6'Height'#2#17#3'Top'#2
|
||||
+#12#5'Width'#2#17#0#0#6'TLabel'#16'PrinterNameLabel'#4'Left'#3#236#0#6'Heigh'
|
||||
+'t'#2#16#3'Top'#2#8#5'Width'#2'%'#7'Anchors'#11#0#7'Caption'#6#4'Name'#11'Pa'
|
||||
+'rentColor'#8#0#0#6'TLabel'#17'PrinterStateLabel'#4'Left'#2#10#6'Height'#2#16
|
||||
+#3'Top'#2'1'#5'Width'#2'#'#7'Caption'#6#5'State'#11'ParentColor'#8#14'OnChan'
|
||||
+'geBounds'#7#29'PrinterStateLabelChangeBounds'#0#0#6'TLabel'#20'PrinterLocat'
|
||||
+'ionLabel'#4'Left'#2#10#6'Height'#2#16#3'Top'#2'I'#5'Width'#2'6'#7'Caption'#6
|
||||
+#8'Location'#11'ParentColor'#8#0#0#6'TLabel'#23'PrinterDescriptionLabel'#4'L'
|
||||
+'eft'#2#10#6'Height'#2#16#3'Top'#2'a'#5'Width'#2'H'#7'Caption'#6#11'Descript'
|
||||
+'ion'#11'ParentColor'#8#0#0#6'TLabel'#14'labPrinterName'#4'Left'#2#10#6'Heig'
|
||||
+'ht'#2#16#3'Top'#2#12#5'Width'#2'%'#7'Caption'#6#4'Name'#11'ParentColor'#8#14
|
||||
+'OnChangeBounds'#7#29'PrinterStateLabelChangeBounds'#0#0#7'TButton'#7'btnPro'
|
||||
+'p'#4'Left'#3#160#1#6'Height'#2#27#3'Top'#2#7#5'Width'#2']'#7'Anchors'#11#0#8
|
||||
+'AutoSize'#9#7'Caption'#6#14'Properties ...'#7'OnClick'#7#12'btnPropCLICK'#8
|
||||
+'TabOrder'#2#0#0#0#9'TCheckBox'#13'cbPrintToFile'#4'Left'#3#158#1#6'Height'#2
|
||||
+#22#3'Top'#2'+'#5'Width'#2'\'#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Capti'
|
||||
+'on'#6#13'Print to file'#8'TabOrder'#2#1#0#0#9'TComboBox'#10'cbPrinters'#4'L'
|
||||
+'eft'#2'x'#6'Height'#2#29#3'Top'#2#7#5'Width'#3#31#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#12'AutoComplete'#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0
|
||||
+#8'OnChange'#7#16'cbPrintersCHANGE'#10'OnKeyPress'#7#18'cbPrintersKEYPRESS'#5
|
||||
+'Style'#7#14'csDropDownList'#8'TabOrder'#2#2#0#0#0#9'TNotebook'#6'NbOpts'#4
|
||||
+'Left'#2#6#6'Height'#2#1#3'Top'#3#174#0#5'Width'#3#6#2#5'Align'#7#8'alClient'
|
||||
+#7'Anchors'#11#6'akLeft'#0#20'BorderSpacing.Around'#2#6#9'PageIndex'#2#0#8'T'
|
||||
+'abOrder'#2#1#0#5'TPage'#8'pgCopies'#7'Caption'#6#6'Copies'#11'ClientWidth'#3
|
||||
+#0#2#12'ClientHeight'#2#1#0#9'TGroupBox'#7'gbPages'#24'AnchorSideBottom.Cont'
|
||||
+'rol'#7#8'pgCopies'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#8#6'H'
|
||||
+'eight'#2#1#3'Top'#2#7#5'Width'#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#8'akB'
|
||||
+'ottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14' Select pages '#12'Cl'
|
||||
+'ientHeight'#2#1#11'ClientWidth'#3#2#1#8'TabOrder'#2#0#0#6'TBevel'#6'Bevel1'
|
||||
+#21'AnchorSideTop.Control'#7#7'edRange'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#18#6'Height'#2#3#3'Top'#2'i'#5'Width'#3#230#0#17'BorderSpacing.To'
|
||||
+'p'#2#6#5'Shape'#7#9'bsTopLine'#5'Style'#7#8'bsRaised'#0#0#6'TLabel'#7'labPa'
|
||||
+'ge'#21'AnchorSideTop.Control'#7#6'Bevel1'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#14#6'Height'#2#16#3'Top'#2'x'#5'Width'#2''''#17'BorderSpacin'
|
||||
+'g.Top'#2#12#7'Caption'#6#5'Pages'#11'ParentColor'#8#0#0#5'TEdit'#7'edRange'
|
||||
+#22'AnchorSideLeft.Control'#7#7'rbRange'#19'AnchorSideLeft.Side'#7#9'asrBott'
|
||||
+'om'#21'AnchorSideTop.Control'#7#7'rbRange'#18'AnchorSideTop.Side'#7#9'asrCe'
|
||||
+'nter'#23'AnchorSideRight.Control'#7#7'gbPages'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2']'#6'Height'#2#23#3'Top'#2'L'#5'Width'#3#159#0#7'Ancho'
|
||||
+'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#15#19'Borde'
|
||||
+'rSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#9'TComboBox'#9'edPageSet'#21'Anchor'
|
||||
+'SideTop.Control'#7#7'labPage'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'Anch'
|
||||
+'orSideRight.Control'#7#7'gbPages'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2'h'#6'Height'#2#29#3'Top'#2'r'#5'Width'#3#148#0#7'Anchors'#11#5'akTo'
|
||||
+'p'#7'akRight'#0#12'AutoComplete'#8#10'AutoSelect'#9#19'BorderSpacing.Right'
|
||||
+#2#6#10'ItemHeight'#2#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6#9'All pages'#6
|
||||
+#9'Odd pages'#6#10'Even pages'#0#9'ItemWidth'#2#0#5'Style'#7#14'csDropDownLi'
|
||||
+'st'#8'TabOrder'#2#1#4'Text'#6#9'All pages'#0#0#12'TRadioButton'#13'rbCurren'
|
||||
+'tPage'#21'AnchorSideTop.Control'#7#9'rbAllPage'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2#14#6'Height'#2#22#3'Top'#2#28#5'Width'#2'k'#11'AllowGr'
|
||||
+'ayed'#9#20'BorderSpacing.Around'#2#2#7'Caption'#6#12'Current page'#10'DragC'
|
||||
+'ursor'#7#9'crDefault'#7'Enabled'#8#8'TabOrder'#2#2#7'TabStop'#8#0#0#12'TRad'
|
||||
,'ioButton'#7'rbRange'#21'AnchorSideTop.Control'#7#11'rbSelection'#18'AnchorS'
|
||||
+'ideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#22#3'Top'#2'L'#5'Width'
|
||||
+#2'@'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#2#7'Caption'#6#5'Range'#10
|
||||
+'DragCursor'#7#9'crDefault'#8'TabOrder'#2#4#7'TabStop'#8#0#0#12'TRadioButton'
|
||||
+#9'rbAllPage'#4'Left'#2#14#6'Height'#2#22#3'Top'#2#0#5'Width'#2'*'#11'AllowG'
|
||||
+'rayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#4'All '#7'Checked'#9#10
|
||||
+'DragCursor'#7#9'crDefault'#5'State'#7#9'cbChecked'#8'TabOrder'#2#3#0#0#12'T'
|
||||
+'RadioButton'#11'rbSelection'#21'AnchorSideTop.Control'#7#13'rbCurrentPage'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#22#3'Top'#2
|
||||
+'4'#5'Width'#2'R'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#2#7'Caption'#6
|
||||
+#9'Selection'#10'DragCursor'#7#9'crDefault'#7'Enabled'#8#8'TabOrder'#2#5#7'T'
|
||||
+'abStop'#8#0#0#0#9'TGroupBox'#8'gbCopies'#22'AnchorSideLeft.Control'#7#7'gbP'
|
||||
+'ages'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#8
|
||||
+'pgCopies'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Contr'
|
||||
+'ol'#7#8'pgCopies'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#20#1#6
|
||||
+'Height'#2#1#3'Top'#2#7#5'Width'#3#230#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#8' Copies '
|
||||
+#12'ClientHeight'#2#1#11'ClientWidth'#3#226#0#8'TabOrder'#2#1#0#6'TImage'#10
|
||||
+'imgCollate'#21'AnchorSideTop.Control'#7#12'lanNumCopies'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'%'#3'Top'#2#28#5'Width'#2']'#8
|
||||
+'AutoSize'#9#17'BorderSpacing.Top'#2#6#12'Proportional'#9#0#0#6'TLabel'#12'l'
|
||||
+'anNumCopies'#4'Left'#2#6#6'Height'#2#16#3'Top'#2#6#5'Width'#2'o'#7'Caption'
|
||||
+#6#16'Number of copies'#11'ParentColor'#8#0#0#9'TSpinEdit'#8'edCopies'#22'An'
|
||||
+'chorSideLeft.Control'#7#12'lanNumCopies'#19'AnchorSideLeft.Side'#7#9'asrBot'
|
||||
+'tom'#21'AnchorSideTop.Control'#7#12'lanNumCopies'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#4'Left'#2'{'#6'Height'#2#20#3'Top'#2#4#5'Width'#2'2'#18'BorderSp'
|
||||
+'acing.Left'#2#6#8'TabOrder'#2#0#0#0#9'TCheckBox'#9'cbCollate'#21'AnchorSide'
|
||||
+'Top.Control'#7#8'edCopies'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2
|
||||
+'w'#6'Height'#2#22#3'Top'#2#30#5'Width'#2'C'#11'AllowGrayed'#9#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6#7'Collate'#10'DragCursor'#7#9'crDefault'#7'OnC'
|
||||
+'lick'#7#14'cbReverseCLICK'#8'TabOrder'#2#2#0#0#9'TCheckBox'#9'cbReverse'#21
|
||||
+'AnchorSideTop.Control'#7#9'cbCollate'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2'w'#6'Height'#2#22#3'Top'#2':'#5'Width'#2'I'#11'AllowGrayed'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#7'Reverse'#10'DragCursor'#7#9'crDefa'
|
||||
+'ult'#7'OnClick'#7#14'cbReverseCLICK'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#9'pgA'
|
||||
+'dvance'#7'Caption'#6#8'Advanced'#11'ClientWidth'#3#0#2#12'ClientHeight'#2#1
|
||||
+#0#6'TLabel'#7'labTask'#4'Left'#2#7#6'Height'#2#16#3'Top'#2#10#5'Width'#2'R'
|
||||
+#7'Caption'#6#12'Delayed task'#11'ParentColor'#8#0#0#6'TLabel'#9'PrioLabel'
|
||||
+#21'AnchorSideTop.Control'#7#7'labTask'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#7#6'Height'#2#16#3'Top'#2'4'#5'Width'#2','#17'BorderSpacing.Top'#2
|
||||
+#20#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'Priority'#11'ParentColor'#8#0
|
||||
+#0#9'TComboBox'#10'cbTasktime'#4'Left'#3#215#0#6'Height'#2#29#3'Top'#2#7#5'W'
|
||||
+'idth'#3#200#0#12'AutoComplete'#8#10'ItemHeight'#2#0#9'ItemIndex'#2#0#13'Ite'
|
||||
+'ms.Strings'#1#6#9'Immediate'#6#18'Never (suspending)'#6#14'during the day'#6
|
||||
+#7'evening'#6#5'night'#6#7'Weekend'#6#23'After close of business'#6#14'After'
|
||||
+' midnight'#6#7'At time'#0#9'ItemWidth'#2#0#8'OnChange'#7#16'cbTasktimeCHANG'
|
||||
+'E'#10'OnKeyPress'#7#18'cbPrintersKEYPRESS'#5'Style'#7#14'csDropDownList'#8
|
||||
+'TabOrder'#2#1#4'Text'#6#9'Immediate'#0#0#5'TEdit'#10'edTimeTask'#4'Left'#3
|
||||
+#167#1#6'Height'#2#23#3'Top'#2#9#5'Width'#2'S'#10'DragCursor'#7#9'crDefault'
|
||||
+#9'MaxLength'#2#8#8'TabOrder'#2#0#4'Text'#6#8'23:00:00'#0#0#9'TSpinEdit'#10
|
||||
+'edPriority'#21'AnchorSideTop.Control'#7#9'PrioLabel'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrCenter'#4'Left'#2''#6'Height'#2#20#3'Top'#2'2'#5'Width'#2'2'#8'TabO'
|
||||
+'rder'#2#3#0#0#9'TTrackBar'#11'tkbPriority'#22'AnchorSideLeft.Control'#7#10
|
||||
+'edPriority'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'
|
||||
+#7#9'PrioLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#9'pgAdvance'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#183#0
|
||||
+#6'Height'#2'&'#3'Top'#2')'#5'Width'#3'@'#1#9'Frequency'#2#10#3'Max'#2'd'#8
|
||||
+'OnChange'#7#17'tkbPriorityCHANGE'#8'Position'#2#10#7'TabStop'#8#9'TickMarks'
|
||||
+#7#6'tmBoth'#20'BorderSpacing.Around'#2#6#10'DragCursor'#7#9'crDefault'#8'Ta'
|
||||
+'bOrder'#2#2#0#0#0#0#6'TPanel'#8'BtnPanel'#4'Left'#2#6#6'Height'#2''''#3'Top'
|
||||
+#3#172#0#5'Width'#3#6#2#5'Align'#7#8'alBottom'#7'Anchors'#11#6'akLeft'#8'akB'
|
||||
+'ottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNo'
|
||||
+'ne'#12'ClientHeight'#2''''#11'ClientWidth'#3#6#2#11'FullRepaint'#8#8'TabOrd'
|
||||
+'er'#2#2#7'TabStop'#9#0#7'TButton'#9'btnCancel'#4'Left'#3#202#1#6'Height'#2
|
||||
,#27#3'Top'#2#6#5'Width'#2'6'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSp'
|
||||
+'acing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8
|
||||
+'TabOrder'#2#0#0#0#7'TButton'#8'btnPrint'#4'Left'#3#155#1#6'Height'#2#27#3'T'
|
||||
+'op'#2#6#5'Width'#2')'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.'
|
||||
+'Around'#2#6#7'Caption'#6#5'Print'#7'Default'#9#11'ModalResult'#2#1#7'OnClic'
|
||||
+'k'#7#13'btnPrintCLICK'#8'TabOrder'#2#1#0#0#7'TButton'#8'btnReduc'#4'Left'#2
|
||||
+#6#6'Height'#2#27#3'Top'#2#6#5'Width'#2';'#5'Align'#7#6'alLeft'#8'AutoSize'#9
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'More ...'#7'OnClick'#7#13'btnRe'
|
||||
+'ducCLICK'#8'TabOrder'#2#2#0#0#7'TButton'#10'btnPreview'#4'Left'#3'Z'#1#6'He'
|
||||
+'ight'#2#27#3'Top'#2#6#5'Width'#2';'#5'Align'#7#7'alRight'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#7'Preview'#11'ModalResult'#2#6#8'Tab'
|
||||
+'Order'#2#3#0#0#0#6'TPanel'#9'panLabels'#4'Left'#2#6#6'Height'#2#22#3'Top'#3
|
||||
+#149#0#5'Width'#3#6#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#10'Be'
|
||||
+'velOuter'#7#6'bvNone'#12'ClientHeight'#2#22#11'ClientWidth'#3#6#2#8'TabOrde'
|
||||
+'r'#2#3#0#6'TLabel'#7'labCUPS'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#8#6'Height'#2#16#3'Top'#2#3#5'Width'#3#233#0#7'Caption'#6'"CUPS (Common U'
|
||||
+'nix Printing System)'#11'ParentColor'#8#0#0#6'TLabel'#13'labCUPSServer'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#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
|
||||
+#22'dlgSelectPrinterCREATE'#6'OnShow'#7#20'dlgSelectPrinterSHOW'#8'Position'
|
||||
+#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#15'PrinterGr'
|
||||
+'oupbox'#4'Left'#2#6#6'Height'#3#137#0#3'Top'#2#6#5'Width'#3#6#2#5'Align'#7#5
|
||||
+'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#9' Printer '#12'ClientHeig'
|
||||
+'ht'#2'v'#11'ClientWidth'#3#2#2#8'TabOrder'#2#0#0#6'TLabel'#8'labState'#4'Le'
|
||||
+'ft'#2'`'#6'Height'#2#18#3'Top'#2'1'#5'Width'#2'7'#7'Caption'#6#8'labState'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#11'labLocation'#4'Left'#2'`'#6'Height'#2#18
|
||||
+#3'Top'#2'I'#5'Width'#2'J'#7'Caption'#6#11'labLocation'#11'ParentColor'#8#0#0
|
||||
+#6'TLabel'#10'labComment'#4'Left'#2'`'#6'Height'#2#18#3'Top'#2'a'#5'Width'#2
|
||||
+'T'#7'Caption'#6#10'labComment'#11'ParentColor'#8#0#0#6'TImage'#6'ImgPrn'#4
|
||||
+'Left'#2'`'#6'Height'#2#17#3'Top'#2#12#5'Width'#2#17#0#0#6'TLabel'#16'Printe'
|
||||
+'rNameLabel'#4'Left'#3#234#0#6'Height'#2#18#3'Top'#2#7#5'Width'#2'('#7'Ancho'
|
||||
+'rs'#11#0#7'Caption'#6#4'Name'#11'ParentColor'#8#0#0#6'TLabel'#17'PrinterSta'
|
||||
+'teLabel'#4'Left'#2#10#6'Height'#2#18#3'Top'#2'1'#5'Width'#2'$'#7'Caption'#6
|
||||
+#5'State'#11'ParentColor'#8#14'OnChangeBounds'#7#29'PrinterStateLabelChangeB'
|
||||
+'ounds'#0#0#6'TLabel'#20'PrinterLocationLabel'#4'Left'#2#10#6'Height'#2#18#3
|
||||
+'Top'#2'I'#5'Width'#2'7'#7'Caption'#6#8'Location'#11'ParentColor'#8#0#0#6'TL'
|
||||
+'abel'#23'PrinterDescriptionLabel'#4'Left'#2#10#6'Height'#2#18#3'Top'#2'a'#5
|
||||
+'Width'#2'I'#7'Caption'#6#11'Description'#11'ParentColor'#8#0#0#6'TLabel'#14
|
||||
+'labPrinterName'#4'Left'#2#10#6'Height'#2#18#3'Top'#2#12#5'Width'#2'('#7'Cap'
|
||||
+'tion'#6#4'Name'#11'ParentColor'#8#14'OnChangeBounds'#7#29'PrinterStateLabel'
|
||||
+'ChangeBounds'#0#0#7'TButton'#7'btnProp'#4'Left'#3#160#1#6'Height'#2#29#3'To'
|
||||
+'p'#2#6#5'Width'#2']'#7'Anchors'#11#0#8'AutoSize'#9#7'Caption'#6#14'Properti'
|
||||
+'es ...'#7'OnClick'#7#12'btnPropCLICK'#8'TabOrder'#2#0#0#0#9'TCheckBox'#13'c'
|
||||
+'bPrintToFile'#4'Left'#3#158#1#6'Height'#2#22#3'Top'#2')'#5'Width'#2'\'#7'An'
|
||||
+'chors'#11#7'akRight'#8'akBottom'#0#7'Caption'#6#13'Print to file'#8'TabOrde'
|
||||
+'r'#2#1#0#0#9'TComboBox'#10'cbPrinters'#4'Left'#2'x'#6'Height'#2#31#3'Top'#2
|
||||
+#7#5'Width'#3#31#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComp'
|
||||
+'lete'#8#10'ItemHeight'#2#0#9'ItemWidth'#2#0#8'OnChange'#7#16'cbPrintersCHAN'
|
||||
+'GE'#10'OnKeyPress'#7#18'cbPrintersKEYPRESS'#5'Style'#7#14'csDropDownList'#8
|
||||
+'TabOrder'#2#2#0#0#0#9'TNotebook'#6'NbOpts'#4'Left'#2#6#6'Height'#2#1#3'Top'
|
||||
+#3#174#0#5'Width'#3#6#2#5'Align'#7#8'alClient'#7'Anchors'#11#6'akLeft'#0#20
|
||||
+'BorderSpacing.Around'#2#6#9'PageIndex'#2#0#8'TabOrder'#2#1#0#5'TPage'#8'pgC'
|
||||
+'opies'#7'Caption'#6#6'Copies'#11'ClientWidth'#3#4#2#12'ClientHeight'#2#1#0#9
|
||||
+'TGroupBox'#7'gbPages'#24'AnchorSideBottom.Control'#7#8'pgCopies'#21'AnchorS'
|
||||
+'ideBottom.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#1#3'Top'#2#7#5'Width'
|
||||
+#3#6#1#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#14' Select pages '#12'ClientHeight'#2#1#11'ClientWidth'
|
||||
+#3#2#1#8'TabOrder'#2#0#0#6'TBevel'#6'Bevel1'#21'AnchorSideTop.Control'#7#7'e'
|
||||
+'dRange'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#18#6'Height'#2#3#3
|
||||
+'Top'#2'i'#5'Width'#3#230#0#17'BorderSpacing.Top'#2#6#5'Shape'#7#9'bsTopLine'
|
||||
+#5'Style'#7#8'bsRaised'#0#0#6'TLabel'#7'labPage'#21'AnchorSideTop.Control'#7
|
||||
+#6'Bevel1'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#18
|
||||
+#3'Top'#2'x'#5'Width'#2''''#17'BorderSpacing.Top'#2#12#7'Caption'#6#5'Pages'
|
||||
+#11'ParentColor'#8#0#0#5'TEdit'#7'edRange'#22'AnchorSideLeft.Control'#7#7'rb'
|
||||
+'Range'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#7
|
||||
+'rbRange'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7
|
||||
+#7'gbPages'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2']'#6'Height'#2
|
||||
+#23#3'Top'#2'L'#5'Width'#3#159#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#18'BorderSpacing.Left'#2#15#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0
|
||||
+#0#9'TComboBox'#9'edPageSet'#21'AnchorSideTop.Control'#7#7'labPage'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#7'gbPages'#20'A'
|
||||
+'nchorSideRight.Side'#7#9'asrBottom'#4'Left'#2'h'#6'Height'#2#31#3'Top'#2'r'
|
||||
+#5'Width'#3#148#0#7'Anchors'#11#5'akTop'#7'akRight'#0#12'AutoComplete'#8#10
|
||||
+'AutoSelect'#9#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#0#9'ItemIndex'#2
|
||||
+#0#13'Items.Strings'#1#6#9'All pages'#6#9'Odd pages'#6#10'Even pages'#0#9'It'
|
||||
+'emWidth'#2#0#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#1#4'Text'#6#9'All '
|
||||
+'pages'#0#0#12'TRadioButton'#13'rbCurrentPage'#21'AnchorSideTop.Control'#7#9
|
||||
+'rbAllPage'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14#6'Height'#2#22
|
||||
+#3'Top'#2#28#5'Width'#2'l'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#2#7
|
||||
+'Caption'#6#12'Current page'#10'DragCursor'#7#9'crDefault'#7'Enabled'#8#8'Ta'
|
||||
,'bOrder'#2#2#7'TabStop'#8#0#0#12'TRadioButton'#7'rbRange'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#11'rbSelection'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#14
|
||||
+#6'Height'#2#22#3'Top'#2'L'#5'Width'#2'@'#11'AllowGrayed'#9#20'BorderSpacing'
|
||||
+'.Around'#2#2#7'Caption'#6#5'Range'#10'DragCursor'#7#9'crDefault'#8'TabOrder'
|
||||
+#2#4#7'TabStop'#8#0#0#12'TRadioButton'#9'rbAllPage'#4'Left'#2#14#6'Height'#2
|
||||
+#22#3'Top'#2#0#5'Width'#2'+'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7
|
||||
+'Caption'#6#4'All '#7'Checked'#9#10'DragCursor'#7#9'crDefault'#5'State'#7#9
|
||||
+'cbChecked'#8'TabOrder'#2#3#0#0#12'TRadioButton'#11'rbSelection'#21'AnchorSi'
|
||||
+'deTop.Control'#7#13'rbCurrentPage'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#14#6'Height'#2#22#3'Top'#2'4'#5'Width'#2'S'#11'AllowGrayed'#9#20'Bo'
|
||||
+'rderSpacing.Around'#2#2#7'Caption'#6#9'Selection'#10'DragCursor'#7#9'crDefa'
|
||||
+'ult'#7'Enabled'#8#8'TabOrder'#2#5#7'TabStop'#8#0#0#0#9'TGroupBox'#8'gbCopie'
|
||||
+'s'#22'AnchorSideLeft.Control'#7#7'gbPages'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||
+'ottom'#23'AnchorSideRight.Control'#7#8'pgCopies'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#24'AnchorSideBottom.Control'#7#8'pgCopies'#21'AnchorSideBottom'
|
||||
+'.Side'#7#9'asrBottom'#4'Left'#3#20#1#6'Height'#2#1#3'Top'#2#7#5'Width'#3#234
|
||||
+#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacin'
|
||||
+'g.Around'#2#6#7'Caption'#6#8' Copies '#12'ClientHeight'#2#1#11'ClientWidth'
|
||||
+#3#230#0#8'TabOrder'#2#1#0#6'TImage'#10'imgCollate'#21'AnchorSideTop.Control'
|
||||
+#7#12'lanNumCopies'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Heig'
|
||||
+'ht'#2'%'#3'Top'#2#30#5'Width'#2']'#8'AutoSize'#9#17'BorderSpacing.Top'#2#6
|
||||
+#12'Proportional'#9#0#0#6'TLabel'#12'lanNumCopies'#4'Left'#2#6#6'Height'#2#18
|
||||
+#3'Top'#2#6#5'Width'#2'r'#7'Caption'#6#16'Number of copies'#11'ParentColor'#8
|
||||
+#0#0#9'TSpinEdit'#8'edCopies'#22'AnchorSideLeft.Control'#7#12'lanNumCopies'
|
||||
+#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#12'lanNu'
|
||||
+'mCopies'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2'~'#6'Height'#2#20#3
|
||||
+'Top'#2#5#5'Width'#2'2'#18'BorderSpacing.Left'#2#6#8'TabOrder'#2#0#0#0#9'TCh'
|
||||
+'eckBox'#9'cbCollate'#21'AnchorSideTop.Control'#7#8'edCopies'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2'w'#6'Height'#2#22#3'Top'#2#31#5'Width'#2
|
||||
+'D'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Collate'#10
|
||||
+'DragCursor'#7#9'crDefault'#7'OnClick'#7#14'cbReverseCLICK'#8'TabOrder'#2#2#0
|
||||
+#0#9'TCheckBox'#9'cbReverse'#21'AnchorSideTop.Control'#7#9'cbCollate'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#4'Left'#2'w'#6'Height'#2#22#3'Top'#2';'#5'W'
|
||||
+'idth'#2'J'#11'AllowGrayed'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Re'
|
||||
+'verse'#10'DragCursor'#7#9'crDefault'#7'OnClick'#7#14'cbReverseCLICK'#8'TabO'
|
||||
+'rder'#2#1#0#0#0#0#5'TPage'#9'pgAdvance'#7'Caption'#6#8'Advanced'#11'ClientW'
|
||||
+'idth'#3#4#2#12'ClientHeight'#2#1#0#6'TLabel'#7'labTask'#4'Left'#2#7#6'Heigh'
|
||||
+'t'#2#16#3'Top'#2#10#5'Width'#2'R'#7'Caption'#6#12'Delayed task'#11'ParentCo'
|
||||
+'lor'#8#0#0#6'TLabel'#9'PrioLabel'#21'AnchorSideTop.Control'#7#7'labTask'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#7#6'Height'#2#16#3'Top'#2'4'#5
|
||||
+'Width'#2','#17'BorderSpacing.Top'#2#20#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#8'Priority'#11'ParentColor'#8#0#0#9'TComboBox'#10'cbTasktime'#4'Left'
|
||||
+#3#215#0#6'Height'#2#29#3'Top'#2#7#5'Width'#3#200#0#12'AutoComplete'#8#10'It'
|
||||
+'emHeight'#2#0#9'ItemIndex'#2#0#13'Items.Strings'#1#6#9'Immediate'#6#18'Neve'
|
||||
+'r (suspending)'#6#14'during the day'#6#7'evening'#6#5'night'#6#7'Weekend'#6
|
||||
+#23'After close of business'#6#14'After midnight'#6#7'At time'#0#9'ItemWidth'
|
||||
+#2#0#8'OnChange'#7#16'cbTasktimeCHANGE'#10'OnKeyPress'#7#18'cbPrintersKEYPRE'
|
||||
+'SS'#5'Style'#7#14'csDropDownList'#8'TabOrder'#2#1#4'Text'#6#9'Immediate'#0#0
|
||||
+#5'TEdit'#10'edTimeTask'#4'Left'#3#167#1#6'Height'#2#23#3'Top'#2#9#5'Width'#2
|
||||
+'S'#10'DragCursor'#7#9'crDefault'#9'MaxLength'#2#8#8'TabOrder'#2#0#4'Text'#6
|
||||
+#8'23:00:00'#0#0#9'TSpinEdit'#10'edPriority'#21'AnchorSideTop.Control'#7#9'P'
|
||||
+'rioLabel'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2''#6'Height'#2#20
|
||||
+#3'Top'#2'2'#5'Width'#2'2'#8'TabOrder'#2#3#0#0#9'TTrackBar'#11'tkbPriority'
|
||||
+#22'AnchorSideLeft.Control'#7#10'edPriority'#19'AnchorSideLeft.Side'#7#9'asr'
|
||||
+'Bottom'#21'AnchorSideTop.Control'#7#9'PrioLabel'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#23'AnchorSideRight.Control'#7#9'pgAdvance'#20'AnchorSideRight.Si'
|
||||
+'de'#7#9'asrBottom'#4'Left'#3#183#0#6'Height'#2'&'#3'Top'#2')'#5'Width'#3'@'
|
||||
+#1#9'Frequency'#2#10#3'Max'#2'd'#8'OnChange'#7#17'tkbPriorityCHANGE'#8'Posit'
|
||||
+'ion'#2#10#7'TabStop'#8#9'TickMarks'#7#6'tmBoth'#20'BorderSpacing.Around'#2#6
|
||||
+#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#2#0#0#0#0#6'TPanel'#8'BtnPanel'
|
||||
+#4'Left'#2#6#6'Height'#2')'#3'Top'#3#170#0#5'Width'#3#6#2#5'Align'#7#8'alBot'
|
||||
+'tom'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.A'
|
||||
+'round'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2')'#11'ClientWidth'
|
||||
+#3#6#2#11'FullRepaint'#8#8'TabOrder'#2#2#7'TabStop'#9#0#7'TButton'#9'btnCanc'
|
||||
,'el'#4'Left'#3#201#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'7'#5'Align'#7#7'al'
|
||||
+'Right'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#6
|
||||
+'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#0#0#0#7'TButton'#8'btnPrint'#4'Le'
|
||||
+'ft'#3#154#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2')'#5'Align'#7#7'alRight'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#5'Print'#7'Default'#9
|
||||
+#11'ModalResult'#2#1#7'OnClick'#7#13'btnPrintCLICK'#8'TabOrder'#2#1#0#0#7'TB'
|
||||
+'utton'#8'btnReduc'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#2'<'#5'Al'
|
||||
+'ign'#7#6'alLeft'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#8
|
||||
+'More ...'#7'OnClick'#7#13'btnReducCLICK'#8'TabOrder'#2#2#0#0#7'TButton'#10
|
||||
+'btnPreview'#4'Left'#3'X'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'<'#5'Align'
|
||||
+#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#7'Prev'
|
||||
+'iew'#11'ModalResult'#2#6#8'TabOrder'#2#3#0#0#0#6'TPanel'#9'panLabels'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#22#3'Top'#3#149#0#5'Width'#3#6#2#5'Align'#7#5'alTop'#20
|
||||
+'BorderSpacing.Around'#2#6#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2#22
|
||||
+#11'ClientWidth'#3#6#2#8'TabOrder'#2#3#0#6'TLabel'#7'labCUPS'#18'AnchorSideT'
|
||||
+'op.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#16#3'Top'#2#3#5'Width'#3#233
|
||||
+#0#7'Caption'#6'"CUPS (Common Unix Printing System)'#11'ParentColor'#8#0#0#6
|
||||
+'TLabel'#13'labCUPSServer'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+#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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user