mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 21:32:33 +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.27'
|
|
object UnitsTreeView: TTreeView
|
|
Left = 6
|
|
Height = 286
|
|
Top = 6
|
|
Width = 491
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
DefaultItemHeight = 19
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
OnSelectionChanged = UnitsTreeViewSelectionChanged
|
|
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 45
|
|
Top = 298
|
|
Width = 503
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 10
|
|
ClientHeight = 45
|
|
ClientWidth = 503
|
|
TabOrder = 1
|
|
object CancelBitBtn: TBitBtn
|
|
Left = 421
|
|
Height = 31
|
|
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 = 250
|
|
Height = 31
|
|
Top = 7
|
|
Width = 161
|
|
Align = alRight
|
|
AutoSize = True
|
|
Caption = 'RemoveSelectedBitBtn'
|
|
Constraints.MinWidth = 75
|
|
ModalResult = 1
|
|
OnClick = RemoveSelectedBitBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object RemoveAllBitBtn: TBitBtn
|
|
Left = 120
|
|
Height = 31
|
|
Top = 7
|
|
Width = 120
|
|
Align = alRight
|
|
AutoSize = True
|
|
Caption = 'RemoveAllBitBtn'
|
|
Constraints.MinWidth = 75
|
|
ModalResult = 8
|
|
OnClick = RemoveAllBitBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|