/usr/lib/lazarus/0.9.30.4/ide/searchfrm.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 84 85 86 87 88 89 90 91 92 | object SearchForm: TSearchForm
Left = 422
Height = 149
Top = 267
Width = 428
BorderStyle = bsDialog
Caption = 'Searching....'
ClientHeight = 149
ClientWidth = 428
OnCreate = SearchFormCREATE
OnDestroy = SearchFormDESTROY
Position = poOwnerFormCenter
LCLVersion = '0.9.27'
object Panel2: TPanel
Left = 0
Height = 149
Top = 0
Width = 428
Align = alClient
BevelInner = bvLowered
ClientHeight = 149
ClientWidth = 428
FullRepaint = False
TabOrder = 0
TabStop = True
object lblMatches: TLabel
Left = 121
Height = 14
Top = 80
Width = 1
ParentColor = False
end
object MatchesLabel: TLabel
AnchorSideTop.Control = lblMatches
AnchorSideTop.Side = asrCenter
Left = 16
Height = 14
Top = 80
Width = 41
Caption = 'Matches'
ParentColor = False
end
object lblProgress: TLabel
Left = 121
Height = 14
Top = 48
Width = 1
ParentColor = False
end
object SearchingLabel: TLabel
AnchorSideTop.Control = lblProgress
AnchorSideTop.Side = asrCenter
Left = 16
Height = 14
Top = 48
Width = 52
Caption = 'Searching:'
ParentColor = False
end
object SearchTextLabel: TLabel
AnchorSideTop.Control = lblSearchText
AnchorSideTop.Side = asrCenter
Left = 16
Height = 14
Top = 16
Width = 63
Caption = 'Search Text:'
ParentColor = False
end
object lblSearchText: TLabel
Left = 121
Height = 14
Top = 16
Width = 1
ParentColor = False
end
object btnCancel: TBitBtn
Left = 177
Height = 26
Top = 112
Width = 77
AutoSize = True
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
OnClick = btnAbortCLICK
TabOrder = 0
end
end
end
|