This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/projectwizarddlg.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
object ProjectWizardDialog: TProjectWizardDialog
  Left = 298
  Height = 294
  Top = 322
  Width = 382
  ActiveControl = btnNewProject
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Project Wizard '
  ClientHeight = 294
  ClientWidth = 382
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object btnNewProject: TBitBtn
    AnchorSideTop.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 7
    Height = 25
    Top = 11
    Width = 368
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 11
    Caption = 'New Project'
    ModalResult = 1
    NumGlyphs = 0
    OnClick = btnNewProjectClick
    TabOrder = 0
  end
  object btnOpenProject: TBitBtn
    AnchorSideTop.Control = gbRecent
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 7
    Height = 25
    Top = 126
    Width = 368
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 11
    Caption = 'Open Project'
    ModalResult = 1
    NumGlyphs = 0
    OnClick = btnOpenProjectClick
    TabOrder = 1
  end
  object btnConvertProject: TBitBtn
    AnchorSideTop.Control = btnOpenProject
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 7
    Height = 25
    Top = 162
    Width = 368
    Anchors = [akTop, akLeft, akRight]
    AutoSize = True
    BorderSpacing.Around = 11
    Caption = 'Convert Delphi Project'
    ModalResult = 1
    NumGlyphs = 0
    OnClick = btnConvertProjectClick
    TabOrder = 2
  end
  object btnCloseIDE: TBitBtn
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 7
    Height = 25
    Top = 258
    Width = 368
    Anchors = [akLeft, akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 11
    Caption = 'Close Lazarus'
    ModalResult = 1
    NumGlyphs = 0
    OnClick = btnCloseIDEClick
    TabOrder = 3
  end
  object gbRecent: TGroupBox
    AnchorSideTop.Control = btnNewProject
    Left = 7
    Height = 56
    Top = 53
    Width = 368
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Top = 25
    BorderSpacing.Around = 17
    Caption = 'Open Recent Project'
    ClientHeight = 34
    ClientWidth = 358
    TabOrder = 4
    object cbRecentProjects: TComboBox
      AnchorSideLeft.Control = gbRecent
      AnchorSideTop.Control = gbRecent
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = gbRecent
      AnchorSideRight.Side = asrBottom
      Left = 1
      Height = 25
      Top = 7
      Width = 356
      Anchors = [akLeft, akRight]
      BorderSpacing.Around = 1
      ItemHeight = 0
      OnSelect = cbRecentProjectsSelect
      TabOrder = 0
    end
  end
end