home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TMSSPELLDLG / TMSSPELLDLG.txt
Encoding:
Text File  |  1999-02-07  |  24.8 KB  |  648 lines

  1. object MSSpellDlg: TMSSpellDlg
  2.   Left = 196
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spelling'
  6.   ClientHeight = 238
  7.   ClientWidth = 438
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lblFound: TLabel
  16.     Left = 3
  17.     Top = 11
  18.     Width = 81
  19.     Height = 13
  20.     Alignment = taRightJustify
  21.     Caption = 'Not in Dictionary:'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     Transparent = True
  29.   end
  30.   object lblReplace: TLabel
  31.     Left = 28
  32.     Top = 37
  33.     Width = 56
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'Change &To:'
  37.     FocusControl = edtWord
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object lblSuggestions: TLabel
  47.     Left = 23
  48.     Top = 62
  49.     Width = 61
  50.     Height = 13
  51.     Alignment = taRightJustify
  52.     Caption = 'Suggestio&ns:'
  53.     FocusControl = lstSuggest
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.   end
  62.   object edtWord: TEnterEdit
  63.     Left = 89
  64.     Top = 34
  65.     Width = 177
  66.     Height = 21
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     Text = 'edtWord'
  75.     OnKeyUp = QuickSuggest
  76.   end
  77.   object lstSuggest: TNewListBox
  78.     Left = 89
  79.     Top = 81
  80.     Width = 177
  81.     Height = 109
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ItemHeight = 13
  88.     ParentFont = False
  89.     TabOrder = 2
  90.     OnDblClick = lstSuggestDblClick
  91.     OnChange = lstSuggestChange
  92.   end
  93.   object btnReplace: TBitBtn
  94.     Left = 273
  95.     Top = 86
  96.     Width = 77
  97.     Height = 26
  98.     Caption = '&Change'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clWindowText
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     TabOrder = 5
  106.     OnClick = btnReplaceClick
  107.     Glyph.Data = {
  108.       06020000424D0602000000000000760000002800000028000000140000000100
  109.       0400000000009001000000000000000000001000000000000000000000000000
  110.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  111.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  112.       3333333333FFFFFFFF333FFFFF3330000000033300000333377777777F337777
  113.       7FF330EFEFEF03307333703337F3FFFF7F37733377F330F4444E033333333033
  114.       37F777737F333333F7F33099999903333330703337F333337F33333777FF309F
  115.       FFF903333330000337F333337F33333777733099999903333330003337F3FF3F
  116.       7F333337773330F44E0003333330033337F7737773333337733330EFEF003333
  117.       3330333337FFFF7733333337333330000003333333333333377777733333FFFF
  118.       FFFF3333333333300000000333333F3333377777777F333303333330EFEFEF03
  119.       33337F333337F3FFFF7F333003333330F4444E0333377F333337F777737F3300
  120.       03333330EFEFEF0333777F333337F3FFFF7F300003333330F4444E0337777F33
  121.       3337F777737F330703333330EFEFEF03337773333337F3FF3F7F330333333330
  122.       F44E0003337FF333FF37F7737773330733370330EFEF00333377FFF77337FFFF
  123.       7733333000003330000003333337777733377777733333333333333333333333
  124.       33333333333333333333}
  125.     NumGlyphs = 2
  126.     Spacing = 0
  127.   end
  128.   object btnSkip: TBitBtn
  129.     Left = 273
  130.     Top = 56
  131.     Width = 77
  132.     Height = 26
  133.     Caption = '&Ignore'
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clWindowText
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 3
  141.     OnClick = btnSkipClick
  142.     Glyph.Data = {
  143.       06020000424D0602000000000000760000002800000028000000140000000100
  144.       0400000000009001000000000000000000001000000000000000000000000000
  145.       80000080000000808000800000008000800080800000C0C0C000808080000000
  146.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  147.       3333333333333333333333333333333333333333333333333333333333333333
  148.       333333333338888883333333333333FFFFFFF333333333333444444483333333
  149.       333338888888F3333333333334EFEFE483333333333338F33338F33333333333
  150.       34FEFEF483333333333338F33338F3333333333334EFEFE483333333333338F3
  151.       3338F3333333333334FEFEF483333333333338F33338F3333333333334EFEFE4
  152.       33333333333338FFFFF8F333F333333334444444333303333333388888883338
  153.       FF33333333333333333000333F333333333333888FF330333333333333000003
  154.       8333333333333888883333333333333333333333333333333333333333333333
  155.       333333333333333333F333333333333F33333303333333333330333338333333
  156.       333333833333333333333333333333333333F33333333F333333333303333333
  157.       303333333338333F33F383333333333333303303333333333333338338333333
  158.       3333333333333333333333333333333333333333333333333333333333333333
  159.       33333333333333333333}
  160.     NumGlyphs = 2
  161.     Spacing = 0
  162.   end
  163.   object btnSkipAll: TBitBtn
  164.     Left = 355
  165.     Top = 56
  166.     Width = 77
  167.     Height = 26
  168.     Caption = 'I&gnore All'
  169.     Font.Charset = DEFAULT_CHARSET
  170.     Font.Color = clWindowText
  171.     Font.Height = -11
  172.     Font.Name = 'MS Sans Serif'
  173.     Font.Style = []
  174.     ParentFont = False
  175.     TabOrder = 4
  176.     OnClick = btnSkipAllClick
  177.     Glyph.Data = {
  178.       06020000424D0602000000000000760000002800000028000000140000000100
  179.       0400000000009001000000000000000000001000000000000000000000000000
  180.       80000080000000808000800000008000800080800000C0C0C000808080000000
  181.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  182.       3333333333333333333333333333333333333333333333333333333333333333
  183.       333333333338888883333333333333FFFFFFF333333333333444444483333333
  184.       333338888888F3333333333334EFEFE483333333333338F33338F33333333333
  185.       34FEFEF483333333333338F33338F3333333333334EFEFE483333333333338F3
  186.       3338F3333333333334FEFEF483333333333338F33338F3333333333334EFEFE4
  187.       33333333333338FFFFF8F333F333333334444444333303333333388888883338
  188.       FF33333333333333333000333F333333333333888FF330333333333333000003
  189.       8333333333333888883333333333333333333333333333333333333333333333
  190.       333333333333333333F333333333333F33333303333333333330333338333333
  191.       333333833333333333333333333333333333F33333333F333333333303333333
  192.       303333333338333F33F383333333333333303303333333333333338338333333
  193.       3333333333333333333333333333333333333333333333333333333333333333
  194.       33333333333333333333}
  195.     NumGlyphs = 2
  196.     Spacing = 0
  197.   end
  198.   object btnSuggest: TBitBtn
  199.     Left = 355
  200.     Top = 115
  201.     Width = 77
  202.     Height = 26
  203.     Caption = '&Suggest'
  204.     Font.Charset = DEFAULT_CHARSET
  205.     Font.Color = clWindowText
  206.     Font.Height = -11
  207.     Font.Name = 'MS Sans Serif'
  208.     Font.Style = []
  209.     ParentFont = False
  210.     TabOrder = 8
  211.     OnClick = btnSuggestClick
  212.     Glyph.Data = {
  213.       56070000424D5607000000000000360400002800000028000000140000000100
  214.       0800000000002003000000000000000000000001000000000000000000000000
  215.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  216.       A600000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  246.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  247.       0303030303030303030303030303030303030303030303FFFF03030303030303
  248.       030303030303030303030606030303030303030303030303030303030303F8F8
  249.       03FF030303030303030303030303030303060404060303030303030303030303
  250.       0303030303F8FF03F8FF030303030303030303030303030303FE060604030303
  251.       03030303030303030303030303F803FFF8030303030303030303030303030303
  252.       0303FE06060303030303030303030303030303030303F8F80303030303030303
  253.       03030303030303030303030303030303030303030303030303030303030303FF
  254.       FF03030303030303030303030303030303030404060303030303030303030303
  255.       030303030303F8F803FF03030303030303030303030303030306060604030303
  256.       03030303030303030303030303F8FF03F8FF0303030303030303030303030303
  257.       03FE06060403030303030303030303030303030303F8FF03F803FF0303030303
  258.       030303030303030303FE06060604030303030303030303030303030303F803FF
  259.       03F803FF0303030303030303030303030303FE06060604030303030303030303
  260.       030303030303F803FF03F803FF0303030303030303030303030303FE06060604
  261.       030303030303030303030303FFFF03F803FF03F803FF03030303030303030304
  262.       04030303FE0606060403030303030303030303F8F803FF03F803FF03F8FF0303
  263.       03030303030306060604030303FE060604030303030303030303F8FF03F803FF
  264.       FFF80303F8FF0303030303030303FE0606060404040606060403030303030303
  265.       0303F803FF03F8F8F8030303F8FF030303030303030303FE0606060606060606
  266.       0603030303030303030303F803FFFF0303030303F80303030303030303030303
  267.       FEFE060606060606030303030303030303030303F8F803FFFFFFFFF803030303
  268.       03030303030303030303FEFEFEFEFE030303030303030303030303030303F8F8
  269.       F8F8F80303030303030303030303030303030303030303030303030303030303
  270.       0303030303030303030303030303030303030303030303030303030303030303
  271.       0303030303030303030303030303030303030303030303030303}
  272.     NumGlyphs = 2
  273.     Spacing = 0
  274.   end
  275.   object btnAdd: TBitBtn
  276.     Left = 273
  277.     Top = 115
  278.     Width = 77
  279.     Height = 26
  280.     Caption = '&Add'
  281.     Font.Charset = DEFAULT_CHARSET
  282.     Font.Color = clWindowText
  283.     Font.Height = -11
  284.     Font.Name = 'MS Sans Serif'
  285.     Font.Style = []
  286.     ParentFont = False
  287.     TabOrder = 7
  288.     OnClick = btnAddClick
  289.     Glyph.Data = {
  290.       06020000424D0602000000000000760000002800000028000000140000000100
  291.       0400000000009001000000000000000000001000000000000000000000000000
  292.       80000080000000808000800000008000800080800000C0C0C000808080000000
  293.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  294.       3333333333333333333FFFFF333333333333330000033333333FFFFFFF88888F
  295.       FFF333888888880AAA08883333888888888F3388883F38BFBFBFBF0AAA0FBF83
  296.       38F33333FF8F338FFF8F38FBFBF0000AAA00008338F3333888833388888F38BF
  297.       BFB0AAAAAAAAA08338F33338F3333333388F38FBFBF0AAAAAAAAA08338F33338
  298.       F3333333388F38BFBFB0AAAAAAAAA08338F33338FFFF3333388F38FBFBF0000A
  299.       AA00008338F33338888F3388888F38BFBFBFBF0AAA0FBF8338F33333338F338F
  300.       338F38FBFBFBFB0AAA0BFB8338F33333338FFF8F338F38BFBFBFBF00000FBF83
  301.       38F3333333888883338F38FBFBFBFBFBFBFBFB8338F3333333333333338F38BF
  302.       BFBFBFBFBFBFBF8338F3333333333333338F38FBFBFBFBFBFBFBFB8338FFFFFF
  303.       F3333333338F38888888BFBFBFBFBF83388888883FFFFFFFFF8338FBFBFB8888
  304.       88888833383FFFFF888888888833338888883333333333333388888833333333
  305.       3333333333333333333333333333333333333333333333333333333333333333
  306.       33333333333333333333}
  307.     NumGlyphs = 2
  308.     Spacing = 0
  309.   end
  310.   object btnClose: TBitBtn
  311.     Left = 258
  312.     Top = 208
  313.     Width = 83
  314.     Height = 26
  315.     Cancel = True
  316.     Caption = 'Cancel'
  317.     Font.Charset = DEFAULT_CHARSET
  318.     Font.Color = clWindowText
  319.     Font.Height = -11
  320.     Font.Name = 'MS Sans Serif'
  321.     Font.Style = []
  322.     ParentFont = False
  323.     TabOrder = 9
  324.     OnClick = btnCloseClick
  325.     Glyph.Data = {
  326.       BE060000424DBE06000000000000360400002800000024000000120000000100
  327.       0800000000008802000000000000000000000001000000000000000000000000
  328.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000C0DCC000F0CA
  329.       A600000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       0000000000000000000000000000000000000000000000000000000000000000
  334.       0000000000000000000000000000000000000000000000000000000000000000
  335.       0000000000000000000000000000000000000000000000000000000000000000
  336.       0000000000000000000000000000000000000000000000000000000000000000
  337.       0000000000000000000000000000000000000000000000000000000000000000
  338.       0000000000000000000000000000000000000000000000000000000000000000
  339.       0000000000000000000000000000000000000000000000000000000000000000
  340.       0000000000000000000000000000000000000000000000000000000000000000
  341.       0000000000000000000000000000000000000000000000000000000000000000
  342.       0000000000000000000000000000000000000000000000000000000000000000
  343.       0000000000000000000000000000000000000000000000000000000000000000
  344.       0000000000000000000000000000000000000000000000000000000000000000
  345.       0000000000000000000000000000000000000000000000000000000000000000
  346.       0000000000000000000000000000000000000000000000000000000000000000
  347.       0000000000000000000000000000000000000000000000000000000000000000
  348.       0000000000000000000000000000000000000000000000000000000000000000
  349.       0000000000000000000000000000000000000000000000000000000000000000
  350.       0000000000000000000000000000000000000000000000000000000000000000
  351.       0000000000000000000000000000000000000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000000000000000000000
  353.       0000000000000000000000000000000000000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       0000000000000000000000000000000000000000000000000000000000000000
  358.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  359.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  360.       0303030303030303030303030303030303030303030303030303030303030303
  361.       0303F8F80303030303030303030303030303030303FF03030303030303030303
  362.       0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
  363.       03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
  364.       030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
  365.       FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
  366.       030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
  367.       F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
  368.       010101F8030303030303030303F8FF030303030303FFF8030303030303030303
  369.       030101010101F80303030303030303030303F8FF0303030303F8030303030303
  370.       0303030303F901010101F8030303030303030303030303F8FF030303F8030303
  371.       0303030303030303F90101010101F8030303030303030303030303F803030303
  372.       F8FF030303030303030303F9010101F8010101F803030303030303030303F803
  373.       03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
  374.       03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
  375.       03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
  376.       0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
  377.       030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
  378.       03030303030303030303030303030303030303030303030303F8F8F803030303
  379.       0303030303030303030303030303030303030303030303030303030303030303
  380.       0303}
  381.     NumGlyphs = 2
  382.   end
  383.   object pnlIcons: TPanel
  384.     Left = 90
  385.     Top = 56
  386.     Width = 177
  387.     Height = 23
  388.     BevelOuter = bvLowered
  389.     BorderWidth = 4
  390.     Font.Charset = DEFAULT_CHARSET
  391.     Font.Color = clWindowText
  392.     Font.Height = -11
  393.     Font.Name = 'MS Sans Serif'
  394.     Font.Style = []
  395.     ParentFont = False
  396.     TabOrder = 11
  397.     object btnA: TSpeedButton
  398.       Left = 2
  399.       Top = 2
  400.       Width = 20
  401.       Height = 19
  402.       Caption = '∩┐╜'
  403.       Font.Charset = DEFAULT_CHARSET
  404.       Font.Color = clBlack
  405.       Font.Height = -12
  406.       Font.Name = 'MS Sans Serif'
  407.       Font.Style = []
  408.       ParentFont = False
  409.       OnClick = AccentClick
  410.     end
  411.     object btnE: TSpeedButton
  412.       Left = 23
  413.       Top = 2
  414.       Width = 20
  415.       Height = 19
  416.       Caption = '∩┐╜'
  417.       Font.Charset = DEFAULT_CHARSET
  418.       Font.Color = clBlack
  419.       Font.Height = -12
  420.       Font.Name = 'MS Sans Serif'
  421.       Font.Style = []
  422.       ParentFont = False
  423.       OnClick = AccentClick
  424.     end
  425.     object btnI: TSpeedButton
  426.       Left = 44
  427.       Top = 2
  428.       Width = 20
  429.       Height = 19
  430.       Caption = '∩┐╜'
  431.       Font.Charset = DEFAULT_CHARSET
  432.       Font.Color = clBlack
  433.       Font.Height = -12
  434.       Font.Name = 'MS Sans Serif'
  435.       Font.Style = []
  436.       ParentFont = False
  437.       OnClick = AccentClick
  438.     end
  439.     object btnO: TSpeedButton
  440.       Left = 65
  441.       Top = 2
  442.       Width = 20
  443.       Height = 19
  444.       Caption = '∩┐╜'
  445.       Font.Charset = DEFAULT_CHARSET
  446.       Font.Color = clBlack
  447.       Font.Height = -12
  448.       Font.Name = 'MS Sans Serif'
  449.       Font.Style = []
  450.       ParentFont = False
  451.       OnClick = AccentClick
  452.     end
  453.     object btnU: TSpeedButton
  454.       Left = 86
  455.       Top = 2
  456.       Width = 20
  457.       Height = 19
  458.       Caption = '∩┐╜'
  459.       Font.Charset = DEFAULT_CHARSET
  460.       Font.Color = clBlack
  461.       Font.Height = -12
  462.       Font.Name = 'MS Sans Serif'
  463.       Font.Style = []
  464.       ParentFont = False
  465.       OnClick = AccentClick
  466.     end
  467.     object btnN: TSpeedButton
  468.       Left = 133
  469.       Top = 2
  470.       Width = 20
  471.       Height = 19
  472.       Caption = '∩┐╜'
  473.       Font.Charset = DEFAULT_CHARSET
  474.       Font.Color = clBlack
  475.       Font.Height = -12
  476.       Font.Name = 'MS Sans Serif'
  477.       Font.Style = []
  478.       ParentFont = False
  479.       OnClick = AccentClick
  480.     end
  481.     object btnN2: TSpeedButton
  482.       Left = 154
  483.       Top = 2
  484.       Width = 20
  485.       Height = 19
  486.       Caption = '∩┐╜'
  487.       Font.Charset = DEFAULT_CHARSET
  488.       Font.Color = clBlack
  489.       Font.Height = -12
  490.       Font.Name = 'MS Sans Serif'
  491.       Font.Style = []
  492.       ParentFont = False
  493.       OnClick = AccentClick
  494.     end
  495.   end
  496.   object btnAutoCorrect: TBitBtn
  497.     Left = 8
  498.     Top = 208
  499.     Width = 86
  500.     Height = 26
  501.     Caption = 'AutoCorrect'
  502.     Enabled = False
  503.     Font.Charset = DEFAULT_CHARSET
  504.     Font.Color = clWindowText
  505.     Font.Height = -11
  506.     Font.Name = 'MS Sans Serif'
  507.     Font.Style = []
  508.     ParentFont = False
  509.     TabOrder = 12
  510.     Glyph.Data = {
  511.       76010000424D7601000000000000760000002800000020000000100000000100
  512.       04000000000000010000120B0000120B00001000000000000000000000000000
  513.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  514.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  515.       555555555555555555555555555555555555555555FF55555555555559055555
  516.       55555555577FF5555555555599905555555555557777F5555555555599905555
  517.       555555557777FF5555555559999905555555555777777F555555559999990555
  518.       5555557777777FF5555557990599905555555777757777F55555790555599055
  519.       55557775555777FF5555555555599905555555555557777F5555555555559905
  520.       555555555555777FF5555555555559905555555555555777FF55555555555579
  521.       05555555555555777FF5555555555557905555555555555777FF555555555555
  522.       5990555555555555577755555555555555555555555555555555}
  523.     NumGlyphs = 2
  524.   end
  525.   object btnOptions: TBitBtn
  526.     Left = 97
  527.     Top = 208
  528.     Width = 78
  529.     Height = 26
  530.     Caption = '&Options...'
  531.     Enabled = False
  532.     Font.Charset = DEFAULT_CHARSET
  533.     Font.Color = clWindowText
  534.     Font.Height = -11
  535.     Font.Name = 'MS Sans Serif'
  536.     Font.Style = []
  537.     ParentFont = False
  538.     TabOrder = 13
  539.     Glyph.Data = {
  540.       76010000424D7601000000000000760000002800000020000000100000000100
  541.       04000000000000010000120B0000120B00001000000000000000000000000000
  542.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  543.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  544.       1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  545.       1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  546.       193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  547.       11155557F755F777777555000755033305555577755F75F77F55555555503335
  548.       0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  549.       05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  550.       07557777777F55557F5555000005555707555577777FF5557F55553000075557
  551.       0755557F7777FFF5755555335000005555555577577777555555}
  552.     NumGlyphs = 2
  553.   end
  554.   object btnUndo: TBitBtn
  555.     Left = 178
  556.     Top = 208
  557.     Width = 78
  558.     Height = 26
  559.     Caption = 'Undo Last'
  560.     Enabled = False
  561.     Font.Charset = DEFAULT_CHARSET
  562.     Font.Color = clWindowText
  563.     Font.Height = -11
  564.     Font.Name = 'MS Sans Serif'
  565.     Font.Style = []
  566.     ParentFont = False
  567.     TabOrder = 14
  568.     Glyph.Data = {
  569.       76010000424D7601000000000000760000002800000020000000100000000100
  570.       04000000000000010000130B0000130B00001000000000000000000000000000
  571.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  572.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  573.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  574.       3333333777333777FF3333993333339993333377FF3333377FF3399993333339
  575.       993337777FF3333377F3393999333333993337F777FF333337FF993399933333
  576.       399377F3777FF333377F993339993333399377F33777FF33377F993333999333
  577.       399377F333777FF3377F993333399933399377F3333777FF377F993333339993
  578.       399377FF3333777FF7733993333339993933373FF3333777F7F3399933333399
  579.       99333773FF3333777733339993333339933333773FFFFFF77333333999999999
  580.       3333333777333777333333333999993333333333377777333333}
  581.     NumGlyphs = 2
  582.   end
  583.   object btnHelp: TBitBtn
  584.     Left = 344
  585.     Top = 208
  586.     Width = 83
  587.     Height = 26
  588.     Font.Charset = DEFAULT_CHARSET
  589.     Font.Color = clWindowText
  590.     Font.Height = -11
  591.     Font.Name = 'MS Sans Serif'
  592.     Font.Style = []
  593.     ParentFont = False
  594.     TabOrder = 10
  595.     Kind = bkHelp
  596.   end
  597.   object btnReplaceAll: TBitBtn
  598.     Left = 355
  599.     Top = 86
  600.     Width = 77
  601.     Height = 26
  602.     Caption = '&Change All'
  603.     Font.Charset = DEFAULT_CHARSET
  604.     Font.Color = clWindowText
  605.     Font.Height = -11
  606.     Font.Name = 'MS Sans Serif'
  607.     Font.Style = []
  608.     ParentFont = False
  609.     TabOrder = 6
  610.     OnClick = btnReplaceAllClick
  611.     Glyph.Data = {
  612.       06020000424D0602000000000000760000002800000028000000140000000100
  613.       0400000000009001000000000000000000001000000000000000000000000000
  614.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  615.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  616.       3333333333FFFFFFFF333FFFFF3330000000033300000333377777777F337777
  617.       7FF330EFEFEF03307333703337F3FFFF7F37733377F330F4444E033333333033
  618.       37F777737F333333F7F33099999903333330703337F333337F33333777FF309F
  619.       FFF903333330000337F333337F33333777733099999903333330003337F3FF3F
  620.       7F333337773330F44E0003333330033337F7737773333337733330EFEF003333
  621.       3330333337FFFF7733333337333330000003333333333333377777733333FFFF
  622.       FFFF3333333333300000000333333F3333377777777F333303333330EFEFEF03
  623.       33337F333337F3FFFF7F333003333330F4444E0333377F333337F777737F3300
  624.       03333330EFEFEF0333777F333337F3FFFF7F300003333330F4444E0337777F33
  625.       3337F777737F330703333330EFEFEF03337773333337F3FF3F7F330333333330
  626.       F44E0003337FF333FF37F7737773330733370330EFEF00333377FFF77337FFFF
  627.       7733333000003330000003333337777733377777733333333333333333333333
  628.       33333333333333333333}
  629.     NumGlyphs = 2
  630.     Spacing = 0
  631.   end
  632.   object edtCurWord: TEnterEdit
  633.     Left = 89
  634.     Top = 8
  635.     Width = 333
  636.     Height = 21
  637.     Font.Charset = DEFAULT_CHARSET
  638.     Font.Color = clWindowText
  639.     Font.Height = -11
  640.     Font.Name = 'MS Sans Serif'
  641.     Font.Style = []
  642.     ParentFont = False
  643.     ReadOnly = True
  644.     TabOrder = 0
  645.     Text = 'BadWord'
  646.   end
  647. end
  648.