object SpellSuggester: TSpellSuggester Left = 230 Top = 113 HelpContext = 14022 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Spell checking' ClientHeight = 176 ClientWidth = 479 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 17 Width = 79 Height = 13 Caption = '&Not in dictionary:' FocusControl = eWord end object Label2: TLabel Left = 8 Top = 41 Width = 52 Height = 13 Caption = '&Change to:' FocusControl = eChange end object Label3: TLabel Left = 8 Top = 65 Width = 61 Height = 13 Caption = '&Suggestions:' FocusControl = lSuggest end object Label4: TLabel Left = 8 Top = 152 Width = 65 Height = 13 Caption = 'Add &words to:' end object eWord: TEdit Left = 120 Top = 16 Width = 145 Height = 21 TabOrder = 0 OnChange = eWordChange end object eChange: TEdit Left = 120 Top = 40 Width = 145 Height = 21 TabOrder = 1 end object lSuggest: TListBox Left = 120 Top = 64 Width = 145 Height = 73 ItemHeight = 13 TabOrder = 2 OnClick = lSuggestClick end object bIgnore: TButton Left = 272 Top = 16 Width = 97 Height = 25 Caption = '&Ignore' ModalResult = 7 TabOrder = 3 end object bIgnoreAll: TButton Left = 376 Top = 16 Width = 97 Height = 25 Caption = 'Ig&nore All' ModalResult = 3 TabOrder = 4 end object bChange: TButton Left = 272 Top = 48 Width = 97 Height = 25 Caption = '&Change' Default = True ModalResult = 6 TabOrder = 5 end object bChangeAll: TButton Left = 376 Top = 48 Width = 97 Height = 25 Caption = 'C&hange All' ModalResult = 4 TabOrder = 6 end object bAdd: TButton Left = 272 Top = 80 Width = 97 Height = 25 Caption = '&Add' ModalResult = 1 TabOrder = 7 end object bOptions: TButton Left = 376 Top = 112 Width = 97 Height = 25 Caption = '&Options...' TabOrder = 9 OnClick = bOptionsClick end object bDictionary: TButton Left = 272 Top = 144 Width = 97 Height = 25 Caption = '&Dictionaries...' TabOrder = 10 OnClick = bDictionaryClick end object bSuggest: TButton Left = 376 Top = 80 Width = 97 Height = 25 Caption = '&Suggest' TabOrder = 8 OnClick = bSuggestClick end object Cancel: TButton Left = 376 Top = 144 Width = 97 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 11 end object cbLex: TComboBox Left = 120 Top = 148 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 12 end object bUndo: TButton Left = 272 Top = 112 Width = 97 Height = 25 Caption = '&Undo' Enabled = False TabOrder = 13 OnClick = bUndoClick end end