www.gusucode.com > 精典源码Delphi074:小区水电管理系统 > Component/Skin3/sources/runtime/se_db_std_cb4.cpp

    //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("se_db_std_cb4.res");
USEPACKAGE("vcl40.bpi");
USEPACKAGE("Vclx40.bpi");
USEUNIT("..\KsSkinDBControls.pas");
USEUNIT("..\KsSkinDBGrids.pas");
USEPACKAGE("se_std_cb4.bpi");
USEPACKAGE("bcbsmp40.bpi");
USEPACKAGE("Vcldb40.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
//   Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
        return 1;
}
//---------------------------------------------------------------------------