fixed anchoring in environmentoptions dialog from Darius

git-svn-id: trunk@8487 -
This commit is contained in:
mattias 2006-01-10 14:34:55 +00:00
parent 7f4588879f
commit 8144aade39
2 changed files with 144 additions and 132 deletions

View File

@ -15,7 +15,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
object Notebook: TNotebook object Notebook: TNotebook
Align = alTop Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 6 PageIndex = 7
Height = 477 Height = 477
Width = 540 Width = 540
object FilesPage: TPage object FilesPage: TPage
@ -469,7 +469,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 117 Left = 117
Height = 14 Height = 14
Top = 60 Top = 60
Width = 198 Width = 194
end end
object GridSizeYLabel: TLabel object GridSizeYLabel: TLabel
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -479,7 +479,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 117 Left = 117
Height = 14 Height = 14
Top = 96 Top = 96
Width = 198 Width = 194
end end
object GridColorButton: TColorButton object GridColorButton: TColorButton
BorderWidth = 2 BorderWidth = 2
@ -495,7 +495,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 13 Height = 13
Top = 26 Top = 26
Width = 309 Width = 305
end end
object ShowGridCheckBox: TCheckBox object ShowGridCheckBox: TCheckBox
Caption = 'ShowGridCheckBox' Caption = 'ShowGridCheckBox'
@ -555,6 +555,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
ClientWidth = 172 ClientWidth = 172
TabOrder = 1 TabOrder = 1
AnchorSideLeft.Control = FormEditMiscGroupBox AnchorSideLeft.Control = FormEditMiscGroupBox
AnchorSideLeft.Side = asrBottom
Left = 353 Left = 353
Height = 255 Height = 255
Top = 187 Top = 187
@ -581,7 +582,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 14 Height = 14
Top = 57 Top = 57
Width = 146 Width = 142
end end
object GuideLineColorRightBottomLabel: TLabel object GuideLineColorRightBottomLabel: TLabel
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -591,7 +592,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 14 Height = 14
Top = 102 Top = 102
Width = 146 Width = 142
end end
object ShowGuideLinesCheckBox: TCheckBox object ShowGuideLinesCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -599,7 +600,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
TabOrder = 0 TabOrder = 0
Left = 6 Left = 6
Height = 13 Height = 13
Width = 146 Width = 142
end end
object SnapToGuideLinesCheckBox: TCheckBox object SnapToGuideLinesCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -608,7 +609,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 13 Height = 13
Top = 19 Top = 19
Width = 146 Width = 142
end end
end end
object FormEditMiscGroupBox: TGroupBox object FormEditMiscGroupBox: TGroupBox
@ -645,7 +646,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 14 Height = 14
Top = 110 Top = 110
Width = 324 Width = 320
end end
object MarkerColorLabel: TLabel object MarkerColorLabel: TLabel
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -655,7 +656,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 14 Height = 14
Top = 160 Top = 160
Width = 324 Width = 320
end end
object ShowComponentCaptionsCheckBox: TCheckBox object ShowComponentCaptionsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -663,7 +664,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
TabOrder = 0 TabOrder = 0
Left = 6 Left = 6
Height = 13 Height = 13
Width = 324 Width = 320
end end
object ShowEditorHintsCheckBox: TCheckBox object ShowEditorHintsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -672,7 +673,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 13 Height = 13
Top = 25 Top = 25
Width = 324 Width = 320
end end
object AutoCreateFormsOnOpenCheckBox: TCheckBox object AutoCreateFormsOnOpenCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -681,7 +682,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 13 Height = 13
Top = 50 Top = 50
Width = 324 Width = 320
end end
object RightClickSelectsCheckBox: TCheckBox object RightClickSelectsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -690,7 +691,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 13 Height = 13
Top = 75 Top = 75
Width = 324 Width = 320
end end
object DesignerPaintLazyCheckBox: TCheckBox object DesignerPaintLazyCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -701,7 +702,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 13 Height = 13
Top = 205 Top = 205
Width = 324 Width = 320
end end
end end
object RubberbandGroupBox: TGroupBox object RubberbandGroupBox: TGroupBox
@ -712,6 +713,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
ClientWidth = 172 ClientWidth = 172
TabOrder = 3 TabOrder = 3
AnchorSideLeft.Control = GridGroupBox AnchorSideLeft.Control = GridGroupBox
AnchorSideLeft.Side = asrBottom
Left = 353 Left = 353
Height = 170 Height = 170
Top = 6 Top = 6
@ -738,7 +740,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 14 Height = 14
Top = 3 Top = 3
Width = 159 Width = 155
end end
object RubberbandCreateColorLabel: TLabel object RubberbandCreateColorLabel: TLabel
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -748,7 +750,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 14 Height = 14
Top = 54 Top = 54
Width = 159 Width = 155
end end
object RubberbandSelectsGrandChildsCheckBox: TCheckBox object RubberbandSelectsGrandChildsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
@ -757,7 +759,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Left = 6 Left = 6
Height = 13 Height = 13
Top = 102 Top = 102
Width = 165 Width = 161
end end
end end
end end
@ -1147,16 +1149,16 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
Color = clNone Color = clNone
ParentColor = False ParentColor = False
Left = 8 Left = 8
Height = 13 Height = 14
Top = 226 Top = 226
Width = 259 Width = 223
end end
object LazDocPathsGroupBox: TGroupBox object LazDocPathsGroupBox: TGroupBox
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'LazDocPathsGroupBox' Caption = 'LazDocPathsGroupBox'
ClientHeight = 210 ClientHeight = 192
ClientWidth = 520 ClientWidth = 516
TabOrder = 0 TabOrder = 0
Left = 6 Left = 6
Height = 210 Height = 210
@ -1178,9 +1180,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
OnClick = LazDocAddPathButtonClick OnClick = LazDocAddPathButtonClick
TabOrder = 1 TabOrder = 1
Left = 6 Left = 6
Height = 26 Height = 29
Top = 122 Top = 122
Width = 136 Width = 133
end end
object LazDocDeletePathButton: TButton object LazDocDeletePathButton: TButton
AutoSize = True AutoSize = True
@ -1190,30 +1192,36 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
OnClick = LazDocDeletePathButtonClick OnClick = LazDocDeletePathButtonClick
TabOrder = 2 TabOrder = 2
AnchorSideLeft.Control = LazDocAddPathButton AnchorSideLeft.Control = LazDocAddPathButton
Left = 152 AnchorSideLeft.Side = asrBottom
Height = 26 Left = 149
Height = 29
Top = 122 Top = 122
Width = 149 Width = 145
end end
object LazDocPathEdit: TEdit object LazDocPathEdit: TEdit
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
TabOrder = 3 TabOrder = 3
Text = 'LazDocPathEdit' Text = 'LazDocPathEdit'
AnchorSideTop.Control = LazDocAddPathButton
AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 23 Height = 23
Top = 154 Top = 157
Width = 468 Width = 480
end end
object LazDocBrowseButton: TButton object LazDocBrowseButton: TButton
Anchors = [akTop, akRight] BorderSpacing.Left = 6
BorderSpacing.InnerBorder = 2 BorderSpacing.InnerBorder = 2
Caption = '...' Caption = '...'
OnClick = LazDocBrowseButtonClick OnClick = LazDocBrowseButtonClick
TabOrder = 4 TabOrder = 4
Left = 479 AnchorSideLeft.Control = LazDocPathEdit
AnchorSideLeft.Side = asrBottom
Left = 492
Height = 23 Height = 23
Top = 154 Top = 156
Width = 23 Width = 19
end end
end end
end end

