This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/findoverloadsdlg.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
object FindOverloadsDialog: TFindOverloadsDialog
  Left = 297
  Height = 338
  Top = 171
  Width = 548
  ActiveControl = CurTreeView
  Caption = 'FindOverloadsDialog'
  ClientHeight = 338
  ClientWidth = 548
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 44
    Top = 288
    Width = 536
    TabOrder = 0
    ShowButtons = [pbOK, pbCancel, pbClose]
  end
  object CurGroupBox: TGroupBox
    Left = 6
    Height = 72
    Top = 6
    Width = 536
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'CurGroupBox'
    ClientHeight = 53
    ClientWidth = 532
    TabOrder = 1
    object CurTreeView: TTreeView
      Left = 0
      Height = 53
      Top = 0
      Width = 532
      Align = alClient
      DefaultItemHeight = 19
      TabOrder = 0
    end
  end
  object ResultsGroupBox: TGroupBox
    Left = 6
    Height = 198
    Top = 84
    Width = 536
    Align = alClient
    BorderSpacing.Around = 6
    Caption = 'ResultsGroupBox'
    ClientHeight = 179
    ClientWidth = 532
    TabOrder = 2
    object ResultsTreeView: TTreeView
      Left = 0
      Height = 136
      Top = 0
      Width = 532
      Align = alClient
      DefaultItemHeight = 19
      TabOrder = 0
    end
    object ResultsProgressBar: TProgressBar
      Left = 0
      Height = 21
      Top = 136
      Width = 532
      Align = alBottom
      TabOrder = 1
    end
    object SearchAllCheckBox: TCheckBox
      Left = 0
      Height = 22
      Top = 157
      Width = 532
      Align = alBottom
      Caption = 'SearchAllCheckBox'
      TabOrder = 2
    end
  end
end