home *** CD-ROM | disk | FTP | other *** search
- object AddTranscription: TAddTranscription
- Left = 445
- Top = 297
- Width = 478
- Height = 217
- Caption = 'Add pronunciation'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 26
- Height = 16
- Caption = 'Te&xt'
- FocusControl = Word
- end
- object Label2: TLabel
- Left = 8
- Top = 77
- Width = 78
- Height = 16
- Caption = '&Transcription'
- FocusControl = Transcription
- end
- object CharMap: TSpeedButton
- Left = 232
- Top = 144
- Width = 30
- Height = 30
- Hint = 'Add a selected phonetic character'
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFF0000FFFFFFFF
- F000FFFFFFFFFFF00FFFFFFFF000FFFFFFFFFFF00FFFFFFFF000FFF0000FFFF0
- 0FF000FFF000FF00FF0FFFF0FF0FFF0FF000FF0FFF0FF00FFF00000FF000FF0F
- FF0FFF0FFFFFFF0FF000FF0FFF0FFFF0FF0FF00FF000FFF0000F00000FF000FF
- F000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
- OnClick = CharMapClick
- end
- object Word: TEdit
- Left = 8
- Top = 35
- Width = 457
- Height = 31
- Hint = 'A word that will be added to the Transcription Registry'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Transcription: TEdit
- Left = 8
- Top = 104
- Width = 457
- Height = 31
- Hint =
- 'Transcription of the word (see Search : Other texts : Pronunciat' +
- 'ion)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object OK: TBitBtn
- Left = 296
- Top = 144
- Width = 75
- Height = 30
- Caption = '&OK'
- TabOrder = 2
- OnClick = OKClick
- Kind = bkOK
- end
- object Cancel: TBitBtn
- Left = 376
- Top = 144
- Width = 75
- Height = 30
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = CancelClick
- Kind = bkCancel
- end
- end
-