{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author:       Alexander Vaga
EMail:        primary:   icq2000cc@hobi.ru
              secondary: alexander_vaga@hotmail.com
Web:          http://icq2000cc.hobi.ru
Creation:     May, 2002
Legal issues: Copyright (C) 2002 by Alexander Vaga
              Kyiv, Ukraine

              This software is provided 'as-is', without any express or
              implied warranty.  In no event will the author be held liable
              for any  damages arising from the use of this software.

              Permission is granted to anyone to use this software for any
              purpose, including commercial applications, and to alter it
              and redistribute it freely.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *}

program nICQ;

uses
  Forms,
  Main in 'Main.pas' {Form1},
  UInfo in 'UInfo.pas' {UserInfo},
  Packet in 'Packet.pas',
  SendMess in 'SendMess.pas' {MessageTo},
  SUser in 'SUser.pas' {SearchUser},
  Typess in 'Typess.pas',
  MessFrom in 'MessFrom.pas' {MessageFrom};

{$R *.RES}

begin
  Application.Initialize;
  Application.Title := 'nICQ';
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
