This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/newdialog.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
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
object NewOtherDialog: TNewOtherDialog
  Left = 281
  Height = 421
  Top = 204
  Width = 561
  BorderIcons = [biSystemMenu]
  Caption = 'NewOtherDialog'
  ClientHeight = 421
  ClientWidth = 561
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object Panel1: TPanel
    Left = 6
    Height = 377
    Top = 6
    Width = 549
    Align = alClient
    BorderSpacing.Around = 6
    BevelOuter = bvNone
    ClientHeight = 377
    ClientWidth = 549
    TabOrder = 0
    object ItemsTreeView: TTreeView
      AnchorSideLeft.Control = Owner
      AnchorSideTop.Control = Owner
      Left = 0
      Height = 377
      Top = 0
      Width = 263
      Align = alClient
      DefaultItemHeight = 15
      ReadOnly = True
      ScrollBars = ssAutoBoth
      TabOrder = 0
      OnDblClick = OkButtonClick
      OnSelectionChanged = ItemsTreeViewSelectionChanged
      Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
    end
    object DescriptionGroupBox: TGroupBox
      AnchorSideLeft.Control = ItemsTreeView
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = Owner
      AnchorSideRight.Control = Owner
      AnchorSideRight.Side = asrBottom
      Left = 268
      Height = 377
      Top = 0
      Width = 281
      Align = alRight
      Caption = 'DescriptionGroupBox'
      ClientHeight = 359
      ClientWidth = 277
      TabOrder = 1
      object DescriptionLabel: TLabel
        Left = 6
        Height = 14
        Top = 6
        Width = 265
        Align = alTop
        BorderSpacing.Around = 6
        Caption = 'DescriptionLabel'
        ParentColor = False
        WordWrap = True
      end
      object InheritableComponentsListView: TListView
        Left = 0
        Height = 333
        Top = 26
        Width = 277
        Align = alClient
        Columns = <        
          item
            Caption = 'Form'
            Width = 100
          end        
          item
            Caption = 'Unit'
            Width = 250
          end>
        HideSelection = False
        ItemIndex = -1
        ReadOnly = True
        RowSelect = True
        ScrollBars = ssAutoBoth
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
    object Splitter1: TSplitter
      Left = 263
      Height = 377
      Top = 0
      Width = 5
      Align = alRight
      ResizeAnchor = akRight
    end
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 389
    Width = 549
    OKButton.Name = 'OKButton'
    OKButton.Caption = '&OK'
    OKButton.OnClick = OkButtonClick
    HelpButton.Name = 'HelpButton'
    HelpButton.Caption = '&Help'
    HelpButton.OnClick = HelpButtonClick
    CloseButton.Name = 'CloseButton'
    CloseButton.Caption = '&Close'
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.Caption = 'Cancel'
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel, pbHelp]
    ShowBevel = False
  end
end