This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/charactermapdlg.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
object CharacterMapDialog: TCharacterMapDialog
  Left = 370
  Height = 432
  Top = 128
  Width = 484
  ActiveControl = PageControl1
  BorderStyle = bsSizeToolWin
  Caption = 'CharacterMapDialog'
  ClientHeight = 432
  ClientWidth = 484
  FormStyle = fsStayOnTop
  KeyPreview = True
  OnCreate = FormCreate
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '0.9.31'
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 400
    Width = 472
    OKButton.Name = 'OKButton'
    OKButton.Caption = '&OK'
    OKButton.Enabled = False
    HelpButton.Name = 'HelpButton'
    HelpButton.Caption = '&Help'
    HelpButton.OnClick = HelpButtonClick
    CloseButton.Name = 'CloseButton'
    CloseButton.Caption = '&Close'
    CancelButton.Name = 'CancelButton'
    CancelButton.Caption = 'Cancel'
    CancelButton.Enabled = False
    TabOrder = 0
    ShowButtons = [pbClose, pbHelp]
    ShowBevel = False
  end
  object PageControl1: TPageControl
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = ButtonPanel
    Left = 6
    Height = 388
    Top = 6
    Width = 472
    ActivePage = TabSheet1
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Around = 6
    TabIndex = 0
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = 'ANSI'
      ClientHeight = 362
      ClientWidth = 464
      object CharInfoLabel: TLabel
        AnchorSideLeft.Control = TabSheet1
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = TabSheet1
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = TabSheet1
        AnchorSideBottom.Side = asrBottom
        Left = 6
        Height = 14
        Top = 342
        Width = 452
        Anchors = [akLeft, akRight, akBottom]
        BorderSpacing.Around = 6
        Caption = 'CharInfoLabel'
        ParentColor = False
      end
      object StringGrid1: TStringGrid
        AnchorSideLeft.Control = TabSheet1
        AnchorSideTop.Control = TabSheet1
        AnchorSideRight.Control = TabSheet1
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = CharInfoLabel
        Left = 0
        Height = 336
        Top = 0
        Width = 464
        Anchors = [akTop, akLeft, akRight, akBottom]
        ColCount = 17
        DefaultColWidth = 16
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
        RowCount = 15
        TabOrder = 0
        OnMouseDown = StringGrid1MouseDown
        OnMouseMove = StringGrid1MouseMove
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Unicode'
      ClientHeight = 362
      ClientWidth = 464
      object UnicodeCharInfoLabel: TLabel
        AnchorSideLeft.Control = Owner
        AnchorSideTop.Control = cbUniRange
        AnchorSideTop.Side = asrCenter
        Left = 6
        Height = 14
        Top = 338
        Width = 107
        BorderSpacing.Around = 6
        Caption = 'UnicodeCharInfoLabel'
        ParentColor = False
      end
      object StringGrid2: TStringGrid
        AnchorSideLeft.Control = TabSheet2
        AnchorSideTop.Control = TabSheet2
        AnchorSideRight.Control = TabSheet2
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = cbUniRange
        Left = 0
        Height = 329
        Top = 0
        Width = 464
        Anchors = [akTop, akLeft, akRight, akBottom]
        ColCount = 16
        DefaultColWidth = 16
        FixedCols = 0
        FixedRows = 0
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
        RowCount = 15
        TabOrder = 0
        OnMouseDown = StringGrid2MouseDown
        OnMouseMove = StringGrid2MouseMove
      end
      object cbUniRange: TComboBox
        AnchorSideRight.Control = TabSheet2
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = TabSheet2
        AnchorSideBottom.Side = asrBottom
        Left = 246
        Height = 21
        Top = 335
        Width = 212
        Anchors = [akRight, akBottom]
        BorderSpacing.Around = 6
        ItemHeight = 13
        OnSelect = cbUniRangeSelect
        Style = csDropDownList
        TabOrder = 1
      end
    end
  end
end