資源簡介
類似QQ登陸界面,用戶名USER,密碼password。有源碼,直接可用!!

代碼片段和文件信息
//---------------------------------------------------------------------------
#include?
#pragma?hdrstop
//---------------------------------------------------------------------------
USEFORM(“Unit1.cpp“?Form1);
USEFORM(“Unit2.cpp“?Form2);
//---------------------------------------------------------------------------
WINAPI?WinMain(HINSTANCE?HINSTANCE?LPSTR?int)
{
????????try
????????{
?????????????????Application->Initialize();
?????????????????Application->CreateForm(__classid(TForm1)?&Form1);
?????????????????Application->Run();
????????}
????????catch?(Exception?&exception)
????????{
?????????????????Application->ShowException(&exception);
????????}
????????catch?(...)
????????{
?????????????????try
?????????????????{
?????????????????????????throw?Exception(““);
?????????????????}
?????????????????catch?(Exception?&exception)
?????????????????{
?????????????????????????Application->ShowException(&exception);
?????????????????}
????????}
????????return?0;
}
//---------------------------------------------------------------------------
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4035??2007-03-17?19:11??Example1_動態(tài)創(chuàng)建窗體\Project1.bpr
?????文件???????1099??2007-03-17?19:11??Example1_動態(tài)創(chuàng)建窗體\Project1.cpp
?????文件??????29696??2009-06-12?17:12??Example1_動態(tài)創(chuàng)建窗體\Project1.exe
?????文件??????17820??2009-05-31?09:03??Example1_動態(tài)創(chuàng)建窗體\Project1.obj
?????文件????????876??2007-03-17?19:05??Example1_動態(tài)創(chuàng)建窗體\Project1.res
?????文件???????1039??2007-03-17?20:27??Example1_動態(tài)創(chuàng)建窗體\Unit1.cpp
?????文件?????????51??2007-03-17?20:45??Example1_動態(tài)創(chuàng)建窗體\Unit1.ddp
?????文件????????882??2007-03-17?18:41??Example1_動態(tài)創(chuàng)建窗體\Unit1.dfm
?????文件????????826??2007-03-14?23:31??Example1_動態(tài)創(chuàng)建窗體\Unit1.h
?????文件???????1264??2009-05-31?09:31??Example1_動態(tài)創(chuàng)建窗體\Unit2.~cpp
?????文件???????1044??2009-05-31?09:31??Example1_動態(tài)創(chuàng)建窗體\Unit2.~h
?????文件???????2638??2009-05-31?09:11??Example1_動態(tài)創(chuàng)建窗體\Unit2.~dfm
?????文件?????????51??2009-05-31?09:31??Example1_動態(tài)創(chuàng)建窗體\Unit2.~ddp
?????文件???????1266??2009-05-31?09:31??Example1_動態(tài)創(chuàng)建窗體\Unit2.cpp
?????文件???????1044??2009-05-31?09:31??Example1_動態(tài)創(chuàng)建窗體\Unit2.h
?????文件???????2638??2009-05-31?09:11??Example1_動態(tài)創(chuàng)建窗體\Unit2.dfm
?????文件?????????51??2009-05-31?09:31??Example1_動態(tài)創(chuàng)建窗體\Unit2.ddp
?????文件??????43758??2009-06-12?17:12??Example1_動態(tài)創(chuàng)建窗體\Unit2.obj
?????文件????2031616??2009-06-12?17:12??Example1_動態(tài)創(chuàng)建窗體\Project1.tds
?????目錄??????????0??2009-05-31?16:07??Example1_動態(tài)創(chuàng)建窗體
-----------?---------??----------?-----??----
??????????????2141694????????????????????20
- 上一篇:sha1實現(xiàn)源碼
- 下一篇:OLE操作word和excel
評論
共有 條評論