This file is indexed.

/usr/lib/lazarus/0.9.30.4/ideintf/graphicpropedit.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
object GraphicPropertyEditorForm: TGraphicPropertyEditorForm
  Left = 277
  Height = 381
  Top = 147
  Width = 436
  ActiveControl = LoadButton
  Caption = 'Load Image Dialog'
  ClientHeight = 381
  ClientWidth = 436
  Constraints.MinHeight = 180
  Constraints.MinWidth = 200
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object GroupBox1: TGroupBox
    Left = 6
    Height = 337
    Top = 6
    Width = 424
    Align = alClient
    BorderSpacing.Around = 6
    Caption = 'Picture'
    ClientHeight = 319
    ClientWidth = 420
    TabOrder = 0
    object ScrollBox: TScrollBox
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = GroupBox1
      AnchorSideBottom.Side = asrBottom
      Left = 6
      Height = 307
      Top = 6
      Width = 322
      Align = alClient
      BorderSpacing.Around = 6
      ClientHeight = 303
      ClientWidth = 318
      Color = clWindow
      ParentColor = False
      TabOrder = 0
      object ImagePreview: TImage
        Left = 0
        Height = 100
        Top = 0
        Width = 100
        AutoSize = True
        Center = True
      end
    end
    object LoadSaveBtnPanel: TPanel
      Left = 334
      Height = 319
      Top = 0
      Width = 86
      Align = alRight
      BevelOuter = bvNone
      ClientHeight = 319
      ClientWidth = 86
      TabOrder = 1
      object LoadButton: TButton
        AnchorSideRight.Side = asrBottom
        Left = 6
        Height = 25
        Top = 6
        Width = 74
        Align = alTop
        BorderSpacing.Around = 6
        Caption = 'Load'
        OnClick = LoadButtonClick
        TabOrder = 0
      end
      object SaveButton: TButton
        Left = 6
        Height = 25
        Top = 37
        Width = 74
        Align = alTop
        BorderSpacing.Around = 6
        Caption = 'Save'
        OnClick = SaveButtonClick
        TabOrder = 1
      end
      object ClearButton: TButton
        Left = 6
        Height = 25
        Top = 68
        Width = 74
        Align = alTop
        BorderSpacing.Around = 6
        Caption = 'Clear'
        OnClick = ClearButtonClick
        TabOrder = 2
      end
    end
  end
  object OkCancelButtonPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 349
    Width = 424
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
  object OpenDialog: TOpenPictureDialog
    left = 138
    top = 182
  end
  object SaveDialog: TSavePictureDialog
    Title = 'Save file as'
    left = 186
    top = 182
  end
end