mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 16:42:47 +02:00
84 lines
2.0 KiB
Plaintext
84 lines
2.0 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 = '1.1'
|
|
object UnitsTreeView: TTreeView
|
|
Left = 6
|
|
Height = 289
|
|
Top = 6
|
|
Width = 491
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
DefaultItemHeight = 18
|
|
MultiSelect = True
|
|
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 = 42
|
|
Top = 301
|
|
Width = 503
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 10
|
|
ClientHeight = 42
|
|
ClientWidth = 503
|
|
TabOrder = 1
|
|
object CancelBitBtn: TBitBtn
|
|
Left = 421
|
|
Height = 28
|
|
Top = 7
|
|
Width = 75
|
|
Align = alRight
|
|
AutoSize = True
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
OnClick = CancelBitBtnClick
|
|
TabOrder = 0
|
|
end
|
|
object RemoveSelectedBitBtn: TBitBtn
|
|
Left = 270
|
|
Height = 28
|
|
Top = 7
|
|
Width = 141
|
|
Align = alRight
|
|
AutoSize = True
|
|
Caption = 'RemoveSelectedBitBtn'
|
|
Constraints.MinWidth = 75
|
|
ModalResult = 1
|
|
OnClick = RemoveSelectedBitBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object RemoveAllBitBtn: TBitBtn
|
|
Left = 153
|
|
Height = 28
|
|
Top = 7
|
|
Width = 107
|
|
Align = alRight
|
|
AutoSize = True
|
|
Caption = 'RemoveAllBitBtn'
|
|
Constraints.MinWidth = 75
|
|
ModalResult = 8
|
|
OnClick = RemoveAllBitBtnClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|