ide: codebrowser:

- reanchor controls
  - add unit to lazarus project

git-svn-id: trunk@21509 -
This commit is contained in:
paul 2009-09-01 01:39:30 +00:00
parent 56d6fef49d
commit d9cf195b30
4 changed files with 304 additions and 207 deletions

View File

@ -7,37 +7,45 @@ object CodeBrowserView: TCodeBrowserView
Caption = 'CodeBrowserView' Caption = 'CodeBrowserView'
ClientHeight = 563 ClientHeight = 563
ClientWidth = 623 ClientWidth = 623
OnClose = FormClose
OnCreate = FormCreate OnCreate = FormCreate
OnDestroy = FormDestroy OnDestroy = FormDestroy
LCLVersion = '0.9.29' LCLVersion = '0.9.29'
object ScopeGroupBox: TGroupBox object ScopeGroupBox: TGroupBox
Left = 6 Left = 6
Height = 50 Height = 51
Top = 6 Top = 6
Width = 611 Width = 611
Align = alTop Align = alTop
AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ScopeGroupBox' Caption = 'ScopeGroupBox'
ClientHeight = 31 ClientHeight = 33
ClientWidth = 607 ClientWidth = 607
TabOrder = 0 TabOrder = 0
object ScopeComboBox: TComboBox object ScopeComboBox: TComboBox
Left = 3 AnchorSideLeft.Control = ScopeGroupBox
Height = 29 AnchorSideTop.Control = ScopeGroupBox
Top = 0 Left = 6
Height = 21
Top = 6
Width = 315 Width = 315
ItemHeight = 0 BorderSpacing.Around = 6
ItemHeight = 13
OnEditingDone = ScopeComboBoxEditingDone OnEditingDone = ScopeComboBoxEditingDone
OnGetItems = ScopeComboBoxGetItems OnGetItems = ScopeComboBoxGetItems
TabOrder = 0 TabOrder = 0
Text = 'ScopeComboBox' Text = 'ScopeComboBox'
end end
object ScopeWithRequiredPackagesCheckBox: TCheckBox object ScopeWithRequiredPackagesCheckBox: TCheckBox
Left = 328 AnchorSideLeft.Control = ScopeComboBox
Height = 22 AnchorSideLeft.Side = asrBottom
Top = 3 AnchorSideTop.Control = ScopeComboBox
Width = 269 AnchorSideTop.Side = asrCenter
Left = 327
Height = 17
Top = 8
Width = 204
BorderSpacing.Left = 6
Caption = 'ScopeWithRequiredPackagesCheckBox' Caption = 'ScopeWithRequiredPackagesCheckBox'
OnChange = ScopeWithRequiredPackagesCheckBoxChange OnChange = ScopeWithRequiredPackagesCheckBoxChange
TabOrder = 1 TabOrder = 1
@ -51,8 +59,8 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 26 Height = 47
Top = 190 Top = 180
Width = 611 Width = 611
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True
@ -63,32 +71,45 @@ object CodeBrowserView: TCodeBrowserView
ChildSizing.EnlargeHorizontal = crsScaleChilds ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3 ChildSizing.ControlsPerLine = 3
ClientHeight = 7 ClientHeight = 29
ClientWidth = 607 ClientWidth = 607
TabOrder = 1 TabOrder = 1
object ShowPrivateCheckBox: TCheckBox object ShowPrivateCheckBox: TCheckBox
Left = 0 AnchorSideLeft.Control = OptionsGroupBox
Height = 22 AnchorSideTop.Control = OptionsGroupBox
Top = 0 Left = 6
Width = 182 Height = 17
Top = 6
Width = 122
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'ShowPrivateCheckBox' Caption = 'ShowPrivateCheckBox'
OnChange = ShowPrivateCheckBoxChange OnChange = ShowPrivateCheckBoxChange
TabOrder = 0 TabOrder = 0
end end
object ShowProtectedCheckBox: TCheckBox object ShowProtectedCheckBox: TCheckBox
Left = 182 AnchorSideLeft.Control = OptionsGroupBox
Height = 22 AnchorSideLeft.Side = asrCenter
Top = 0 AnchorSideTop.Control = OptionsGroupBox
Width = 202 Left = 239
Height = 17
Top = 6
Width = 128
BorderSpacing.Around = 6
Caption = 'ShowProtectedCheckBox' Caption = 'ShowProtectedCheckBox'
OnChange = ShowPrivateCheckBoxChange OnChange = ShowPrivateCheckBoxChange
TabOrder = 1 TabOrder = 1
end end
object ShowEmptyNodesCheckBox: TCheckBox object ShowEmptyNodesCheckBox: TCheckBox
Left = 384 AnchorSideTop.Control = OptionsGroupBox
Height = 22 AnchorSideRight.Control = OptionsGroupBox
Top = 0 AnchorSideRight.Side = asrBottom
Width = 223 Left = 448
Height = 17
Top = 6
Width = 153
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
Caption = 'ShowEmptyNodesCheckBox' Caption = 'ShowEmptyNodesCheckBox'
OnEditingDone = ShowPrivateCheckBoxChange OnEditingDone = ShowPrivateCheckBoxChange
TabOrder = 2 TabOrder = 2
@ -98,13 +119,13 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideTop.Control = OptionsGroupBox AnchorSideTop.Control = OptionsGroupBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 300 Height = 287
Top = 222 Top = 233
Width = 623 Width = 623
Align = alBottom Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6 BorderSpacing.Top = 6
DefaultItemHeight = 19 DefaultItemHeight = 18
Images = ImageList1 Images = ImageList1
ParentShowHint = False ParentShowHint = False
PopupMenu = PopupMenu1 PopupMenu = PopupMenu1
@ -117,8 +138,8 @@ object CodeBrowserView: TCodeBrowserView
end end
object StatusBar1: TStatusBar object StatusBar1: TStatusBar
Left = 0 Left = 0
Height = 21 Height = 23
Top = 542 Top = 540
Width = 623 Width = 623
Panels = <> Panels = <>
end end
@ -129,23 +150,26 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 122 Height = 111
Top = 62 Top = 63
Width = 611 Width = 611
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'LevelsGroupBox' Caption = 'LevelsGroupBox'
ClientHeight = 103 ClientHeight = 93
ClientWidth = 607 ClientWidth = 607
TabOrder = 3 TabOrder = 3
object PackageFilterBeginsSpeedButton: TSpeedButton object PackageFilterBeginsSpeedButton: TSpeedButton
AnchorSideLeft.Control = PackageFilterEdit AnchorSideLeft.Control = PackageFilterEdit
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = PackageFilterEdit AnchorSideTop.Control = PackageFilterEdit
Left = 424 AnchorSideRight.Control = PackageFilterContainsSpeedButton
Left = 429
Height = 22 Height = 22
Top = 2 Top = 6
Width = 86 Width = 86
Anchors = [akTop, akRight]
Color = clBtnFace Color = clBtnFace
GroupIndex = 1 GroupIndex = 1
NumGlyphs = 0 NumGlyphs = 0
@ -157,10 +181,14 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideLeft.Control = PackageFilterBeginsSpeedButton AnchorSideLeft.Control = PackageFilterBeginsSpeedButton
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = PackageFilterEdit AnchorSideTop.Control = PackageFilterEdit
Left = 510 AnchorSideRight.Control = LevelsGroupBox
AnchorSideRight.Side = asrBottom
Left = 515
Height = 22 Height = 22
Top = 2 Top = 6
Width = 86 Width = 86
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Color = clBtnFace Color = clBtnFace
GroupIndex = 1 GroupIndex = 1
NumGlyphs = 0 NumGlyphs = 0
@ -173,10 +201,12 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = UnitFilterEdit AnchorSideTop.Control = UnitFilterEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 424 AnchorSideRight.Control = UnitFilterContainsSpeedButton
Left = 429
Height = 22 Height = 22
Top = 32 Top = 35
Width = 86 Width = 86
Anchors = [akTop, akRight]
Color = clBtnFace Color = clBtnFace
GroupIndex = 2 GroupIndex = 2
NumGlyphs = 0 NumGlyphs = 0
@ -189,10 +219,14 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = UnitFilterEdit AnchorSideTop.Control = UnitFilterEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 510 AnchorSideRight.Control = LevelsGroupBox
AnchorSideRight.Side = asrBottom
Left = 515
Height = 22 Height = 22
Top = 32 Top = 35
Width = 86 Width = 86
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Color = clBtnFace Color = clBtnFace
GroupIndex = 2 GroupIndex = 2
NumGlyphs = 0 NumGlyphs = 0
@ -205,10 +239,12 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IdentifierFilterEdit AnchorSideTop.Control = IdentifierFilterEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 424 AnchorSideRight.Control = IdentifierFilterContainsSpeedButton
Left = 429
Height = 22 Height = 22
Top = 59 Top = 64
Width = 86 Width = 86
Anchors = [akTop, akRight]
Color = clBtnFace Color = clBtnFace
GroupIndex = 3 GroupIndex = 3
NumGlyphs = 0 NumGlyphs = 0
@ -221,10 +257,14 @@ object CodeBrowserView: TCodeBrowserView
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IdentifierFilterEdit AnchorSideTop.Control = IdentifierFilterEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 510 AnchorSideRight.Control = LevelsGroupBox
AnchorSideRight.Side = asrBottom
Left = 515
Height = 22 Height = 22
Top = 59 Top = 64
Width = 86 Width = 86
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Color = clBtnFace Color = clBtnFace
GroupIndex = 3 GroupIndex = 3
NumGlyphs = 0 NumGlyphs = 0
@ -233,63 +273,86 @@ object CodeBrowserView: TCodeBrowserView
ParentShowHint = False ParentShowHint = False
end end
object ShowPackagesCheckBox: TCheckBox object ShowPackagesCheckBox: TCheckBox
AnchorSideLeft.Control = LevelsGroupBox
AnchorSideTop.Control = PackageFilterEdit
AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 22 Height = 17
Top = 4 Top = 9
Width = 181 Width = 136
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'ShowPackagesCheckBox' Caption = 'ShowPackagesCheckBox'
OnChange = ShowPackagesCheckBoxChange OnChange = ShowPackagesCheckBoxChange
TabOrder = 0 TabOrder = 0
end end
object ShowUnitsCheckBox: TCheckBox object ShowUnitsCheckBox: TCheckBox
AnchorSideLeft.Control = LevelsGroupBox
AnchorSideTop.Control = UnitFilterEdit
AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 22 Height = 17
Top = 32 Top = 38
Width = 154 Width = 115
BorderSpacing.Left = 6
Caption = 'ShowUnitsCheckBox' Caption = 'ShowUnitsCheckBox'
OnChange = ShowUnitsCheckBoxChange OnChange = ShowUnitsCheckBoxChange
TabOrder = 1 TabOrder = 1
end end
object ShowIdentifiersCheckBox: TCheckBox object ShowIdentifiersCheckBox: TCheckBox
AnchorSideLeft.Control = LevelsGroupBox
AnchorSideTop.Control = IdentifierFilterEdit
AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 22 Height = 17
Top = 59 Top = 67
Width = 183 Width = 140
BorderSpacing.Left = 6
BorderSpacing.Bottom = 6
Caption = 'ShowIdentifiersCheckBox' Caption = 'ShowIdentifiersCheckBox'
OnChange = ShowIdentifiersCheckBoxChange OnChange = ShowIdentifiersCheckBoxChange
TabOrder = 2 TabOrder = 2
end end
object PackageFilterEdit: TEdit object PackageFilterEdit: TEdit
AnchorSideTop.Control = ShowPackagesCheckBox AnchorSideTop.Control = LevelsGroupBox
AnchorSideTop.Side = asrCenter AnchorSideRight.Control = PackageFilterBeginsSpeedButton
Left = 223 Left = 228
Height = 27 Height = 23
Top = 2 Top = 6
Width = 201 Width = 201
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
OnChange = PackageFilterEditChange OnChange = PackageFilterEditChange
OnEditingDone = PackageFilterEditEditingDone OnEditingDone = PackageFilterEditEditingDone
TabOrder = 3 TabOrder = 3
Text = 'PackageFilterEdit' Text = 'PackageFilterEdit'
end end
object UnitFilterEdit: TEdit object UnitFilterEdit: TEdit
AnchorSideTop.Control = ShowUnitsCheckBox AnchorSideTop.Control = PackageFilterEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrBottom
Left = 223 AnchorSideRight.Control = UnitFilterBeginsSpeedButton
Height = 27 Left = 228
Top = 30 Height = 23
Top = 35
Width = 201 Width = 201
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
OnChange = PackageFilterEditChange OnChange = PackageFilterEditChange
OnEditingDone = PackageFilterEditEditingDone OnEditingDone = PackageFilterEditEditingDone
TabOrder = 4 TabOrder = 4
Text = 'UnitFilterEdit' Text = 'UnitFilterEdit'
end end
object IdentifierFilterEdit: TEdit object IdentifierFilterEdit: TEdit
AnchorSideTop.Control = ShowIdentifiersCheckBox AnchorSideTop.Control = UnitFilterEdit
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrBottom
Left = 223 AnchorSideRight.Control = IdentifierFilterBeginsSpeedButton
Height = 27 Left = 228
Top = 57 Height = 23
Top = 64
Width = 201 Width = 201
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
OnChange = PackageFilterEditChange OnChange = PackageFilterEditChange
OnEditingDone = PackageFilterEditEditingDone OnEditingDone = PackageFilterEditEditingDone
TabOrder = 5 TabOrder = 5
@ -299,7 +362,7 @@ object CodeBrowserView: TCodeBrowserView
object ProgressBar1: TProgressBar object ProgressBar1: TProgressBar
Left = 0 Left = 0
Height = 20 Height = 20
Top = 522 Top = 520
Width = 623 Width = 623
Align = alBottom Align = alBottom
Max = 10000 Max = 10000

