object AddictSpellDialog: TAddictSpellDialog Left = 344 Top = 113 Hint = '|Spell check...' BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Spell Check' ClientHeight = 157 ClientWidth = 386 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} PixelsPerInch = 96 TextHeight = 13 object ErrorLabel: TLabel Left = 8 Top = 8 Width = 53 Height = 13 Caption = 'Not Found:' FocusControl = NotFound end object ActionLabel: TLabel Left = 8 Top = 32 Width = 68 Height = 13 Caption = '&Replace With:' FocusControl = WordEdit end object SuggestLabel: TLabel Left = 8 Top = 57 Width = 61 Height = 13 Caption = '&Suggestions:' FocusControl = SuggestBox end object NotFound: TEdit Left = 96 Top = 8 Width = 281 Height = 21 Hint = '|Misspelled or unknown word found in document' HelpContext = 912 ReadOnly = True TabOrder = 6 end object WordEdit: TEdit Left = 96 Top = 32 Width = 121 Height = 21 Hint = '|Replace with word' HelpContext = 913 TabOrder = 7 end object SuggestBox: TListBox Left = 96 Top = 56 Width = 121 Height = 97 Hint = '|Suggestion list' HelpContext = 914 ItemHeight = 13 TabOrder = 8 end object ChangeAll: TButton Left = 224 Top = 32 Width = 75 Height = 22 Hint = '|Replace current and all successive instances of the misspelled ' + 'word' HelpContext = 900 Caption = '&Change All' Enabled = False TabOrder = 0 OnClick = ChangeAllClick end object Change: TButton Left = 304 Top = 32 Width = 75 Height = 22 Hint = '|Replace current instance of the misspelled word' HelpContext = 901 Caption = 'C&hange' Enabled = False TabOrder = 1 OnClick = ChangeClick end object IgnoreAll: TButton Left = 224 Top = 56 Width = 75 Height = 22 Hint = '|Ignore all instances of misspelled word in current spell check ' + 'session' HelpContext = 902 Caption = '&Ignore All' Enabled = False TabOrder = 2 OnClick = IgnoreAllClick end object Ignore: TButton Left = 304 Top = 56 Width = 75 Height = 22 Hint = '|Ignore this instance of the misspelled word' HelpContext = 903 Caption = 'I&gnore' Enabled = False TabOrder = 3 OnClick = IgnoreClick end object Add: TButton Left = 224 Top = 80 Width = 75 Height = 22 Hint = '|Adds unknown word to current user dictionary' HelpContext = 904 Caption = '&Add' Enabled = False TabOrder = 4 OnClick = AddClick end object AutoCorrect: TButton Left = 304 Top = 80 Width = 75 Height = 22 Hint = '|Adds auto-correction pair to current user dictionary' HelpContext = 905 Caption = 'Au&to-Correct' Enabled = False TabOrder = 5 OnClick = AutoCorrectClick end object Help: TButton Left = 224 Top = 131 Width = 75 Height = 22 Hint = '|Help information about this dialog box' Caption = 'Hel&p' TabOrder = 13 OnClick = HelpClick end object Options: TButton Left = 8 Top = 131 Width = 75 Height = 22 Hint = '|Set main and user dictionaries as well as configuration setting' + 's' HelpContext = 909 Caption = '&Options' TabOrder = 12 OnClick = OptionsClick end object Start: TButton Left = 8 Top = 83 Width = 75 Height = 22 Hint = '|Restart a spell check session from the caret position' HelpContext = 907 Caption = 'Start' Enabled = False TabOrder = 10 OnClick = StartClick end object Cancel: TBitBtn Left = 304 Top = 131 Width = 75 Height = 22 Hint = '|End the spell check session and close dialog box' HelpContext = 911 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 14 OnClick = CancelClick NumGlyphs = 2 end object UndoLast: TButton Left = 8 Top = 107 Width = 75 Height = 22 Hint = '|Undo last correction' HelpContext = 908 Caption = 'Undo &Last' Enabled = False TabOrder = 11 OnClick = UndoLastClick end object Suggest: TButton Left = 8 Top = 59 Width = 75 Height = 22 Hint = '|Add suggestions for the misspelled word in the suggestion list' HelpContext = 906 Caption = 'S&uggest' Enabled = False TabOrder = 9 OnClick = SuggestClick end object DC: TDialogControl WordEdit = WordEdit Suggestions = SuggestBox OnChangeEnabled = DC1ChangeEnabled OnChangeVisible = DC1ChangeVisible OnGetCaption = DC1GetCaption OnSetCaption = DC1SetCaption OnResize = DCResize Left = 352 end end