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

  1. object SpellOptionDialogSSCE: TSpellOptionDialogSSCE
  2.   Left = 118
  3.   Top = 71
  4.   HelpContext = 14022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Spell Checking Options'
  8.   ClientHeight = 247
  9.   ClientWidth = 510
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object cbIgnoreCaps: TCheckBox
  19.     Left = 8
  20.     Top = 16
  21.     Width = 410
  22.     Height = 17
  23.     Caption = 'Ignore capitalised &words (e.g., Europe)'
  24.     TabOrder = 0
  25.   end
  26.   object cbIgnoreAllCaps: TCheckBox
  27.     Left = 8
  28.     Top = 32
  29.     Width = 410
  30.     Height = 17
  31.     Caption = 'Ignore &all-caps words (e.g., FYI)'
  32.     TabOrder = 1
  33.   end
  34.   object cbIgnoreNumbers: TCheckBox
  35.     Left = 8
  36.     Top = 48
  37.     Width = 410
  38.     Height = 17
  39.     Caption = 'Ignore words with &numbers (e.g., Win32)'
  40.     TabOrder = 2
  41.   end
  42.   object cbIgnoreMixed: TCheckBox
  43.     Left = 8
  44.     Top = 64
  45.     Width = 410
  46.     Height = 17
  47.     Caption = 'Ignore words with mi&xed case (e.g., SuperBase)'
  48.     TabOrder = 3
  49.   end
  50.   object cbCase: TCheckBox
  51.     Left = 8
  52.     Top = 80
  53.     Width = 410
  54.     Height = 17
  55.     Caption = '&Case-sensitive'
  56.     TabOrder = 4
  57.   end
  58.   object cbPhonetic: TCheckBox
  59.     Left = 8
  60.     Top = 96
  61.     Width = 410
  62.     Height = 17
  63.     Caption = '&Phonetic suggestions'
  64.     TabOrder = 5
  65.   end
  66.   object cbTypo: TCheckBox
  67.     Left = 8
  68.     Top = 112
  69.     Width = 410
  70.     Height = 17
  71.     Caption = '&Typographical suggestions'
  72.     TabOrder = 6
  73.   end
  74.   object cbSplit: TCheckBox
  75.     Left = 8
  76.     Top = 128
  77.     Width = 410
  78.     Height = 17
  79.     Caption = 'Suggest split wor&ds'
  80.     TabOrder = 7
  81.   end
  82.   object cbAutoCorrect: TCheckBox
  83.     Left = 8
  84.     Top = 144
  85.     Width = 410
  86.     Height = 17
  87.     Caption = 'A&uto correct'
  88.     TabOrder = 8
  89.   end
  90.   object rgSuggest: TRadioGroup
  91.     Left = 8
  92.     Top = 168
  93.     Width = 418
  94.     Height = 73
  95.     Caption = 'Suggestions'
  96.     ItemIndex = 1
  97.     Items.Strings = (
  98.       '&Fast but less accurate'
  99.       '&Moderately fast and accurate'
  100.       '&Slow but accurate')
  101.     TabOrder = 9
  102.   end
  103.   object bOK: TButton
  104.     Left = 424
  105.     Top = 8
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 10
  112.   end
  113.   object bCancel: TButton
  114.     Left = 424
  115.     Top = 48
  116.     Width = 75
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 11
  122.   end
  123. end
  124.