/usr/lib/lazarus/0.9.30.4/ide/findpalettecomp.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 | object FindPaletteComponentDlg: TFindPaletteComponentDlg
Left = 264
Height = 300
Top = 140
Width = 400
ActiveControl = PatternEdit
Caption = 'FindPaletteComponentDlg'
ClientHeight = 300
ClientWidth = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.27'
object SearchPatternGroupBox: TGroupBox
Left = 6
Height = 55
Top = 6
Width = 388
Align = alTop
BorderSpacing.Around = 6
Caption = 'SearchPatternGroupBox'
ClientHeight = 37
ClientWidth = 384
TabOrder = 0
object PatternEdit: TEdit
Left = 8
Height = 23
Top = 4
Width = 365
Anchors = [akTop, akLeft, akRight]
OnChange = PatternEditChange
TabOrder = 0
Text = 'PatternEdit'
end
end
object ComponentsGroupBox: TGroupBox
Left = 6
Height = 195
Top = 67
Width = 388
Align = alClient
BorderSpacing.Around = 6
Caption = 'ComponentsGroupBox'
ClientHeight = 177
ClientWidth = 384
TabOrder = 1
object ComponentsListBox: TListBox
Left = 0
Height = 177
Top = 0
Width = 384
Align = alClient
ItemHeight = 0
OnDblClick = ComponentsListBoxDblClick
OnDrawItem = ComponentsListBoxDrawItem
Style = lbOwnerDrawFixed
TabOrder = 0
end
end
object BtnPanel: TButtonPanel
Left = 6
Height = 26
Top = 268
Width = 388
TabOrder = 2
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end
|