This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/unitinfodlg.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
object UnitInfoDialog: TUnitInfoDialog
  Left = 347
  Height = 283
  Top = 251
  Width = 500
  ActiveControl = Notebook
  BorderStyle = bsSizeToolWin
  Caption = 'UnitInfoDialog'
  ClientHeight = 283
  ClientWidth = 500
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object OkButton: TBitBtn
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 419
    Height = 32
    Top = 245
    Width = 75
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.Bottom = 6
    Cancel = True
    Caption = '&OK'
    Constraints.MinWidth = 75
    Default = True
    Kind = bkOK
    ModalResult = 1
    NumGlyphs = 0
    TabOrder = 0
  end
  object Notebook: TPageControl
    AnchorSideBottom.Control = OkButton
    Left = 6
    Height = 233
    Top = 6
    Width = 488
    ActivePage = GeneralPage
    Align = alTop
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    TabIndex = 0
    TabOrder = 1
    object GeneralPage: TTabSheet
      Caption = 'GeneralPage'
      ClientHeight = 206
      ClientWidth = 486
      object ULines: TLabel
        Left = 12
        Height = 18
        Top = 92
        Width = 52
        Alignment = taRightJustify
        Caption = 'ULines'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
      object OutLines: TLabel
        AnchorSideLeft.Control = ULines
        AnchorSideLeft.Side = asrBottom
        Left = 76
        Height = 18
        Top = 92
        Width = 58
        BorderSpacing.Left = 12
        Caption = 'OutLines'
        ParentColor = False
      end
      object OutPath: TLabel
        AnchorSideLeft.Control = UPath
        AnchorSideLeft.Side = asrBottom
        Left = 70
        Height = 18
        Top = 112
        Width = 52
        BorderSpacing.Left = 12
        Caption = 'OutPath'
        ParentColor = False
      end
      object UPath: TLabel
        Left = 12
        Height = 18
        Top = 112
        Width = 46
        Alignment = taRightJustify
        Caption = 'UPath'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
      object UIncludedBy: TLabel
        Left = 12
        Height = 18
        Top = 132
        Width = 96
        Alignment = taRightJustify
        Caption = 'UIncludedBy'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
      object OutIncludedBy: TLabel
        AnchorSideLeft.Control = UIncludedBy
        AnchorSideLeft.Side = asrBottom
        Left = 120
        Height = 18
        Top = 132
        Width = 96
        BorderSpacing.Left = 12
        Caption = 'OutIncludedBy'
        ParentColor = False
      end
      object OutSize: TLabel
        AnchorSideLeft.Control = USize
        AnchorSideLeft.Side = asrBottom
        Left = 68
        Height = 18
        Top = 72
        Width = 51
        BorderSpacing.Left = 12
        Caption = 'OutSize'
        ParentColor = False
      end
      object USize: TLabel
        Left = 12
        Height = 18
        Top = 72
        Width = 44
        Alignment = taRightJustify
        Caption = 'USize'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
      object UInProject: TLabel
        Left = 12
        Height = 18
        Top = 52
        Width = 80
        Alignment = taRightJustify
        Caption = 'UInProject'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
      object OutInProject: TLabel
        AnchorSideLeft.Control = UInProject
        AnchorSideLeft.Side = asrBottom
        Left = 104
        Height = 18
        Top = 52
        Width = 81
        BorderSpacing.Left = 12
        Caption = 'OutInProject'
        ParentColor = False
      end
      object OutType: TLabel
        AnchorSideLeft.Control = UType
        AnchorSideLeft.Side = asrBottom
        Left = 71
        Height = 18
        Top = 32
        Width = 54
        BorderSpacing.Left = 12
        Caption = 'OutType'
        ParentColor = False
      end
      object UType: TLabel
        Left = 12
        Height = 18
        Top = 32
        Width = 47
        Alignment = taRightJustify
        Caption = 'UType'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
      object OutName: TLabel
        AnchorSideLeft.Control = UName
        AnchorSideLeft.Side = asrBottom
        Left = 79
        Height = 18
        Top = 12
        Width = 63
        BorderSpacing.Left = 12
        Caption = 'OutName'
        ParentColor = False
      end
      object UName: TLabel
        Left = 12
        Height = 18
        Top = 12
        Width = 55
        Alignment = taRightJustify
        Caption = 'UName'
        Font.Style = [fsBold]
        ParentColor = False
        ParentFont = False
      end
      object ClearIncludedBy: TButton
        AnchorSideTop.Control = UIncludedBy
        Left = 12
        Height = 29
        Top = 152
        Width = 118
        AutoSize = True
        BorderSpacing.Top = 20
        Caption = 'ClearIncludedBy'
        OnClick = clearIncludedByClick
        TabOrder = 0
      end
    end
    object UnitPathsPage: TTabSheet
      Caption = 'UnitPathsPage'
      ClientHeight = 206
      ClientWidth = 486
      object UnitPathMemo: TMemo
        Left = 6
        Height = 194
        Top = 6
        Width = 468
        Align = alClient
        BorderSpacing.Around = 6
        ReadOnly = True
        ScrollBars = ssAutoBoth
        TabOrder = 0
      end
    end
    object IncludePathsPage: TTabSheet
      Caption = 'IncludePathsPage'
      ClientHeight = 206
      ClientWidth = 486
      object IncludePathMemo: TMemo
        Left = 6
        Height = 201
        Top = 6
        Width = 468
        Align = alClient
        BorderSpacing.Around = 6
        ReadOnly = True
        ScrollBars = ssAutoBoth
        TabOrder = 0
      end
    end
    object CompleteUnitPathsPage: TTabSheet
      Caption = 'CompleteUnitPathsPage'
      ClientHeight = 206
      ClientWidth = 486
      object SrcPathMemo: TMemo
        Left = 6
        Height = 194
        Top = 6
        Width = 474
        Align = alClient
        BorderSpacing.Around = 6
        ReadOnly = True
        ScrollBars = ssAutoBoth
        TabOrder = 0
      end
    end
  end
  object CodeToolsDefsButton: TButton
    AnchorSideTop.Control = OkButton
    AnchorSideBottom.Control = OkButton
    AnchorSideBottom.Side = asrBottom
    Left = 6
    Height = 32
    Top = 245
    Width = 151
    Anchors = [akTop, akLeft, akBottom]
    AutoSize = True
    Caption = 'CodeToolsDefsButton'
    OnClick = CodeToolsDefsButtonClick
    TabOrder = 2
  end
  object GotoIncludeDirectiveButton: TButton
    AnchorSideTop.Control = OkButton
    AnchorSideRight.Control = OkButton
    AnchorSideBottom.Control = OkButton
    AnchorSideBottom.Side = asrBottom
    Left = 221
    Height = 32
    Top = 245
    Width = 192
    Anchors = [akTop, akRight, akBottom]
    AutoSize = True
    BorderSpacing.Right = 6
    Caption = 'GotoIncludeDirectiveButton'
    ModalResult = 6
    TabOrder = 3
  end
end