1object CodeExplorerView: TCodeExplorerView
2  Left = 799
3  Height = 517
4  Top = 136
5  Width = 220
6  Caption = 'CodeExplorerView'
7  ClientHeight = 517
8  ClientWidth = 220
9  KeyPreview = True
10  OnActivate = FormActivate
11  OnCreate = CodeExplorerViewCREATE
12  OnDestroy = CodeExplorerViewDestroy
13  LCLVersion = '2.1.0.0'
14  object MainNotebook: TPageControl
15    Left = 0
16    Height = 517
17    Top = 0
18    Width = 220
19    ActivePage = CodePage
20    Align = alClient
21    TabIndex = 0
22    TabOrder = 0
23    OnChange = MainNotebookPageChanged
24    object CodePage: TTabSheet
25      Caption = 'CodePage'
26      ClientHeight = 490
27      ClientWidth = 218
28      object CodeTreeview: TTreeView
29        Left = 0
30        Height = 465
31        Top = 25
32        Width = 218
33        Align = alClient
34        BorderSpacing.Top = 1
35        HideSelection = False
36        Images = Imagelist1
37        PopupMenu = TreePopupmenu
38        ReadOnly = True
39        RightClickSelect = True
40        TabOrder = 1
41        OnDblClick = TreeviewDblClick
42        OnDeletion = TreeviewDeletion
43        OnKeyDown = TreeviewKeyDown
44        OnMouseDown = CodeTreeviewMouseDown
45        Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoNoDoubleClickExpand, tvoThemedDraw]
46      end
47      object CodeTreeviewButtonPanel: TPanel
48        Left = 0
49        Height = 24
50        Top = 0
51        Width = 218
52        Align = alTop
53        AutoSize = True
54        BevelOuter = bvNone
55        ClientHeight = 24
56        ClientWidth = 218
57        TabOrder = 0
58        object CodeFilterEdit: TEdit
59          AnchorSideLeft.Control = CodeTreeviewButtonPanel
60          AnchorSideTop.Control = CodeTreeviewButtonPanel
61          AnchorSideRight.Control = CodeRefreshSpeedButton
62          Left = 0
63          Height = 24
64          Top = 0
65          Width = 149
66          Anchors = [akTop, akLeft, akRight]
67          OnChange = CodeFilterEditChange
68          OnEnter = FilterEditEnter
69          TabOrder = 0
70          Text = 'CodeFilterEdit'
71        end
72        object CodeRefreshSpeedButton: TSpeedButton
73          AnchorSideRight.Control = CodeModeSpeedButton
74          AnchorSideBottom.Control = CodeFilterEdit
75          AnchorSideBottom.Side = asrBottom
76          Left = 149
77          Height = 23
78          Hint = 'Refresh CodeExplorer'
79          Top = 1
80          Width = 23
81          Anchors = [akTop, akRight, akBottom]
82          Flat = True
83          OnClick = CodeRefreshSpeedButtonClick
84          ShowHint = True
85          ParentShowHint = False
86        end
87        object CodeModeSpeedButton: TSpeedButton
88          AnchorSideRight.Control = CodeOptionsSpeedButton
89          AnchorSideBottom.Control = CodeRefreshSpeedButton
90          AnchorSideBottom.Side = asrBottom
91          Left = 172
92          Height = 23
93          Top = 1
94          Width = 23
95          Anchors = [akTop, akRight, akBottom]
96          Flat = True
97          OnClick = CodeModeSpeedButtonClick
98          ShowHint = True
99          ParentShowHint = False
100        end
101        object CodeOptionsSpeedButton: TSpeedButton
102          AnchorSideRight.Control = CodeTreeviewButtonPanel
103          AnchorSideRight.Side = asrBottom
104          AnchorSideBottom.Control = CodeRefreshSpeedButton
105          AnchorSideBottom.Side = asrBottom
106          Left = 195
107          Height = 23
108          Hint = 'Options for CodeExplorer'
109          Top = 1
110          Width = 23
111          Anchors = [akTop, akRight, akBottom]
112          Flat = True
113          OnClick = OptionsSpeedButtonClick
114          ShowHint = True
115          ParentShowHint = False
116        end
117      end
118    end
119    object DirectivesPage: TTabSheet
120      Caption = 'DirectivesPage'
121      ClientHeight = 490
122      ClientWidth = 218
123      object DirTreeviewButtonPanel: TPanel
124        Left = 0
125        Height = 24
126        Top = 0
127        Width = 218
128        Align = alTop
129        AutoSize = True
130        BevelOuter = bvNone
131        ClientHeight = 24
132        ClientWidth = 218
133        TabOrder = 0
134        object DirectivesFilterEdit: TEdit
135          AnchorSideRight.Control = DirRefreshSpeedButton
136          Left = 0
137          Height = 24
138          Top = 0
139          Width = 172
140          Anchors = [akTop, akLeft, akRight]
141          OnChange = DirectivesFilterEditChange
142          OnEnter = FilterEditEnter
143          TabOrder = 0
144          Text = 'DirectivesFilterEdit'
145        end
146        object DirRefreshSpeedButton: TSpeedButton
147          AnchorSideRight.Control = DirOptionsSpeedButton
148          AnchorSideBottom.Control = DirectivesFilterEdit
149          AnchorSideBottom.Side = asrBottom
150          Left = 172
151          Height = 23
152          Hint = 'Refresh CodeExplorer'
153          Top = 1
154          Width = 23
155          Anchors = [akTop, akRight, akBottom]
156          Flat = True
157          OnClick = CodeRefreshSpeedButtonClick
158          ShowHint = True
159          ParentShowHint = False
160        end
161        object DirOptionsSpeedButton: TSpeedButton
162          AnchorSideRight.Control = DirTreeviewButtonPanel
163          AnchorSideRight.Side = asrBottom
164          AnchorSideBottom.Control = DirRefreshSpeedButton
165          AnchorSideBottom.Side = asrBottom
166          Left = 195
167          Height = 23
168          Hint = 'Options for CodeExplorer'
169          Top = 1
170          Width = 23
171          Anchors = [akTop, akRight, akBottom]
172          Flat = True
173          OnClick = OptionsSpeedButtonClick
174          ShowHint = True
175          ParentShowHint = False
176        end
177      end
178      object DirectivesTreeView: TTreeView
179        AnchorSideTop.Control = DirTreeviewButtonPanel
180        AnchorSideTop.Side = asrBottom
181        Left = 0
182        Height = 465
183        Top = 25
184        Width = 218
185        Align = alBottom
186        Anchors = [akTop, akLeft, akRight, akBottom]
187        BorderSpacing.Top = 1
188        PopupMenu = TreePopupmenu
189        ReadOnly = True
190        TabOrder = 1
191        OnDblClick = TreeviewDblClick
192        OnDeletion = TreeviewDeletion
193        OnKeyUp = TreeviewKeyDown
194        Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
195      end
196    end
197  end
198  object Imagelist1: TImageList
199    Height = 18
200    Width = 18
201    left = 64
202    top = 64
203  end
204  object TreePopupmenu: TPopupMenu
205    OnPopup = TreePopupmenuPopup
206    left = 64
207    top = 128
208    object MenuItem1: TMenuItem
209      Caption = 'New Item1'
210      Visible = False
211    end
212  end
213  object IdleTimer1: TIdleTimer
214    AutoEnabled = True
215    Interval = 500
216    OnTimer = IdleTimer1Timer
217    left = 64
218    top = 192
219  end
220end
221