/usr/lib/lazarus/0.9.30.4/ide/unusedunitsdlg.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | object UnusedUnitsDialog: TUnusedUnitsDialog
Left = 375
Height = 343
Top = 236
Width = 503
ActiveControl = UnitsTreeView
BorderStyle = bsDialog
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 = 17
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 = 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 = 266
Height = 26
Top = 7
Width = 145
Align = alRight
AutoSize = True
Caption = 'RemoveSelectedBitBtn'
Constraints.MinWidth = 75
ModalResult = 1
OnClick = RemoveSelectedBitBtnClick
TabOrder = 1
end
object RemoveAllBitBtn: TBitBtn
Left = 141
Height = 26
Top = 7
Width = 115
Align = alRight
AutoSize = True
Caption = 'RemoveAllBitBtn'
Constraints.MinWidth = 75
ModalResult = 8
OnClick = RemoveAllBitBtnClick
TabOrder = 2
end
end
end
|