View File

@ -3,133 +3,166 @@
LazarusResources.Add('TCodeBrowserView','FORMDATA',[ LazarusResources.Add('TCodeBrowserView','FORMDATA',[
'TPF0'#16'TCodeBrowserView'#15'CodeBrowserView'#4'Left'#3'/'#1#6'Height'#3'3' 'TPF0'#16'TCodeBrowserView'#15'CodeBrowserView'#4'Left'#3'/'#1#6'Height'#3'3'
+#2#3'Top'#3'$'#1#5'Width'#3'o'#2#13'ActiveControl'#7#13'ScopeComboBox'#7'Cap' +#2#3'Top'#3'$'#1#5'Width'#3'o'#2#13'ActiveControl'#7#13'ScopeComboBox'#7'Cap'
+'tion'#6#15'CodeBrowserView'#12'ClientHeight'#3'3'#2#11'ClientWidth'#3'o'#2#7 +'tion'#6#15'CodeBrowserView'#12'ClientHeight'#3'3'#2#11'ClientWidth'#3'o'#2#8
+'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'Form' +'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#10'LCLVersion'#6#6
+'Destroy'#10'LCLVersion'#6#6'0.9.29'#0#9'TGroupBox'#13'ScopeGroupBox'#4'Left' +'0.9.29'#0#9'TGroupBox'#13'ScopeGroupBox'#4'Left'#2#6#6'Height'#2'3'#3'Top'#2
+#2#6#6'Height'#2'2'#3'Top'#2#6#5'Width'#3'c'#2#5'Align'#7#5'alTop'#20'Border' +#6#5'Width'#3'c'#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
+'Spacing.Around'#2#6#7'Caption'#6#13'ScopeGroupBox'#12'ClientHeight'#2#31#11 +#2#6#7'Caption'#6#13'ScopeGroupBox'#12'ClientHeight'#2'!'#11'ClientWidth'#3
+'ClientWidth'#3'_'#2#8'TabOrder'#2#0#0#9'TComboBox'#13'ScopeComboBox'#4'Left' +'_'#2#8'TabOrder'#2#0#0#9'TComboBox'#13'ScopeComboBox'#22'AnchorSideLeft.Con'
+#2#3#6'Height'#2#29#3'Top'#2#0#5'Width'#3';'#1#10'ItemHeight'#2#0#13'OnEditi' +'trol'#7#13'ScopeGroupBox'#21'AnchorSideTop.Control'#7#13'ScopeGroupBox'#4'L'
+'ngDone'#7#24'ScopeComboBoxEditingDone'#10'OnGetItems'#7#21'ScopeComboBoxGet' +'eft'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3';'#1#20'BorderSpacing.Around'
+'Items'#8'TabOrder'#2#0#4'Text'#6#13'ScopeComboBox'#0#0#9'TCheckBox!ScopeWit' +#2#6#10'ItemHeight'#2#13#13'OnEditingDone'#7#24'ScopeComboBoxEditingDone'#10
+'hRequiredPackagesCheckBox'#4'Left'#3'H'#1#6'Height'#2#22#3'Top'#2#3#5'Width' +'OnGetItems'#7#21'ScopeComboBoxGetItems'#8'TabOrder'#2#0#4'Text'#6#13'ScopeC'
+#3#13#1#7'Caption'#6'!ScopeWithRequiredPackagesCheckBox'#8'OnChange'#7'''Sco' +'omboBox'#0#0#9'TCheckBox!ScopeWithRequiredPackagesCheckBox'#22'AnchorSideLe'
+'peWithRequiredPackagesCheckBoxChange'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#15 +'ft.Control'#7#13'ScopeComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
+'OptionsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con' +'nchorSideTop.Control'#7#13'ScopeComboBox'#18'AnchorSideTop.Side'#7#9'asrCen'
+'trol'#7#14'LevelsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorS' +'ter'#4'Left'#3'G'#1#6'Height'#2#17#3'Top'#2#8#5'Width'#3#204#0#18'BorderSpa'
+'ideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'Anc' +'cing.Left'#2#6#7'Caption'#6'!ScopeWithRequiredPackagesCheckBox'#8'OnChange'
+'horSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#190#0 +#7'''ScopeWithRequiredPackagesCheckBoxChange'#8'TabOrder'#2#1#0#0#0#9'TGroup'
+#5'Width'#3'c'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9 +'Box'#15'OptionsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSid'
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right' +'eTop.Control'#7#14'LevelsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
+#2#6#7'Caption'#6#15'OptionsGroupBox'#29'ChildSizing.EnlargeHorizontal'#7#14 +'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
+'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom' +#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'/'#3'Top'#3
+#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#7#11'ClientWidth'#3 +#180#0#5'Width'#3'c'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoS'
+'_'#2#8'TabOrder'#2#1#0#9'TCheckBox'#19'ShowPrivateCheckBox'#4'Left'#2#0#6'H' +'ize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacin'
+'eight'#2#22#3'Top'#2#0#5'Width'#3#182#0#7'Caption'#6#19'ShowPrivateCheckBox' +'g.Right'#2#6#7'Caption'#6#15'OptionsGroupBox'#29'ChildSizing.EnlargeHorizon'
+#8'OnChange'#7#25'ShowPrivateCheckBoxChange'#8'TabOrder'#2#0#0#0#9'TCheckBox' +'tal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTop'
+#21'ShowProtectedCheckBox'#4'Left'#3#182#0#6'Height'#2#22#3'Top'#2#0#5'Width' +'ToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#29#11'Clie'
+#3#202#0#7'Caption'#6#21'ShowProtectedCheckBox'#8'OnChange'#7#25'ShowPrivate' +'ntWidth'#3'_'#2#8'TabOrder'#2#1#0#9'TCheckBox'#19'ShowPrivateCheckBox'#22'A'
+'CheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#22'ShowEmptyNodesCheckBox' +'nchorSideLeft.Control'#7#15'OptionsGroupBox'#21'AnchorSideTop.Control'#7#15
+#4'Left'#3#128#1#6'Height'#2#22#3'Top'#2#0#5'Width'#3#223#0#7'Caption'#6#22 +'OptionsGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#2'z'#18'Bor'
+'ShowEmptyNodesCheckBox'#13'OnEditingDone'#7#25'ShowPrivateCheckBoxChange'#8 +'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'ShowPrivateC'
+'TabOrder'#2#2#0#0#0#9'TTreeView'#14'BrowseTreeView'#21'AnchorSideTop.Contro' +'heckBox'#8'OnChange'#7#25'ShowPrivateCheckBoxChange'#8'TabOrder'#2#0#0#0#9
+'l'#7#15'OptionsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6 +'TCheckBox'#21'ShowProtectedCheckBox'#22'AnchorSideLeft.Control'#7#15'Option'
+'Height'#3','#1#3'Top'#3#222#0#5'Width'#3'o'#2#5'Align'#7#8'alBottom'#7'Anch' +'sGroupBox'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2 +#7#15'OptionsGroupBox'#4'Left'#3#239#0#6'Height'#2#17#3'Top'#2#6#5'Width'#3
+#6#17'DefaultItemHeight'#2#19#6'Images'#7#10'ImageList1'#14'ParentShowHint'#8 +#128#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ShowProtectedCheckBox'#8
+#9'PopupMenu'#7#10'PopupMenu1'#8'ReadOnly'#9#8'ShowHint'#9#8'TabOrder'#2#2#11 +'OnChange'#7#25'ShowPrivateCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'
+'OnMouseDown'#7#23'BrowseTreeViewMouseDown'#10'OnShowHint'#7#22'BrowseTreeVi' +#22'ShowEmptyNodesCheckBox'#21'AnchorSideTop.Control'#7#15'OptionsGroupBox'
+'ewShowHint'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvo' +#23'AnchorSideRight.Control'#7#15'OptionsGroupBox'#20'AnchorSideRight.Side'#7
+'KeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11 +#9'asrBottom'#4'Left'#3#192#1#6'Height'#2#17#3'Top'#2#6#5'Width'#3#153#0#7'A'
+'tvoShowRoot'#11'tvoToolTips'#0#0#0#10'TStatusBar'#10'StatusBar1'#4'Left'#2#0 +'nchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
+#6'Height'#2#21#3'Top'#3#30#2#5'Width'#3'o'#2#6'Panels'#14#0#0#0#9'TGroupBox' +#22'ShowEmptyNodesCheckBox'#13'OnEditingDone'#7#25'ShowPrivateCheckBoxChange'
+#14'LevelsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.C' +#8'TabOrder'#2#2#0#0#0#9'TTreeView'#14'BrowseTreeView'#21'AnchorSideTop.Cont'
+'ontrol'#7#13'ScopeGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anchor' +'rol'#7#15'OptionsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0
+'SideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef' +#6'Height'#3#31#1#3'Top'#3#233#0#5'Width'#3'o'#2#5'Align'#7#8'alBottom'#7'An'
+'t'#2#6#6'Height'#2'z'#3'Top'#2'>'#5'Width'#3'c'#2#7'Anchors'#11#5'akTop'#6 +'chors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'LevelsGro' +#2#6#17'DefaultItemHeight'#2#18#6'Images'#7#10'ImageList1'#14'ParentShowHint'
+'upBox'#12'ClientHeight'#2'g'#11'ClientWidth'#3'_'#2#8'TabOrder'#2#3#0#12'TS' +#8#9'PopupMenu'#7#10'PopupMenu1'#8'ReadOnly'#9#8'ShowHint'#9#8'TabOrder'#2#2
+'peedButton'#30'PackageFilterBeginsSpeedButton'#22'AnchorSideLeft.Control'#7 +#11'OnMouseDown'#7#23'BrowseTreeViewMouseDown'#10'OnShowHint'#7#22'BrowseTre'
+#17'PackageFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT' +'eViewShowHint'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21
+'op.Control'#7#17'PackageFilterEdit'#4'Left'#3#168#1#6'Height'#2#22#3'Top'#2 +'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'
+#2#5'Width'#2'V'#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0 +#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#10'TStatusBar'#10'StatusBar1'#4'Left'
+#7'OnClick'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHi' +#2#0#6'Height'#2#23#3'Top'#3#28#2#5'Width'#3'o'#2#6'Panels'#14#0#0#0#9'TGrou'
+'nt'#8#0#0#12'TSpeedButton PackageFilterContainsSpeedButton'#22'AnchorSideLe' +'pBox'#14'LevelsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSid'
+'ft.Control'#7#30'PackageFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9 +'eTop.Control'#7#13'ScopeGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
+'asrBottom'#21'AnchorSideTop.Control'#7#17'PackageFilterEdit'#4'Left'#3#254#1 +'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
+#6'Height'#2#22#3'Top'#2#2#5'Width'#2'V'#5'Color'#7#9'clBtnFace'#10'GroupInd' +#4'Left'#2#6#6'Height'#2'o'#3'Top'#2'?'#5'Width'#3'c'#2#7'Anchors'#11#5'akTo'
+'ex'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageFilterEditEditingDone'#8'Sh' +'p'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
+'owHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#27'UnitFilterBeginsSpee' +'ion'#6#14'LevelsGroupBox'#12'ClientHeight'#2']'#11'ClientWidth'#3'_'#2#8'Ta'
+'dButton'#22'AnchorSideLeft.Control'#7#14'UnitFilterEdit'#19'AnchorSideLeft.' +'bOrder'#2#3#0#12'TSpeedButton'#30'PackageFilterBeginsSpeedButton'#22'Anchor'
+'Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'Anch' +'SideLeft.Control'#7#17'PackageFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBo'
+'orSideTop.Side'#7#9'asrCenter'#4'Left'#3#168#1#6'Height'#2#22#3'Top'#2' '#5 +'ttom'#21'AnchorSideTop.Control'#7#17'PackageFilterEdit'#23'AnchorSideRight.'
+'Width'#2'V'#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#7'O' +'Control'#7' PackageFilterContainsSpeedButton'#4'Left'#3#173#1#6'Height'#2#22
+'nClick'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint' +#3'Top'#2#6#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'c'
,#8#0#0#12'TSpeedButton'#29'UnitFilterContainsSpeedButton'#22'AnchorSideLeft.' ,'lBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageFilter'
+'Control'#7#27'UnitFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'asrB' +'EditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton Pac'
+'ottom'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop.Side' +'kageFilterContainsSpeedButton'#22'AnchorSideLeft.Control'#7#30'PackageFilte'
+#7#9'asrCenter'#4'Left'#3#254#1#6'Height'#2#22#3'Top'#2' '#5'Width'#2'V'#5'C'
+'olor'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#7'OnClick'#7#28'Pa'
+'ckageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpee'
+'dButton!IdentifierFilterBeginsSpeedButton'#22'AnchorSideLeft.Control'#7#20
+'IdentifierFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
+'op.Control'#7#20'IdentifierFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'
+#4'Left'#3#168#1#6'Height'#2#22#3'Top'#2';'#5'Width'#2'V'#5'Color'#7#9'clBtn'
+'Face'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageFilterEdit'
+'EditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton#Identif'
+'ierFilterContainsSpeedButton'#22'AnchorSideLeft.Control'#7'!IdentifierFilte'
+'rBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop' +'rBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop'
+'.Control'#7#20'IdentifierFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4 +'.Control'#7#17'PackageFilterEdit'#23'AnchorSideRight.Control'#7#14'LevelsGr'
+'Left'#3#254#1#6'Height'#2#22#3'Top'#2';'#5'Width'#2'V'#5'Color'#7#9'clBtnFa' +'oupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#3#2#6'Height'#2#22
+'ce'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageFilterEditEd' +#3'Top'#2#6#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpaci'
+'itingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#9'TCheckBox'#20'ShowPacka' +'ng.Right'#2#6#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#7
+'gesCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#4#5'Width'#3#181#0#7'Capti' +'OnClick'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'
+'on'#6#20'ShowPackagesCheckBox'#8'OnChange'#7#26'ShowPackagesCheckBoxChange' +#8#0#0#12'TSpeedButton'#27'UnitFilterBeginsSpeedButton'#22'AnchorSideLeft.Co'
+#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'ShowUnitsCheckBox'#4'Left'#2#6#6'Height' +'ntrol'#7#14'UnitFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Ancho'
+#2#22#3'Top'#2' '#5'Width'#3#154#0#7'Caption'#6#17'ShowUnitsCheckBox'#8'OnCh' +'rSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'
+'ange'#7#23'ShowUnitsCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'Sho' +#23'AnchorSideRight.Control'#7#29'UnitFilterContainsSpeedButton'#4'Left'#3
+'wIdentifiersCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2';'#5'Width'#3#183 +#173#1#6'Height'#2#22#3'Top'#2'#'#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akR'
+#0#7'Caption'#6#23'ShowIdentifiersCheckBox'#8'OnChange'#7#29'ShowIdentifiers' +'ight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#7'OnCli'
+'CheckBoxChange'#8'TabOrder'#2#2#0#0#5'TEdit'#17'PackageFilterEdit'#21'Ancho' +'ck'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0
+'rSideTop.Control'#7#20'ShowPackagesCheckBox'#18'AnchorSideTop.Side'#7#9'asr' +#0#12'TSpeedButton'#29'UnitFilterContainsSpeedButton'#22'AnchorSideLeft.Cont'
+'Center'#4'Left'#3#223#0#6'Height'#2#27#3'Top'#2#2#5'Width'#3#201#0#8'OnChan' +'rol'#7#27'UnitFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'asrBotto'
+'ge'#7#23'PackageFilterEditChange'#13'OnEditingDone'#7#28'PackageFilterEditE' +'m'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop.Side'#7#9
+'ditingDone'#8'TabOrder'#2#3#4'Text'#6#17'PackageFilterEdit'#0#0#5'TEdit'#14 +'asrCenter'#23'AnchorSideRight.Control'#7#14'LevelsGroupBox'#20'AnchorSideRi'
+'UnitFilterEdit'#21'AnchorSideTop.Control'#7#17'ShowUnitsCheckBox'#18'Anchor' +'ght.Side'#7#9'asrBottom'#4'Left'#3#3#2#6'Height'#2#22#3'Top'#2'#'#5'Width'#2
+'SideTop.Side'#7#9'asrCenter'#4'Left'#3#223#0#6'Height'#2#27#3'Top'#2#30#5'W' +'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#5'Color'
+'idth'#3#201#0#8'OnChange'#7#23'PackageFilterEditChange'#13'OnEditingDone'#7 +#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageF'
+#28'PackageFilterEditEditingDone'#8'TabOrder'#2#4#4'Text'#6#14'UnitFilterEdi' +'ilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButto'
+'t'#0#0#5'TEdit'#20'IdentifierFilterEdit'#21'AnchorSideTop.Control'#7#23'Sho' +'n!IdentifierFilterBeginsSpeedButton'#22'AnchorSideLeft.Control'#7#20'Identi'
+'wIdentifiersCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#223#0 +'fierFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
+#6'Height'#2#27#3'Top'#2'9'#5'Width'#3#201#0#8'OnChange'#7#23'PackageFilterE' +'trol'#7#20'IdentifierFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'A'
+'ditChange'#13'OnEditingDone'#7#28'PackageFilterEditEditingDone'#8'TabOrder' +'nchorSideRight.Control'#7'#IdentifierFilterContainsSpeedButton'#4'Left'#3
+#2#5#4'Text'#6#20'IdentifierFilterEdit'#0#0#0#12'TProgressBar'#12'ProgressBa' +#173#1#6'Height'#2#22#3'Top'#2'@'#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akR'
+'r1'#4'Left'#2#0#6'Height'#2#20#3'Top'#3#10#2#5'Width'#3'o'#2#5'Align'#7#8'a' +'ight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#7'OnCli'
+'lBottom'#3'Max'#3#16''''#8'TabOrder'#2#5#0#0#10'TImageList'#10'ImageList1'#6 +'ck'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0
+'Height'#2#18#5'Width'#2#18#4'left'#3'*'#1#3'top'#3#196#0#0#0#10'TPopupMenu' +#0#12'TSpeedButton#IdentifierFilterContainsSpeedButton'#22'AnchorSideLeft.Co'
+#10'PopupMenu1'#7'OnPopup'#7#15'PopupMenu1Popup'#4'left'#3#248#0#3'top'#3#196 +'ntrol'#7'!IdentifierFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'as'
+#0#0#9'TMenuItem'#23'CopyDescriptionMenuItem'#7'Caption'#6#23'CopyDescriptio' +'rBottom'#21'AnchorSideTop.Control'#7#20'IdentifierFilterEdit'#18'AnchorSide'
+'nMenuItem'#7'OnClick'#7#28'CopyDescriptionMenuItemClick'#0#0#9'TMenuItem'#22 +'Top.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#14'LevelsGroupBox'#20
+'CopyIdentifierMenuItem'#7'Caption'#6#22'CopyIdentifierMenuItem'#7'OnClick'#7 +'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#3#2#6'Height'#2#22#3'Top'#2
+#27'CopyIdentifierMenuItemClick'#0#0#9'TMenuItem'#21'CopySeparatorMenuItem'#7 +'@'#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'
+'Caption'#6#1'-'#0#0#9'TMenuItem'#23'AddPkgToProjectMenuItem'#7'Caption'#6#23 +#2#6#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#7'OnClick'#7
+'AddPkgToProjectMenuItem'#7'OnClick'#7#28'AddPkgToProjectMenuItemClick'#0#0#9 +#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#9'T'
+'TMenuItem'#20'UseSeparatorMenuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#25'E' +'CheckBox'#20'ShowPackagesCheckBox'#22'AnchorSideLeft.Control'#7#14'LevelsGr'
+'xpandAllPackagesMenuItem'#7'Caption'#6#25'ExpandAllPackagesMenuItem'#7'OnCl' +'oupBox'#21'AnchorSideTop.Control'#7#17'PackageFilterEdit'#18'AnchorSideTop.'
+'ick'#7#30'ExpandAllPackagesMenuItemClick'#0#0#9'TMenuItem'#27'CollapseAllPa' +'Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#9#5'Width'#3#136#0
+'ckagesMenuItem'#7'Caption'#6#27'CollapseAllPackagesMenuItem'#7'OnClick'#7' ' +#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#20'ShowPa'
+'CollapseAllPackagesMenuItemClick'#0#0#9'TMenuItem'#28'AllPackagesSeparatorM' +'ckagesCheckBox'#8'OnChange'#7#26'ShowPackagesCheckBoxChange'#8'TabOrder'#2#0
+'enuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#22'ExpandAllUnitsMenuItem'#7'Ca' +#0#0#9'TCheckBox'#17'ShowUnitsCheckBox'#22'AnchorSideLeft.Control'#7#14'Leve'
+'ption'#6#22'ExpandAllUnitsMenuItem'#7'OnClick'#7#27'ExpandAllUnitsMenuItemC' +'lsGroupBox'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop'
+'lick'#0#0#9'TMenuItem'#24'CollapseAllUnitsMenuItem'#7'Caption'#6#24'Collaps' +'.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'&'#5'Width'#2's'
+'eAllUnitsMenuItem'#7'OnClick'#7#29'CollapseAllUnitsMenuItemClick'#0#0#9'TMe' +#18'BorderSpacing.Left'#2#6#7'Caption'#6#17'ShowUnitsCheckBox'#8'OnChange'#7
+'nuItem'#25'AllUnitsSeparatorMenuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#24 +#23'ShowUnitsCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowIdentif'
+'ExpandAllClassesMenuItem'#7'Caption'#6#24'ExpandAllClassesMenuItem'#7'OnCli' +'iersCheckBox'#22'AnchorSideLeft.Control'#7#14'LevelsGroupBox'#21'AnchorSide'
+'ck'#7#29'ExpandAllClassesMenuItemClick'#0#0#9'TMenuItem'#26'CollapseAllClas' +'Top.Control'#7#20'IdentifierFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCente'
+'sesMenuItem'#7'Caption'#6#26'CollapseAllClassesMenuItem'#7'OnClick'#7#31'Co' +'r'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'C'#5'Width'#3#140#0#18'BorderSpacing'
+'llapseAllClassesMenuItemClick'#0#0#9'TMenuItem'#27'AllClassesSeparatorMenuI' +'.Left'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#23'ShowIdentifiersChec'
+'tem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#14'ExportMenuItem'#7'Caption'#6#14 +'kBox'#8'OnChange'#7#29'ShowIdentifiersCheckBoxChange'#8'TabOrder'#2#2#0#0#5
,'ExportMenuItem'#7'OnClick'#7#19'ExportMenuItemClick'#0#0#0#10'TIdleTimer'#10 +'TEdit'#17'PackageFilterEdit'#21'AnchorSideTop.Control'#7#14'LevelsGroupBox'
+'IdleTimer1'#7'OnTimer'#7#15'IdleTimer1Timer'#4'left'#3'^'#1#3'top'#3#196#0#0 +#23'AnchorSideRight.Control'#7#30'PackageFilterBeginsSpeedButton'#4'Left'#3
+#0#0 +#228#0#6'Height'#2#23#3'Top'#2#6#5'Width'#3#201#0#7'Anchors'#11#5'akTop'#7'a'
+'kRight'#0#17'BorderSpacing.Top'#2#6#8'OnChange'#7#23'PackageFilterEditChang'
+'e'#13'OnEditingDone'#7#28'PackageFilterEditEditingDone'#8'TabOrder'#2#3#4'T'
+'ext'#6#17'PackageFilterEdit'#0#0#5'TEdit'#14'UnitFilterEdit'#21'AnchorSideT'
+'op.Control'#7#17'PackageFilterEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
+'AnchorSideRight.Control'#7#27'UnitFilterBeginsSpeedButton'#4'Left'#3#228#0#6
+'Height'#2#23#3'Top'#2'#'#5'Width'#3#201#0#7'Anchors'#11#5'akTop'#7'akRight'
+#0#17'BorderSpacing.Top'#2#6#8'OnChange'#7#23'PackageFilterEditChange'#13'On'
,'EditingDone'#7#28'PackageFilterEditEditingDone'#8'TabOrder'#2#4#4'Text'#6#14
+'UnitFilterEdit'#0#0#5'TEdit'#20'IdentifierFilterEdit'#21'AnchorSideTop.Cont'
+'rol'#7#14'UnitFilterEdit'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSi'
+'deRight.Control'#7'!IdentifierFilterBeginsSpeedButton'#4'Left'#3#228#0#6'He'
+'ight'#2#23#3'Top'#2'@'#5'Width'#3#201#0#7'Anchors'#11#5'akTop'#7'akRight'#0
+#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Bottom'#2#6#8'OnChange'#7#23'Pac'
+'kageFilterEditChange'#13'OnEditingDone'#7#28'PackageFilterEditEditingDone'#8
+'TabOrder'#2#5#4'Text'#6#20'IdentifierFilterEdit'#0#0#0#12'TProgressBar'#12
+'ProgressBar1'#4'Left'#2#0#6'Height'#2#20#3'Top'#3#8#2#5'Width'#3'o'#2#5'Ali'
+'gn'#7#8'alBottom'#3'Max'#3#16''''#8'TabOrder'#2#5#0#0#10'TImageList'#10'Ima'
+'geList1'#6'Height'#2#18#5'Width'#2#18#4'left'#3'*'#1#3'top'#3#196#0#0#0#10
+'TPopupMenu'#10'PopupMenu1'#7'OnPopup'#7#15'PopupMenu1Popup'#4'left'#3#248#0
+#3'top'#3#196#0#0#9'TMenuItem'#23'CopyDescriptionMenuItem'#7'Caption'#6#23'C'
+'opyDescriptionMenuItem'#7'OnClick'#7#28'CopyDescriptionMenuItemClick'#0#0#9
+'TMenuItem'#22'CopyIdentifierMenuItem'#7'Caption'#6#22'CopyIdentifierMenuIte'
+'m'#7'OnClick'#7#27'CopyIdentifierMenuItemClick'#0#0#9'TMenuItem'#21'CopySep'
+'aratorMenuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#23'AddPkgToProjectMenuIt'
+'em'#7'Caption'#6#23'AddPkgToProjectMenuItem'#7'OnClick'#7#28'AddPkgToProjec'
+'tMenuItemClick'#0#0#9'TMenuItem'#20'UseSeparatorMenuItem'#7'Caption'#6#1'-'
+#0#0#9'TMenuItem'#25'ExpandAllPackagesMenuItem'#7'Caption'#6#25'ExpandAllPac'
+'kagesMenuItem'#7'OnClick'#7#30'ExpandAllPackagesMenuItemClick'#0#0#9'TMenuI'
+'tem'#27'CollapseAllPackagesMenuItem'#7'Caption'#6#27'CollapseAllPackagesMen'
+'uItem'#7'OnClick'#7' CollapseAllPackagesMenuItemClick'#0#0#9'TMenuItem'#28
+'AllPackagesSeparatorMenuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#22'ExpandA'
+'llUnitsMenuItem'#7'Caption'#6#22'ExpandAllUnitsMenuItem'#7'OnClick'#7#27'Ex'
+'pandAllUnitsMenuItemClick'#0#0#9'TMenuItem'#24'CollapseAllUnitsMenuItem'#7
+'Caption'#6#24'CollapseAllUnitsMenuItem'#7'OnClick'#7#29'CollapseAllUnitsMen'
+'uItemClick'#0#0#9'TMenuItem'#25'AllUnitsSeparatorMenuItem'#7'Caption'#6#1'-'
+#0#0#9'TMenuItem'#24'ExpandAllClassesMenuItem'#7'Caption'#6#24'ExpandAllClas'
+'sesMenuItem'#7'OnClick'#7#29'ExpandAllClassesMenuItemClick'#0#0#9'TMenuItem'
+#26'CollapseAllClassesMenuItem'#7'Caption'#6#26'CollapseAllClassesMenuItem'#7
+'OnClick'#7#31'CollapseAllClassesMenuItemClick'#0#0#9'TMenuItem'#27'AllClass'
+'esSeparatorMenuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#14'ExportMenuItem'#7
+'Caption'#6#14'ExportMenuItem'#7'OnClick'#7#19'ExportMenuItemClick'#0#0#0#10
+'TIdleTimer'#10'IdleTimer1'#7'OnTimer'#7#15'IdleTimer1Timer'#4'left'#3'^'#1#3
+'top'#3#196#0#0#0#0
]); ]);

