mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:59:34 +02:00
ide: codebrowser:
- reanchor controls - add unit to lazarus project git-svn-id: trunk@21509 -
This commit is contained in:
parent
56d6fef49d
commit
d9cf195b30
@ -7,37 +7,45 @@ object CodeBrowserView: TCodeBrowserView
|
||||
Caption = 'CodeBrowserView'
|
||||
ClientHeight = 563
|
||||
ClientWidth = 623
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
LCLVersion = '0.9.29'
|
||||
object ScopeGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 50
|
||||
Height = 51
|
||||
Top = 6
|
||||
Width = 611
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ScopeGroupBox'
|
||||
ClientHeight = 31
|
||||
ClientHeight = 33
|
||||
ClientWidth = 607
|
||||
TabOrder = 0
|
||||
object ScopeComboBox: TComboBox
|
||||
Left = 3
|
||||
Height = 29
|
||||
Top = 0
|
||||
AnchorSideLeft.Control = ScopeGroupBox
|
||||
AnchorSideTop.Control = ScopeGroupBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 315
|
||||
ItemHeight = 0
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
OnEditingDone = ScopeComboBoxEditingDone
|
||||
OnGetItems = ScopeComboBoxGetItems
|
||||
TabOrder = 0
|
||||
Text = 'ScopeComboBox'
|
||||
end
|
||||
object ScopeWithRequiredPackagesCheckBox: TCheckBox
|
||||
Left = 328
|
||||
Height = 22
|
||||
Top = 3
|
||||
Width = 269
|
||||
AnchorSideLeft.Control = ScopeComboBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = ScopeComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 327
|
||||
Height = 17
|
||||
Top = 8
|
||||
Width = 204
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'ScopeWithRequiredPackagesCheckBox'
|
||||
OnChange = ScopeWithRequiredPackagesCheckBoxChange
|
||||
TabOrder = 1
|
||||
@ -51,8 +59,8 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 26
|
||||
Top = 190
|
||||
Height = 47
|
||||
Top = 180
|
||||
Width = 611
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
@ -63,32 +71,45 @@ object CodeBrowserView: TCodeBrowserView
|
||||
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 3
|
||||
ClientHeight = 7
|
||||
ClientHeight = 29
|
||||
ClientWidth = 607
|
||||
TabOrder = 1
|
||||
object ShowPrivateCheckBox: TCheckBox
|
||||
Left = 0
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 182
|
||||
AnchorSideLeft.Control = OptionsGroupBox
|
||||
AnchorSideTop.Control = OptionsGroupBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 122
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ShowPrivateCheckBox'
|
||||
OnChange = ShowPrivateCheckBoxChange
|
||||
TabOrder = 0
|
||||
end
|
||||
object ShowProtectedCheckBox: TCheckBox
|
||||
Left = 182
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 202
|
||||
AnchorSideLeft.Control = OptionsGroupBox
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
AnchorSideTop.Control = OptionsGroupBox
|
||||
Left = 239
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 128
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ShowProtectedCheckBox'
|
||||
OnChange = ShowPrivateCheckBoxChange
|
||||
TabOrder = 1
|
||||
end
|
||||
object ShowEmptyNodesCheckBox: TCheckBox
|
||||
Left = 384
|
||||
Height = 22
|
||||
Top = 0
|
||||
Width = 223
|
||||
AnchorSideTop.Control = OptionsGroupBox
|
||||
AnchorSideRight.Control = OptionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 448
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 153
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ShowEmptyNodesCheckBox'
|
||||
OnEditingDone = ShowPrivateCheckBoxChange
|
||||
TabOrder = 2
|
||||
@ -98,13 +119,13 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideTop.Control = OptionsGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 300
|
||||
Top = 222
|
||||
Height = 287
|
||||
Top = 233
|
||||
Width = 623
|
||||
Align = alBottom
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Top = 6
|
||||
DefaultItemHeight = 19
|
||||
DefaultItemHeight = 18
|
||||
Images = ImageList1
|
||||
ParentShowHint = False
|
||||
PopupMenu = PopupMenu1
|
||||
@ -117,8 +138,8 @@ object CodeBrowserView: TCodeBrowserView
|
||||
end
|
||||
object StatusBar1: TStatusBar
|
||||
Left = 0
|
||||
Height = 21
|
||||
Top = 542
|
||||
Height = 23
|
||||
Top = 540
|
||||
Width = 623
|
||||
Panels = <>
|
||||
end
|
||||
@ -129,23 +150,26 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 122
|
||||
Top = 62
|
||||
Height = 111
|
||||
Top = 63
|
||||
Width = 611
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'LevelsGroupBox'
|
||||
ClientHeight = 103
|
||||
ClientHeight = 93
|
||||
ClientWidth = 607
|
||||
TabOrder = 3
|
||||
object PackageFilterBeginsSpeedButton: TSpeedButton
|
||||
AnchorSideLeft.Control = PackageFilterEdit
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = PackageFilterEdit
|
||||
Left = 424
|
||||
AnchorSideRight.Control = PackageFilterContainsSpeedButton
|
||||
Left = 429
|
||||
Height = 22
|
||||
Top = 2
|
||||
Top = 6
|
||||
Width = 86
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
NumGlyphs = 0
|
||||
@ -157,10 +181,14 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideLeft.Control = PackageFilterBeginsSpeedButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = PackageFilterEdit
|
||||
Left = 510
|
||||
AnchorSideRight.Control = LevelsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 515
|
||||
Height = 22
|
||||
Top = 2
|
||||
Top = 6
|
||||
Width = 86
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Color = clBtnFace
|
||||
GroupIndex = 1
|
||||
NumGlyphs = 0
|
||||
@ -173,10 +201,12 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = UnitFilterEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 424
|
||||
AnchorSideRight.Control = UnitFilterContainsSpeedButton
|
||||
Left = 429
|
||||
Height = 22
|
||||
Top = 32
|
||||
Top = 35
|
||||
Width = 86
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
@ -189,10 +219,14 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = UnitFilterEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 510
|
||||
AnchorSideRight.Control = LevelsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 515
|
||||
Height = 22
|
||||
Top = 32
|
||||
Top = 35
|
||||
Width = 86
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Color = clBtnFace
|
||||
GroupIndex = 2
|
||||
NumGlyphs = 0
|
||||
@ -205,10 +239,12 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = IdentifierFilterEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 424
|
||||
AnchorSideRight.Control = IdentifierFilterContainsSpeedButton
|
||||
Left = 429
|
||||
Height = 22
|
||||
Top = 59
|
||||
Top = 64
|
||||
Width = 86
|
||||
Anchors = [akTop, akRight]
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
NumGlyphs = 0
|
||||
@ -221,10 +257,14 @@ object CodeBrowserView: TCodeBrowserView
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = IdentifierFilterEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 510
|
||||
AnchorSideRight.Control = LevelsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 515
|
||||
Height = 22
|
||||
Top = 59
|
||||
Top = 64
|
||||
Width = 86
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
Color = clBtnFace
|
||||
GroupIndex = 3
|
||||
NumGlyphs = 0
|
||||
@ -233,63 +273,86 @@ object CodeBrowserView: TCodeBrowserView
|
||||
ParentShowHint = False
|
||||
end
|
||||
object ShowPackagesCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = LevelsGroupBox
|
||||
AnchorSideTop.Control = PackageFilterEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 4
|
||||
Width = 181
|
||||
Height = 17
|
||||
Top = 9
|
||||
Width = 136
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'ShowPackagesCheckBox'
|
||||
OnChange = ShowPackagesCheckBoxChange
|
||||
TabOrder = 0
|
||||
end
|
||||
object ShowUnitsCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = LevelsGroupBox
|
||||
AnchorSideTop.Control = UnitFilterEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 32
|
||||
Width = 154
|
||||
Height = 17
|
||||
Top = 38
|
||||
Width = 115
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'ShowUnitsCheckBox'
|
||||
OnChange = ShowUnitsCheckBoxChange
|
||||
TabOrder = 1
|
||||
end
|
||||
object ShowIdentifiersCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = LevelsGroupBox
|
||||
AnchorSideTop.Control = IdentifierFilterEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 59
|
||||
Width = 183
|
||||
Height = 17
|
||||
Top = 67
|
||||
Width = 140
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'ShowIdentifiersCheckBox'
|
||||
OnChange = ShowIdentifiersCheckBoxChange
|
||||
TabOrder = 2
|
||||
end
|
||||
object PackageFilterEdit: TEdit
|
||||
AnchorSideTop.Control = ShowPackagesCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 223
|
||||
Height = 27
|
||||
Top = 2
|
||||
AnchorSideTop.Control = LevelsGroupBox
|
||||
AnchorSideRight.Control = PackageFilterBeginsSpeedButton
|
||||
Left = 228
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 201
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
OnChange = PackageFilterEditChange
|
||||
OnEditingDone = PackageFilterEditEditingDone
|
||||
TabOrder = 3
|
||||
Text = 'PackageFilterEdit'
|
||||
end
|
||||
object UnitFilterEdit: TEdit
|
||||
AnchorSideTop.Control = ShowUnitsCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 223
|
||||
Height = 27
|
||||
Top = 30
|
||||
AnchorSideTop.Control = PackageFilterEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = UnitFilterBeginsSpeedButton
|
||||
Left = 228
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 201
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
OnChange = PackageFilterEditChange
|
||||
OnEditingDone = PackageFilterEditEditingDone
|
||||
TabOrder = 4
|
||||
Text = 'UnitFilterEdit'
|
||||
end
|
||||
object IdentifierFilterEdit: TEdit
|
||||
AnchorSideTop.Control = ShowIdentifiersCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 223
|
||||
Height = 27
|
||||
Top = 57
|
||||
AnchorSideTop.Control = UnitFilterEdit
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = IdentifierFilterBeginsSpeedButton
|
||||
Left = 228
|
||||
Height = 23
|
||||
Top = 64
|
||||
Width = 201
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
OnChange = PackageFilterEditChange
|
||||
OnEditingDone = PackageFilterEditEditingDone
|
||||
TabOrder = 5
|
||||
@ -299,7 +362,7 @@ object CodeBrowserView: TCodeBrowserView
|
||||
object ProgressBar1: TProgressBar
|
||||
Left = 0
|
||||
Height = 20
|
||||
Top = 522
|
||||
Top = 520
|
||||
Width = 623
|
||||
Align = alBottom
|
||||
Max = 10000
|
||||
|
@ -3,133 +3,166 @@
|
||||
LazarusResources.Add('TCodeBrowserView','FORMDATA',[
|
||||
'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'
|
||||
+'tion'#6#15'CodeBrowserView'#12'ClientHeight'#3'3'#2#11'ClientWidth'#3'o'#2#7
|
||||
+'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'Form'
|
||||
+'Destroy'#10'LCLVersion'#6#6'0.9.29'#0#9'TGroupBox'#13'ScopeGroupBox'#4'Left'
|
||||
+#2#6#6'Height'#2'2'#3'Top'#2#6#5'Width'#3'c'#2#5'Align'#7#5'alTop'#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#13'ScopeGroupBox'#12'ClientHeight'#2#31#11
|
||||
+'ClientWidth'#3'_'#2#8'TabOrder'#2#0#0#9'TComboBox'#13'ScopeComboBox'#4'Left'
|
||||
+#2#3#6'Height'#2#29#3'Top'#2#0#5'Width'#3';'#1#10'ItemHeight'#2#0#13'OnEditi'
|
||||
+'ngDone'#7#24'ScopeComboBoxEditingDone'#10'OnGetItems'#7#21'ScopeComboBoxGet'
|
||||
+'Items'#8'TabOrder'#2#0#4'Text'#6#13'ScopeComboBox'#0#0#9'TCheckBox!ScopeWit'
|
||||
+'hRequiredPackagesCheckBox'#4'Left'#3'H'#1#6'Height'#2#22#3'Top'#2#3#5'Width'
|
||||
+#3#13#1#7'Caption'#6'!ScopeWithRequiredPackagesCheckBox'#8'OnChange'#7'''Sco'
|
||||
+'peWithRequiredPackagesCheckBoxChange'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#15
|
||||
+'OptionsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#14'LevelsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorS'
|
||||
+'ideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'Anc'
|
||||
+'horSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#26#3'Top'#3#190#0
|
||||
+#5'Width'#3'c'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#9
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'
|
||||
+#2#6#7'Caption'#6#15'OptionsGroupBox'#29'ChildSizing.EnlargeHorizontal'#7#14
|
||||
+'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'
|
||||
+#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#7#11'ClientWidth'#3
|
||||
+'_'#2#8'TabOrder'#2#1#0#9'TCheckBox'#19'ShowPrivateCheckBox'#4'Left'#2#0#6'H'
|
||||
+'eight'#2#22#3'Top'#2#0#5'Width'#3#182#0#7'Caption'#6#19'ShowPrivateCheckBox'
|
||||
+#8'OnChange'#7#25'ShowPrivateCheckBoxChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'
|
||||
+#21'ShowProtectedCheckBox'#4'Left'#3#182#0#6'Height'#2#22#3'Top'#2#0#5'Width'
|
||||
+#3#202#0#7'Caption'#6#21'ShowProtectedCheckBox'#8'OnChange'#7#25'ShowPrivate'
|
||||
+'CheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#22'ShowEmptyNodesCheckBox'
|
||||
+#4'Left'#3#128#1#6'Height'#2#22#3'Top'#2#0#5'Width'#3#223#0#7'Caption'#6#22
|
||||
+'ShowEmptyNodesCheckBox'#13'OnEditingDone'#7#25'ShowPrivateCheckBoxChange'#8
|
||||
+'TabOrder'#2#2#0#0#0#9'TTreeView'#14'BrowseTreeView'#21'AnchorSideTop.Contro'
|
||||
+'l'#7#15'OptionsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0#6
|
||||
+'Height'#3','#1#3'Top'#3#222#0#5'Width'#3'o'#2#5'Align'#7#8'alBottom'#7'Anch'
|
||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'#2
|
||||
+#6#17'DefaultItemHeight'#2#19#6'Images'#7#10'ImageList1'#14'ParentShowHint'#8
|
||||
+#9'PopupMenu'#7#10'PopupMenu1'#8'ReadOnly'#9#8'ShowHint'#9#8'TabOrder'#2#2#11
|
||||
+'OnMouseDown'#7#23'BrowseTreeViewMouseDown'#10'OnShowHint'#7#22'BrowseTreeVi'
|
||||
+'ewShowHint'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvo'
|
||||
+'KeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11
|
||||
+'tvoShowRoot'#11'tvoToolTips'#0#0#0#10'TStatusBar'#10'StatusBar1'#4'Left'#2#0
|
||||
+#6'Height'#2#21#3'Top'#3#30#2#5'Width'#3'o'#2#6'Panels'#14#0#0#0#9'TGroupBox'
|
||||
+#14'LevelsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#13'ScopeGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'Anchor'
|
||||
+'SideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Lef'
|
||||
+'t'#2#6#6'Height'#2'z'#3'Top'#2'>'#5'Width'#3'c'#2#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'LevelsGro'
|
||||
+'upBox'#12'ClientHeight'#2'g'#11'ClientWidth'#3'_'#2#8'TabOrder'#2#3#0#12'TS'
|
||||
+'peedButton'#30'PackageFilterBeginsSpeedButton'#22'AnchorSideLeft.Control'#7
|
||||
+#17'PackageFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideT'
|
||||
+'op.Control'#7#17'PackageFilterEdit'#4'Left'#3#168#1#6'Height'#2#22#3'Top'#2
|
||||
+#2#5'Width'#2'V'#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0
|
||||
+#7'OnClick'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHi'
|
||||
+'nt'#8#0#0#12'TSpeedButton PackageFilterContainsSpeedButton'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#30'PackageFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9
|
||||
+'asrBottom'#21'AnchorSideTop.Control'#7#17'PackageFilterEdit'#4'Left'#3#254#1
|
||||
+#6'Height'#2#22#3'Top'#2#2#5'Width'#2'V'#5'Color'#7#9'clBtnFace'#10'GroupInd'
|
||||
+'ex'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageFilterEditEditingDone'#8'Sh'
|
||||
+'owHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton'#27'UnitFilterBeginsSpee'
|
||||
+'dButton'#22'AnchorSideLeft.Control'#7#14'UnitFilterEdit'#19'AnchorSideLeft.'
|
||||
+'Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'Anch'
|
||||
+'orSideTop.Side'#7#9'asrCenter'#4'Left'#3#168#1#6'Height'#2#22#3'Top'#2' '#5
|
||||
+'Width'#2'V'#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#7'O'
|
||||
+'nClick'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'
|
||||
,#8#0#0#12'TSpeedButton'#29'UnitFilterContainsSpeedButton'#22'AnchorSideLeft.'
|
||||
+'Control'#7#27'UnitFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'asrB'
|
||||
+'ottom'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop.Side'
|
||||
+#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'
|
||||
+'tion'#6#15'CodeBrowserView'#12'ClientHeight'#3'3'#2#11'ClientWidth'#3'o'#2#8
|
||||
+'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#10'LCLVersion'#6#6
|
||||
+'0.9.29'#0#9'TGroupBox'#13'ScopeGroupBox'#4'Left'#2#6#6'Height'#2'3'#3'Top'#2
|
||||
+#6#5'Width'#3'c'#2#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#7'Caption'#6#13'ScopeGroupBox'#12'ClientHeight'#2'!'#11'ClientWidth'#3
|
||||
+'_'#2#8'TabOrder'#2#0#0#9'TComboBox'#13'ScopeComboBox'#22'AnchorSideLeft.Con'
|
||||
+'trol'#7#13'ScopeGroupBox'#21'AnchorSideTop.Control'#7#13'ScopeGroupBox'#4'L'
|
||||
+'eft'#2#6#6'Height'#2#21#3'Top'#2#6#5'Width'#3';'#1#20'BorderSpacing.Around'
|
||||
+#2#6#10'ItemHeight'#2#13#13'OnEditingDone'#7#24'ScopeComboBoxEditingDone'#10
|
||||
+'OnGetItems'#7#21'ScopeComboBoxGetItems'#8'TabOrder'#2#0#4'Text'#6#13'ScopeC'
|
||||
+'omboBox'#0#0#9'TCheckBox!ScopeWithRequiredPackagesCheckBox'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#13'ScopeComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'A'
|
||||
+'nchorSideTop.Control'#7#13'ScopeComboBox'#18'AnchorSideTop.Side'#7#9'asrCen'
|
||||
+'ter'#4'Left'#3'G'#1#6'Height'#2#17#3'Top'#2#8#5'Width'#3#204#0#18'BorderSpa'
|
||||
+'cing.Left'#2#6#7'Caption'#6'!ScopeWithRequiredPackagesCheckBox'#8'OnChange'
|
||||
+#7'''ScopeWithRequiredPackagesCheckBoxChange'#8'TabOrder'#2#1#0#0#0#9'TGroup'
|
||||
+'Box'#15'OptionsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSid'
|
||||
+'eTop.Control'#7#14'LevelsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2'/'#3'Top'#3
|
||||
+#180#0#5'Width'#3'c'#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoS'
|
||||
+'ize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacin'
|
||||
+'g.Right'#2#6#7'Caption'#6#15'OptionsGroupBox'#29'ChildSizing.EnlargeHorizon'
|
||||
+'tal'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTop'
|
||||
+'ToBottom'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'#2#29#11'Clie'
|
||||
+'ntWidth'#3'_'#2#8'TabOrder'#2#1#0#9'TCheckBox'#19'ShowPrivateCheckBox'#22'A'
|
||||
+'nchorSideLeft.Control'#7#15'OptionsGroupBox'#21'AnchorSideTop.Control'#7#15
|
||||
+'OptionsGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#2'z'#18'Bor'
|
||||
+'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#19'ShowPrivateC'
|
||||
+'heckBox'#8'OnChange'#7#25'ShowPrivateCheckBoxChange'#8'TabOrder'#2#0#0#0#9
|
||||
+'TCheckBox'#21'ShowProtectedCheckBox'#22'AnchorSideLeft.Control'#7#15'Option'
|
||||
+'sGroupBox'#19'AnchorSideLeft.Side'#7#9'asrCenter'#21'AnchorSideTop.Control'
|
||||
+#7#15'OptionsGroupBox'#4'Left'#3#239#0#6'Height'#2#17#3'Top'#2#6#5'Width'#3
|
||||
+#128#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'ShowProtectedCheckBox'#8
|
||||
+'OnChange'#7#25'ShowPrivateCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'
|
||||
+#22'ShowEmptyNodesCheckBox'#21'AnchorSideTop.Control'#7#15'OptionsGroupBox'
|
||||
+#23'AnchorSideRight.Control'#7#15'OptionsGroupBox'#20'AnchorSideRight.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3#192#1#6'Height'#2#17#3'Top'#2#6#5'Width'#3#153#0#7'A'
|
||||
+'nchors'#11#5'akTop'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#22'ShowEmptyNodesCheckBox'#13'OnEditingDone'#7#25'ShowPrivateCheckBoxChange'
|
||||
+#8'TabOrder'#2#2#0#0#0#9'TTreeView'#14'BrowseTreeView'#21'AnchorSideTop.Cont'
|
||||
+'rol'#7#15'OptionsGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#0
|
||||
+#6'Height'#3#31#1#3'Top'#3#233#0#5'Width'#3'o'#2#5'Align'#7#8'alBottom'#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#17'BorderSpacing.Top'
|
||||
+#2#6#17'DefaultItemHeight'#2#18#6'Images'#7#10'ImageList1'#14'ParentShowHint'
|
||||
+#8#9'PopupMenu'#7#10'PopupMenu1'#8'ReadOnly'#9#8'ShowHint'#9#8'TabOrder'#2#2
|
||||
+#11'OnMouseDown'#7#23'BrowseTreeViewMouseDown'#10'OnShowHint'#7#22'BrowseTre'
|
||||
+'eViewShowHint'#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21
|
||||
+'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'
|
||||
+#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#10'TStatusBar'#10'StatusBar1'#4'Left'
|
||||
+#2#0#6'Height'#2#23#3'Top'#3#28#2#5'Width'#3'o'#2#6'Panels'#14#0#0#0#9'TGrou'
|
||||
+'pBox'#14'LevelsGroupBox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorSid'
|
||||
+'eTop.Control'#7#13'ScopeGroupBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#2#6#6'Height'#2'o'#3'Top'#2'?'#5'Width'#3'c'#2#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capt'
|
||||
+'ion'#6#14'LevelsGroupBox'#12'ClientHeight'#2']'#11'ClientWidth'#3'_'#2#8'Ta'
|
||||
+'bOrder'#2#3#0#12'TSpeedButton'#30'PackageFilterBeginsSpeedButton'#22'Anchor'
|
||||
+'SideLeft.Control'#7#17'PackageFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBo'
|
||||
+'ttom'#21'AnchorSideTop.Control'#7#17'PackageFilterEdit'#23'AnchorSideRight.'
|
||||
+'Control'#7' PackageFilterContainsSpeedButton'#4'Left'#3#173#1#6'Height'#2#22
|
||||
+#3'Top'#2#6#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#5'Color'#7#9'c'
|
||||
,'lBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageFilter'
|
||||
+'EditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButton Pac'
|
||||
+'kageFilterContainsSpeedButton'#22'AnchorSideLeft.Control'#7#30'PackageFilte'
|
||||
+'rBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop'
|
||||
+'.Control'#7#20'IdentifierFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4
|
||||
+'Left'#3#254#1#6'Height'#2#22#3'Top'#2';'#5'Width'#2'V'#5'Color'#7#9'clBtnFa'
|
||||
+'ce'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageFilterEditEd'
|
||||
+'itingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#9'TCheckBox'#20'ShowPacka'
|
||||
+'gesCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#4#5'Width'#3#181#0#7'Capti'
|
||||
+'on'#6#20'ShowPackagesCheckBox'#8'OnChange'#7#26'ShowPackagesCheckBoxChange'
|
||||
+#8'TabOrder'#2#0#0#0#9'TCheckBox'#17'ShowUnitsCheckBox'#4'Left'#2#6#6'Height'
|
||||
+#2#22#3'Top'#2' '#5'Width'#3#154#0#7'Caption'#6#17'ShowUnitsCheckBox'#8'OnCh'
|
||||
+'ange'#7#23'ShowUnitsCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'Sho'
|
||||
+'wIdentifiersCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2';'#5'Width'#3#183
|
||||
+#0#7'Caption'#6#23'ShowIdentifiersCheckBox'#8'OnChange'#7#29'ShowIdentifiers'
|
||||
+'CheckBoxChange'#8'TabOrder'#2#2#0#0#5'TEdit'#17'PackageFilterEdit'#21'Ancho'
|
||||
+'rSideTop.Control'#7#20'ShowPackagesCheckBox'#18'AnchorSideTop.Side'#7#9'asr'
|
||||
+'Center'#4'Left'#3#223#0#6'Height'#2#27#3'Top'#2#2#5'Width'#3#201#0#8'OnChan'
|
||||
+'ge'#7#23'PackageFilterEditChange'#13'OnEditingDone'#7#28'PackageFilterEditE'
|
||||
+'ditingDone'#8'TabOrder'#2#3#4'Text'#6#17'PackageFilterEdit'#0#0#5'TEdit'#14
|
||||
+'UnitFilterEdit'#21'AnchorSideTop.Control'#7#17'ShowUnitsCheckBox'#18'Anchor'
|
||||
+'SideTop.Side'#7#9'asrCenter'#4'Left'#3#223#0#6'Height'#2#27#3'Top'#2#30#5'W'
|
||||
+'idth'#3#201#0#8'OnChange'#7#23'PackageFilterEditChange'#13'OnEditingDone'#7
|
||||
+#28'PackageFilterEditEditingDone'#8'TabOrder'#2#4#4'Text'#6#14'UnitFilterEdi'
|
||||
+'t'#0#0#5'TEdit'#20'IdentifierFilterEdit'#21'AnchorSideTop.Control'#7#23'Sho'
|
||||
+'wIdentifiersCheckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#223#0
|
||||
+#6'Height'#2#27#3'Top'#2'9'#5'Width'#3#201#0#8'OnChange'#7#23'PackageFilterE'
|
||||
+'ditChange'#13'OnEditingDone'#7#28'PackageFilterEditEditingDone'#8'TabOrder'
|
||||
+#2#5#4'Text'#6#20'IdentifierFilterEdit'#0#0#0#12'TProgressBar'#12'ProgressBa'
|
||||
+'r1'#4'Left'#2#0#6'Height'#2#20#3'Top'#3#10#2#5'Width'#3'o'#2#5'Align'#7#8'a'
|
||||
+'lBottom'#3'Max'#3#16''''#8'TabOrder'#2#5#0#0#10'TImageList'#10'ImageList1'#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'CopyDescriptio'
|
||||
+'nMenuItem'#7'OnClick'#7#28'CopyDescriptionMenuItemClick'#0#0#9'TMenuItem'#22
|
||||
+'CopyIdentifierMenuItem'#7'Caption'#6#22'CopyIdentifierMenuItem'#7'OnClick'#7
|
||||
+#27'CopyIdentifierMenuItemClick'#0#0#9'TMenuItem'#21'CopySeparatorMenuItem'#7
|
||||
+'Caption'#6#1'-'#0#0#9'TMenuItem'#23'AddPkgToProjectMenuItem'#7'Caption'#6#23
|
||||
+'AddPkgToProjectMenuItem'#7'OnClick'#7#28'AddPkgToProjectMenuItemClick'#0#0#9
|
||||
+'TMenuItem'#20'UseSeparatorMenuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#25'E'
|
||||
+'xpandAllPackagesMenuItem'#7'Caption'#6#25'ExpandAllPackagesMenuItem'#7'OnCl'
|
||||
+'ick'#7#30'ExpandAllPackagesMenuItemClick'#0#0#9'TMenuItem'#27'CollapseAllPa'
|
||||
+'ckagesMenuItem'#7'Caption'#6#27'CollapseAllPackagesMenuItem'#7'OnClick'#7' '
|
||||
+'CollapseAllPackagesMenuItemClick'#0#0#9'TMenuItem'#28'AllPackagesSeparatorM'
|
||||
+'enuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#22'ExpandAllUnitsMenuItem'#7'Ca'
|
||||
+'ption'#6#22'ExpandAllUnitsMenuItem'#7'OnClick'#7#27'ExpandAllUnitsMenuItemC'
|
||||
+'lick'#0#0#9'TMenuItem'#24'CollapseAllUnitsMenuItem'#7'Caption'#6#24'Collaps'
|
||||
+'eAllUnitsMenuItem'#7'OnClick'#7#29'CollapseAllUnitsMenuItemClick'#0#0#9'TMe'
|
||||
+'nuItem'#25'AllUnitsSeparatorMenuItem'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#24
|
||||
+'ExpandAllClassesMenuItem'#7'Caption'#6#24'ExpandAllClassesMenuItem'#7'OnCli'
|
||||
+'ck'#7#29'ExpandAllClassesMenuItemClick'#0#0#9'TMenuItem'#26'CollapseAllClas'
|
||||
+'sesMenuItem'#7'Caption'#6#26'CollapseAllClassesMenuItem'#7'OnClick'#7#31'Co'
|
||||
+'llapseAllClassesMenuItemClick'#0#0#9'TMenuItem'#27'AllClassesSeparatorMenuI'
|
||||
+'tem'#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
|
||||
+'.Control'#7#17'PackageFilterEdit'#23'AnchorSideRight.Control'#7#14'LevelsGr'
|
||||
+'oupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#3#2#6'Height'#2#22
|
||||
+#3'Top'#2#6#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpaci'
|
||||
+'ng.Right'#2#6#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#1#9'NumGlyphs'#2#0#7
|
||||
+'OnClick'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'
|
||||
+#8#0#0#12'TSpeedButton'#27'UnitFilterBeginsSpeedButton'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7#14'UnitFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Ancho'
|
||||
+'rSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'
|
||||
+#23'AnchorSideRight.Control'#7#29'UnitFilterContainsSpeedButton'#4'Left'#3
|
||||
+#173#1#6'Height'#2#22#3'Top'#2'#'#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akR'
|
||||
+'ight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#7'OnCli'
|
||||
+'ck'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0
|
||||
+#0#12'TSpeedButton'#29'UnitFilterContainsSpeedButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#27'UnitFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'asrBotto'
|
||||
+'m'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop.Side'#7#9
|
||||
+'asrCenter'#23'AnchorSideRight.Control'#7#14'LevelsGroupBox'#20'AnchorSideRi'
|
||||
+'ght.Side'#7#9'asrBottom'#4'Left'#3#3#2#6'Height'#2#22#3'Top'#2'#'#5'Width'#2
|
||||
+'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#5'Color'
|
||||
+#7#9'clBtnFace'#10'GroupIndex'#2#2#9'NumGlyphs'#2#0#7'OnClick'#7#28'PackageF'
|
||||
+'ilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#12'TSpeedButto'
|
||||
+'n!IdentifierFilterBeginsSpeedButton'#22'AnchorSideLeft.Control'#7#20'Identi'
|
||||
+'fierFilterEdit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Con'
|
||||
+'trol'#7#20'IdentifierFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'A'
|
||||
+'nchorSideRight.Control'#7'#IdentifierFilterContainsSpeedButton'#4'Left'#3
|
||||
+#173#1#6'Height'#2#22#3'Top'#2'@'#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akR'
|
||||
+'ight'#0#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#7'OnCli'
|
||||
+'ck'#7#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0
|
||||
+#0#12'TSpeedButton#IdentifierFilterContainsSpeedButton'#22'AnchorSideLeft.Co'
|
||||
+'ntrol'#7'!IdentifierFilterBeginsSpeedButton'#19'AnchorSideLeft.Side'#7#9'as'
|
||||
+'rBottom'#21'AnchorSideTop.Control'#7#20'IdentifierFilterEdit'#18'AnchorSide'
|
||||
+'Top.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#14'LevelsGroupBox'#20
|
||||
+'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#3#2#6'Height'#2#22#3'Top'#2
|
||||
+'@'#5'Width'#2'V'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'BorderSpacing.Right'
|
||||
+#2#6#5'Color'#7#9'clBtnFace'#10'GroupIndex'#2#3#9'NumGlyphs'#2#0#7'OnClick'#7
|
||||
+#28'PackageFilterEditEditingDone'#8'ShowHint'#9#14'ParentShowHint'#8#0#0#9'T'
|
||||
+'CheckBox'#20'ShowPackagesCheckBox'#22'AnchorSideLeft.Control'#7#14'LevelsGr'
|
||||
+'oupBox'#21'AnchorSideTop.Control'#7#17'PackageFilterEdit'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#9#5'Width'#3#136#0
|
||||
+#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#7'Caption'#6#20'ShowPa'
|
||||
+'ckagesCheckBox'#8'OnChange'#7#26'ShowPackagesCheckBoxChange'#8'TabOrder'#2#0
|
||||
+#0#0#9'TCheckBox'#17'ShowUnitsCheckBox'#22'AnchorSideLeft.Control'#7#14'Leve'
|
||||
+'lsGroupBox'#21'AnchorSideTop.Control'#7#14'UnitFilterEdit'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'&'#5'Width'#2's'
|
||||
+#18'BorderSpacing.Left'#2#6#7'Caption'#6#17'ShowUnitsCheckBox'#8'OnChange'#7
|
||||
+#23'ShowUnitsCheckBoxChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#23'ShowIdentif'
|
||||
+'iersCheckBox'#22'AnchorSideLeft.Control'#7#14'LevelsGroupBox'#21'AnchorSide'
|
||||
+'Top.Control'#7#20'IdentifierFilterEdit'#18'AnchorSideTop.Side'#7#9'asrCente'
|
||||
+'r'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'C'#5'Width'#3#140#0#18'BorderSpacing'
|
||||
+'.Left'#2#6#20'BorderSpacing.Bottom'#2#6#7'Caption'#6#23'ShowIdentifiersChec'
|
||||
+'kBox'#8'OnChange'#7#29'ShowIdentifiersCheckBoxChange'#8'TabOrder'#2#2#0#0#5
|
||||
+'TEdit'#17'PackageFilterEdit'#21'AnchorSideTop.Control'#7#14'LevelsGroupBox'
|
||||
+#23'AnchorSideRight.Control'#7#30'PackageFilterBeginsSpeedButton'#4'Left'#3
|
||||
+#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
|
||||
]);
|
||||
|
@ -220,7 +220,6 @@ type
|
||||
procedure ExpandAllPackagesMenuItemClick(Sender: TObject);
|
||||
procedure ExpandAllUnitsMenuItemClick(Sender: TObject);
|
||||
procedure ExportMenuItemClick(Sender: TObject);
|
||||
procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
procedure FormDestroy(Sender: TObject);
|
||||
procedure IdleTimer1Timer(Sender: TObject);
|
||||
@ -2281,12 +2280,6 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TCodeBrowserView.FormClose(Sender: TObject;
|
||||
var CloseAction: TCloseAction);
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
procedure TCodeBrowserView.BrowseTreeViewShowHint(Sender: TObject;
|
||||
HintInfo: PHintInfo);
|
||||
var
|
||||
|
@ -40,7 +40,7 @@
|
||||
<PackageName Value="SynEdit"/>
|
||||
</Item4>
|
||||
</RequiredPackages>
|
||||
<Units Count="45">
|
||||
<Units Count="46">
|
||||
<Unit0>
|
||||
<Filename Value="lazarus.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -349,6 +349,14 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="DesignerProcs"/>
|
||||
</Unit44>
|
||||
<Unit45>
|
||||
<Filename Value="codebrowser.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="CodeBrowserView"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="CodeBrowser"/>
|
||||
</Unit45>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
Loading…
Reference in New Issue
Block a user