home *** CD-ROM | disk | FTP | other *** search
- object FontForm: TFontForm
- Left = 477
- Top = 96
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Char'
- ClientHeight = 499
- ClientWidth = 187
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 89
- Height = 465
- Hint =
- 'ASCII character used to insert a phonetic character from keyboar' +
- 'd'
- ItemHeight = 16
- Items.Strings = (
- '&'
- 'A'
- 'i'
- 'I'
- 'e'
- '0'
- 'O'
- 'U'
- 'u'
- 'V'
- '3'
- '@'
- 'N'
- 'R'
- 'S'
- 'Z'
- 'T'
- 'D')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnDblClick = ListBox1DblClick
- OnKeyUp = ListBox1KeyUp
- OnMouseDown = ListBox1MouseDown
- end
- object ListBox2: TListBox
- Left = 88
- Top = 0
- Width = 97
- Height = 465
- Hint = 'Phonetic character that is to be inserted'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -18
- Font.Name = 'SuperMemo IPA'
- Font.Style = []
- ItemHeight = 20
- Items.Strings = (
- '&'
- 'A'
- 'i'
- 'I'
- 'e'
- '0'
- 'O'
- 'U'
- 'u'
- 'V'
- '3'
- '@'
- 'N'
- 'R'
- 'S'
- 'Z'
- 'T'
- 'D')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnDblClick = ListBox1DblClick
- OnKeyUp = ListBox1KeyUp
- OnMouseDown = ListBox1MouseDown
- end
- object OK: TBitBtn
- Left = 8
- Top = 472
- Width = 81
- Height = 25
- TabOrder = 2
- OnClick = OKClick
- Kind = bkOK
- end
- object Cancel: TBitBtn
- Left = 96
- Top = 472
- Width = 81
- Height = 25
- TabOrder = 3
- Kind = bkCancel
- end
- end
-