object SpellOptionDialogCSAPI: TSpellOptionDialogCSAPI Left = 375 Top = 207 HelpContext = 14022 BorderStyle = bsDialog Caption = 'Spell Checking Options' ClientHeight = 170 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object cbIgnoreAllCaps: TCheckBox Left = 16 Top = 16 Width = 410 Height = 17 Caption = 'Ignore &all-caps words (e.g., FYI)' TabOrder = 0 end object cbIgnoreNumbers: TCheckBox Left = 16 Top = 40 Width = 410 Height = 17 Caption = 'Ignore words with &numbers (e.g., Win32)' TabOrder = 1 end object cbIgnoreRoman: TCheckBox Left = 16 Top = 64 Width = 410 Height = 17 Caption = 'Ignore word composed of all roman numerals (e.g., XXIV)' TabOrder = 2 end object cbPhonetic: TCheckBox Left = 16 Top = 88 Width = 410 Height = 17 Caption = '&Phonetic suggestions' TabOrder = 3 end object bOK: TButton Left = 232 Top = 136 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object bCancel: TButton Left = 320 Top = 136 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object cbSuggestFromUserDict: TCheckBox Left = 17 Top = 112 Width = 410 Height = 17 Caption = 'Suggest from User Dictionaries' TabOrder = 6 end end