object UnitDependenciesView: TUnitDependenciesView Left = 318 Height = 300 Top = 355 Width = 400 ActiveControl = UnitHistoryList Caption = 'UnitDependenciesView' ClientHeight = 300 ClientWidth = 400 KeyPreview = True OnClose = UnitDependenciesViewClose Position = poScreenCenter LCLVersion = '0.9.27' object ToolBar: TToolBar Left = 0 Height = 48 Top = 0 Width = 400 ButtonHeight = 46 ButtonWidth = 47 Caption = 'ToolBar' ParentShowHint = False ShowCaptions = True ShowHint = True TabOrder = 0 object ShowProjectButton: TToolButton Left = 216 Top = 2 Caption = 'ShowProjectButton' OnClick = ShowProjectButtonClick end object SelectUnitButton: TToolButton Left = 1 Top = 2 Caption = 'SelectUnitButton' OnClick = SelectUnitButtonClick end object RefreshButton: TToolButton Left = 118 Top = 2 Caption = 'RefreshButton' OnClick = RefreshButtonClick end end object UnitHistoryList: TComboBox Left = 6 Height = 29 Top = 54 Width = 388 Align = alTop AutoComplete = False BorderSpacing.Around = 6 ItemHeight = 0 ItemWidth = 0 OnEditingDone = UnitHistoryListEditingDone TabOrder = 1 Text = 'UnitHistoryList' end object CloseButton: TBitBtn AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom Left = 317 Height = 36 Top = 258 Width = 74 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Bottom = 6 Caption = '&Close' Kind = bkClose NumGlyphs = 0 TabOrder = 2 end object UnitTreeView: TTreeView AnchorSideBottom.Control = CloseButton Left = 0 Height = 163 Top = 89 Width = 400 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Bottom = 6 DefaultItemHeight = 19 ReadOnly = True TabOrder = 3 OnAdvancedCustomDrawItem = UnitTreeViewAdvancedCustomDrawItem OnCollapsing = UnitTreeViewCollapsing OnExpanding = UnitTreeViewExpanding OnMouseDown = UnitTreeViewMouseDown Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] end end