object SpellCheckForm: TSpellCheckForm Left = 284 Top = 176 BorderStyle = bsNone Caption = 'Phoenix Mail Spell Checker' ClientHeight = 103 ClientWidth = 252 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 109 Height = 24 TabOrder = 0 object Label1: TLabel Left = 24 Top = 5 Width = 76 Height = 13 Caption = 'Spellchecking...' end object Image1: TImage Left = 6 Top = 4 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end end object Timer1: TTimer Enabled = False Interval = 200 OnTimer = Timer1Timer Left = 124 Top = 20 end end