home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Komunik / Phoenix / Phoenix.ex_ / 0 / RCDATA / TSPELLCHECKFORM / TSPELLCHECKFORM.txt < prev   
Text File  |  1999-02-13  |  929b  |  48 lines

  1. object SpellCheckForm: TSpellCheckForm
  2.   Left = 284
  3.   Top = 176
  4.   BorderStyle = bsNone
  5.   Caption = 'Phoenix Mail Spell Checker'
  6.   ClientHeight = 103
  7.   ClientWidth = 252
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 109
  21.     Height = 24
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 24
  25.       Top = 5
  26.       Width = 76
  27.       Height = 13
  28.       Caption = 'Spellchecking...'
  29.     end
  30.     object Image1: TImage
  31.       Left = 6
  32.       Top = 4
  33.       Width = 16
  34.       Height = 16
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.       Transparent = True
  38.     end
  39.   end
  40.   object Timer1: TTimer
  41.     Enabled = False
  42.     Interval = 200
  43.     OnTimer = Timer1Timer
  44.     Left = 124
  45.     Top = 20
  46.   end
  47. end
  48.