lazarus/ide/unusedunitsdlg.lfm
paul 8edd29a313 ide: make ide treeview themed
git-svn-id: trunk@24846 -
2010-04-23 07:10:05 +00:00

82 lines
1.9 KiB
Plaintext

object UnusedUnitsDialog: TUnusedUnitsDialog
Left = 375
Height = 343
Top = 236
Width = 503
ActiveControl = UnitsTreeView
Caption = 'UnusedUnitsDialog'
ClientHeight = 343
ClientWidth = 503
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object UnitsTreeView: TTreeView
Left = 6
Height = 291
Top = 6
Width = 491
Align = alClient
BorderSpacing.Around = 6
DefaultItemHeight = 15
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
OnSelectionChanged = UnitsTreeViewSelectionChanged
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object Panel1: TPanel
Left = 0
Height = 40
Top = 303
Width = 503
Align = alBottom
AutoSize = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 10
ClientHeight = 40
ClientWidth = 503
TabOrder = 1
object CancelBitBtn: TBitBtn
Left = 421
Height = 26
Top = 7
Width = 75
Align = alRight
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
OnClick = CancelBitBtnClick
TabOrder = 0
end
object RemoveSelectedBitBtn: TBitBtn
Left = 277
Height = 26
Top = 7
Width = 134
Align = alRight
AutoSize = True
Caption = 'RemoveSelectedBitBtn'
Constraints.MinWidth = 75
ModalResult = 1
OnClick = RemoveSelectedBitBtnClick
TabOrder = 1
end
object RemoveAllBitBtn: TBitBtn
Left = 163
Height = 26
Top = 7
Width = 104
Align = alRight
AutoSize = True
Caption = 'RemoveAllBitBtn'
Constraints.MinWidth = 75
ModalResult = 8
OnClick = RemoveAllBitBtnClick
TabOrder = 2
end
end
end