home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TFONTFORM / TFONTFORM.txt
Encoding:
Text File  |  1999-03-17  |  1.9 KB  |  113 lines

  1. object FontForm: TFontForm
  2.   Left = 477
  3.   Top = 96
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Char'
  7.   ClientHeight = 499
  8.   ClientWidth = 187
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object ListBox1: TListBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 89
  25.     Height = 465
  26.     Hint = 
  27.       'ASCII character used to insert a phonetic character from keyboar' +
  28.       'd'
  29.     ItemHeight = 16
  30.     Items.Strings = (
  31.       '&'
  32.       'A'
  33.       'i'
  34.       'I'
  35.       'e'
  36.       '0'
  37.       'O'
  38.       'U'
  39.       'u'
  40.       'V'
  41.       '3'
  42.       '@'
  43.       'N'
  44.       'R'
  45.       'S'
  46.       'Z'
  47.       'T'
  48.       'D')
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     TabOrder = 0
  52.     OnDblClick = ListBox1DblClick
  53.     OnKeyUp = ListBox1KeyUp
  54.     OnMouseDown = ListBox1MouseDown
  55.   end
  56.   object ListBox2: TListBox
  57.     Left = 88
  58.     Top = 0
  59.     Width = 97
  60.     Height = 465
  61.     Hint = 'Phonetic character that is to be inserted'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -18
  65.     Font.Name = 'SuperMemo IPA'
  66.     Font.Style = []
  67.     ItemHeight = 20
  68.     Items.Strings = (
  69.       '&'
  70.       'A'
  71.       'i'
  72.       'I'
  73.       'e'
  74.       '0'
  75.       'O'
  76.       'U'
  77.       'u'
  78.       'V'
  79.       '3'
  80.       '@'
  81.       'N'
  82.       'R'
  83.       'S'
  84.       'Z'
  85.       'T'
  86.       'D')
  87.     ParentFont = False
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.     TabOrder = 1
  91.     OnDblClick = ListBox1DblClick
  92.     OnKeyUp = ListBox1KeyUp
  93.     OnMouseDown = ListBox1MouseDown
  94.   end
  95.   object OK: TBitBtn
  96.     Left = 8
  97.     Top = 472
  98.     Width = 81
  99.     Height = 25
  100.     TabOrder = 2
  101.     OnClick = OKClick
  102.     Kind = bkOK
  103.   end
  104.   object Cancel: TBitBtn
  105.     Left = 96
  106.     Top = 472
  107.     Width = 81
  108.     Height = 25
  109.     TabOrder = 3
  110.     Kind = bkCancel
  111.   end
  112. end
  113.