lazarus/ide/unitdependencies.lfm
paul cbebe7cd1a images:
- replace (xpm => png) and rename some images
- replace second set of own "unit dependencies" images with standard

git-svn-id: trunk@13146 -
2007-12-04 15:55:58 +00:00

90 lines
2.1 KiB
Plaintext

object UnitDependenciesView: TUnitDependenciesView
Left = 318
Height = 300
Top = 355
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 299
ActiveControl = UnitHistoryList
Caption = 'UnitDependenciesView'
ClientHeight = 300
ClientWidth = 400
KeyPreview = True
OnClose = UnitDependenciesViewClose
Position = poScreenCenter
object ToolBar: TToolBar
Height = 48
Width = 400
ButtonHeight = 46
ButtonWidth = 47
Caption = 'ToolBar'
Flat = True
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
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Around = 6
ItemHeight = 13
MaxLength = 0
OnEditingDone = UnitHistoryListEditingDone
TabOrder = 1
Text = 'UnitHistoryList'
end
object CloseButton: TBitBtn
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 320
Height = 26
Top = 268
Width = 71
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Bottom = 6
Caption = '&Close'
Kind = bkClose
NumGlyphs = 0
TabOrder = 2
end
object UnitTreeView: TTreeView
AnchorSideBottom.Control = CloseButton
Height = 181
Top = 81
Width = 400
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 6
DefaultItemHeight = 15
TabOrder = 3
OnAdvancedCustomDrawItem = UnitTreeViewAdvancedCustomDrawItem
OnCollapsing = UnitTreeViewCollapsing
OnExpanding = UnitTreeViewExpanding
OnMouseDown = UnitTreeViewMouseDown
end
end