• 大小: 20.85MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-07-25
  • 语言: 其他
  • 标签: delphi  Richview  

资源简介

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个文件信息

评论

共有 条评论