This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/ideoptionsdlg.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
inherited IDEOptionsDialog: TIDEOptionsDialog
  Left = 317
  Height = 500
  Top = 304
  Width = 700
  BorderIcons = [biSystemMenu]
  Caption = 'IDEOptionsDialog'
  ClientHeight = 500
  ClientWidth = 700
  Constraints.MinHeight = 500
  Constraints.MinWidth = 700
  OnShow = FormShow
  Position = poScreenCenter
  object ButtonPanel: TButtonPanel[0]
    AnchorSideLeft.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    Left = 6
    Height = 42
    Top = 452
    Width = 688
    BorderSpacing.Left = 6
    BorderSpacing.Right = 6
    BorderSpacing.Bottom = 6
    BorderSpacing.Around = 0
    OKButton.Name = 'OKButton'
    OKButton.Caption = '&OK'
    HelpButton.Name = 'HelpButton'
    HelpButton.Caption = '&Help'
    CloseButton.Name = 'CloseButton'
    CloseButton.Caption = '&Close'
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.Caption = 'Cancel'
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel, pbHelp]
  end
  object CategoryTree: TTreeView[1]
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideBottom.Control = ButtonPanel
    Left = 6
    Height = 446
    Top = 6
    Width = 206
    Align = alLeft
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Constraints.MinWidth = 206
    DefaultItemHeight = 19
    ReadOnly = True
    TabOrder = 0
    OnChange = CategoryTreeChange
    OnCollapsed = CategoryTreeCollapsed
    OnExpanded = CategoryTreeExpanded
    OnKeyDown = CategoryTreeKeyDown
    Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
  end
  object CatTVSplitter: TSplitter[2]
    Left = 212
    Height = 452
    Top = 0
    Width = 5
  end
end