home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TCHARMAPDLG / TCHARMAPDLG.txt
Text File  |  1998-06-03  |  2KB  |  84 lines

  1. object CharmapDlg: TCharmapDlg
  2.   Left = 298
  3.   Top = 165
  4.   HelpContext = 5021
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Character Map'
  8.   ClientHeight = 355
  9.   ClientWidth = 581
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LKey: TLabel
  19.     Left = 402
  20.     Top = 317
  21.     Width = 169
  22.     Height = 30
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Font.Color = clWindowText
  26.     Font.Height = 20
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 85
  33.     Top = 316
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Close'
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.   end
  41.   object BInsert: TButton
  42.     Left = 5
  43.     Top = 316
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Insert'
  47.     Default = True
  48.     TabOrder = 1
  49.     OnClick = BInsertClick
  50.   end
  51.   object LBChars: TListBox
  52.     Left = 0
  53.     Top = 0
  54.     Width = 581
  55.     Height = 300
  56.     Align = alTop
  57.     Columns = 16
  58.     Font.Color = clBlack
  59.     Font.Height = -16
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ItemHeight = 20
  63.     ParentFont = False
  64.     TabOrder = 0
  65.     OnClick = LBCharsClick
  66.     OnDblClick = BInsertClick
  67.   end
  68.   object EChar: TPanel
  69.     Left = 272
  70.     Top = 304
  71.     Width = 65
  72.     Height = 49
  73.     BevelInner = bvLowered
  74.     BevelOuter = bvNone
  75.     Color = clWindow
  76.     Font.Color = clBlack
  77.     Font.Height = -27
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 3
  82.   end
  83. end
  84.