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

  1. object SpellSuggester: TSpellSuggester
  2.   Left = 230
  3.   Top = 113
  4.   HelpContext = 14022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Spell checking'
  8.   ClientHeight = 176
  9.   ClientWidth = 479
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 17
  20.     Width = 79
  21.     Height = 13
  22.     Caption = '&Not in dictionary:'
  23.     FocusControl = eWord
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 41
  28.     Width = 52
  29.     Height = 13
  30.     Caption = '&Change to:'
  31.     FocusControl = eChange
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 65
  36.     Width = 61
  37.     Height = 13
  38.     Caption = '&Suggestions:'
  39.     FocusControl = lSuggest
  40.   end
  41.   object Label4: TLabel
  42.     Left = 8
  43.     Top = 152
  44.     Width = 65
  45.     Height = 13
  46.     Caption = 'Add &words to:'
  47.   end
  48.   object eWord: TEdit
  49.     Left = 120
  50.     Top = 16
  51.     Width = 145
  52.     Height = 21
  53.     TabOrder = 0
  54.     OnChange = eWordChange
  55.   end
  56.   object eChange: TEdit
  57.     Left = 120
  58.     Top = 40
  59.     Width = 145
  60.     Height = 21
  61.     TabOrder = 1
  62.   end
  63.   object lSuggest: TListBox
  64.     Left = 120
  65.     Top = 64
  66.     Width = 145
  67.     Height = 73
  68.     ItemHeight = 13
  69.     TabOrder = 2
  70.     OnClick = lSuggestClick
  71.   end
  72.   object bIgnore: TButton
  73.     Left = 272
  74.     Top = 16
  75.     Width = 97
  76.     Height = 25
  77.     Caption = '&Ignore'
  78.     ModalResult = 7
  79.     TabOrder = 3
  80.   end
  81.   object bIgnoreAll: TButton
  82.     Left = 376
  83.     Top = 16
  84.     Width = 97
  85.     Height = 25
  86.     Caption = 'Ig&nore All'
  87.     ModalResult = 3
  88.     TabOrder = 4
  89.   end
  90.   object bChange: TButton
  91.     Left = 272
  92.     Top = 48
  93.     Width = 97
  94.     Height = 25
  95.     Caption = '&Change'
  96.     Default = True
  97.     ModalResult = 6
  98.     TabOrder = 5
  99.   end
  100.   object bChangeAll: TButton
  101.     Left = 376
  102.     Top = 48
  103.     Width = 97
  104.     Height = 25
  105.     Caption = 'C&hange All'
  106.     ModalResult = 4
  107.     TabOrder = 6
  108.   end
  109.   object bAdd: TButton
  110.     Left = 272
  111.     Top = 80
  112.     Width = 97
  113.     Height = 25
  114.     Caption = '&Add'
  115.     ModalResult = 1
  116.     TabOrder = 7
  117.   end
  118.   object bOptions: TButton
  119.     Left = 376
  120.     Top = 112
  121.     Width = 97
  122.     Height = 25
  123.     Caption = '&Options...'
  124.     TabOrder = 9
  125.     OnClick = bOptionsClick
  126.   end
  127.   object bDictionary: TButton
  128.     Left = 272
  129.     Top = 144
  130.     Width = 97
  131.     Height = 25
  132.     Caption = '&Dictionaries...'
  133.     TabOrder = 10
  134.     OnClick = bDictionaryClick
  135.   end
  136.   object bSuggest: TButton
  137.     Left = 376
  138.     Top = 80
  139.     Width = 97
  140.     Height = 25
  141.     Caption = '&Suggest'
  142.     TabOrder = 8
  143.     OnClick = bSuggestClick
  144.   end
  145.   object Cancel: TButton
  146.     Left = 376
  147.     Top = 144
  148.     Width = 97
  149.     Height = 25
  150.     Cancel = True
  151.     Caption = 'Cancel'
  152.     ModalResult = 2
  153.     TabOrder = 11
  154.   end
  155.   object cbLex: TComboBox
  156.     Left = 120
  157.     Top = 148
  158.     Width = 145
  159.     Height = 21
  160.     Style = csDropDownList
  161.     ItemHeight = 13
  162.     TabOrder = 12
  163.   end
  164.   object bUndo: TButton
  165.     Left = 272
  166.     Top = 112
  167.     Width = 97
  168.     Height = 25
  169.     Caption = '&Undo'
  170.     Enabled = False
  171.     TabOrder = 13
  172.     OnClick = bUndoClick
  173.   end
  174. end
  175.