資源簡介
Richview13.01破解版 D6-XE
無源碼,有demo,有幫助文檔
代碼片段和文件信息
//---------------------------------------------------------------------------
#include?
#pragma?hdrstop
//---------------------------------------------------------------------------
USEFORMNS(“dmActions.pas“?Dmactions?rvActionsResource);?/*?TDataModule:?File?Type?*/
USEFORM(“Unit1.cpp“?Form3);
//---------------------------------------------------------------------------
WINAPI?WinMain(HINSTANCE?HINSTANCE?LPSTR?int)
{
????????try
????????{
?????????????????Application->Initialize();
?????????????????Application->title?=?“ActionTest“;
?????????????????Application->CreateForm(__classid(TrvActionsResource)?&rvActionsResource);
Application->CreateForm(__classid(TForm3)?&Form3);
Application->Run();
????????}
????????catch?(Exception?&exception)
????????{
?????????????????Application->ShowException(&exception);
????????}
????????catch?(...)
????????{
?????????????????try
?????????????????{
?????????????????????????throw?Exception(““);
?????????????????}
?????????????????catch?(Exception?&exception)
?????????????????{
?????????????????????????Application->ShowException(&exception);
?????????????????}
????????}
????????return?0;
}
//---------------------------------------------------------------------------
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????674889??2011-03-18?07:00??Delphi\4-SRVControls\DirectX.pas
?????文件?????266285??2011-03-18?07:00??Delphi\4-SRVControls\DShow.pas
?????文件??????16304??2011-03-18?07:00??Delphi\4-SRVControls\SRVButton.pas
?????文件????????552??2011-03-18?07:00??Delphi\4-SRVControls\SRVCBDropList.dfm
?????文件??????23092??2011-03-18?07:00??Delphi\4-SRVControls\SRVCBDropList.pas
?????文件??????15354??2011-03-18?07:00??Delphi\4-SRVControls\SRVCheckBox.pas
?????文件??????85512??2011-03-18?07:00??Delphi\4-SRVControls\SRVComboBox.pas
?????文件???????8163??2011-03-18?07:00??Delphi\4-SRVControls\SRVControls2006.bdsproj
?????文件???????1458??2011-03-18?07:00??Delphi\4-SRVControls\SRVControls2006.dpk
?????文件???????1800??2011-03-18?07:00??Delphi\4-SRVControls\SRVControls2006.res
?????文件??????13112??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2007.cbproj
?????文件????????528??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2007.cpp
?????文件???????1536??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2007.res
?????文件???????9759??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2009.cbproj
?????文件????????761??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2009.cpp
?????文件???????5940??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2009.res
?????文件???????9659??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2010.cbproj
?????文件????????761??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2010.cpp
?????文件???????5940??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB2010.res
?????文件???????8486??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB6.bpk
?????文件????????767??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB6.cpp
?????文件???????1536??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCB6.res
?????文件???????9625??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCBXE.cbproj
?????文件????????761??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCBXE.cpp
?????文件???????5940??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsCBXE.res
?????文件???????1439??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsD2007.dpk
?????文件???????4961??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsD2007.dproj
?????文件???????1800??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsD2007.res
?????文件???????1549??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsD2009.dpk
?????文件???????5997??2011-03-18?07:00??Delphi\4-SRVControls\SRVControlsD2009.dproj
............此處省略3616個文件信息
評論
共有 條評論