This file is indexed.

/usr/lib/lazarus/0.9.30.4/ideintf/treeviewpropedit.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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
object TreeViewItemsEditorForm: TTreeViewItemsEditorForm
  Left = 304
  Height = 320
  Top = 189
  Width = 536
  ActiveControl = BtnNewItem
  BorderIcons = [biSystemMenu, biHelp]
  Caption = 'TreeView Items Editor'
  ClientHeight = 320
  ClientWidth = 536
  Constraints.MinHeight = 240
  Constraints.MinWidth = 400
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object GroupBox1: TGroupBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideBottom.Control = BtnOK
    Left = 6
    Height = 266
    Top = 6
    Width = 321
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    Caption = 'Items'
    ClientHeight = 247
    ClientWidth = 317
    TabOrder = 0
    object TreeView1: TTreeView
      AnchorSideLeft.Control = GroupBox1
      AnchorSideTop.Control = GroupBox1
      AnchorSideBottom.Control = GroupBox1
      AnchorSideBottom.Side = asrBottom
      Left = 5
      Height = 237
      Top = 5
      Width = 194
      Anchors = [akTop, akLeft, akRight, akBottom]
      BorderSpacing.Left = 5
      BorderSpacing.Top = 5
      BorderSpacing.Bottom = 5
      DefaultItemHeight = 19
      HideSelection = False
      ReadOnly = True
      TabOrder = 0
      OnSelectionChanged = TreeView1SelectionChanged
      Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
    end
    object BtnNewItem: TButton
      Tag = 1
      AnchorSideLeft.Control = TreeView1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = GroupBox1
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      Left = 205
      Height = 25
      Top = 6
      Width = 106
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      Caption = '&New Item'
      Default = True
      OnClick = BtnNewItemClick
      TabOrder = 1
    end
    object BtnNewSubItem: TButton
      AnchorSideLeft.Control = TreeView1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = BtnNewItem
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      Left = 205
      Height = 25
      Top = 37
      Width = 106
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      Caption = 'N&ew SubItem'
      OnClick = BtnNewItemClick
      TabOrder = 2
    end
    object BtnDelete: TButton
      AnchorSideLeft.Control = TreeView1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = BtnNewSubItem
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      Left = 205
      Height = 25
      Top = 68
      Width = 106
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      Caption = '&Delete'
      OnClick = btnDeleteClick
      TabOrder = 3
    end
    object BtnLoad: TButton
      AnchorSideLeft.Control = TreeView1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = BtnDelete
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      Left = 205
      Height = 25
      Top = 99
      Width = 106
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      Caption = '&Load'
      OnClick = btnLoadClick
      TabOrder = 4
    end
    object BtnSave: TButton
      AnchorSideLeft.Control = TreeView1
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = BtnLoad
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox1
      AnchorSideRight.Side = asrBottom
      Left = 205
      Height = 25
      Top = 130
      Width = 106
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Around = 6
      Caption = '&Save'
      OnClick = btnSaveClick
      TabOrder = 5
    end
  end
  object GroupBox2: TGroupBox
    AnchorSideLeft.Control = GroupBox1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = BtnOK
    Left = 333
    Height = 266
    Top = 6
    Width = 197
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    Caption = 'Item Properties'
    ClientHeight = 247
    ClientWidth = 193
    TabOrder = 1
    object LabelText: TLabel
      AnchorSideLeft.Control = GroupBox2
      AnchorSideTop.Control = GroupBox2
      Left = 6
      Height = 18
      Top = 6
      Width = 30
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      Caption = 'Text:'
      FocusControl = edtText
      ParentColor = False
    end
    object LabelImageIndex: TLabel
      AnchorSideLeft.Control = LabelText
      AnchorSideTop.Control = edtText
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 18
      Top = 59
      Width = 83
      BorderSpacing.Top = 6
      Caption = 'Image Index:'
      FocusControl = edtIndexImg
      ParentColor = False
    end
    object LabelSelectedIndex: TLabel
      AnchorSideLeft.Control = LabelImageIndex
      AnchorSideTop.Control = edtIndexImg
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 18
      Top = 112
      Width = 99
      BorderSpacing.Top = 6
      Caption = 'Selected index:'
      FocusControl = edtIndexSel
      ParentColor = False
    end
    object LabelStateIndex: TLabel
      AnchorSideLeft.Control = LabelSelectedIndex
      AnchorSideTop.Control = edtIndexSel
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 18
      Top = 165
      Width = 78
      BorderSpacing.Top = 6
      Caption = 'State Index:'
      FocusControl = edtIndexState
      ParentColor = False
    end
    object edtText: TEdit
      AnchorSideLeft.Control = LabelText
      AnchorSideTop.Control = LabelText
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = GroupBox2
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 27
      Top = 26
      Width = 182
      Anchors = [akTop, akLeft, akRight]
      AutoSize = True
      BorderSpacing.Top = 2
      BorderSpacing.Right = 5
      OnChange = Edit1Change
      TabOrder = 0
    end
    object edtIndexImg: TEdit
      AnchorSideLeft.Control = LabelImageIndex
      AnchorSideTop.Control = LabelImageIndex
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 27
      Top = 79
      Width = 48
      AutoSize = True
      BorderSpacing.Top = 2
      OnEditingDone = edtIndexStateEditingDone
      TabOrder = 1
    end
    object edtIndexSel: TEdit
      AnchorSideLeft.Control = LabelSelectedIndex
      AnchorSideTop.Control = LabelSelectedIndex
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 27
      Top = 132
      Width = 48
      AutoSize = True
      BorderSpacing.Top = 2
      OnEditingDone = edtIndexStateEditingDone
      TabOrder = 2
    end
    object edtIndexState: TEdit
      AnchorSideLeft.Control = LabelStateIndex
      AnchorSideTop.Control = LabelStateIndex
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 27
      Top = 185
      Width = 48
      AutoSize = True
      BorderSpacing.Top = 2
      OnEditingDone = edtIndexStateEditingDone
      TabOrder = 3
    end
  end
  object BtnOK: TBitBtn
    AnchorSideRight.Control = BtnCancel
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 209
    Height = 36
    Top = 278
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = '&OK'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    Kind = bkOK
    ModalResult = 1
    NumGlyphs = 0
    TabOrder = 2
  end
  object BtnCancel: TBitBtn
    AnchorSideRight.Control = BtnApply
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 290
    Height = 32
    Top = 282
    Width = 78
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Cancel = True
    Caption = 'Cancel'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    Kind = bkCancel
    ModalResult = 2
    NumGlyphs = 0
    TabOrder = 3
  end
  object BtnApply: TBitBtn
    AnchorSideRight.Control = BtnHelp
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 374
    Height = 29
    Top = 285
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = '&Apply'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    NumGlyphs = 0
    OnClick = btnApplyClick
    TabOrder = 4
  end
  object BtnHelp: TBitBtn
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 455
    Height = 36
    Top = 278
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = '&Help'
    Constraints.MinHeight = 25
    Constraints.MinWidth = 75
    Kind = bkHelp
    NumGlyphs = 0
    TabOrder = 5
  end
  object OpenDialog1: TOpenDialog
    Title = 'Open'
    FilterIndex = 0
    left = 176
    top = 234
  end
  object SaveDialog1: TSaveDialog
    Title = 'Save'
    FilterIndex = 0
    left = 176
    top = 234
  end
end