lazarus/ide/unitdependencies.lfm
paul a927d61e73 ide: reanchor unit dependencies dialog
git-svn-id: trunk@19763 -
2009-05-02 12:07:24 +00:00

96 lines
2.3 KiB
Plaintext

object UnitDependenciesView: TUnitDependenciesView
Left = 560
Height = 300
Top = 359
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 = 167
Top = 2
Caption = 'ShowProjectButton'
OnClick = ShowProjectButtonClick
end
object SelectUnitButton: TToolButton
Left = 1
Top = 2
Caption = 'SelectUnitButton'
OnClick = SelectUnitButtonClick
end
object RefreshButton: TToolButton
Left = 89
Top = 2
Caption = 'RefreshButton'
OnClick = RefreshButtonClick
end
end
object UnitHistoryList: TComboBox
Left = 6
Height = 21
Top = 54
Width = 388
Align = alTop
AutoComplete = False
BorderSpacing.Around = 6
ItemHeight = 13
ItemWidth = 0
OnEditingDone = UnitHistoryListEditingDone
TabOrder = 1
Text = 'UnitHistoryList'
end
object CloseButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 319
Height = 26
Top = 268
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Close'
Constraints.MinWidth = 75
Kind = bkClose
NumGlyphs = 0
TabOrder = 2
end
object UnitTreeView: TTreeView
AnchorSideBottom.Control = CloseButton
Left = 6
Height = 181
Top = 81
Width = 388
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
DefaultItemHeight = 15
ReadOnly = True
TabOrder = 3
OnAdvancedCustomDrawItem = UnitTreeViewAdvancedCustomDrawItem
OnCollapsing = UnitTreeViewCollapsing
OnExpanding = UnitTreeViewExpanding
OnMouseDown = UnitTreeViewMouseDown
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end