View File

@ -220,7 +220,6 @@ type
procedure ExpandAllPackagesMenuItemClick(Sender: TObject); procedure ExpandAllPackagesMenuItemClick(Sender: TObject);
procedure ExpandAllUnitsMenuItemClick(Sender: TObject); procedure ExpandAllUnitsMenuItemClick(Sender: TObject);
procedure ExportMenuItemClick(Sender: TObject); procedure ExportMenuItemClick(Sender: TObject);
procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
procedure FormCreate(Sender: TObject); procedure FormCreate(Sender: TObject);
procedure FormDestroy(Sender: TObject); procedure FormDestroy(Sender: TObject);
procedure IdleTimer1Timer(Sender: TObject); procedure IdleTimer1Timer(Sender: TObject);
@ -2281,12 +2280,6 @@ begin
end; end;
end; end;
procedure TCodeBrowserView.FormClose(Sender: TObject;
var CloseAction: TCloseAction);
begin
end;
procedure TCodeBrowserView.BrowseTreeViewShowHint(Sender: TObject; procedure TCodeBrowserView.BrowseTreeViewShowHint(Sender: TObject;
HintInfo: PHintInfo); HintInfo: PHintInfo);
var var

View File

@ -40,7 +40,7 @@
<PackageName Value="SynEdit"/> <PackageName Value="SynEdit"/>
</Item4> </Item4>
</RequiredPackages> </RequiredPackages>
<Units Count="45"> <Units Count="46">
<Unit0> <Unit0>
<Filename Value="lazarus.pp"/> <Filename Value="lazarus.pp"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
@ -349,6 +349,14 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="DesignerProcs"/> <UnitName Value="DesignerProcs"/>
</Unit44> </Unit44>
<Unit45>
<Filename Value="codebrowser.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="CodeBrowserView"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="CodeBrowser"/>
</Unit45>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>