1object UnitDependenciesWindow: TUnitDependenciesWindow
2  Left = 504
3  Height = 440
4  Top = 399
5  Width = 620
6  Caption = 'UnitDependenciesWindow'
7  ClientHeight = 440
8  ClientWidth = 620
9  OnActivate = FormActivate
10  OnCreate = FormCreate
11  OnDestroy = FormDestroy
12  OnShow = FormShow
13  LCLVersion = '2.1.0.0'
14  object MainPageControl: TPageControl
15    Left = 0
16    Height = 410
17    Top = 0
18    Width = 620
19    ActivePage = UnitsTabSheet
20    Align = alClient
21    TabIndex = 0
22    TabOrder = 0
23    object UnitsTabSheet: TTabSheet
24      Caption = 'UnitsTabSheet'
25      ClientHeight = 385
26      ClientWidth = 616
27      object ScopePanel: TPanel
28        Left = 0
29        Height = 47
30        Top = 0
31        Width = 616
32        Align = alTop
33        AutoSize = True
34        BevelOuter = bvNone
35        ClientHeight = 47
36        ClientWidth = 616
37        TabOrder = 0
38        object SearchCustomFilesCheckBox: TCheckBox
39          AnchorSideLeft.Control = ScopePanel
40          AnchorSideTop.Control = SearchCustomFilesComboBox
41          AnchorSideTop.Side = asrCenter
42          Left = 2
43          Height = 18
44          Top = 4
45          Width = 180
46          BorderSpacing.Around = 2
47          Caption = 'SearchCustomFilesCheckBox'
48          OnChange = SearchCustomFilesCheckBoxChange
49          ParentShowHint = False
50          ShowHint = True
51          TabOrder = 0
52        end
53        object SearchCustomFilesBrowseButton: TButton
54          AnchorSideLeft.Side = asrBottom
55          AnchorSideTop.Control = SearchCustomFilesComboBox
56          AnchorSideTop.Side = asrCenter
57          AnchorSideRight.Control = ScopePanel
58          AnchorSideRight.Side = asrBottom
59          Left = 566
60          Height = 24
61          Top = 1
62          Width = 50
63          Anchors = [akTop, akRight]
64          AutoSize = True
65          Caption = 'Browse'
66          OnClick = SearchCustomFilesBrowseButtonClick
67          TabOrder = 2
68        end
69        object SearchCustomFilesComboBox: TComboBox
70          AnchorSideLeft.Control = SearchCustomFilesCheckBox
71          AnchorSideLeft.Side = asrBottom
72          AnchorSideTop.Control = ScopePanel
73          AnchorSideRight.Control = SearchCustomFilesBrowseButton
74          Left = 184
75          Height = 23
76          Top = 2
77          Width = 380
78          Anchors = [akTop, akLeft, akRight]
79          BorderSpacing.Around = 2
80          ItemHeight = 14
81          OnChange = SearchCustomFilesComboBoxChange
82          TabOrder = 1
83          Text = 'SearchCustomFilesComboBox'
84        end
85        object SearchPkgsCheckBox: TCheckBox
86          AnchorSideLeft.Control = ScopePanel
87          AnchorSideTop.Control = SearchCustomFilesComboBox
88          AnchorSideTop.Side = asrBottom
89          Left = 2
90          Height = 18
91          Top = 27
92          Width = 140
93          BorderSpacing.Around = 2
94          Caption = 'SearchPkgsCheckBox'
95          OnChange = SearchPkgsCheckBoxChange
96          TabOrder = 3
97        end
98        object SearchSrcEditCheckBox: TCheckBox
99          AnchorSideLeft.Control = SearchPkgsCheckBox
100          AnchorSideLeft.Side = asrBottom
101          AnchorSideTop.Control = SearchPkgsCheckBox
102          AnchorSideTop.Side = asrCenter
103          Left = 159
104          Height = 18
105          Top = 27
106          Width = 152
107          BorderSpacing.Left = 15
108          BorderSpacing.Around = 2
109          Caption = 'SearchSrcEditCheckBox'
110          Checked = True
111          OnChange = SearchSrcEditCheckBoxChange
112          State = cbChecked
113          TabOrder = 4
114        end
115      end
116      object AllUnitsGroupBox: TGroupBox
117        Left = 0
118        Height = 338
119        Top = 47
120        Width = 248
121        Align = alLeft
122        Caption = 'AllUnitsGroupBox'
123        ClientHeight = 320
124        ClientWidth = 244
125        TabOrder = 1
126        object AllUnitsShowGroupNodesSpeedButton: TSpeedButton
127          AnchorSideLeft.Side = asrBottom
128          AnchorSideTop.Control = AllUnitsFilterEdit
129          AnchorSideTop.Side = asrCenter
130          AnchorSideRight.Control = AllUnitsShowDirsSpeedButton
131          Left = 198
132          Height = 22
133          Top = -1
134          Width = 23
135          AllowAllUp = True
136          Anchors = [akTop, akRight]
137          GroupIndex = 12
138          OnClick = AllUnitsShowGroupNodesSpeedButtonClick
139          ShowHint = True
140          ParentShowHint = False
141        end
142        object AllUnitsShowDirsSpeedButton: TSpeedButton
143          AnchorSideLeft.Side = asrBottom
144          AnchorSideTop.Control = AllUnitsFilterEdit
145          AnchorSideTop.Side = asrCenter
146          AnchorSideRight.Control = AllUnitsGroupBox
147          AnchorSideRight.Side = asrBottom
148          Left = 221
149          Height = 22
150          Top = -1
151          Width = 23
152          AllowAllUp = True
153          Anchors = [akTop, akRight]
154          GroupIndex = 13
155          OnClick = AllUnitsShowDirsSpeedButtonClick
156          ShowHint = True
157          ParentShowHint = False
158        end
159        object AllUnitsFilterEdit: TEdit
160          AnchorSideLeft.Control = AllUnitsGroupBox
161          AnchorSideTop.Control = AllUnitsGroupBox
162          AnchorSideRight.Control = AllUnitsShowGroupNodesSpeedButton
163          Left = 0
164          Height = 20
165          Top = 0
166          Width = 198
167          Anchors = [akTop, akLeft, akRight]
168          OnChange = AllUnitsFilterEditChange
169          TabOrder = 0
170        end
171        object AllUnitsSearchNextSpeedButton: TSpeedButton
172          AnchorSideTop.Control = AllUnitsSearchEdit
173          AnchorSideTop.Side = asrCenter
174          AnchorSideRight.Control = AllUnitsSearchPrevSpeedButton
175          Left = 198
176          Height = 22
177          Top = 299
178          Width = 23
179          Anchors = [akTop, akRight]
180          OnClick = AllUnitsSearchNextSpeedButtonClick
181          ShowHint = True
182          ParentShowHint = False
183        end
184        object AllUnitsSearchPrevSpeedButton: TSpeedButton
185          AnchorSideTop.Control = AllUnitsSearchEdit
186          AnchorSideTop.Side = asrCenter
187          AnchorSideRight.Control = AllUnitsGroupBox
188          AnchorSideRight.Side = asrBottom
189          Left = 221
190          Height = 22
191          Top = 299
192          Width = 23
193          Anchors = [akTop, akRight]
194          OnClick = AllUnitsSearchPrevSpeedButtonClick
195          ShowHint = True
196          ParentShowHint = False
197        end
198        object AllUnitsTreeView: TTreeView
199          AnchorSideLeft.Control = AllUnitsGroupBox
200          AnchorSideTop.Control = AllUnitsFilterEdit
201          AnchorSideTop.Side = asrBottom
202          AnchorSideRight.Control = AllUnitsGroupBox
203          AnchorSideRight.Side = asrBottom
204          AnchorSideBottom.Control = AllUnitsSearchEdit
205          Left = 0
206          Height = 280
207          Top = 20
208          Width = 244
209          Anchors = [akTop, akLeft, akRight, akBottom]
210          HotTrack = True
211          MultiSelect = True
212          ParentShowHint = False
213          PopupMenu = UnitsTVPopupMenu
214          ReadOnly = True
215          RightClickSelect = True
216          ShowHint = True
217          ShowRoot = False
218          TabOrder = 1
219          OnMouseDown = UnitsTreeViewMouseDown
220          OnSelectionChanged = AllUnitsTreeViewSelectionChanged
221          OnShowHint = UnitsTreeViewShowHint
222          Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoToolTips, tvoThemedDraw]
223        end
224        object AllUnitsSearchEdit: TEdit
225          AnchorSideLeft.Control = AllUnitsGroupBox
226          AnchorSideRight.Control = AllUnitsSearchNextSpeedButton
227          AnchorSideBottom.Control = AllUnitsGroupBox
228          AnchorSideBottom.Side = asrBottom
229          Left = 0
230          Height = 20
231          Top = 300
232          Width = 198
233          Anchors = [akLeft, akRight, akBottom]
234          OnChange = AllUnitsSearchEditChange
235          TabOrder = 2
236        end
237      end
238      object UnitsSplitter: TSplitter
239        Left = 248
240        Height = 338
241        Top = 47
242        Width = 5
243      end
244      object SelectedUnitsGroupBox: TGroupBox
245        Left = 253
246        Height = 338
247        Top = 47
248        Width = 363
249        Align = alClient
250        Caption = 'SelectedUnitsGroupBox'
251        ClientHeight = 320
252        ClientWidth = 359
253        TabOrder = 3
254        object SelUnitsSearchNextSpeedButton: TSpeedButton
255          AnchorSideTop.Control = SelUnitsSearchEdit
256          AnchorSideTop.Side = asrCenter
257          AnchorSideRight.Control = SelUnitsSearchPrevSpeedButton
258          Left = 313
259          Height = 22
260          Top = 299
261          Width = 23
262          Anchors = [akTop, akRight]
263          OnClick = SelUnitsSearchNextSpeedButtonClick
264          ShowHint = True
265          ParentShowHint = False
266        end
267        object SelUnitsSearchPrevSpeedButton: TSpeedButton
268          AnchorSideTop.Control = SelUnitsSearchEdit
269          AnchorSideTop.Side = asrCenter
270          AnchorSideRight.Control = SelectedUnitsGroupBox
271          AnchorSideRight.Side = asrBottom
272          Left = 336
273          Height = 22
274          Top = 299
275          Width = 23
276          Anchors = [akTop, akRight]
277          OnClick = SelUnitsSearchPrevSpeedButtonClick
278          ShowHint = True
279          ParentShowHint = False
280        end
281        object SelUnitsSearchEdit: TEdit
282          AnchorSideLeft.Control = SelectedUnitsGroupBox
283          AnchorSideRight.Control = SelUnitsSearchNextSpeedButton
284          AnchorSideBottom.Control = SelectedUnitsGroupBox
285          AnchorSideBottom.Side = asrBottom
286          Left = 0
287          Height = 20
288          Top = 300
289          Width = 313
290          Anchors = [akLeft, akRight, akBottom]
291          OnChange = SelUnitsSearchEditChange
292          TabOrder = 1
293        end
294        object SelUnitsTreeView: TTreeView
295          AnchorSideLeft.Control = SelectedUnitsGroupBox
296          AnchorSideTop.Control = SelectedUnitsGroupBox
297          AnchorSideRight.Control = SelectedUnitsGroupBox
298          AnchorSideRight.Side = asrBottom
299          AnchorSideBottom.Control = SelUnitsSearchEdit
300          Left = 0
301          Height = 300
302          Top = 0
303          Width = 359
304          Anchors = [akTop, akLeft, akRight, akBottom]
305          HotTrack = True
306          ParentShowHint = False
307          PopupMenu = UnitsTVPopupMenu
308          ReadOnly = True
309          RightClickSelect = True
310          ShowHint = True
311          ShowRoot = False
312          TabOrder = 0
313          OnExpanding = SelUnitsTreeViewExpanding
314          OnMouseDown = UnitsTreeViewMouseDown
315          OnShowHint = UnitsTreeViewShowHint
316          Options = [tvoAutoItemHeight, tvoHideSelection, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoToolTips, tvoThemedDraw]
317        end
318      end
319    end
320    object GroupsTabSheet: TTabSheet
321      Caption = 'GroupsTabSheet'
322      ClientHeight = 385
323      ClientWidth = 616
324      object GroupsSplitter: TSplitter
325        Cursor = crVSplit
326        Left = 0
327        Height = 5
328        Top = 0
329        Width = 616
330        Align = alTop
331        ResizeAnchor = akTop
332      end
333      object UnitGraphPanel: TPanel
334        Left = 0
335        Height = 380
336        Top = 5
337        Width = 616
338        Align = alClient
339        BevelOuter = bvNone
340        ClientHeight = 380
341        ClientWidth = 616
342        TabOrder = 1
343        object UnitGraphOptionPanel: TPanel
344          Left = 0
345          Height = 380
346          Top = 0
347          Width = 140
348          Align = alLeft
349          BevelOuter = bvNone
350          ClientHeight = 380
351          ClientWidth = 140
352          TabOrder = 0
353          object UnitGraphFilter: TCheckListBox
354            AnchorSideLeft.Control = UnitGraphOptionPanel
355            AnchorSideTop.Control = UnitGraphOptionPanel
356            AnchorSideRight.Control = UnitGraphOptionPanel
357            AnchorSideRight.Side = asrBottom
358            AnchorSideBottom.Control = UnitGraphOptionPanel
359            AnchorSideBottom.Side = asrBottom
360            Left = 0
361            Height = 377
362            Top = 3
363            Width = 140
364            Anchors = [akTop, akLeft, akRight, akBottom]
365            BorderSpacing.Top = 3
366            ItemHeight = 0
367            OnItemClick = UnitGraphFilterItemClick
368            OnSelectionChange = UnitGraphFilterSelectionChange
369            Sorted = True
370            TabOrder = 0
371          end
372        end
373        object UnitGraphOptionSplitter: TSplitter
374          Left = 140
375          Height = 380
376          Top = 0
377          Width = 5
378        end
379      end
380    end
381  end
382  object StatusPanel: TPanel
383    Left = 0
384    Height = 30
385    Top = 410
386    Width = 620
387    Align = alBottom
388    AutoSize = True
389    ClientHeight = 30
390    ClientWidth = 620
391    TabOrder = 1
392    object ProgressBar1: TProgressBar
393      AnchorSideLeft.Control = StatsLabel
394      AnchorSideLeft.Side = asrBottom
395      AnchorSideTop.Control = RefreshButton
396      AnchorSideTop.Side = asrCenter
397      AnchorSideRight.Control = RefreshButton
398      AnchorSideBottom.Side = asrBottom
399      Left = 70
400      Height = 20
401      Top = 5
402      Width = 458
403      Anchors = [akTop, akLeft, akRight]
404      TabOrder = 0
405    end
406    object RefreshButton: TButton
407      Left = 530
408      Height = 24
409      Top = 3
410      Width = 87
411      Align = alRight
412      AutoSize = True
413      BorderSpacing.Around = 2
414      Caption = 'RefreshButton'
415      OnClick = RefreshButtonClick
416      TabOrder = 1
417    end
418    object StatsLabel: TLabel
419      AnchorSideLeft.Control = StatusPanel
420      AnchorSideTop.Control = RefreshButton
421      AnchorSideTop.Side = asrCenter
422      Left = 7
423      Height = 14
424      Top = 8
425      Width = 57
426      BorderSpacing.Left = 6
427      BorderSpacing.Right = 6
428      Caption = 'StatsLabel'
429      ParentColor = False
430    end
431  end
432  object UnitsTVPopupMenu: TPopupMenu
433    OnPopup = UnitsTVPopupMenuPopup
434    Left = 120
435    Top = 193
436    object UnitsTVCopyFilenameMenuItem: TMenuItem
437      Caption = 'UnitsTVCopyFilenameMenuItem'
438      OnClick = UnitsTVCopyFilenameMenuItemClick
439    end
440    object UnitsTVOpenFileMenuItem: TMenuItem
441      Caption = 'UnitsTVOpenFileMenuItem'
442      OnClick = UnitsTVOpenFileMenuItemClick
443    end
444    object UnitsTVUnusedUnitsMenuItem: TMenuItem
445      Caption = 'UnitsTVUnusedUnitsMenuItem'
446      OnClick = UnitsTVUnusedUnitsMenuItemClick
447    end
448    object UnitsTVExpandAllMenuItem: TMenuItem
449      Caption = 'UnitsTVExpandAllMenuItem'
450      OnClick = UnitsTVExpandAllMenuItemClick
451    end
452    object UnitsTVCollapseAllMenuItem: TMenuItem
453      Caption = 'UnitsTVCollapseAllMenuItem'
454      OnClick = UnitsTVCollapseAllMenuItemClick
455    end
456  end
457  object Timer1: TTimer
458    OnTimer = Timer1Timer
459    Left = 465
460    Top = 175
461  end
462  object GraphPopupMenu: TPopupMenu
463    Left = 207
464    Top = 70
465    object GraphOptsMenuItem: TMenuItem
466      Caption = 'GraphOptsMenuItem'
467      OnClick = GraphOptsMenuItemClick
468    end
469  end
470end
471