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

  1. object AddTranscription: TAddTranscription
  2.   Left = 445
  3.   Top = 297
  4.   Width = 478
  5.   Height = 217
  6.   Caption = 'Add pronunciation'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 26
  22.     Height = 16
  23.     Caption = 'Te&xt'
  24.     FocusControl = Word
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 77
  29.     Width = 78
  30.     Height = 16
  31.     Caption = '&Transcription'
  32.     FocusControl = Transcription
  33.   end
  34.   object CharMap: TSpeedButton
  35.     Left = 232
  36.     Top = 144
  37.     Width = 30
  38.     Height = 30
  39.     Hint = 'Add a selected phonetic character'
  40.     Glyph.Data = {
  41.       72010000424D7201000000000000760000002800000015000000150000000100
  42.       040000000000FC00000000000000000000001000000010000000000000000000
  43.       80000080000000808000800000008000800080800000C0C0C000808080000000
  44.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  45.       FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  46.       FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFF0000FFFFFFFF
  47.       F000FFFFFFFFFFF00FFFFFFFF000FFFFFFFFFFF00FFFFFFFF000FFF0000FFFF0
  48.       0FF000FFF000FF00FF0FFFF0FF0FFF0FF000FF0FFF0FF00FFF00000FF000FF0F
  49.       FF0FFF0FFFFFFF0FF000FF0FFF0FFFF0FF0FF00FF000FFF0000F00000FF000FF
  50.       F000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFF
  51.       FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  52.       FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
  53.     OnClick = CharMapClick
  54.   end
  55.   object Word: TEdit
  56.     Left = 8
  57.     Top = 35
  58.     Width = 457
  59.     Height = 31
  60.     Hint = 'A word that will be added to the Transcription Registry'
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -20
  64.     Font.Name = 'Arial'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 0
  68.   end
  69.   object Transcription: TEdit
  70.     Left = 8
  71.     Top = 104
  72.     Width = 457
  73.     Height = 31
  74.     Hint = 
  75.       'Transcription of the word (see Search : Other texts : Pronunciat' +
  76.       'ion)'
  77.     Font.Charset = ANSI_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -20
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 1
  84.   end
  85.   object OK: TBitBtn
  86.     Left = 296
  87.     Top = 144
  88.     Width = 75
  89.     Height = 30
  90.     Caption = '&OK'
  91.     TabOrder = 2
  92.     OnClick = OKClick
  93.     Kind = bkOK
  94.   end
  95.   object Cancel: TBitBtn
  96.     Left = 376
  97.     Top = 144
  98.     Width = 75
  99.     Height = 30
  100.     Caption = '&Cancel'
  101.     TabOrder = 3
  102.     OnClick = CancelClick
  103.     Kind = bkCancel
  104.   end
  105. end
  106.