View File

@ -16,7 +16,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
+'lsPerInch'#2'`'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#27 +'lsPerInch'#2'`'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#27
+#2#18'VertScrollBar.Page'#3#7#2#4'Left'#3':'#1#6'Height'#3#8#2#3'Top'#2'|'#5 +#2#18'VertScrollBar.Page'#3#7#2#4'Left'#3':'#1#6'Height'#3#8#2#3'Top'#2'|'#5
+'Width'#3#28#2#0#9'TNotebook'#8'Notebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5 +'Width'#3#28#2#0#9'TNotebook'#8'Notebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#6#6'Height'#3#221#1 +'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#7#6'Height'#3#221#1
+#5'Width'#3#28#2#0#5'TPage'#9'FilesPage'#7'Caption'#6#9'FilesPage'#11'Client' +#5'Width'#3#28#2#0#5'TPage'#9'FilesPage'#7'Caption'#6#9'FilesPage'#11'Client'
+'Width'#3#20#2#12'ClientHeight'#3#195#1#6'Height'#3#195#1#5'Width'#3#20#2#0#6 +'Width'#3#20#2#12'ClientHeight'#3#195#1#6'Height'#3#195#1#5'Width'#3#20#2#0#6
+'TLabel'#23'MaxRecentOpenFilesLabel'#7'Caption'#6#23'MaxRecentOpenFilesLabel' +'TLabel'#23'MaxRecentOpenFilesLabel'#7'Caption'#6#23'MaxRecentOpenFilesLabel'
@ -143,14 +143,14 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
+'e'#11'ParentColor'#8#4'Left'#2'F'#6'Height'#2#14#3'Top'#3#131#0#5'Width'#2 +'e'#11'ParentColor'#8#4'Left'#2'F'#6'Height'#2#14#3'Top'#3#131#0#5'Width'#2
+'F'#0#0#6'TLabel'#14'GridSizeXLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi' +'F'#0#0#6'TLabel'#14'GridSizeXLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
+'ght'#0#7'Caption'#6#14'GridSizeXLabel'#5'Color'#7#6'clNone'#11'ParentColor' +'ght'#0#7'Caption'#6#14'GridSizeXLabel'#5'Color'#7#6'clNone'#11'ParentColor'
+#8#4'Left'#2'u'#6'Height'#2#14#3'Top'#2'<'#5'Width'#3#198#0#0#0#6'TLabel'#14 +#8#4'Left'#2'u'#6'Height'#2#14#3'Top'#2'<'#5'Width'#3#194#0#0#0#6'TLabel'#14
+'GridSizeYLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6 +'GridSizeYLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
+#14'GridSizeYLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'u'#6'He' +#14'GridSizeYLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'u'#6'He'
+'ight'#2#14#3'Top'#2'`'#5'Width'#3#198#0#0#0#12'TColorButton'#15'GridColorBu' +'ight'#2#14#3'Top'#2'`'#5'Width'#3#194#0#0#0#12'TColorButton'#15'GridColorBu'
+'tton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'~'#5'Width'#2 +'tton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'~'#5'Width'#2
+'2'#0#0#9'TCheckBox'#18'SnapToGridCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft' +'2'#0#0#9'TCheckBox'#18'SnapToGridCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'
+#7'akRight'#0#7'Caption'#6#18'SnapToGridCheckBox'#8'TabOrder'#2#1#4'Left'#2#6 +#7'akRight'#0#7'Caption'#6#18'SnapToGridCheckBox'#8'TabOrder'#2#1#4'Left'#2#6
+#6'Height'#2#13#3'Top'#2#26#5'Width'#3'5'#1#0#0#9'TCheckBox'#16'ShowGridChec' +#6'Height'#2#13#3'Top'#2#26#5'Width'#3'1'#1#0#0#9'TCheckBox'#16'ShowGridChec'
+'kBox'#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Heigh' +'kBox'#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Heigh'
+'t'#2#13#5'Width'#2's'#0#0#9'TComboBox'#17'GridSizeXComboBox'#13'Items.Strin' +'t'#2#13#5'Width'#2's'#0#0#9'TComboBox'#17'GridSizeXComboBox'#13'Items.Strin'
+'gs'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0 +'gs'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0
@ -162,73 +162,74 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
+'TGroupBox'#18'GuideLinesGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' +'TGroupBox'#18'GuideLinesGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
+'t'#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#18'GuideLinesGroupBox'#12'Cli' +'t'#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#18'GuideLinesGroupBox'#12'Cli'
+'entHeight'#3#255#0#11'ClientWidth'#3#172#0#8'TabOrder'#2#1#22'AnchorSideLef' +'entHeight'#3#255#0#11'ClientWidth'#3#172#0#8'TabOrder'#2#1#22'AnchorSideLef'
+'t.Control'#7#20'FormEditMiscGroupBox'#4'Left'#3'a'#1#6'Height'#3#255#0#3'To' +'t.Control'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'
+'p'#3#187#0#5'Width'#3#172#0#0#12'TColorButton'#27'GuideLineColorLeftTopButt' +#4'Left'#3'a'#1#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3#172#0#0#12'TColo'
+'on'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2' +'rButton'#27'GuideLineColorLeftTopButton'#11'BorderWidth'#2#2#4'Left'#2#6#6
+#0#0#12'TColorButton'#31'GuideLineColorRightBottomButton'#11'BorderWidth'#2#2 +'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#0#0#12'TColorButton'#31'GuideLineCol'
+#4'Left'#2#6#6'Height'#2#23#3'Top'#2'v'#5'Width'#2'2'#0#0#6'TLabel'#26'Guide' +'orRightBottomButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2
+'LineColorLeftTopLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Capt' +'v'#5'Width'#2'2'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#7'Anchors'#11
+'ion'#6#26'GuideLineColorLeftTopLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8 +#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'GuideLineColorLeftTopLabel'
+#4'Left'#2#6#6'Height'#2#14#3'Top'#2'9'#5'Width'#3#146#0#0#0#6'TLabel'#30'Gu' +#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2
+'ideLineColorRightBottomLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 +'9'#5'Width'#3#142#0#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#7'Anch'
+#7'Caption'#6#30'GuideLineColorRightBottomLabel'#5'Color'#7#6'clNone'#11'Par' +'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#30'GuideLineColorRight'
+'entColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'f'#5'Width'#3#146#0#0#0#9'T' +'BottomLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2
+'CheckBox'#22'ShowGuideLinesCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR' +#14#3'Top'#2'f'#5'Width'#3#142#0#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBox'
+'ight'#0#7'Caption'#6#22'ShowGuideLinesCheckBox'#8'TabOrder'#2#0#4'Left'#2#6 +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'ShowGuideLine'
+#6'Height'#2#13#5'Width'#3#146#0#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckBo' +'sCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#13#5'Width'#3#142#0#0#0#9
+'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'SnapToGuid' +'TCheckBox'#24'SnapToGuideLinesCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'eLinesCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#13#3'Top'#2#19#5'Wi' +'akRight'#0#7'Caption'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#4'Left'
+'dth'#3#146#0#0#0#0#9'TGroupBox'#20'FormEditMiscGroupBox'#20'BorderSpacing.A' +#2#6#6'Height'#2#13#3'Top'#2#19#5'Width'#3#142#0#0#0#0#9'TGroupBox'#20'FormE'
+'round'#2#6#7'Caption'#6#20'FormEditMiscGroupBox'#12'ClientHeight'#3#255#0#11 +'ditMiscGroupBox'#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditMiscG'
+'ClientWidth'#3'Q'#1#8'TabOrder'#2#2#23'AnchorSideRight.Control'#7#14'FormEd' +'roupBox'#12'ClientHeight'#3#255#0#11'ClientWidth'#3'Q'#1#8'TabOrder'#2#2#23
+'itorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3 +'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9
+#255#0#3'Top'#3#187#0#5'Width'#3'Q'#1#0#12'TColorButton'#18'GrabberColorButt' +'asrBottom'#4'Left'#2#6#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3'Q'#1#0#12
+'on'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#3#130#0#5'Width'#2 +'TColorButton'#18'GrabberColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Heig'
+'2'#0#0#12'TColorButton'#17'MarkerColorButton'#11'BorderWidth'#2#2#4'Left'#2 +'ht'#2#23#3'Top'#3#130#0#5'Width'#2'2'#0#0#12'TColorButton'#17'MarkerColorBu'
+#6#6'Height'#2#23#3'Top'#3#180#0#5'Width'#2'2'#0#0#6'TLabel'#17'GrabberColor' +'tton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#3#180#0#5'Width'
+'Label'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'Grabbe' +#2'2'#0#0#6'TLabel'#17'GrabberColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'rColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2 +'akRight'#0#7'Caption'#6#17'GrabberColorLabel'#5'Color'#7#6'clNone'#11'Paren'
+#14#3'Top'#2'n'#5'Width'#3'D'#1#0#0#6'TLabel'#16'MarkerColorLabel'#7'Anchors' +'tColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'n'#5'Width'#3'@'#1#0#0#6'TLab'
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'MarkerColorLabel'#5'Colo' +'el'#16'MarkerColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Ca'
+'r'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#3#160#0#5 +'ption'#6#16'MarkerColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'
+'Width'#3'D'#1#0#0#9'TCheckBox'#29'ShowComponentCaptionsCheckBox'#7'Anchors' +#2#6#6'Height'#2#14#3'Top'#3#160#0#5'Width'#3'@'#1#0#0#9'TCheckBox'#29'ShowC'
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'ShowComponentCaptionsChe' +'omponentCaptionsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'C'
+'ckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#13#5'Width'#3'D'#1#0#0#9'TCh' +'aption'#6#29'ShowComponentCaptionsCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'H'
+'eckBox'#23'ShowEditorHintsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi' +'eight'#2#13#5'Width'#3'@'#1#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#7
+'ght'#0#7'Caption'#6#23'ShowEditorHintsCheckBox'#8'TabOrder'#2#1#4'Left'#2#6 +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'ShowEditorHints'
+#6'Height'#2#13#3'Top'#2#25#5'Width'#3'D'#1#0#0#9'TCheckBox'#29'AutoCreateFo' +'CheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#13#3'Top'#2#25#5'Width'#3
+'rmsOnOpenCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption' +'@'#1#0#0#9'TCheckBox'#29'AutoCreateFormsOnOpenCheckBox'#7'Anchors'#11#5'akT'
+#6#29'AutoCreateFormsOnOpenCheckBox'#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2 +'op'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8
+#13#3'Top'#2'2'#5'Width'#3'D'#1#0#0#9'TCheckBox'#25'RightClickSelectsCheckBo' +'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#13#3'Top'#2'2'#5'Width'#3'@'#1#0#0#9
+'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25'RightClick' +'TCheckBox'#25'RightClickSelectsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'SelectsCheckBox'#8'TabOrder'#2#3#4'Left'#2#6#6'Height'#2#13#3'Top'#2'K'#5'W' +'akRight'#0#7'Caption'#6#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#4'Lef'
,'idth'#3'D'#1#0#0#9'TCheckBox'#25'DesignerPaintLazyCheckBox'#7'Anchors'#11#5 ,'t'#2#6#6'Height'#2#13#3'Top'#2'K'#5'Width'#3'@'#1#0#0#9'TCheckBox'#25'Desig'
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#25'DesignerPaintLazyCheckBox'#14 +'nerPaintLazyCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Capti'
+'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2#13#3 +'on'#6#25'DesignerPaintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'Ta'
+'Top'#3#205#0#5'Width'#3'D'#1#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#7'An' +'bOrder'#2#4#4'Left'#2#6#6'Height'#2#13#3'Top'#3#205#0#5'Width'#3'@'#1#0#0#0
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#10#7'Cap' +#9'TGroupBox'#18'RubberbandGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi'
+'tion'#6#18'RubberbandGroupBox'#12'ClientHeight'#3#170#0#11'ClientWidth'#3 +'ght'#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#18'RubberbandGroupBox'#12'C'
+#172#0#8'TabOrder'#2#3#22'AnchorSideLeft.Control'#7#12'GridGroupBox'#4'Left' +'lientHeight'#3#170#0#11'ClientWidth'#3#172#0#8'TabOrder'#2#3#22'AnchorSideL'
+#3'a'#1#6'Height'#3#170#0#3'Top'#2#6#5'Width'#3#172#0#0#12'TColorButton'#27 +'eft.Control'#7#12'GridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Le'
+'RubberbandSelectColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23 +'ft'#3'a'#1#6'Height'#3#170#0#3'Top'#2#6#5'Width'#3#172#0#0#12'TColorButton'
+#3'Top'#2#19#5'Width'#2'2'#0#0#12'TColorButton'#27'RubberbandCreateColorButt' +#27'RubberbandSelectColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2
+'on'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2' +#23#3'Top'#2#19#5'Width'#2'2'#0#0#12'TColorButton'#27'RubberbandCreateColorB'
+#0#0#6'TLabel'#26'RubberbandSelectColorLabel'#7'Anchors'#11#5'akTop'#6'akLef' +'utton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2
+'t'#7'akRight'#0#7'Caption'#6#26'RubberbandSelectColorLabel'#5'Color'#7#6'cl' +'2'#0#0#6'TLabel'#26'RubberbandSelectColorLabel'#7'Anchors'#11#5'akTop'#6'ak'
+'None'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2#3#5'Width'#3#159 +'Left'#7'akRight'#0#7'Caption'#6#26'RubberbandSelectColorLabel'#5'Color'#7#6
+#0#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#7'Anchors'#11#5'akTop'#6'akL' +'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2#3#5'Width'#3
+'eft'#7'akRight'#0#7'Caption'#6#26'RubberbandCreateColorLabel'#5'Color'#7#6 +#155#0#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#7'Anchors'#11#5'akTop'#6
+'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'#5'Width'#3 +'akLeft'#7'akRight'#0#7'Caption'#6#26'RubberbandCreateColorLabel'#5'Color'#7
+#159#0#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#7'Anchors'#11#5 +#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'#5'Width'
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'$RubberbandSelectsGrandChildsChe' +#3#155#0#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#7'Anchors'#11
+'ckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#13#3'Top'#2'f'#5'Width'#3#165 +#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'$RubberbandSelectsGrandChildsC'
+#0#0#0#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspectorP' +'heckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#13#3'Top'#2'f'#5'Width'#3
+'age'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#6'Height'#3#195#1#5'Wi' +#161#0#0#0#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspec'
+'dth'#3#20#2#0#9'TGroupBox'#29'ObjectInspectorColorsGroupBox'#7'Anchors'#11#5 +'torPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#6'Height'#3#195#1#5
+'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#5#17'BorderSpacing.T' +'Width'#3#20#2#0#9'TGroupBox'#29'ObjectInspectorColorsGroupBox'#7'Anchors'#11
+'op'#2#5#19'BorderSpacing.Right'#2#5#7'Caption'#6#29'ObjectInspectorColorsGr' +#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#5#17'BorderSpacing'
+'oupBox'#12'ClientHeight'#3#173#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#4'L' +'.Top'#2#5#19'BorderSpacing.Right'#2#5#7'Caption'#6#29'ObjectInspectorColors'
+'eft'#2#5#6'Height'#3#173#0#3'Top'#2#7#5'Width'#3#10#2#0#12'TColorButton'#23 +'GroupBox'#12'ClientHeight'#3#173#0#11'ClientWidth'#3#10#2#8'TabOrder'#2#0#4
+'Left'#2#5#6'Height'#3#173#0#3'Top'#2#7#5'Width'#3#10#2#0#12'TColorButton'#23
+'OIBackgroundColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'T' +'OIBackgroundColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'T'
+'op'#2#5#5'Width'#2'2'#0#0#12'TColorButton'#21'OISubPropsColorButton'#11'Bor' +'op'#2#5#5'Width'#2'2'#0#0#12'TColorButton'#21'OISubPropsColorButton'#11'Bor'
+'derWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2#29#5'Width'#2'2'#0#0#12'T' +'derWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2#29#5'Width'#2'2'#0#0#12'T'
@ -265,8 +266,8 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
+'OIShowHintCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption' +'OIShowHintCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'
+#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2 +#6#18'OIShowHintCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#24#3'Top'#2
+'7'#5'Width'#3#230#1#0#0#9'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#7'Anch' +'7'#5'Width'#3#230#1#0#0#9'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#7'Anch'
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2#1#4'Left'#2#6#6'Heigh' ,'ors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2#1#4'Left'#2#6#6'Heigh'
,'t'#2#20#3'Top'#2#24#5'Width'#3#250#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Capt' +'t'#2#20#3'Top'#2#24#5'Width'#3#250#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Capt'
+'ion'#6#10'BackupPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#6'Hei' +'ion'#6#10'BackupPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#6'Hei'
+'ght'#3#195#1#5'Width'#3#20#2#0#6'TLabel'#15'BackupHelpLabel'#7'Anchors'#11#5 +'ght'#3#195#1#5'Width'#3#20#2#0#6'TLabel'#15'BackupHelpLabel'#7'Anchors'#11#5
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6 +'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6
@ -329,34 +330,37 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
+#3'Top'#2';'#5'Width'#3#8#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'La' +#3'Top'#2';'#5'Width'#3#8#2#0#0#0#5'TPage'#10'LazDocPage'#7'Caption'#6#10'La'
+'zDocPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#6'Height'#3#195#1 +'zDocPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#6'Height'#3#195#1
+#5'Width'#3#20#2#0#6'TLabel'#6'Label1'#7'Caption'#6'+NOTE: only absolute pat' +#5'Width'#3#20#2#0#6'TLabel'#6'Label1'#7'Caption'#6'+NOTE: only absolute pat'
+'hs are supported now'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#8#6 ,'hs are supported now'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#8#6
,'Height'#2#13#3'Top'#3#226#0#5'Width'#3#3#1#0#0#9'TGroupBox'#19'LazDocPathsG' +'Height'#2#14#3'Top'#3#226#0#5'Width'#3#223#0#0#0#9'TGroupBox'#19'LazDocPath'
+'roupBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19'L' +'sGroupBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#19
+'azDocPathsGroupBox'#12'ClientHeight'#3#210#0#11'ClientWidth'#3#8#2#8'TabOrd' +'LazDocPathsGroupBox'#12'ClientHeight'#3#192#0#11'ClientWidth'#3#4#2#8'TabOr'
+'er'#2#0#4'Left'#2#6#6'Height'#3#210#0#3'Top'#2#6#5'Width'#3#8#2#0#8'TListBo' +'der'#2#0#4'Left'#2#6#6'Height'#3#210#0#3'Top'#2#6#5'Width'#3#8#2#0#8'TListB'
+'x'#13'LazDocListBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'Tab' +'ox'#13'LazDocListBox'#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#8'Ta'
+'Order'#2#0#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#248#1#0#0#7'TBu' +'bOrder'#2#0#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#248#1#0#0#7'TB'
+'tton'#19'LazDocAddPathButton'#8'AutoSize'#9#25'BorderSpacing.InnerBorder'#2 +'utton'#19'LazDocAddPathButton'#8'AutoSize'#9#25'BorderSpacing.InnerBorder'#2
+#2#7'Caption'#6#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonC' +#2#7'Caption'#6#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonC'
+'lick'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#26#3'Top'#2'z'#5'Width'#3#136 +'lick'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#29#3'Top'#2'z'#5'Width'#3#133
+#0#0#0#7'TButton'#22'LazDocDeletePathButton'#8'AutoSize'#9#18'BorderSpacing.' +#0#0#0#7'TButton'#22'LazDocDeletePathButton'#8'AutoSize'#9#18'BorderSpacing.'
+'Left'#2#10#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#22'LazDocDeletePa' +'Left'#2#10#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#22'LazDocDeletePa'
+'thButton'#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#22'A' +'thButton'#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#22'A'
+'nchorSideLeft.Control'#7#19'LazDocAddPathButton'#4'Left'#3#152#0#6'Height'#2 +'nchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9
+#26#3'Top'#2'z'#5'Width'#3#149#0#0#0#5'TEdit'#14'LazDocPathEdit'#7'Anchors' +'asrBottom'#4'Left'#3#149#0#6'Height'#2#29#3'Top'#2'z'#5'Width'#3#145#0#0#0#5
+#11#5'akTop'#6'akLeft'#7'akRight'#0#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathE' +'TEdit'#14'LazDocPathEdit'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17
+'dit'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#154#0#5'Width'#3#212#1#0#0#7'TButt' +'BorderSpacing.Top'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#21'Anch'
+'on'#18'LazDocBrowseButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpa' +'orSideTop.Control'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asr'
+'cing.InnerBorder'#2#2#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButto' +'Bottom'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#157#0#5'Width'#3#224#1#0#0#7'TB'
+'nClick'#8'TabOrder'#2#4#4'Left'#3#223#1#6'Height'#2#23#3'Top'#3#154#0#5'Wid' +'utton'#18'LazDocBrowseButton'#18'BorderSpacing.Left'#2#6#25'BorderSpacing.I'
+'th'#2#23#0#0#0#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#7'akRight'#8'a' +'nnerBorder'#2#2#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'
+'kBottom'#0#25'BorderSpacing.InnerBorder'#2#2#6'Cancel'#9#7'Caption'#6#12'Ca' +#8'TabOrder'#2#4#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSi'
+'ncelButton'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#4'Left'#3#201 +'deLeft.Side'#7#9'asrBottom'#4'Left'#3#236#1#6'Height'#2#23#3'Top'#3#156#0#5
+#1#6'Height'#2#25#3'Top'#3#229#1#5'Width'#2'K'#0#0#7'TButton'#8'OkButton'#7 +'Width'#2#19#0#0#0#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#7'akRight'#8
+'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2#7'Ca' +'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2#6'Cancel'#9#7'Caption'#6#12'C'
+'ption'#6#2'Ok'#7'Default'#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#4 +'ancelButton'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#4'Left'#3
+'Left'#3'w'#1#6'Height'#2#25#3'Top'#3#229#1#5'Width'#2'K'#0#0#22'TSelectDire' +#201#1#6'Height'#2#25#3'Top'#3#229#1#5'Width'#2'K'#0#0#7'TButton'#8'OkButton'
+'ctoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11'F' +#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2#7
+'ilterIndex'#2#0#5'Title'#6#16'Select Directory'#4'left'#3#232#1#3'top'#2#8#0 +'Caption'#6#2'Ok'#7'Default'#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2
+#0#0 +#4'Left'#3'w'#1#6'Height'#2#25#3'Top'#3#229#1#5'Width'#2'K'#0#0#22'TSelectDi'
+'rectoryDialog'#21'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11
+'FilterIndex'#2#0#5'Title'#6#16'Select Directory'#4'left'#3#232#1#3'top'#2#8
+#0#0#0
]); ]);