This file is indexed.

/usr/lib/lazarus/0.9.30.4/ideintf/stringspropeditdlg.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
object StringsPropEditorFrm: TStringsPropEditorFrm
  Left = 311
  Height = 302
  Top = 158
  Width = 400
  ActiveControl = Memo
  Caption = 'StringsPropEditorFrm'
  ClientHeight = 302
  ClientWidth = 400
  Constraints.MinHeight = 160
  Constraints.MinWidth = 180
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object TextGroupBox: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = BtnPanel
    Left = 6
    Height = 258
    Top = 6
    Width = 388
    Align = alTop
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    ClientHeight = 240
    ClientWidth = 384
    TabOrder = 0
    object StatusLabel: TLabel
      AnchorSideBottom.Control = TextGroupBox
      AnchorSideBottom.Side = asrBottom
      Left = 9
      Height = 14
      Top = 220
      Width = 57
      Anchors = [akLeft, akBottom]
      BorderSpacing.Around = 6
      Caption = 'StatusLabel'
      ParentColor = False
    end
    object Memo: TMemo
      AnchorSideLeft.Control = TextGroupBox
      AnchorSideRight.Control = SortButton
      AnchorSideBottom.Control = StatusLabel
      Left = 6
      Height = 208
      Top = 6
      Width = 291
      Anchors = [akTop, akLeft, akRight, akBottom]
      BorderSpacing.Around = 6
      OnChange = MemoChange
      ScrollBars = ssAutoBoth
      TabOrder = 0
      WordWrap = False
    end
    object SortButton: TButton
      AnchorSideLeft.Control = Memo
      AnchorSideLeft.Side = asrBottom
      AnchorSideRight.Control = TextGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 303
      Height = 23
      Top = 6
      Width = 75
      Anchors = [akTop, akRight]
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'Sort'
      Constraints.MinWidth = 75
      OnClick = SortButtonClick
      TabOrder = 1
    end
  end
  object BtnPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 270
    Width = 388
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end