This file is indexed.

/usr/lib/lazarus/0.9.30.4/ideintf/frmselectprops.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
object SelectPropertiesForm: TSelectPropertiesForm
  Left = 411
  Height = 462
  Top = 175
  Width = 485
  ActiveControl = LBProperties
  Caption = 'Select properties'
  ClientHeight = 462
  ClientWidth = 485
  OnClose = SelectPropertiesFormClose
  OnCreate = SelectPropertiesFormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.25'
  object PTop: TPanel
    Height = 248
    Width = 485
    Align = alTop
    BevelOuter = bvNone
    ClientHeight = 248
    ClientWidth = 485
    FullRepaint = False
    TabOrder = 0
    object PProperties: TPanel
      Left = 233
      Height = 248
      Width = 252
      Align = alClient
      BevelOuter = bvNone
      ClientHeight = 248
      ClientWidth = 252
      FullRepaint = False
      TabOrder = 0
      object LProperties: TLabel
        Left = 6
        Height = 14
        Top = 6
        Width = 240
        Align = alTop
        BorderSpacing.Around = 6
        Caption = '&Properties'
        Layout = tlCenter
        ParentColor = False
      end
      object LBProperties: TListBox
        Left = 6
        Height = 216
        Top = 26
        Width = 240
        Align = alClient
        BorderSpacing.Around = 6
        MultiSelect = True
        OnClick = LBPropertiesClick
        OnDblClick = LBPropertiesDblClick
        Sorted = True
        TabOrder = 0
        TopIndex = -1
      end
    end
    object PComponents: TPanel
      Height = 248
      Width = 229
      Align = alLeft
      BevelOuter = bvNone
      Caption = 'PComponents'
      ClientHeight = 248
      ClientWidth = 229
      FullRepaint = False
      TabOrder = 1
      object LComponents: TLabel
        Left = 6
        Height = 14
        Top = 6
        Width = 217
        Align = alTop
        Anchors = [akTop, akLeft]
        BorderSpacing.Around = 6
        Caption = 'Co&mponents'
        Layout = tlCenter
        ParentColor = False
      end
      object LBComponents: TListBox
        Left = 6
        Height = 216
        Top = 26
        Width = 217
        Align = alClient
        BorderSpacing.Around = 6
        OnSelectionChange = LBComponentsSelectionChange
        Sorted = True
        TabOrder = 0
        TopIndex = -1
      end
    end
    object VSplitter: TSplitter
      Left = 229
      Height = 248
      Width = 4
    end
  end
  object HSplitter: TSplitter
    Cursor = crVSplit
    Height = 4
    Top = 248
    Width = 485
    Align = alTop
    Beveled = True
    ResizeAnchor = akTop
  end
  object PBottom: TPanel
    Height = 210
    Top = 252
    Width = 485
    Align = alClient
    BevelOuter = bvNone
    ClientHeight = 210
    ClientWidth = 485
    Constraints.MinHeight = 190
    FullRepaint = False
    TabOrder = 1
    object LLBSelected: TLabel
      Left = 10
      Height = 14
      Top = 3
      Width = 94
      BorderSpacing.Around = 6
      Caption = '&Selected Properties'
      ParentColor = False
    end
    object LBSelected: TListBox
      AnchorSideLeft.Control = PBottom
      AnchorSideRight.Control = BAdd
      AnchorSideBottom.Control = PBottom
      AnchorSideBottom.Side = asrBottom
      Left = 6
      Height = 180
      Top = 24
      Width = 392
      Anchors = [akTop, akLeft, akRight, akBottom]
      BorderSpacing.Around = 6
      MultiSelect = True
      TabOrder = 0
      TopIndex = -1
    end
    object BAdd: TButton
      AnchorSideTop.Control = LBSelected
      AnchorSideRight.Control = PBottom
      AnchorSideRight.Side = asrBottom
      Left = 404
      Height = 25
      Top = 24
      Width = 75
      Anchors = [akTop, akRight]
      BorderSpacing.Right = 6
      Caption = '&Add'
      OnClick = BAddClick
      TabOrder = 1
    end
    object BDelete: TButton
      AnchorSideLeft.Control = BAdd
      AnchorSideTop.Control = BAdd
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = BAdd
      AnchorSideRight.Side = asrBottom
      Left = 404
      Height = 25
      Top = 55
      Width = 75
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = '&Delete'
      OnClick = BDeleteClick
      TabOrder = 2
    end
    object BClear: TButton
      AnchorSideLeft.Control = BDelete
      AnchorSideTop.Control = BDelete
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = BDelete
      AnchorSideRight.Side = asrBottom
      Left = 404
      Height = 25
      Top = 86
      Width = 75
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Top = 6
      Caption = 'C&lear'
      OnClick = BClearClick
      TabOrder = 3
    end
    object BOK: TButton
      AnchorSideRight.Control = PBottom
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = PBottom
      AnchorSideBottom.Side = asrBottom
      Left = 404
      Height = 25
      Top = 179
      Width = 75
      Anchors = [akRight, akBottom]
      BorderSpacing.Around = 6
      Caption = '&OK'
      Default = True
      ModalResult = 1
      TabOrder = 4
    end
    object BCancel: TButton
      AnchorSideRight.Control = BOK
      AnchorSideRight.Side = asrBottom
      AnchorSideBottom.Control = BOK
      Left = 404
      Height = 25
      Top = 148
      Width = 75
      Anchors = [akRight, akBottom]
      Cancel = True
      Caption = '&Cancel'
      ModalResult = 2
      TabOrder = 5
    end
  end
end