www.pudn.com > SendQQMsg.rar > SendQQMsg.dpr
program SendQQMsg;
uses
Forms,
main in 'main.pas' {frmSend};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'QQÏûÏ¢·¢ËÍÆ÷';
Application.CreateForm(TfrmSend, frmSend);
Application.Run;
end.