mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:30:41 +02:00
LazReport, fix some designer dialogs checkboxes tri-state, issue #13400
git-svn-id: trunk@19119 -
This commit is contained in:
parent
a65594caeb
commit
44e8337817
@ -27,7 +27,7 @@ Lazarus Port: Olivier Guilbaud, Jesus Reyes A.
|
||||
See license.txt and license-lazreport.txt for details.
|
||||
"/>
|
||||
<Version Minor="9" Release="5"/>
|
||||
<Files Count="51">
|
||||
<Files Count="54">
|
||||
<Item1>
|
||||
<Filename Value="lr_class.pas"/>
|
||||
<UnitName Value="LR_Class"/>
|
||||
@ -233,6 +233,18 @@ See license.txt and license-lazreport.txt for details.
|
||||
<Filename Value="lr_progr.pas"/>
|
||||
<UnitName Value="LR_progr"/>
|
||||
</Item51>
|
||||
<Item52>
|
||||
<Filename Value="lr_iflds.lfm"/>
|
||||
<Type Value="LFM"/>
|
||||
</Item52>
|
||||
<Item53>
|
||||
<Filename Value="lr_iflds.lrs"/>
|
||||
<Type Value="LRS"/>
|
||||
</Item53>
|
||||
<Item54>
|
||||
<Filename Value="lr_iflds.pas"/>
|
||||
<UnitName Value="LR_IFlds"/>
|
||||
</Item54>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -10,7 +10,7 @@ uses
|
||||
LR_Class, LR_Desgn, LR_Register, LR_Flds, LR_DBSet, LR_BarC, LR_BndEd,
|
||||
LR_PGrid, LR_View, lr_expres, lr_funct_editor_unit, lr_funct_editor_unit1,
|
||||
LR_Prntr, LR_Edit, LR_Pars, LR_fmted, LR_Const, LR_pgopt, LR_Dopt, LR_GEdit,
|
||||
LR_Utils, LR_GrpEd, lr_propedit, LR_progr, LazarusPackageIntf;
|
||||
LR_Utils, LR_GrpEd, lr_propedit, LR_progr, LR_IFlds, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
object frDocOptForm: TfrDocOptForm
|
||||
Left = 314
|
||||
Left = 299
|
||||
Height = 499
|
||||
Top = 202
|
||||
Top = 119
|
||||
Width = 468
|
||||
HorzScrollBar.Page = 467
|
||||
VertScrollBar.Page = 498
|
||||
ActiveControl = TabSheet1
|
||||
BorderIcons = [biSystemMenu, biHelp]
|
||||
Caption = 'Report options'
|
||||
ClientHeight = 499
|
||||
@ -15,35 +12,34 @@ object frDocOptForm: TfrDocOptForm
|
||||
OnActivate = FormActivate
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 50
|
||||
Top = 449
|
||||
Top = 443
|
||||
Width = 456
|
||||
Align = alBottom
|
||||
TabOrder = 0
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
||||
end
|
||||
object PageControl1: TPageControl
|
||||
Left = 6
|
||||
Height = 437
|
||||
Height = 431
|
||||
Top = 6
|
||||
Width = 456
|
||||
ActivePage = TabSheet2
|
||||
ActivePage = TabSheet1
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
TabIndex = 1
|
||||
TabIndex = 0
|
||||
TabOrder = 1
|
||||
object TabSheet1: TTabSheet
|
||||
Caption = 'Options'
|
||||
ClientHeight = 411
|
||||
ClientHeight = 405
|
||||
ClientWidth = 448
|
||||
object labPrinter: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 33
|
||||
Width = 31
|
||||
Caption = 'Printer'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -59,6 +55,7 @@ object frDocOptForm: TfrDocOptForm
|
||||
Width = 430
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 0
|
||||
OnDrawItem = ListBox1DrawItem
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 0
|
||||
@ -68,11 +65,10 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideTop.Control = ListBox1
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 17
|
||||
Top = 262
|
||||
Width = 144
|
||||
Width = 142
|
||||
HelpContext = 77
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
Caption = '&Select when report loaded'
|
||||
@ -83,12 +79,11 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ListBox1
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 168
|
||||
Height = 13
|
||||
Left = 166
|
||||
Height = 17
|
||||
Top = 262
|
||||
Width = 96
|
||||
Width = 94
|
||||
HelpContext = 86
|
||||
AllowGrayed = True
|
||||
BorderSpacing.Left = 12
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
@ -98,12 +93,13 @@ object frDocOptForm: TfrDocOptForm
|
||||
end
|
||||
object TabSheet2: TTabSheet
|
||||
Caption = 'Other'
|
||||
ClientHeight = 411
|
||||
ClientHeight = 405
|
||||
ClientWidth = 448
|
||||
object GroupBox3: TGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 73
|
||||
Top = 338
|
||||
Top = 332
|
||||
Width = 448
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
@ -112,9 +108,9 @@ object frDocOptForm: TfrDocOptForm
|
||||
ClientWidth = 444
|
||||
TabOrder = 0
|
||||
object labMaj: TLabel
|
||||
Left = 6
|
||||
Left = 0
|
||||
Height = 14
|
||||
Top = 6
|
||||
Top = 0
|
||||
Width = 32
|
||||
Caption = 'labMaj'
|
||||
ParentColor = False
|
||||
@ -123,9 +119,9 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Control = edtMaj
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = labMaj
|
||||
Left = 104
|
||||
Left = 98
|
||||
Height = 14
|
||||
Top = 6
|
||||
Top = 0
|
||||
Width = 41
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'labMinor'
|
||||
@ -135,10 +131,10 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Control = edtMinor
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = labMaj
|
||||
Left = 202
|
||||
Left = 196
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 53
|
||||
Top = 0
|
||||
Width = 54
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'labRelease'
|
||||
ParentColor = False
|
||||
@ -147,10 +143,10 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Control = edtRelease
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = labMaj
|
||||
Left = 300
|
||||
Left = 294
|
||||
Height = 14
|
||||
Top = 6
|
||||
Width = 37
|
||||
Top = 0
|
||||
Width = 38
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'labBuild'
|
||||
ParentColor = False
|
||||
@ -159,9 +155,9 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Control = labMaj
|
||||
AnchorSideTop.Control = labMaj
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 12
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 26
|
||||
Top = 20
|
||||
Width = 80
|
||||
AutoSize = True
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -173,9 +169,9 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Control = labMinor
|
||||
AnchorSideTop.Control = labMinor
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 110
|
||||
Left = 104
|
||||
Height = 23
|
||||
Top = 26
|
||||
Top = 20
|
||||
Width = 80
|
||||
AutoSize = True
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -187,9 +183,9 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Control = labRelease
|
||||
AnchorSideTop.Control = labRelease
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 208
|
||||
Left = 202
|
||||
Height = 23
|
||||
Top = 26
|
||||
Top = 20
|
||||
Width = 80
|
||||
AutoSize = True
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -201,9 +197,9 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideLeft.Control = labBuild
|
||||
AnchorSideTop.Control = labBuild
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 306
|
||||
Left = 300
|
||||
Height = 23
|
||||
Top = 26
|
||||
Top = 20
|
||||
Width = 80
|
||||
AutoSize = True
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -218,11 +214,13 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideRight.Control = TabSheet2
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = GroupBox3
|
||||
Height = 338
|
||||
Left = 0
|
||||
Height = 332
|
||||
Top = 0
|
||||
Width = 448
|
||||
Align = alClient
|
||||
Caption = 'Other'
|
||||
ClientHeight = 320
|
||||
ClientHeight = 314
|
||||
ClientWidth = 444
|
||||
TabOrder = 1
|
||||
object labTitle: TLabel
|
||||
@ -263,7 +261,7 @@ object frDocOptForm: TfrDocOptForm
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 202
|
||||
Width = 51
|
||||
Width = 50
|
||||
Caption = 'Comments'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -274,7 +272,7 @@ object frDocOptForm: TfrDocOptForm
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 55
|
||||
Width = 42
|
||||
Width = 40
|
||||
Caption = 'labAutor'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -334,7 +332,7 @@ object frDocOptForm: TfrDocOptForm
|
||||
AnchorSideBottom.Control = GroupBox2
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 92
|
||||
Height = 86
|
||||
Top = 222
|
||||
Width = 432
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
|
@ -1,163 +1,162 @@
|
||||
{ Ceci est un fichier ressource généré automatiquement par Lazarus }
|
||||
|
||||
LazarusResources.Add('TfrDocOptForm','FORMDATA',[
|
||||
'TPF0'#13'TfrDocOptForm'#12'frDocOptForm'#4'Left'#3':'#1#6'Height'#3#243#1#3
|
||||
+'Top'#3#202#0#5'Width'#3#212#1#18'HorzScrollBar.Page'#3#211#1#18'VertScrollB'
|
||||
+'ar.Page'#3#242#1#13'ActiveControl'#7#9'TabSheet1'#11'BorderIcons'#11#12'biS'
|
||||
+'ystemMenu'#6'biHelp'#0#7'Caption'#6#14'Report options'#12'ClientHeight'#3
|
||||
+#243#1#11'ClientWidth'#3#212#1#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sa'
|
||||
+'ns Serif'#10'OnActivate'#7#12'FormActivate'#8'OnCreate'#7#10'FormCreate'#8
|
||||
+'Position'#7#14'poScreenCenter'#0#12'TButtonPanel'#12'ButtonPanel1'#4'Left'#2
|
||||
+#6#6'Height'#2'2'#3'Top'#3#193#1#5'Width'#3#200#1#5'Align'#7#8'alBottom'#8'T'
|
||||
+'abOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#10'ShowGlyp'
|
||||
+'hs'#11#4'pbOK'#8'pbCancel'#7'pbClose'#6'pbHelp'#0#0#0#12'TPageControl'#12'P'
|
||||
+'ageControl1'#4'Left'#2#6#6'Height'#3#181#1#3'Top'#2#6#5'Width'#3#200#1#10'A'
|
||||
+'ctivePage'#7#9'TabSheet2'#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2
|
||||
+#6#8'TabIndex'#2#1#8'TabOrder'#2#1#0#9'TTabSheet'#9'TabSheet1'#7'Caption'#6#7
|
||||
+'Options'#12'ClientHeight'#3#155#1#11'ClientWidth'#3#192#1#0#6'TLabel'#10'la'
|
||||
+'bPrinter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2'!'#7'Caption'#6#7
|
||||
+'Printer'#11'ParentColor'#8#0#0#8'TListBox'#8'ListBox1'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#10'labPrinter'#21'AnchorSideTop.Control'#7#10'labPrinter'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'TabSheet1'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#12#6'Height'#3#224#0#3'Top'#2
|
||||
+#26#5'Width'#3#174#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'Border'
|
||||
+'Spacing.Around'#2#6#10'OnDrawItem'#7#16'ListBox1DrawItem'#5'Style'#7#16'lbO'
|
||||
+'wnerDrawFixed'#8'TabOrder'#2#0#0#0#9'TCheckBox'#3'CB1'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#9'TabSheet1'#21'AnchorSideTop.Control'#7#8'ListBox1'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#13#3'Top'#3#6#1#5'Width'#3
|
||||
+#144#0#11'HelpContext'#2'M'#11'AllowGrayed'#9#17'BorderSpacing.Top'#2#6#20'B'
|
||||
+'orderSpacing.Around'#2#6#7'Caption'#6#26'&Select when report loaded'#8'TabO'
|
||||
+'rder'#2#1#0#0#9'TCheckBox'#3'CB2'#22'AnchorSideLeft.Control'#7#3'CB1'#19'An'
|
||||
+'chorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#8'ListBox1'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#168#0#6'Height'#2#13#3'Top'#3#6
|
||||
+#1#5'Width'#2'`'#11'HelpContext'#2'V'#11'AllowGrayed'#9#18'BorderSpacing.Lef'
|
||||
+'t'#2#12#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#16'&Two-pass report'#8'TabOrder'#2#2#0#0#0#9'TTabSheet'#9'TabSheet2'#7'Capt'
|
||||
+'ion'#6#5'Other'#12'ClientHeight'#3#155#1#11'ClientWidth'#3#192#1#0#9'TGroup'
|
||||
+'Box'#9'GroupBox3'#20'AnchorSideRight.Side'#7#9'asrBottom'#6'Height'#2'I'#3
|
||||
+'Top'#3'R'#1#5'Width'#3#192#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#7'Caption'
|
||||
+#6#7'Version'#12'ClientHeight'#2'7'#11'ClientWidth'#3#188#1#8'TabOrder'#2#0#0
|
||||
+#6'TLabel'#6'labMaj'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2' '#7'C'
|
||||
+'aption'#6#6'labMaj'#11'ParentColor'#8#0#0#6'TLabel'#8'labMinor'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#6'edtMaj'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Ancho'
|
||||
+'rSideTop.Control'#7#6'labMaj'#4'Left'#2'h'#6'Height'#2#14#3'Top'#2#6#5'Widt'
|
||||
+'h'#2')'#18'BorderSpacing.Left'#2#12#7'Caption'#6#8'labMinor'#11'ParentColor'
|
||||
+#8#0#0#6'TLabel'#10'labRelease'#22'AnchorSideLeft.Control'#7#8'edtMinor'#19
|
||||
+'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#6'labMaj'#4
|
||||
+'Left'#3#202#0#6'Height'#2#14#3'Top'#2#6#5'Width'#2'5'#18'BorderSpacing.Left'
|
||||
+#2#12#7'Caption'#6#10'labRelease'#11'ParentColor'#8#0#0#6'TLabel'#8'labBuild'
|
||||
+#22'AnchorSideLeft.Control'#7#10'edtRelease'#19'AnchorSideLeft.Side'#7#9'asr'
|
||||
+'Bottom'#21'AnchorSideTop.Control'#7#6'labMaj'#4'Left'#3','#1#6'Height'#2#14
|
||||
+#3'Top'#2#6#5'Width'#2'%'#18'BorderSpacing.Left'#2#12#7'Caption'#6#8'labBuil'
|
||||
+'d'#11'ParentColor'#8#0#0#5'TEdit'#6'edtMaj'#22'AnchorSideLeft.Control'#7#6
|
||||
+'labMaj'#21'AnchorSideTop.Control'#7#6'labMaj'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2#12#6'Height'#2#23#3'Top'#2#26#5'Width'#2'P'#8'AutoSize'#9
|
||||
+#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4
|
||||
+'Text'#6#6'edtMaj'#0#0#5'TEdit'#8'edtMinor'#22'AnchorSideLeft.Control'#7#8'l'
|
||||
+'abMinor'#21'AnchorSideTop.Control'#7#8'labMinor'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrBottom'#4'Left'#2'n'#6'Height'#2#23#3'Top'#2#26#5'Width'#2'P'#8'AutoSize'
|
||||
+#9#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1
|
||||
+#4'Text'#6#8'edtMinor'#0#0#5'TEdit'#10'edtRelease'#22'AnchorSideLeft.Control'
|
||||
+#7#10'labRelease'#21'AnchorSideTop.Control'#7#10'labRelease'#18'AnchorSideTo'
|
||||
+'p.Side'#7#9'asrBottom'#4'Left'#3#208#0#6'Height'#2#23#3'Top'#2#26#5'Width'#2
|
||||
+'P'#8'AutoSize'#9#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#6#8
|
||||
+'TabOrder'#2#2#4'Text'#6#10'edtRelease'#0#0#5'TEdit'#8'edtBuild'#22'AnchorSi'
|
||||
+'deLeft.Control'#7#8'labBuild'#21'AnchorSideTop.Control'#7#8'labBuild'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#3'2'#1#6'Height'#2#23#3'Top'#2#26#5
|
||||
+'Width'#2'P'#8'AutoSize'#9#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Aro'
|
||||
,'und'#2#6#8'TabOrder'#2#3#4'Text'#6#8'edtBuild'#0#0#0#9'TGroupBox'#9'GroupBo'
|
||||
+'x2'#22'AnchorSideLeft.Control'#7#9'GroupBox3'#18'AnchorSideTop.Side'#7#9'as'
|
||||
+'rBottom'#23'AnchorSideRight.Control'#7#9'TabSheet2'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'GroupBox3'#6'Height'#3'R'#1
|
||||
+#5'Width'#3#192#1#5'Align'#7#8'alClient'#7'Caption'#6#5'Other'#12'ClientHeig'
|
||||
+'ht'#3'@'#1#11'ClientWidth'#3#188#1#8'TabOrder'#2#1#0#6'TLabel'#8'labTitle'
|
||||
+#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6
|
||||
+#5'Width'#2#21#7'Caption'#6#5'Title'#11'ParentColor'#8#0#0#6'TLabel'#10'labS'
|
||||
+'ubject'#22'AnchorSideLeft.Control'#7#8'labTitle'#21'AnchorSideTop.Control'#7
|
||||
+#7'edAutor'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14
|
||||
+#3'Top'#2'h'#5'Width'#2'%'#7'Caption'#6#7'Subject'#11'ParentColor'#8#0#0#6'T'
|
||||
+'Label'#11'labKeyWords'#22'AnchorSideLeft.Control'#7#8'labTitle'#21'AnchorSi'
|
||||
+'deTop.Control'#7#9'edSubject'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2#14#3'Top'#3#153#0#5'Width'#2'7'#7'Caption'#6#10'Keys works'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#11'labComments'#22'AnchorSideLeft.Control'#7
|
||||
+#8'labTitle'#21'AnchorSideTop.Control'#7#10'edKeyWords'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#202#0#5'Width'#2'3'#7
|
||||
+'Caption'#6#8'Comments'#11'ParentColor'#8#0#0#6'TLabel'#8'labAutor'#22'Ancho'
|
||||
+'rSideLeft.Control'#7#8'labTitle'#21'AnchorSideTop.Control'#7#7'edTitle'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'7'#5
|
||||
+'Width'#2'*'#7'Caption'#6#8'labAutor'#11'ParentColor'#8#0#0#5'TEdit'#7'edTit'
|
||||
+'le'#22'AnchorSideLeft.Control'#7#8'labTitle'#21'AnchorSideTop.Control'#7#8
|
||||
+'labTitle'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'
|
||||
+#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#12#6'Heigh'
|
||||
+'t'#2#23#3'Top'#2#26#5'Width'#3#170#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6
|
||||
+#7'edTitle'#0#0#5'TEdit'#9'edSubject'#21'AnchorSideTop.Control'#7#10'labSubj'
|
||||
+'ect'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9
|
||||
+'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#12#6'Height'#2
|
||||
+#23#3'Top'#2'|'#5'Width'#3#170#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Text'#6#5'Ed'
|
||||
+'it1'#0#0#5'TEdit'#10'edKeyWords'#22'AnchorSideLeft.Control'#7#11'labKeyWord'
|
||||
+'s'#21'AnchorSideTop.Control'#7#11'labKeyWords'#18'AnchorSideTop.Side'#7#9'a'
|
||||
+'srBottom'#23'AnchorSideRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#2#12#6'Height'#2#23#3'Top'#3#173#0#5'Width'#3#170
|
||||
+#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpac'
|
||||
+'ing.Around'#2#6#8'TabOrder'#2#2#4'Text'#6#5'Edit1'#0#0#5'TMemo'#10'edCommen'
|
||||
+'ts'#22'AnchorSideLeft.Control'#7#9'GroupBox2'#21'AnchorSideTop.Control'#7#11
|
||||
+'labComments'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBot'
|
||||
+'tom.Control'#7#9'GroupBox2'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#6#6'Height'#2'\'#3'Top'#3#222#0#5'Width'#3#176#1#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#13'Lines.Stri'
|
||||
+'ngs'#1#6#5'Memo1'#0#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#3#0#0#5'T'
|
||||
+'Edit'#7'edAutor'#22'AnchorSideLeft.Control'#7#8'labAutor'#21'AnchorSideTop.'
|
||||
+'Control'#7#8'labAutor'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideR'
|
||||
+'ight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'
|
||||
+#2#12#6'Height'#2#23#3'Top'#2'K'#5'Width'#3#170#1#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2
|
||||
+#4#4'Text'#6#5'Edit1'#0#0#0#0#0#10'TImageList'#10'ImageList1'#4'left'#3#128#1
|
||||
+#3'top'#3'0'#1#6'Bitmap'#10#14#4#0#0'Li'#1#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#9#179#179#179#207#223#223#223#240#221#221#221#240#221
|
||||
+#221#221#240#235#235#235#240#230#230#230#240#221#221#221#240'555_'#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#10#206#206#206#225#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#249#249#249#255#243#243#243#255
|
||||
+#231#231#231#255'888l'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#10#205#205#205#221#255#255#255#255#254#254#254#255#246#246#246#255
|
||||
+#238#238#238#255#232#232#232#255#222#222#222#255'999j'#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#5#209#209#209#220#255#255#255#255
|
||||
+#248#248#248#255#240#240#240#255#232#232#232#255#226#226#226#255#217#217#217
|
||||
+#255'555e'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'***'#30
|
||||
+#199#199#199#227#238#238#238#255#224#224#224#255#216#216#216#255#209#209#209
|
||||
+#255#203#203#203#255#193#193#193#255'QQQ'#131#0#0#0#7#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#163#163#163#198#192#192#192#254#195#195#195#255#192
|
||||
,#192#192#255#185#185#185#255#178#178#178#255#171#171#171#255#160#160#160#255
|
||||
+#172#172#172#251'QQQz'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'kfk2'#147#141#147#135
|
||||
+#242#242#242#255#255#255#255#255#255#255#255#255#255#255#255#255#252#252#252
|
||||
+#255#247#247#247#255#241#241#241#255#235#235#235#255#236#236#236#255#177#177
|
||||
+#177#225'SSSe'#11#11#11#22#0#0#0#0';8;M'#190#217#190#247#199#237#199#255#255
|
||||
'TPF0'#13'TfrDocOptForm'#12'frDocOptForm'#4'Left'#3'+'#1#6'Height'#3#243#1#3
|
||||
+'Top'#2'w'#5'Width'#3#212#1#11'BorderIcons'#11#12'biSystemMenu'#6'biHelp'#0#7
|
||||
+'Caption'#6#14'Report options'#12'ClientHeight'#3#243#1#11'ClientWidth'#3#212
|
||||
+#1#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans Serif'#10'OnActivate'#7#12
|
||||
+'FormActivate'#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'
|
||||
+#10'LCLVersion'#6#6'0.9.27'#0#12'TButtonPanel'#12'ButtonPanel1'#4'Left'#2#6#6
|
||||
+'Height'#2'2'#3'Top'#3#187#1#5'Width'#3#200#1#8'TabOrder'#2#0#11'ShowButtons'
|
||||
+#11#4'pbOK'#8'pbCancel'#6'pbHelp'#0#0#0#12'TPageControl'#12'PageControl1'#4
|
||||
+'Left'#2#6#6'Height'#3#175#1#3'Top'#2#6#5'Width'#3#200#1#10'ActivePage'#7#9
|
||||
+'TabSheet1'#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#8'TabIndex'#2
|
||||
+#0#8'TabOrder'#2#1#0#9'TTabSheet'#9'TabSheet1'#7'Caption'#6#7'Options'#12'Cl'
|
||||
+'ientHeight'#3#149#1#11'ClientWidth'#3#192#1#0#6'TLabel'#10'labPrinter'#4'Le'
|
||||
+'ft'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#2#31#7'Caption'#6#7'Printer'#11
|
||||
+'ParentColor'#8#0#0#8'TListBox'#8'ListBox1'#22'AnchorSideLeft.Control'#7#10
|
||||
+'labPrinter'#21'AnchorSideTop.Control'#7#10'labPrinter'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'TabSheet1'#20'AnchorSideR'
|
||||
+'ight.Side'#7#9'asrBottom'#4'Left'#2#12#6'Height'#3#224#0#3'Top'#2#26#5'Widt'
|
||||
+'h'#3#174#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A'
|
||||
+'round'#2#6#10'ItemHeight'#2#0#10'OnDrawItem'#7#16'ListBox1DrawItem'#5'Style'
|
||||
+#7#16'lbOwnerDrawFixed'#8'TabOrder'#2#0#0#0#9'TCheckBox'#3'CB1'#22'AnchorSid'
|
||||
+'eLeft.Control'#7#9'TabSheet1'#21'AnchorSideTop.Control'#7#8'ListBox1'#18'An'
|
||||
+'chorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#6#1#5
|
||||
+'Width'#3#142#0#11'HelpContext'#2'M'#17'BorderSpacing.Top'#2#6#20'BorderSpac'
|
||||
+'ing.Around'#2#6#7'Caption'#6#26'&Select when report loaded'#8'TabOrder'#2#1
|
||||
+#0#0#9'TCheckBox'#3'CB2'#22'AnchorSideLeft.Control'#7#3'CB1'#19'AnchorSideLe'
|
||||
+'ft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#8'ListBox1'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#3#166#0#6'Height'#2#17#3'Top'#3#6#1#5'Wi'
|
||||
+'dth'#2'^'#11'HelpContext'#2'V'#18'BorderSpacing.Left'#2#12#17'BorderSpacing'
|
||||
+'.Top'#2#6#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'&Two-pass report'#8
|
||||
+'TabOrder'#2#2#0#0#0#9'TTabSheet'#9'TabSheet2'#7'Caption'#6#5'Other'#12'Clie'
|
||||
+'ntHeight'#3#149#1#11'ClientWidth'#3#192#1#0#9'TGroupBox'#9'GroupBox3'#20'An'
|
||||
+'chorSideRight.Side'#7#9'asrBottom'#4'Left'#2#0#6'Height'#2'I'#3'Top'#3'L'#1
|
||||
+#5'Width'#3#192#1#5'Align'#7#8'alBottom'#8'AutoSize'#9#7'Caption'#6#7'Versio'
|
||||
+'n'#12'ClientHeight'#2'7'#11'ClientWidth'#3#188#1#8'TabOrder'#2#0#0#6'TLabel'
|
||||
+#6'labMaj'#4'Left'#2#0#6'Height'#2#14#3'Top'#2#0#5'Width'#2' '#7'Caption'#6#6
|
||||
+'labMaj'#11'ParentColor'#8#0#0#6'TLabel'#8'labMinor'#22'AnchorSideLeft.Contr'
|
||||
+'ol'#7#6'edtMaj'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#6'labMaj'#4'Left'#2'b'#6'Height'#2#14#3'Top'#2#0#5'Width'#2')'#18'B'
|
||||
+'orderSpacing.Left'#2#12#7'Caption'#6#8'labMinor'#11'ParentColor'#8#0#0#6'TL'
|
||||
+'abel'#10'labRelease'#22'AnchorSideLeft.Control'#7#8'edtMinor'#19'AnchorSide'
|
||||
+'Left.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#6'labMaj'#4'Left'#3
|
||||
+#196#0#6'Height'#2#14#3'Top'#2#0#5'Width'#2'6'#18'BorderSpacing.Left'#2#12#7
|
||||
+'Caption'#6#10'labRelease'#11'ParentColor'#8#0#0#6'TLabel'#8'labBuild'#22'An'
|
||||
+'chorSideLeft.Control'#7#10'edtRelease'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||
+'m'#21'AnchorSideTop.Control'#7#6'labMaj'#4'Left'#3'&'#1#6'Height'#2#14#3'To'
|
||||
+'p'#2#0#5'Width'#2'&'#18'BorderSpacing.Left'#2#12#7'Caption'#6#8'labBuild'#11
|
||||
+'ParentColor'#8#0#0#5'TEdit'#6'edtMaj'#22'AnchorSideLeft.Control'#7#6'labMaj'
|
||||
+#21'AnchorSideTop.Control'#7#6'labMaj'#18'AnchorSideTop.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2#23#3'Top'#2#20#5'Width'#2'P'#8'AutoSize'#9#20'Borde'
|
||||
+'rSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#4'Text'#6
|
||||
+#6'edtMaj'#0#0#5'TEdit'#8'edtMinor'#22'AnchorSideLeft.Control'#7#8'labMinor'
|
||||
+#21'AnchorSideTop.Control'#7#8'labMinor'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2'h'#6'Height'#2#23#3'Top'#2#20#5'Width'#2'P'#8'AutoSize'#9#20'B'
|
||||
+'orderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#1#4'Tex'
|
||||
+'t'#6#8'edtMinor'#0#0#5'TEdit'#10'edtRelease'#22'AnchorSideLeft.Control'#7#10
|
||||
+'labRelease'#21'AnchorSideTop.Control'#7#10'labRelease'#18'AnchorSideTop.Sid'
|
||||
+'e'#7#9'asrBottom'#4'Left'#3#202#0#6'Height'#2#23#3'Top'#2#20#5'Width'#2'P'#8
|
||||
+'AutoSize'#9#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Around'#2#6#8'Tab'
|
||||
+'Order'#2#2#4'Text'#6#10'edtRelease'#0#0#5'TEdit'#8'edtBuild'#22'AnchorSideL'
|
||||
+'eft.Control'#7#8'labBuild'#21'AnchorSideTop.Control'#7#8'labBuild'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrBottom'#4'Left'#3','#1#6'Height'#2#23#3'Top'#2#20#5'W'
|
||||
+'idth'#2'P'#8'AutoSize'#9#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6#8'TabOrder'#2#3#4'Text'#6#8'edtBuild'#0#0#0#9'TGroupBox'#9'GroupBox'
|
||||
+'2'#22'AnchorSideLeft.Control'#7#9'GroupBox3'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
,'Bottom'#23'AnchorSideRight.Control'#7#9'TabSheet2'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#9'GroupBox3'#4'Left'#2#0#6'He'
|
||||
+'ight'#3'L'#1#3'Top'#2#0#5'Width'#3#192#1#5'Align'#7#8'alClient'#7'Caption'#6
|
||||
+#5'Other'#12'ClientHeight'#3':'#1#11'ClientWidth'#3#188#1#8'TabOrder'#2#1#0#6
|
||||
+'TLabel'#8'labTitle'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#14#3'Top'#2#6#5'Width'#2#21#7'Caption'#6#5'Title'#11'ParentColor'#8#0
|
||||
+#0#6'TLabel'#10'labSubject'#22'AnchorSideLeft.Control'#7#8'labTitle'#21'Anch'
|
||||
+'orSideTop.Control'#7#7'edAutor'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2#14#3'Top'#2'h'#5'Width'#2'%'#7'Caption'#6#7'Subject'#11
|
||||
+'ParentColor'#8#0#0#6'TLabel'#11'labKeyWords'#22'AnchorSideLeft.Control'#7#8
|
||||
+'labTitle'#21'AnchorSideTop.Control'#7#9'edSubject'#18'AnchorSideTop.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#3#153#0#5'Width'#2'7'#7'Capt'
|
||||
+'ion'#6#10'Keys works'#11'ParentColor'#8#0#0#6'TLabel'#11'labComments'#22'An'
|
||||
+'chorSideLeft.Control'#7#8'labTitle'#21'AnchorSideTop.Control'#7#10'edKeyWor'
|
||||
+'ds'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'
|
||||
+#3#202#0#5'Width'#2'2'#7'Caption'#6#8'Comments'#11'ParentColor'#8#0#0#6'TLab'
|
||||
+'el'#8'labAutor'#22'AnchorSideLeft.Control'#7#8'labTitle'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#7'edTitle'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#14#3'Top'#2'7'#5'Width'#2'('#7'Caption'#6#8'labAutor'#11'ParentColo'
|
||||
+'r'#8#0#0#5'TEdit'#7'edTitle'#22'AnchorSideLeft.Control'#7#8'labTitle'#21'An'
|
||||
+'chorSideTop.Control'#7#8'labTitle'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#12#6'Height'#2#23#3'Top'#2#26#5'Width'#3#170#1#7'Anchors'#11
|
||||
+#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8
|
||||
+'TabOrder'#2#0#4'Text'#6#7'edTitle'#0#0#5'TEdit'#9'edSubject'#21'AnchorSideT'
|
||||
+'op.Control'#7#10'labSubject'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Ancho'
|
||||
+'rSideRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#12#6'Height'#2#23#3'Top'#2'|'#5'Width'#3#170#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#8'TabO'
|
||||
+'rder'#2#1#4'Text'#6#5'Edit1'#0#0#5'TEdit'#10'edKeyWords'#22'AnchorSideLeft.'
|
||||
+'Control'#7#11'labKeyWords'#21'AnchorSideTop.Control'#7#11'labKeyWords'#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'GroupBox2'
|
||||
+#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#12#6'Height'#2#23#3'Top'#3
|
||||
+#173#0#5'Width'#3#170#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'Auto'
|
||||
+'Size'#9#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#2#4'Text'#6#5'Edit1'#0#0
|
||||
+#5'TMemo'#10'edComments'#22'AnchorSideLeft.Control'#7#9'GroupBox2'#21'Anchor'
|
||||
+'SideTop.Control'#7#11'labComments'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7#9'asrBot'
|
||||
+'tom'#24'AnchorSideBottom.Control'#7#9'GroupBox2'#21'AnchorSideBottom.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#6#6'Height'#2'V'#3'Top'#3#222#0#5'Width'#3#176#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#13'Lines.Strings'#1#6#5'Memo1'#0#10'ScrollBars'#7#10'ssAutoBoth'#8
|
||||
+'TabOrder'#2#3#0#0#5'TEdit'#7'edAutor'#22'AnchorSideLeft.Control'#7#8'labAut'
|
||||
+'or'#21'AnchorSideTop.Control'#7#8'labAutor'#18'AnchorSideTop.Side'#7#9'asrB'
|
||||
+'ottom'#23'AnchorSideRight.Control'#7#9'GroupBox2'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#2#12#6'Height'#2#23#3'Top'#2'K'#5'Width'#3#170#1#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Aro'
|
||||
+'und'#2#6#8'TabOrder'#2#4#4'Text'#6#5'Edit1'#0#0#0#0#0#10'TImageList'#10'Ima'
|
||||
+'geList1'#4'left'#3#128#1#3'top'#3'0'#1#6'Bitmap'#10#14#4#0#0'Li'#1#0#0#0#16
|
||||
+#0#0#0#16#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#9#179#179#179#207#223#223#223
|
||||
+#240#221#221#221#240#221#221#221#240#235#235#235#240#230#230#230#240#221#221
|
||||
+#221#240'555_'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#10#206#206#206#225#255#255#255#255#255#255#255#255#255#255#255#255#249#249
|
||||
+#249#255#243#243#243#255#231#231#231#255'888l'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#10#205#205#205#221#255#255#255#255#254#254
|
||||
+#254#255#246#246#246#255#238#238#238#255#232#232#232#255#222#222#222#255'999'
|
||||
+'j'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#5#209#209
|
||||
+#209#220#255#255#255#255#248#248#248#255#240#240#240#255#232#232#232#255#226
|
||||
+#226#226#255#217#217#217#255'555e'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0'***'#30#199#199#199#227#238#238#238#255#224#224#224#255#216
|
||||
+#216#216#255#209#209#209#255#203#203#203#255#193#193#193#255'QQQ'#131#0#0#0#7
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#163#163#163#198#192#192#192
|
||||
+#254#195#195#195#255#192#192#192#255#185#185#185#255#178#178#178#255#171#171
|
||||
+#171#255#160#160#160#255#172#172#172#251'QQQz'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
,#0'kfk2'#147#141#147#135#242#242#242#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#252#252#252#255#247#247#247#255#241#241#241#255#235#235#235#255
|
||||
+#236#236#236#255#177#177#177#225'SSSe'#11#11#11#22#0#0#0#0';8;M'#190#217#190
|
||||
+#247#199#237#199#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#175#175#175#213#0#0#0#20#146#141#146#171#218#247#218#255
|
||||
+#185#229#185#255#252#251#252#255#250#250#250#255#250#250#250#255#250#250#250
|
||||
+#255#250#250#250#255#250#250#250#255#250#250#250#255#251#251#251#255#251#251
|
||||
+#251#255#251#251#251#255#255#255#255#255#250#250#250#255'555`'#183#185#183
|
||||
+#219#245#241#245#255#245#240#245#255#238#239#238#255#239#239#239#255#240#240
|
||||
+#240#255#240#240#240#255#240#240#240#255#240#240#240#255#240#240#240#255#239
|
||||
+#239#239#255#239#239#239#255#239#239#239#255#237#237#237#255#242#242#242#255
|
||||
+'bbb'#150#189#189#189#231#215#215#215#255#219#219#219#255#223#223#223#255#225
|
||||
+#225#225#255#226#226#226#255#227#227#227#255#227#227#227#255#227#227#227#255
|
||||
+#227#227#227#255#226#226#226#255#224#224#224#255#223#223#223#255#216#216#216
|
||||
+#255#223#223#223#255'jjj'#165#163#163#163#215#207#207#207#255#163#163#163#255
|
||||
+#142#142#142#255#132#132#132#255#132#132#132#255#132#132#132#255#132#132#132
|
||||
+#255#132#132#132#255#132#132#132#255#133#133#133#255#135#135#135#255#143#143
|
||||
+#143#255#182#182#182#255#212#212#212#255'UUU'#152'mmm'#163#208#208#208#255'E'
|
||||
+'EE'#255#7#7#7#255'\\\'#255'ccc'#255'bbb'#255'bbb'#255'```'#255'^^^'#255']]]'
|
||||
+#255'FFF'#255#2#2#2#255#130#130#130#255#200#200#200#255'***e'#27#27#27'8'#128
|
||||
+#128#128#208#135#135#135#251#152#152#152#254#251#251#251#255#255#255#255#255
|
||||
+#255#255#255#255#253#253#253#255#245#245#245#255#237#237#237#255#231#231#231
|
||||
+#255#207#207#207#255#129#129#129#255#140#140#140#245'___'#186#0#0#0#24#0#0#0
|
||||
+#0#0#0#0#13#31#31#31'J'#219#219#219#247#255#255#255#255#255#255#255#255#255
|
||||
+#255#255#255#255#255#255#255#252#252#252#255#243#243#243#255#235#235#235#255
|
||||
+#235#235#235#255#129#129#129#203#10#10#10'2'#0#0#0#6#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#16'jjj'#156'qqq'#164'ooo'#164'nnn'#164'kkk'#164'fff'#164'ccc'#164'aaa'
|
||||
+#164'bbb'#165'===|'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#175#175#175#213#0#0#0#20#146#141
|
||||
+#146#171#218#247#218#255#185#229#185#255#252#251#252#255#250#250#250#255#250
|
||||
+#250#250#255#250#250#250#255#250#250#250#255#250#250#250#255#250#250#250#255
|
||||
+#251#251#251#255#251#251#251#255#251#251#251#255#255#255#255#255#250#250#250
|
||||
+#255'555`'#183#185#183#219#245#241#245#255#245#240#245#255#238#239#238#255
|
||||
+#239#239#239#255#240#240#240#255#240#240#240#255#240#240#240#255#240#240#240
|
||||
+#255#240#240#240#255#239#239#239#255#239#239#239#255#239#239#239#255#237#237
|
||||
+#237#255#242#242#242#255'bbb'#150#189#189#189#231#215#215#215#255#219#219#219
|
||||
+#255#223#223#223#255#225#225#225#255#226#226#226#255#227#227#227#255#227#227
|
||||
+#227#255#227#227#227#255#227#227#227#255#226#226#226#255#224#224#224#255#223
|
||||
+#223#223#255#216#216#216#255#223#223#223#255'jjj'#165#163#163#163#215#207#207
|
||||
+#207#255#163#163#163#255#142#142#142#255#132#132#132#255#132#132#132#255#132
|
||||
+#132#132#255#132#132#132#255#132#132#132#255#132#132#132#255#133#133#133#255
|
||||
+#135#135#135#255#143#143#143#255#182#182#182#255#212#212#212#255'UUU'#152'mm'
|
||||
+'m'#163#208#208#208#255'EEE'#255#7#7#7#255'\\\'#255'ccc'#255'bbb'#255'bbb'
|
||||
+#255'```'#255'^^^'#255']]]'#255'FFF'#255#2#2#2#255#130#130#130#255#200#200
|
||||
+#200#255'***e'#27#27#27'8'#128#128#128#208#135#135#135#251#152#152#152#254
|
||||
+#251#251#251#255#255#255#255#255#255#255#255#255#253#253#253#255#245#245#245
|
||||
+#255#237#237#237#255#231#231#231#255#207#207#207#255#129#129#129#255#140#140
|
||||
+#140#245'___'#186#0#0#0#24#0#0#0#0#0#0#0#13#31#31#31'J'#219#219#219#247#255
|
||||
+#255#255#255#255#255#255#255#255#255#255#255#255#255#255#255#252#252#252#255
|
||||
+#243#243#243#255#235#235#235#255#235#235#235#255#129#129#129#203#10#10#10'2'
|
||||
+#0#0#0#6#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#16'jjj'#156'qqq'#164'ooo'#164'nnn'#164
|
||||
+'kkk'#164'fff'#164'ccc'#164'aaa'#164'bbb'#165'===|'#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0
|
||||
]);
|
||||
|
@ -3,178 +3,54 @@ object frDesOptionsForm: TfrDesOptionsForm
|
||||
Height = 327
|
||||
Top = 177
|
||||
Width = 364
|
||||
HelpContext = 0
|
||||
ActiveControl = CB1
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Options'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 327
|
||||
ClientWidth = 364
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = FormCreate
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poScreenCenter
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object PageControl1: TPageControl
|
||||
Left = 8
|
||||
Height = 284
|
||||
Top = 4
|
||||
Width = 349
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
ActivePage = Tab1
|
||||
Align = alNone
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabIndex = 0
|
||||
TabOrder = 0
|
||||
TabPosition = tpTop
|
||||
Visible = True
|
||||
object Tab1: TTabSheet
|
||||
HelpContext = 0
|
||||
Caption = 'Designer'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 258
|
||||
ClientWidth = 341
|
||||
Enabled = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
object GroupBox1: TGroupBox
|
||||
Left = 4
|
||||
Height = 65
|
||||
Top = 4
|
||||
Width = 177
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Grid'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 47
|
||||
ClientWidth = 173
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object CB1: TCheckBox
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 4
|
||||
Width = 73
|
||||
Width = 65
|
||||
HelpContext = 66
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Show grid'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object CB2: TCheckBox
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 24
|
||||
Width = 81
|
||||
Width = 73
|
||||
HelpContext = 75
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Align to &grid'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object GroupBox2: TGroupBox
|
||||
@ -182,99 +58,32 @@ object frDesOptionsForm: TfrDesOptionsForm
|
||||
Height = 65
|
||||
Top = 4
|
||||
Width = 149
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Object moving'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 47
|
||||
ClientWidth = 145
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object RB4: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 4
|
||||
Width = 57
|
||||
Width = 49
|
||||
HelpContext = 84
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'S&hape'
|
||||
Checked = True
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbChecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object RB5: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 24
|
||||
Width = 68
|
||||
Width = 60
|
||||
HelpContext = 94
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Contents'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
TabStop = False
|
||||
end
|
||||
end
|
||||
object GroupBox3: TGroupBox
|
||||
@ -282,130 +91,43 @@ object frDesOptionsForm: TfrDesOptionsForm
|
||||
Height = 85
|
||||
Top = 74
|
||||
Width = 149
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Report units'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 67
|
||||
ClientWidth = 145
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object RB6: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 3
|
||||
Width = 53
|
||||
Width = 45
|
||||
HelpContext = 102
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Pixels'
|
||||
Checked = True
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbChecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object RB7: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 23
|
||||
Width = 44
|
||||
Width = 36
|
||||
HelpContext = 112
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&MM'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
TabStop = False
|
||||
end
|
||||
object RB8: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 43
|
||||
Width = 58
|
||||
Width = 50
|
||||
HelpContext = 121
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Inches'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
TabStop = False
|
||||
end
|
||||
end
|
||||
object GroupBox4: TGroupBox
|
||||
@ -413,130 +135,43 @@ object frDesOptionsForm: TfrDesOptionsForm
|
||||
Height = 85
|
||||
Top = 74
|
||||
Width = 177
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Grid size'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 67
|
||||
ClientWidth = 173
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 3
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object RB1: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 3
|
||||
Width = 61
|
||||
Width = 53
|
||||
HelpContext = 131
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&4 pixels'
|
||||
Checked = True
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbChecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object RB2: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 23
|
||||
Width = 61
|
||||
Width = 53
|
||||
HelpContext = 141
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&8 pixels'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
TabStop = False
|
||||
end
|
||||
object RB3: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 43
|
||||
Width = 98
|
||||
Width = 90
|
||||
HelpContext = 151
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&18 pixels (5mm)'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
TabStop = False
|
||||
end
|
||||
end
|
||||
object GroupBox5: TGroupBox
|
||||
@ -544,133 +179,35 @@ object frDesOptionsForm: TfrDesOptionsForm
|
||||
Height = 85
|
||||
Top = 166
|
||||
Width = 333
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Other'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 67
|
||||
ClientWidth = 329
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 4
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object CB3: TCheckBox
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 2
|
||||
Width = 100
|
||||
Width = 92
|
||||
HelpContext = 161
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'Colored &buttons'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object CB4: TCheckBox
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 22
|
||||
Width = 110
|
||||
Width = 102
|
||||
HelpContext = 171
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = '&Editing after insert'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object CB5: TCheckBox
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 44
|
||||
Width = 104
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowGrayed = True
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Width = 96
|
||||
Caption = 'Show band &titles'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -681,29 +218,11 @@ object frDesOptionsForm: TfrDesOptionsForm
|
||||
Top = 292
|
||||
Width = 75
|
||||
HelpContext = 40
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.InnerBorder = 4
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'Ok'
|
||||
Default = True
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 1
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object Button2: TButton
|
||||
Left = 264
|
||||
@ -711,28 +230,10 @@ object frDesOptionsForm: TfrDesOptionsForm
|
||||
Top = 292
|
||||
Width = 75
|
||||
HelpContext = 50
|
||||
Align = alNone
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.InnerBorder = 4
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 2
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
|
@ -2,221 +2,58 @@
|
||||
|
||||
LazarusResources.Add('TfrDesOptionsForm','FORMDATA',[
|
||||
'TPF0'#17'TfrDesOptionsForm'#16'frDesOptionsForm'#4'Left'#3'5'#1#6'Height'#3
|
||||
+'G'#1#3'Top'#3#177#0#5'Width'#3'l'#1#11'HelpContext'#2#0#13'ActiveControl'#7
|
||||
+#3'CB1'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'#9#8'AutoSiz'
|
||||
+'e'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMaximize'#0#11
|
||||
+'BorderStyle'#7#8'bsDialog'#7'Caption'#6#7'Options'#28'ChildSizing.LeftRight'
|
||||
+'Spacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.Horizontal'
|
||||
+'Spacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPer'
|
||||
+'Line'#2#0#12'ClientHeight'#3'G'#1#11'ClientWidth'#3'l'#1#8'DockSite'#8#8'Dr'
|
||||
+'agKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'Font.Height'#2
|
||||
+#245#9'Font.Name'#6#13'MS Sans Serif'#10'Font.Style'#11#0#9'FormStyle'#7#8'f'
|
||||
+'sNormal'#8'OnCreate'#7#10'FormCreate'#14'ParentBiDiMode'#9#10'ParentFont'#8
|
||||
+#8'Position'#7#14'poScreenCenter'#13'ShowInTaskBar'#7#9'stDefault'#14'UseDoc'
|
||||
+'kManager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'wsNormal'#0#12'T'
|
||||
+'PageControl'#12'PageControl1'#4'Left'#2#8#6'Height'#3#28#1#3'Top'#2#4#5'Wid'
|
||||
+'th'#3']'#1#11'HelpContext'#2#0#7'TabStop'#9#10'ActivePage'#7#4'Tab1'#5'Alig'
|
||||
+'n'#7#6'alNone'#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'Bord'
|
||||
+'erSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2
|
||||
+#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAli'
|
||||
+'gnVertical'#7#7'ccaFill'#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKin'
|
||||
+'d'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#10'ParentFont'#9#14'P'
|
||||
+'arentShowHint'#9#8'TabIndex'#2#0#8'TabOrder'#2#0#11'TabPosition'#7#5'tpTop'
|
||||
+#7'Visible'#9#0#9'TTabSheet'#4'Tab1'#11'HelpContext'#2#0#7'Caption'#6#8'Desi'
|
||||
+'gner'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'
|
||||
+#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2
|
||||
+#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#2#1#11'ClientWidth'
|
||||
+#3'U'#1#7'Enabled'#9#10'ParentFont'#9#14'ParentShowHint'#9#0#9'TGroupBox'#9
|
||||
+'GroupBox1'#4'Left'#2#4#6'Height'#2'A'#3'Top'#2#4#5'Width'#3#177#0#11'HelpCo'
|
||||
+'ntext'#2#0#5'Align'#7#6'alNone'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#4'Grid'
|
||||
+#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29
|
||||
+'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'C'
|
||||
+'hildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'/'#11'ClientWidth'#3#173
|
||||
+#0#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDra'
|
||||
+'g'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentCol'
|
||||
+'or'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2
|
||||
+#0#7'TabStop'#8#7'Visible'#9#0#9'TCheckBox'#3'CB1'#4'Left'#2#8#6'Height'#2#19
|
||||
+#3'Top'#2#4#5'Width'#2'I'#11'HelpContext'#2'B'#5'Align'#7#6'alNone'#11'Allow'
|
||||
+'Grayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#10'&Show grid'#7'Checked'#8
|
||||
+#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'
|
||||
+#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9#14'Par'
|
||||
+'entBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#0#7'TabStop'#9#11'U'
|
||||
+'seOnChange'#8#7'Visible'#9#0#0#9'TCheckBox'#3'CB2'#4'Left'#2#8#6'Height'#2
|
||||
+#19#3'Top'#2#24#5'Width'#2'Q'#11'HelpContext'#2'K'#5'Align'#7#6'alNone'#11'A'
|
||||
+'llowGrayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'
|
||||
+#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSp'
|
||||
+'acing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#14'Align to &grid'#7'Che'
|
||||
+'cked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'
|
||||
+#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#1#7'TabStop'
|
||||
+#9#11'UseOnChange'#8#7'Visible'#9#0#0#0#9'TGroupBox'#9'GroupBox2'#4'Left'#3
|
||||
+#188#0#6'Height'#2'A'#3'Top'#2#4#5'Width'#3#149#0#11'HelpContext'#2#0#5'Alig'
|
||||
+'n'#7#6'alNone'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.To'
|
||||
+'p'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSp'
|
||||
+'acing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Borde'
|
||||
+'rSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#13'Object moving'#28
|
||||
+'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'C'
|
||||
+'hildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'Ch'
|
||||
+'ildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2'/'#11'ClientWidth'#3#145#0
|
||||
,#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'
|
||||
+#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'
|
||||
+#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7
|
||||
+'TabStop'#8#7'Visible'#9#0#12'TRadioButton'#3'RB4'#4'Left'#2#8#6'Height'#2#19
|
||||
+#3'Top'#2#4#5'Width'#2'9'#11'HelpContext'#2'T'#5'Align'#7#6'alNone'#11'Allow'
|
||||
+'Grayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#6'S&hape'#7'Checked'#9#10'Dr'
|
||||
+'agCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'E'
|
||||
+'nabled'#9#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#5'Stat'
|
||||
+'e'#7#9'cbChecked'#8'TabOrder'#2#0#7'TabStop'#9#11'UseOnChange'#8#7'Visible'
|
||||
+#9#0#0#12'TRadioButton'#3'RB5'#4'Left'#2#8#6'Height'#2#19#3'Top'#2#24#5'Widt'
|
||||
+'h'#2'D'#11'HelpContext'#2'^'#5'Align'#7#6'alNone'#11'AllowGrayed'#9#8'AutoS'
|
||||
+'ize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacin'
|
||||
+'g.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!Bor'
|
||||
+'derSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVert'
|
||||
+'ical'#7#7'ccaFill'#7'Caption'#6#9'&Contents'#7'Checked'#8#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'P'
|
||||
+'arentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#5'State'#7#11'cbUnch'
|
||||
+'ecked'#8'TabOrder'#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#0#9
|
||||
+'TGroupBox'#9'GroupBox3'#4'Left'#3#188#0#6'Height'#2'U'#3'Top'#2'J'#5'Width'
|
||||
+#3#149#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#8'AutoSize'#8#18'BorderSpa'
|
||||
+'cing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Bor'
|
||||
+'derSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlig'
|
||||
+'nHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7
|
||||
+'Caption'#6#12'Report units'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSi'
|
||||
+'zing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSi'
|
||||
+'zing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeig'
|
||||
+'ht'#2'C'#11'ClientWidth'#3#145#0#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'P'
|
||||
+'arentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'Pa'
|
||||
+'rentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#8#7'Visible'#9#0#12'TRadioButton'
|
||||
+#3'RB6'#4'Left'#2#8#6'Height'#2#19#3'Top'#2#3#5'Width'#2'5'#11'HelpContext'#2
|
||||
+'f'#5'Align'#7#6'alNone'#11'AllowGrayed'#9#8'AutoSize'#9#18'BorderSpacing.Le'
|
||||
+'ft'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpac'
|
||||
+'ing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizo'
|
||||
+'ntal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Capti'
|
||||
+'on'#6#7'&Pixels'#7'Checked'#9#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dk'
|
||||
+'Drag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#10'Parent'
|
||||
+'Font'#9#14'ParentShowHint'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#7'TabS'
|
||||
+'top'#9#11'UseOnChange'#8#7'Visible'#9#0#0#12'TRadioButton'#3'RB7'#4'Left'#2
|
||||
+#8#6'Height'#2#19#3'Top'#2#23#5'Width'#2','#11'HelpContext'#2'p'#5'Align'#7#6
|
||||
+'alNone'#11'AllowGrayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'Borde'
|
||||
+'rSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0
|
||||
+#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFil'
|
||||
+'l'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#3'&MM'#7'C'
|
||||
+'hecked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8
|
||||
+'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowH'
|
||||
+'int'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#1#7'TabStop'#9#11'UseOnChan'
|
||||
+'ge'#8#7'Visible'#9#0#0#12'TRadioButton'#3'RB8'#4'Left'#2#8#6'Height'#2#19#3
|
||||
+'Top'#2'+'#5'Width'#2':'#11'HelpContext'#2'y'#5'Align'#7#6'alNone'#11'AllowG'
|
||||
+'rayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#7'&Inches'#7'Checked'#8#10'D'
|
||||
+'ragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7
|
||||
+'Enabled'#9#14'ParentBidiMode'#9#10'ParentFont'#9#14'ParentShowHint'#9#5'Sta'
|
||||
+'te'#7#11'cbUnchecked'#8'TabOrder'#2#2#7'TabStop'#9#11'UseOnChange'#8#7'Visi'
|
||||
+'ble'#9#0#0#0#9'TGroupBox'#9'GroupBox4'#4'Left'#2#4#6'Height'#2'U'#3'Top'#2
|
||||
+'J'#5'Width'#3#177#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#8'AutoSize'#8
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
,'ccaFill'#7'Caption'#6#9'Grid size'#28'ChildSizing.LeftRightSpacing'#2#0#28
|
||||
+'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27
|
||||
+'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'Cli'
|
||||
+'entHeight'#2'C'#11'ClientWidth'#3#173#0#5'Ctl3D'#8#8'DockSite'#8#10'DragCur'
|
||||
+'sor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enable'
|
||||
+'d'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#8'TabOrder'#2#3#7'TabStop'#8#7'Visible'#9#0#12'TRadi'
|
||||
+'oButton'#3'RB1'#4'Left'#2#8#6'Height'#2#19#3'Top'#2#3#5'Width'#2'='#11'Help'
|
||||
+'Context'#3#131#0#5'Align'#7#6'alNone'#11'AllowGrayed'#9#8'AutoSize'#9#18'Bo'
|
||||
+'rderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#9'&4 pixels'#7'Checked'#9#10'DragCursor'#7#6'crDrag'#8'D'
|
||||
+'ragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMo'
|
||||
+'de'#9#10'ParentFont'#9#14'ParentShowHint'#9#5'State'#7#9'cbChecked'#8'TabOr'
|
||||
+'der'#2#0#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#12'TRadioButton'#3
|
||||
+'RB2'#4'Left'#2#8#6'Height'#2#19#3'Top'#2#23#5'Width'#2'='#11'HelpContext'#3
|
||||
+#141#0#5'Align'#7#6'alNone'#11'AllowGrayed'#9#8'AutoSize'#9#18'BorderSpacing'
|
||||
+'.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderS'
|
||||
+'pacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHor'
|
||||
+'izontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Ca'
|
||||
+'ption'#6#9'&8 pixels'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7
|
||||
+#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#10'Pa'
|
||||
+'rentFont'#9#14'ParentShowHint'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#1
|
||||
+#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#12'TRadioButton'#3'RB3'#4'L'
|
||||
+'eft'#2#8#6'Height'#2#19#3'Top'#2'+'#5'Width'#2'b'#11'HelpContext'#3#151#0#5
|
||||
+'Align'#7#6'alNone'#11'AllowGrayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2
|
||||
+#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bo'
|
||||
+'ttom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7
|
||||
+#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#16
|
||||
+'&18 pixels (5mm)'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'd'
|
||||
+'kDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#10'Paren'
|
||||
+'tFont'#9#14'ParentShowHint'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#2#7
|
||||
+'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#0#9'TGroupBox'#9'GroupBox5'#4
|
||||
+'Left'#2#4#6'Height'#2'U'#3'Top'#3#166#0#5'Width'#3'M'#1#11'HelpContext'#2#0
|
||||
+#5'Align'#7#6'alNone'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpac'
|
||||
+'ing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Bo'
|
||||
+'rderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#5'Other'#28'Chil'
|
||||
+'dSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'Child'
|
||||
+'Sizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildS'
|
||||
+'izing.ControlsPerLine'#2#0#12'ClientHeight'#2'C'#11'ClientWidth'#3'I'#1#5'C'
|
||||
+'tl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9
|
||||
+#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#4#7'T'
|
||||
+'abStop'#8#7'Visible'#9#0#9'TCheckBox'#3'CB3'#4'Left'#2#8#6'Height'#2#19#3'T'
|
||||
+'op'#2#2#5'Width'#2'd'#11'HelpContext'#3#161#0#5'Align'#7#6'alNone'#11'Allow'
|
||||
+'Grayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#16'Colored &buttons'#7'Check'
|
||||
+'ed'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dm'
|
||||
+'Manual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14'ParentShowHint'#9
|
||||
+#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'#2#0#7'TabStop'#9
|
||||
+#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCheckBox'#3'CB4'#4'Left'#2#8#6'Height'
|
||||
+#2#19#3'Top'#2#22#5'Width'#2'n'#11'HelpContext'#3#171#0#5'Align'#7#6'alNone'
|
||||
+#11'AllowGrayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing'
|
||||
+'.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Borde'
|
||||
+'rSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bo'
|
||||
+'rderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#21'&Editing after '
|
||||
+'insert'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'D'
|
||||
+'ragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14'P'
|
||||
+'arentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8'TabOrder'
|
||||
+#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCheckBox'#3'CB5'#4'L'
|
||||
,'eft'#2#8#6'Height'#2#19#3'Top'#2','#5'Width'#2'h'#11'HelpContext'#2#0#5'Ali'
|
||||
+'gn'#7#6'alNone'#11'AllowGrayed'#9#8'AutoSize'#9#18'BorderSpacing.Left'#2#0
|
||||
+#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bott'
|
||||
+'om'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7
|
||||
+'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#17'S'
|
||||
+'how band &titles'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'd'
|
||||
+'kDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFo'
|
||||
+'nt'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cbUnchecked'#8
|
||||
+'TabOrder'#2#2#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#0#0#0#7'TButt'
|
||||
+'on'#7'Button1'#4'Left'#3#176#0#6'Height'#2#25#3'Top'#3'$'#1#5'Width'#2'K'#11
|
||||
+'HelpContext'#2'('#5'Align'#7#6'alNone'#8'AutoSize'#8#18'BorderSpacing.Left'
|
||||
+#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.'
|
||||
+'Bottom'#2#0#20'BorderSpacing.Around'#2#0#25'BorderSpacing.InnerBorder'#2#4
|
||||
+'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlign'
|
||||
+'Vertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#2'Ok'#7'Default'#9#10'DragC'
|
||||
+'ursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'
|
||||
+#9#11'ModalResult'#2#1#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1
|
||||
+#7'TabStop'#9#7'Visible'#9#0#0#7'TButton'#7'Button2'#4'Left'#3#8#1#6'Height'
|
||||
+#2#25#3'Top'#3'$'#1#5'Width'#2'K'#11'HelpContext'#2'2'#5'Align'#7#6'alNone'#8
|
||||
+'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderS'
|
||||
+'pacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0
|
||||
+#25'BorderSpacing.InnerBorder'#2#4'!BorderSpacing.CellAlignHorizontal'#7#7'c'
|
||||
+'caFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#9#7'Capt'
|
||||
+'ion'#6#6'Cancel'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dm'
|
||||
+'Manual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#2#10'ParentFont'
|
||||
+#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#9#7'Visible'#9#0#0#0
|
||||
+'G'#1#3'Top'#3#177#0#5'Width'#3'l'#1#13'ActiveControl'#7#3'CB1'#11'BorderSty'
|
||||
+'le'#7#8'bsDialog'#7'Caption'#6#7'Options'#12'ClientHeight'#3'G'#1#11'Client'
|
||||
+'Width'#3'l'#1#11'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans Serif'#8'OnCr'
|
||||
+'eate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6
|
||||
+'0.9.27'#0#12'TPageControl'#12'PageControl1'#4'Left'#2#8#6'Height'#3#28#1#3
|
||||
+'Top'#2#4#5'Width'#3']'#1#10'ActivePage'#7#4'Tab1'#8'TabIndex'#2#0#8'TabOrde'
|
||||
+'r'#2#0#0#9'TTabSheet'#4'Tab1'#7'Caption'#6#8'Designer'#12'ClientHeight'#3#2
|
||||
+#1#11'ClientWidth'#3'U'#1#0#9'TGroupBox'#9'GroupBox1'#4'Left'#2#4#6'Height'#2
|
||||
+'A'#3'Top'#2#4#5'Width'#3#177#0#7'Caption'#6#4'Grid'#12'ClientHeight'#2'/'#11
|
||||
+'ClientWidth'#3#173#0#8'TabOrder'#2#0#0#9'TCheckBox'#3'CB1'#4'Left'#2#8#6'He'
|
||||
+'ight'#2#17#3'Top'#2#4#5'Width'#2'A'#11'HelpContext'#2'B'#7'Caption'#6#10'&S'
|
||||
+'how grid'#8'TabOrder'#2#0#0#0#9'TCheckBox'#3'CB2'#4'Left'#2#8#6'Height'#2#17
|
||||
+#3'Top'#2#24#5'Width'#2'I'#11'HelpContext'#2'K'#7'Caption'#6#14'Align to &gr'
|
||||
+'id'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#9'GroupBox2'#4'Left'#3#188#0#6'Heigh'
|
||||
+'t'#2'A'#3'Top'#2#4#5'Width'#3#149#0#7'Caption'#6#13'Object moving'#12'Clien'
|
||||
+'tHeight'#2'/'#11'ClientWidth'#3#145#0#8'TabOrder'#2#1#0#12'TRadioButton'#3
|
||||
+'RB4'#4'Left'#2#8#6'Height'#2#17#3'Top'#2#4#5'Width'#2'1'#11'HelpContext'#2
|
||||
+'T'#11'AllowGrayed'#9#7'Caption'#6#6'S&hape'#7'Checked'#9#5'State'#7#9'cbChe'
|
||||
+'cked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#3'RB5'#4'Left'#2#8#6'Height'#2#17
|
||||
+#3'Top'#2#24#5'Width'#2'<'#11'HelpContext'#2'^'#11'AllowGrayed'#9#7'Caption'
|
||||
+#6#9'&Contents'#8'TabOrder'#2#1#7'TabStop'#8#0#0#0#9'TGroupBox'#9'GroupBox3'
|
||||
+#4'Left'#3#188#0#6'Height'#2'U'#3'Top'#2'J'#5'Width'#3#149#0#7'Caption'#6#12
|
||||
+'Report units'#12'ClientHeight'#2'C'#11'ClientWidth'#3#145#0#8'TabOrder'#2#2
|
||||
+#0#12'TRadioButton'#3'RB6'#4'Left'#2#8#6'Height'#2#17#3'Top'#2#3#5'Width'#2
|
||||
+'-'#11'HelpContext'#2'f'#11'AllowGrayed'#9#7'Caption'#6#7'&Pixels'#7'Checked'
|
||||
+#9#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#3'RB7'#4'Lef'
|
||||
+'t'#2#8#6'Height'#2#17#3'Top'#2#23#5'Width'#2'$'#11'HelpContext'#2'p'#11'All'
|
||||
+'owGrayed'#9#7'Caption'#6#3'&MM'#8'TabOrder'#2#1#7'TabStop'#8#0#0#12'TRadioB'
|
||||
+'utton'#3'RB8'#4'Left'#2#8#6'Height'#2#17#3'Top'#2'+'#5'Width'#2'2'#11'HelpC'
|
||||
+'ontext'#2'y'#11'AllowGrayed'#9#7'Caption'#6#7'&Inches'#8'TabOrder'#2#2#7'Ta'
|
||||
+'bStop'#8#0#0#0#9'TGroupBox'#9'GroupBox4'#4'Left'#2#4#6'Height'#2'U'#3'Top'#2
|
||||
+'J'#5'Width'#3#177#0#7'Caption'#6#9'Grid size'#12'ClientHeight'#2'C'#11'Clie'
|
||||
+'ntWidth'#3#173#0#8'TabOrder'#2#3#0#12'TRadioButton'#3'RB1'#4'Left'#2#8#6'He'
|
||||
+'ight'#2#17#3'Top'#2#3#5'Width'#2'5'#11'HelpContext'#3#131#0#11'AllowGrayed'
|
||||
+#9#7'Caption'#6#9'&4 pixels'#7'Checked'#9#5'State'#7#9'cbChecked'#8'TabOrder'
|
||||
+#2#0#0#0#12'TRadioButton'#3'RB2'#4'Left'#2#8#6'Height'#2#17#3'Top'#2#23#5'Wi'
|
||||
+'dth'#2'5'#11'HelpContext'#3#141#0#11'AllowGrayed'#9#7'Caption'#6#9'&8 pixel'
|
||||
+'s'#8'TabOrder'#2#1#7'TabStop'#8#0#0#12'TRadioButton'#3'RB3'#4'Left'#2#8#6'H'
|
||||
+'eight'#2#17#3'Top'#2'+'#5'Width'#2'Z'#11'HelpContext'#3#151#0#11'AllowGraye'
|
||||
+'d'#9#7'Caption'#6#16'&18 pixels (5mm)'#8'TabOrder'#2#2#7'TabStop'#8#0#0#0#9
|
||||
+'TGroupBox'#9'GroupBox5'#4'Left'#2#4#6'Height'#2'U'#3'Top'#3#166#0#5'Width'#3
|
||||
+'M'#1#7'Caption'#6#5'Other'#12'ClientHeight'#2'C'#11'ClientWidth'#3'I'#1#8'T'
|
||||
+'abOrder'#2#4#0#9'TCheckBox'#3'CB3'#4'Left'#2#8#6'Height'#2#17#3'Top'#2#2#5
|
||||
+'Width'#2'\'#11'HelpContext'#3#161#0#7'Caption'#6#16'Colored &buttons'#8'Tab'
|
||||
+'Order'#2#0#0#0#9'TCheckBox'#3'CB4'#4'Left'#2#8#6'Height'#2#17#3'Top'#2#22#5
|
||||
+'Width'#2'f'#11'HelpContext'#3#171#0#7'Caption'#6#21'&Editing after insert'#8
|
||||
+'TabOrder'#2#1#0#0#9'TCheckBox'#3'CB5'#4'Left'#2#8#6'Height'#2#17#3'Top'#2','
|
||||
+#5'Width'#2'`'#7'Caption'#6#17'Show band &titles'#8'TabOrder'#2#2#0#0#0#0#0#7
|
||||
+'TButton'#7'Button1'#4'Left'#3#176#0#6'Height'#2#25#3'Top'#3'$'#1#5'Width'#2
|
||||
+'K'#11'HelpContext'#2'('#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'Ok'
|
||||
+#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#1#0#0#7'TButton'#7'Button2'#4
|
||||
+'Left'#3#8#1#6'Height'#2#25#3'Top'#3'$'#1#5'Width'#2'K'#11'HelpContext'#2'2'
|
||||
+#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'Mod'
|
||||
+'alResult'#2#2#8'TabOrder'#2#2#0#0#0
|
||||
]);
|
||||
|
@ -3,8 +3,6 @@ object frInsertFieldsForm: TfrInsertFieldsForm
|
||||
Height = 222
|
||||
Top = 210
|
||||
Width = 334
|
||||
HorzScrollBar.Page = 333
|
||||
VertScrollBar.Page = 221
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Insert fields'
|
||||
ClientHeight = 222
|
||||
@ -14,11 +12,12 @@ object frInsertFieldsForm: TfrInsertFieldsForm
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
object Label1: TLabel
|
||||
Left = 4
|
||||
Height = 14
|
||||
Top = 4
|
||||
Width = 89
|
||||
Width = 87
|
||||
Caption = '&Available datasets'
|
||||
FocusControl = DatasetCB
|
||||
ParentColor = False
|
||||
@ -30,7 +29,7 @@ object frInsertFieldsForm: TfrInsertFieldsForm
|
||||
Width = 145
|
||||
HelpContext = 106
|
||||
ClickOnSelChange = False
|
||||
ItemHeight = 13
|
||||
ItemHeight = 0
|
||||
MultiSelect = True
|
||||
TabOrder = 0
|
||||
end
|
||||
@ -40,9 +39,9 @@ object frInsertFieldsForm: TfrInsertFieldsForm
|
||||
Top = 20
|
||||
Width = 145
|
||||
HelpContext = 97
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoComplete = False
|
||||
ItemHeight = 13
|
||||
MaxLength = 0
|
||||
ItemWidth = 0
|
||||
OnChange = DatasetCBChange
|
||||
Sorted = True
|
||||
Style = csDropDownList
|
||||
@ -59,9 +58,9 @@ object frInsertFieldsForm: TfrInsertFieldsForm
|
||||
TabOrder = 2
|
||||
object HorzRB: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 5
|
||||
Width = 73
|
||||
Width = 65
|
||||
HelpContext = 115
|
||||
AllowGrayed = True
|
||||
Caption = '&Horizontal'
|
||||
@ -71,13 +70,14 @@ object frInsertFieldsForm: TfrInsertFieldsForm
|
||||
end
|
||||
object VertRB: TRadioButton
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 25
|
||||
Width = 61
|
||||
Width = 53
|
||||
HelpContext = 122
|
||||
AllowGrayed = True
|
||||
Caption = '&Vertical'
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
end
|
||||
end
|
||||
object Button1: TButton
|
||||
@ -112,19 +112,18 @@ object frInsertFieldsForm: TfrInsertFieldsForm
|
||||
TabOrder = 5
|
||||
object HeaderCB: TCheckBox
|
||||
Left = 8
|
||||
Height = 19
|
||||
Width = 102
|
||||
Height = 17
|
||||
Top = 0
|
||||
Width = 94
|
||||
HelpContext = 132
|
||||
AllowGrayed = True
|
||||
Caption = '&Include headers'
|
||||
TabOrder = 0
|
||||
end
|
||||
object BandCB: TCheckBox
|
||||
Left = 8
|
||||
Height = 19
|
||||
Height = 17
|
||||
Top = 22
|
||||
Width = 93
|
||||
AllowGrayed = True
|
||||
Width = 85
|
||||
Caption = 'Include &bands'
|
||||
TabOrder = 1
|
||||
end
|
||||
|
@ -2,36 +2,34 @@
|
||||
|
||||
LazarusResources.Add('TfrInsertFieldsForm','FORMDATA',[
|
||||
'TPF0'#19'TfrInsertFieldsForm'#18'frInsertFieldsForm'#4'Left'#3'`'#1#6'Height'
|
||||
+#3#222#0#3'Top'#3#210#0#5'Width'#3'N'#1#18'HorzScrollBar.Page'#3'M'#1#18'Ver'
|
||||
+'tScrollBar.Page'#3#221#0#11'BorderStyle'#7#8'bsDialog'#7'Caption'#6#13'Inse'
|
||||
+'rt fields'#12'ClientHeight'#3#222#0#11'ClientWidth'#3'N'#1#11'Font.Height'#2
|
||||
+#245#9'Font.Name'#6#13'MS Sans Serif'#8'OnCreate'#7#10'FormCreate'#6'OnShow'
|
||||
+#7#8'FormShow'#8'Position'#7#14'poScreenCenter'#0#6'TLabel'#6'Label1'#4'Left'
|
||||
+#2#4#6'Height'#2#14#3'Top'#2#4#5'Width'#2'Y'#7'Caption'#6#19'&Available data'
|
||||
+'sets'#12'FocusControl'#7#9'DatasetCB'#11'ParentColor'#8#0#0#8'TListBox'#7'F'
|
||||
+'ieldsL'#4'Left'#2#4#6'Height'#3#173#0#3'Top'#2','#5'Width'#3#145#0#11'HelpC'
|
||||
+'ontext'#2'j'#16'ClickOnSelChange'#8#10'ItemHeight'#2#13#11'MultiSelect'#9#8
|
||||
+'TabOrder'#2#0#0#0#9'TComboBox'#9'DatasetCB'#4'Left'#2#4#6'Height'#2#21#3'To'
|
||||
+'p'#2#20#5'Width'#3#145#0#11'HelpContext'#2'a'#16'AutoCompleteText'#11#22'cb'
|
||||
+'actEndOfLineComplete'#20'cbactSearchAscending'#0#10'ItemHeight'#2#13#9'MaxL'
|
||||
+'ength'#2#0#8'OnChange'#7#15'DatasetCBChange'#6'Sorted'#9#5'Style'#7#14'csDr'
|
||||
+'opDownList'#8'TabOrder'#2#1#0#0#9'TGroupBox'#9'GroupBox1'#4'Left'#3#156#0#6
|
||||
+'Height'#2'A'#3'Top'#2#15#5'Width'#3#173#0#7'Caption'#6#9'Placement'#12'Clie'
|
||||
+'ntHeight'#2'/'#11'ClientWidth'#3#169#0#8'TabOrder'#2#2#0#12'TRadioButton'#6
|
||||
+'HorzRB'#4'Left'#2#8#6'Height'#2#19#3'Top'#2#5#5'Width'#2'I'#11'HelpContext'
|
||||
+#2's'#11'AllowGrayed'#9#7'Caption'#6#11'&Horizontal'#7'Checked'#9#5'State'#7
|
||||
+#9'cbChecked'#8'TabOrder'#2#0#0#0#12'TRadioButton'#6'VertRB'#4'Left'#2#8#6'H'
|
||||
+'eight'#2#19#3'Top'#2#25#5'Width'#2'='#11'HelpContext'#2'z'#11'AllowGrayed'#9
|
||||
+#7'Caption'#6#9'&Vertical'#8'TabOrder'#2#1#0#0#0#7'TButton'#7'Button1'#4'Lef'
|
||||
+'t'#3#172#0#6'Height'#2#25#3'Top'#3#192#0#5'Width'#2'K'#11'HelpContext'#2'('
|
||||
+#7'Caption'#6#2'Ok'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#3#0#0#7'T'
|
||||
+'Button'#7'Button2'#4'Left'#3#252#0#6'Height'#2#25#3'Top'#3#192#0#5'Width'#2
|
||||
+'K'#11'HelpContext'#2'2'#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2
|
||||
+#2#8'TabOrder'#2#4#0#0#9'TGroupBox'#9'GroupBox2'#4'Left'#3#156#0#6'Height'#2
|
||||
+'<'#3'Top'#2'U'#5'Width'#3#173#0#12'ClientHeight'#2'*'#11'ClientWidth'#3#169
|
||||
+#0#8'TabOrder'#2#5#0#9'TCheckBox'#8'HeaderCB'#4'Left'#2#8#6'Height'#2#19#5'W'
|
||||
+'idth'#2'f'#11'HelpContext'#3#132#0#11'AllowGrayed'#9#7'Caption'#6#16'&Inclu'
|
||||
+'de headers'#8'TabOrder'#2#0#0#0#9'TCheckBox'#6'BandCB'#4'Left'#2#8#6'Height'
|
||||
+#2#19#3'Top'#2#22#5'Width'#2']'#11'AllowGrayed'#9#7'Caption'#6#14'Include &b'
|
||||
+'ands'#8'TabOrder'#2#1#0#0#0#0
|
||||
+#3#222#0#3'Top'#3#210#0#5'Width'#3'N'#1#11'BorderStyle'#7#8'bsDialog'#7'Capt'
|
||||
+'ion'#6#13'Insert fields'#12'ClientHeight'#3#222#0#11'ClientWidth'#3'N'#1#11
|
||||
+'Font.Height'#2#245#9'Font.Name'#6#13'MS Sans Serif'#8'OnCreate'#7#10'FormCr'
|
||||
+'eate'#6'OnShow'#7#8'FormShow'#8'Position'#7#14'poScreenCenter'#10'LCLVersio'
|
||||
+'n'#6#6'0.9.27'#0#6'TLabel'#6'Label1'#4'Left'#2#4#6'Height'#2#14#3'Top'#2#4#5
|
||||
+'Width'#2'W'#7'Caption'#6#19'&Available datasets'#12'FocusControl'#7#9'Datas'
|
||||
+'etCB'#11'ParentColor'#8#0#0#8'TListBox'#7'FieldsL'#4'Left'#2#4#6'Height'#3
|
||||
+#173#0#3'Top'#2','#5'Width'#3#145#0#11'HelpContext'#2'j'#16'ClickOnSelChange'
|
||||
+#8#10'ItemHeight'#2#0#11'MultiSelect'#9#8'TabOrder'#2#0#0#0#9'TComboBox'#9'D'
|
||||
+'atasetCB'#4'Left'#2#4#6'Height'#2#21#3'Top'#2#20#5'Width'#3#145#0#11'HelpCo'
|
||||
+'ntext'#2'a'#12'AutoComplete'#8#10'ItemHeight'#2#13#9'ItemWidth'#2#0#8'OnCha'
|
||||
+'nge'#7#15'DatasetCBChange'#6'Sorted'#9#5'Style'#7#14'csDropDownList'#8'TabO'
|
||||
+'rder'#2#1#0#0#9'TGroupBox'#9'GroupBox1'#4'Left'#3#156#0#6'Height'#2'A'#3'To'
|
||||
+'p'#2#15#5'Width'#3#173#0#7'Caption'#6#9'Placement'#12'ClientHeight'#2'/'#11
|
||||
+'ClientWidth'#3#169#0#8'TabOrder'#2#2#0#12'TRadioButton'#6'HorzRB'#4'Left'#2
|
||||
+#8#6'Height'#2#17#3'Top'#2#5#5'Width'#2'A'#11'HelpContext'#2's'#11'AllowGray'
|
||||
+'ed'#9#7'Caption'#6#11'&Horizontal'#7'Checked'#9#5'State'#7#9'cbChecked'#8'T'
|
||||
+'abOrder'#2#0#0#0#12'TRadioButton'#6'VertRB'#4'Left'#2#8#6'Height'#2#17#3'To'
|
||||
+'p'#2#25#5'Width'#2'5'#11'HelpContext'#2'z'#11'AllowGrayed'#9#7'Caption'#6#9
|
||||
+'&Vertical'#8'TabOrder'#2#1#7'TabStop'#8#0#0#0#7'TButton'#7'Button1'#4'Left'
|
||||
+#3#172#0#6'Height'#2#25#3'Top'#3#192#0#5'Width'#2'K'#11'HelpContext'#2'('#7
|
||||
+'Caption'#6#2'Ok'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#3#0#0#7'TBu'
|
||||
+'tton'#7'Button2'#4'Left'#3#252#0#6'Height'#2#25#3'Top'#3#192#0#5'Width'#2'K'
|
||||
+#11'HelpContext'#2'2'#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2
|
||||
+#8'TabOrder'#2#4#0#0#9'TGroupBox'#9'GroupBox2'#4'Left'#3#156#0#6'Height'#2'<'
|
||||
+#3'Top'#2'U'#5'Width'#3#173#0#12'ClientHeight'#2'*'#11'ClientWidth'#3#169#0#8
|
||||
+'TabOrder'#2#5#0#9'TCheckBox'#8'HeaderCB'#4'Left'#2#8#6'Height'#2#17#3'Top'#2
|
||||
+#0#5'Width'#2'^'#11'HelpContext'#3#132#0#7'Caption'#6#16'&Include headers'#8
|
||||
+'TabOrder'#2#0#0#0#9'TCheckBox'#6'BandCB'#4'Left'#2#8#6'Height'#2#17#3'Top'#2
|
||||
+#22#5'Width'#2'U'#7'Caption'#6#14'Include &bands'#8'TabOrder'#2#1#0#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user