object SpellOptionDialogSSCE: TSpellOptionDialogSSCE Left = 118 Top = 71 HelpContext = 14022 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Spell Checking Options' ClientHeight = 247 ClientWidth = 510 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object cbIgnoreCaps: TCheckBox Left = 8 Top = 16 Width = 410 Height = 17 Caption = 'Ignore capitalised &words (e.g., Europe)' TabOrder = 0 end object cbIgnoreAllCaps: TCheckBox Left = 8 Top = 32 Width = 410 Height = 17 Caption = 'Ignore &all-caps words (e.g., FYI)' TabOrder = 1 end object cbIgnoreNumbers: TCheckBox Left = 8 Top = 48 Width = 410 Height = 17 Caption = 'Ignore words with &numbers (e.g., Win32)' TabOrder = 2 end object cbIgnoreMixed: TCheckBox Left = 8 Top = 64 Width = 410 Height = 17 Caption = 'Ignore words with mi&xed case (e.g., SuperBase)' TabOrder = 3 end object cbCase: TCheckBox Left = 8 Top = 80 Width = 410 Height = 17 Caption = '&Case-sensitive' TabOrder = 4 end object cbPhonetic: TCheckBox Left = 8 Top = 96 Width = 410 Height = 17 Caption = '&Phonetic suggestions' TabOrder = 5 end object cbTypo: TCheckBox Left = 8 Top = 112 Width = 410 Height = 17 Caption = '&Typographical suggestions' TabOrder = 6 end object cbSplit: TCheckBox Left = 8 Top = 128 Width = 410 Height = 17 Caption = 'Suggest split wor&ds' TabOrder = 7 end object cbAutoCorrect: TCheckBox Left = 8 Top = 144 Width = 410 Height = 17 Caption = 'A&uto correct' TabOrder = 8 end object rgSuggest: TRadioGroup Left = 8 Top = 168 Width = 418 Height = 73 Caption = 'Suggestions' ItemIndex = 1 Items.Strings = ( '&Fast but less accurate' '&Moderately fast and accurate' '&Slow but accurate') TabOrder = 9 end object bOK: TButton Left = 424 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 10 end object bCancel: TButton Left = 424 Top = 48 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 11 end end