home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TSPELLOPTIONDIALOGCSAPI / TSPELLOPTIONDIALOGCSAPI.txt
Text File  |  2001-09-09  |  2KB  |  78 lines

  1. object SpellOptionDialogCSAPI: TSpellOptionDialogCSAPI
  2.   Left = 375
  3.   Top = 207
  4.   HelpContext = 14022
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spell Checking Options'
  7.   ClientHeight = 170
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object cbIgnoreAllCaps: TCheckBox
  18.     Left = 16
  19.     Top = 16
  20.     Width = 410
  21.     Height = 17
  22.     Caption = 'Ignore &all-caps words (e.g., FYI)'
  23.     TabOrder = 0
  24.   end
  25.   object cbIgnoreNumbers: TCheckBox
  26.     Left = 16
  27.     Top = 40
  28.     Width = 410
  29.     Height = 17
  30.     Caption = 'Ignore words with &numbers (e.g., Win32)'
  31.     TabOrder = 1
  32.   end
  33.   object cbIgnoreRoman: TCheckBox
  34.     Left = 16
  35.     Top = 64
  36.     Width = 410
  37.     Height = 17
  38.     Caption = 'Ignore word composed of all roman numerals (e.g., XXIV)'
  39.     TabOrder = 2
  40.   end
  41.   object cbPhonetic: TCheckBox
  42.     Left = 16
  43.     Top = 88
  44.     Width = 410
  45.     Height = 17
  46.     Caption = '&Phonetic suggestions'
  47.     TabOrder = 3
  48.   end
  49.   object bOK: TButton
  50.     Left = 232
  51.     Top = 136
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 4
  58.   end
  59.   object bCancel: TButton
  60.     Left = 320
  61.     Top = 136
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 5
  68.   end
  69.   object cbSuggestFromUserDict: TCheckBox
  70.     Left = 17
  71.     Top = 112
  72.     Width = 410
  73.     Height = 17
  74.     Caption = 'Suggest from User Dictionaries'
  75.     TabOrder = 6
  76.   end
  77. end
  78.