program Project1; uses Forms, fGUIforSpellCheck in 'fGUIforSpellCheck.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.Run; end.