This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/mouseactiondialog.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
object MouseaActionDialog: TMouseaActionDialog
  Left = 314
  Height = 267
  Top = 217
  Width = 362
  AutoSize = True
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'MouseaActionDialog'
  ClientHeight = 267
  ClientWidth = 362
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object BtnLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ButtonBox
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = ActionLabel
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 16
    Top = 143
    Width = 64
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    Caption = 'BtnLabel'
    ParentColor = False
  end
  object ActionLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ActionBox
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 16
    Top = 9
    Width = 64
    BorderSpacing.Left = 6
    Caption = 'ActionLabel'
    ParentColor = False
  end
  object OptLabel: TLabel
    AnchorSideLeft.Control = CaretCheck
    AnchorSideTop.Control = CaretCheck
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 76
    Height = 16
    Top = 60
    Width = 280
    Anchors = [akTop, akLeft, akRight]
    AutoSize = False
    BorderSpacing.Top = 6
    BorderSpacing.Right = 6
    Caption = ' '
    ParentColor = False
  end
  object PriorLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = PriorSpin
    AnchorSideTop.Side = asrCenter
    Left = 6
    Height = 16
    Top = 108
    Width = 54
    BorderSpacing.Left = 6
    Caption = 'PriorLabel'
    ParentColor = False
  end
  object CapturePanel: TPanel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = ShiftCheck
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = BtnDefault
    AnchorSideBottom.Control = BtnDefault
    AnchorSideBottom.Side = asrBottom
    Left = 6
    Height = 25
    Top = 194
    Width = 262
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BorderSpacing.Right = 6
    BevelOuter = bvLowered
    BevelWidth = 2
    Color = clBtnShadow
    ParentColor = False
    TabOrder = 2
    OnMouseDown = CapturePanelMouseDown
  end
  object ShiftCheck: TCheckBox
    AnchorSideLeft.Control = ButtonBox
    AnchorSideTop.Control = ButtonBox
    AnchorSideTop.Side = asrBottom
    Left = 76
    Height = 19
    Top = 169
    Width = 77
    AllowGrayed = True
    BorderSpacing.Top = 6
    Caption = 'ShiftCheck'
    TabOrder = 6
  end
  object AltCheck: TCheckBox
    AnchorSideLeft.Control = ShiftCheck
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = ShiftCheck
    AnchorSideTop.Side = asrCenter
    Left = 159
    Height = 19
    Top = 169
    Width = 68
    AllowGrayed = True
    BorderSpacing.Left = 6
    Caption = 'AltCheck'
    TabOrder = 7
  end
  object CtrlCheck: TCheckBox
    AnchorSideLeft.Control = AltCheck
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = ShiftCheck
    AnchorSideTop.Side = asrCenter
    Left = 233
    Height = 19
    Top = 169
    Width = 72
    AllowGrayed = True
    BorderSpacing.Left = 6
    Caption = 'CtrlCheck'
    TabOrder = 8
  end
  object BtnDefault: TButton
    AnchorSideLeft.Control = CtrlCheck
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = ShiftCheck
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Side = asrBottom
    Left = 274
    Height = 25
    Top = 194
    Width = 82
    Anchors = [akTop, akRight]
    AutoSize = True
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BorderSpacing.Right = 6
    Caption = 'BtnDefault'
    OnClick = BtnDefaultClick
    TabOrder = 9
  end
  object DirCheck: TCheckBox
    AnchorSideLeft.Control = ClickBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = ClickBox
    AnchorSideTop.Side = asrCenter
    Left = 288
    Height = 19
    Top = 142
    Width = 68
    BorderSpacing.Around = 6
    Caption = 'DirCheck'
    TabOrder = 5
  end
  object ClickBox: TComboBox
    AnchorSideLeft.Control = ButtonBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = ButtonBox
    Left = 182
    Height = 23
    Top = 140
    Width = 100
    BorderSpacing.Left = 6
    ItemHeight = 15
    Style = csDropDownList
    TabOrder = 4
  end
  object ButtonBox: TComboBox
    AnchorSideLeft.Control = BtnLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = PriorSpin
    AnchorSideTop.Side = asrBottom
    Left = 76
    Height = 23
    Top = 140
    Width = 100
    BorderSpacing.Left = 6
    BorderSpacing.Top = 12
    ItemHeight = 15
    Style = csDropDownList
    TabOrder = 3
  end
  object CaretCheck: TCheckBox
    AnchorSideLeft.Control = ActionBox
    AnchorSideTop.Control = ActionBox
    AnchorSideTop.Side = asrBottom
    Left = 76
    Height = 19
    Top = 35
    Width = 81
    BorderSpacing.Top = 6
    Caption = 'CaretCheck'
    TabOrder = 1
  end
  object ActionBox: TComboBox
    AnchorSideLeft.Control = ActionLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 76
    Height = 23
    Top = 6
    Width = 280
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BorderSpacing.Right = 6
    ItemHeight = 15
    OnChange = ActionBoxChange
    Style = csDropDownList
    TabOrder = 0
  end
  object ButtonPanel1: TButtonPanel
    AnchorSideTop.Control = BtnDefault
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 36
    Top = 225
    Width = 350
    Anchors = [akTop, akLeft, akRight, akBottom]
    TabOrder = 10
    ShowButtons = [pbOK, pbCancel]
  end
  object OptBox: TComboBox
    AnchorSideLeft.Control = OptLabel
    AnchorSideTop.Control = OptLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 76
    Height = 23
    Top = 76
    Width = 280
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Right = 6
    Enabled = False
    ItemHeight = 15
    Style = csDropDownList
    TabOrder = 11
  end
  object PriorSpin: TSpinEdit
    AnchorSideLeft.Control = OptLabel
    AnchorSideTop.Control = OptBox
    AnchorSideTop.Side = asrBottom
    Left = 76
    Height = 23
    Top = 105
    Width = 60
    BorderSpacing.Top = 6
    MaxValue = 3
    TabOrder = 12
  end
end