home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / EPA / ea4 / prg / Engact.ex_ / 0 / RCDATA / TINSTALLSPEECHFORM / TINSTALLSPEECHFORM.txt
Text File  |  2000-03-20  |  1KB  |  66 lines

  1. object InstallSpeechForm: TInstallSpeechForm
  2.   Left = 365
  3.   Top = 263
  4.   Width = 481
  5.   Height = 253
  6.   Caption = 'Speech Recognition'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MsgLabel: TLabel
  18.     Left = 19
  19.     Top = 10
  20.     Width = 374
  21.     Height = 58
  22.     AutoSize = False
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -12
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     WordWrap = True
  30.   end
  31.   object SRCheck: TCheckBox
  32.     Left = 19
  33.     Top = 94
  34.     Width = 370
  35.     Height = 18
  36.     Caption = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
  37.     TabOrder = 0
  38.   end
  39.   object TTSCheck: TCheckBox
  40.     Left = 19
  41.     Top = 128
  42.     Width = 372
  43.     Height = 18
  44.     Caption = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
  45.     TabOrder = 1
  46.   end
  47.   object OkBtn: TButton
  48.     Left = 21
  49.     Top = 166
  50.     Width = 65
  51.     Height = 22
  52.     Caption = 'OK'
  53.     TabOrder = 2
  54.     OnClick = OkBtnClick
  55.   end
  56.   object CancelBtn: TButton
  57.     Left = 321
  58.     Top = 166
  59.     Width = 65
  60.     Height = 22
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 3
  64.   end
  65. end
  66.