This file is indexed.

/usr/lib/lazarus/0.9.30.4/ideintf/maskpropedit.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
object MaskEditorForm: TMaskEditorForm
  Left = 458
  Height = 287
  Top = 248
  Width = 507
  ActiveControl = InputMaskEdit
  AutoSize = True
  BorderStyle = bsDialog
  Caption = 'Input Mask Editor'
  ClientHeight = 287
  ClientWidth = 507
  OnCreate = MaskEditorFormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object InputMaskLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 6
    Height = 14
    Top = 6
    Width = 58
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = '&Input Mask:'
    FocusControl = InputMaskEdit
    ParentColor = False
  end
  object SampleMasksLabel: TLabel
    AnchorSideLeft.Control = SampleMasksListBox
    AnchorSideTop.Control = Owner
    Left = 201
    Height = 14
    Top = 6
    Width = 71
    BorderSpacing.Top = 6
    Caption = '&Sample Masks:'
    ParentColor = False
  end
  object CharactersForBlanksLabel: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = InputMaskEdit
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 14
    Top = 50
    Width = 103
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = 'Character for Blanks:'
    FocusControl = CharactersForBlanksEdit
    ParentColor = False
  end
  object InputMaskEdit: TEdit
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = InputMaskLabel
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 21
    Top = 23
    Width = 189
    BorderSpacing.Left = 6
    BorderSpacing.Top = 3
    OnChange = InputMaskEditChange
    TabOrder = 0
  end
  object SampleMasksListBox: TListBox
    AnchorSideLeft.Control = InputMaskEdit
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = SampleMasksLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = LoadSampleMasksButton
    AnchorSideBottom.Side = asrBottom
    Left = 201
    Height = 191
    Top = 23
    Width = 300
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 3
    BorderSpacing.Right = 6
    ItemHeight = 0
    OnClick = SampleMasksListBoxClick
    OnDrawItem = SampleMasksListBoxDrawItem
    Style = lbOwnerDrawFixed
    TabOrder = 4
  end
  object LoadSampleMasksButton: TButton
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = TestInputPanel
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 25
    Top = 189
    Width = 75
    BorderSpacing.Around = 6
    Caption = '&Masks...'
    OnClick = LoadSampleMasksButtonClick
    TabOrder = 5
  end
  object CharactersForBlanksEdit: TEdit
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = CharactersForBlanksLabel
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = InputMaskEdit
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 21
    Top = 67
    Width = 189
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 3
    MaxLength = 1
    OnChange = CharactersForBlankEditChange
    TabOrder = 1
  end
  object SaveLiteralCheckBox: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = CharactersForBlanksEdit
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 17
    Top = 94
    Width = 130
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = 'Save &Literal Characters'
    OnClick = SaveLiteralCheckBoxClick
    TabOrder = 2
  end
  object TestInputPanel: TPanel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = SaveLiteralCheckBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = InputMaskEdit
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 66
    Top = 117
    Width = 189
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    BevelInner = bvRaised
    BevelOuter = bvLowered
    ClientHeight = 66
    ClientWidth = 189
    FullRepaint = False
    TabOrder = 3
    object TestInputLabel: TLabel
      AnchorSideLeft.Control = TestInputPanel
      AnchorSideTop.Control = TestInputPanel
      Left = 6
      Height = 14
      Top = 6
      Width = 55
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      Caption = '&Test Input:'
      ParentColor = False
    end
    object TestMaskEdit: TMaskEdit
      AnchorSideLeft.Control = TestInputPanel
      AnchorSideTop.Control = TestInputLabel
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = TestInputPanel
      AnchorSideRight.Side = asrBottom
      Left = 6
      Height = 21
      Top = 23
      Width = 177
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 3
      BorderSpacing.Right = 6
      CharCase = ecNormal
      MaxLength = 0
      TabOrder = 0
      SpaceChar = '_'
    end
  end
  object ButtonPanel1: TButtonPanel
    AnchorSideTop.Control = LoadSampleMasksButton
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 61
    Top = 220
    Width = 495
    Anchors = [akTop, akLeft, akRight, akBottom]
    TabOrder = 6
    ShowButtons = [pbOK, pbCancel, pbHelp]
  end
  object OpenDialog1: TOpenDialog
    Title = 'Open mask file (*.dem)'
    DefaultExt = '.dem'
    Filter = 'Edit Masks (*.dem)|*.dem|All Files (*.*)|*.*'
    FilterIndex = 0
    Options = [ofNoChangeDir, ofEnableSizing, ofViewDetail]
    left = 152
    top = 96
  end
end