This file is indexed.

/usr/lib/lazarus/0.9.30.4/ideintf/lazstringgridedit.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
object StringGridEditorDlg: TStringGridEditorDlg
  Left = 256
  Height = 326
  Top = 163
  Width = 520
  Caption = 'StringGridEditorDlg'
  ClientHeight = 326
  ClientWidth = 520
  Constraints.MinHeight = 270
  Constraints.MinWidth = 340
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object GroupBox: TGroupBox
    AnchorSideBottom.Control = BtnOK
    Left = 6
    Height = 276
    Top = 6
    Width = 508
    Align = alClient
    Anchors = [akRight]
    BorderSpacing.Around = 6
    Caption = 'String Grid'
    ClientHeight = 258
    ClientWidth = 504
    TabOrder = 0
    object LabelMove: TLabel
      AnchorSideLeft.Control = StringGrid
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = ArrowDown
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox
      AnchorSideRight.Side = asrBottom
      Left = 417
      Height = 14
      Top = 181
      Width = 87
      Alignment = taCenter
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      Caption = 'Move Cols/Rows'
      ParentColor = False
      WordWrap = True
    end
    object ArrowLeft: TArrow
      AnchorSideTop.Control = ArrowRight
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = ArrowUp
      Left = 421
      Height = 26
      Top = 129
      Width = 26
      Anchors = [akTop, akRight]
      OnClick = SwapRowCol
    end
    object ArrowRight: TArrow
      AnchorSideLeft.Control = ArrowUp
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = ArrowUp
      AnchorSideTop.Side = asrBottom
      Left = 473
      Height = 26
      Top = 129
      Width = 26
      ArrowType = atRight
      OnClick = SwapRowCol
    end
    object ArrowDown: TArrow
      AnchorSideLeft.Control = ArrowLeft
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = ArrowLeft
      AnchorSideTop.Side = asrBottom
      Left = 447
      Height = 26
      Top = 155
      Width = 26
      ArrowType = atDown
      OnClick = SwapRowCol
    end
    object ArrowUp: TArrow
      AnchorSideLeft.Control = LoadSavePanel
      AnchorSideLeft.Side = asrCenter
      AnchorSideTop.Control = LoadSavePanel
      AnchorSideTop.Side = asrBottom
      Left = 447
      Height = 26
      Top = 103
      Width = 26
      ArrowType = atUp
      BorderSpacing.Top = 10
      OnClick = SwapRowCol
    end
    object StringGrid: TStringGrid
      AnchorSideRight.Control = LoadSavePanel
      Left = 6
      Height = 246
      Top = 6
      Width = 405
      Align = alLeft
      Anchors = [akTop, akLeft, akRight, akBottom]
      BorderSpacing.Around = 6
      FixedCols = 0
      FixedRows = 0
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goSmoothScroll]
      TabOrder = 0
      OnPrepareCanvas = StringGridPrepareCanvas
    end
    object LoadSavePanel: TPanel
      AnchorSideTop.Control = GroupBox
      AnchorSideRight.Control = GroupBox
      AnchorSideRight.Side = asrBottom
      Left = 417
      Height = 93
      Top = 0
      Width = 87
      Anchors = [akTop, akRight]
      AutoSize = True
      BevelOuter = bvNone
      ClientHeight = 93
      ClientWidth = 87
      TabOrder = 5
      object BtnLoad: TButton
        AnchorSideLeft.Side = asrBottom
        AnchorSideRight.Side = asrBottom
        Left = 6
        Height = 23
        Top = 6
        Width = 75
        Align = alTop
        AutoSize = True
        BorderSpacing.Around = 6
        Caption = 'Load...'
        Constraints.MinWidth = 75
        OnClick = BtnLoadClick
        TabOrder = 0
      end
      object BtnSave: TButton
        AnchorSideTop.Side = asrBottom
        Left = 6
        Height = 23
        Top = 35
        Width = 75
        Align = alTop
        AutoSize = True
        BorderSpacing.Around = 6
        Caption = 'BtnSave'
        OnClick = BtnSaveClick
        TabOrder = 1
      end
      object BtnClean: TButton
        AnchorSideTop.Side = asrBottom
        Left = 6
        Height = 23
        Top = 64
        Width = 75
        Align = alTop
        AutoSize = True
        BorderSpacing.Around = 6
        Caption = 'BtnClean'
        OnClick = BtnCleanClick
        TabOrder = 2
      end
    end
  end
  object BtnPanel: TPanel
    Left = 0
    Height = 38
    Top = 288
    Width = 520
    Align = alBottom
    AutoSize = True
    BevelOuter = bvNone
    ClientHeight = 38
    ClientWidth = 520
    TabOrder = 1
    object BtnHelp: TBitBtn
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Side = asrBottom
      Left = 439
      Height = 26
      Top = 6
      Width = 75
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = '&Help'
      Constraints.MinWidth = 75
      Kind = bkHelp
      NumGlyphs = 0
      TabOrder = 0
    end
    object BtnApply: TBitBtn
      AnchorSideBottom.Side = asrBottom
      Left = 358
      Height = 26
      Top = 6
      Width = 75
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = '&Apply'
      Constraints.MinWidth = 75
      NumGlyphs = 0
      OnClick = BtnApplyClick
      TabOrder = 1
    end
    object BtnCancel: TBitBtn
      AnchorSideBottom.Side = asrBottom
      Left = 275
      Height = 26
      Top = 6
      Width = 77
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'Cancel'
      Constraints.MinWidth = 75
      Kind = bkCancel
      ModalResult = 2
      NumGlyphs = 0
      TabOrder = 2
    end
    object BtnOK: TBitBtn
      AnchorSideBottom.Side = asrBottom
      Left = 194
      Height = 26
      Top = 6
      Width = 75
      Align = alRight
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = '&OK'
      Constraints.MinWidth = 75
      Default = True
      Kind = bkOK
      ModalResult = 1
      NumGlyphs = 0
      TabOrder = 3
    end
  end
  object OpenDialog: TOpenDialog
    Title = 'Open'
    FilterIndex = 0
    left = 135
    top = 243
  end
  object SaveDialog: TSaveDialog
    Title = 'Save'
    FilterIndex = 0
    left = 168
    top = 243
  end
end