mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:42:35 +02:00
82 lines
1.9 KiB
Plaintext
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
|