object CharmapDlg: TCharmapDlg Left = 298 Top = 165 HelpContext = 5021 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Character Map' ClientHeight = 355 ClientWidth = 581 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object LKey: TLabel Left = 402 Top = 317 Width = 169 Height = 30 Alignment = taRightJustify AutoSize = False Font.Color = clWindowText Font.Height = 20 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object CancelBtn: TButton Left = 85 Top = 316 Width = 75 Height = 25 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 2 end object BInsert: TButton Left = 5 Top = 316 Width = 75 Height = 25 Caption = '&Insert' Default = True TabOrder = 1 OnClick = BInsertClick end object LBChars: TListBox Left = 0 Top = 0 Width = 581 Height = 300 Align = alTop Columns = 16 Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 20 ParentFont = False TabOrder = 0 OnClick = LBCharsClick OnDblClick = BInsertClick end object EChar: TPanel Left = 272 Top = 304 Width = 65 Height = 49 BevelInner = bvLowered BevelOuter = bvNone Color = clWindow Font.Color = clBlack Font.Height = -27 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end end