skinpackCB5.cpp
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USERES("skinpackCB5.res");
- USEPACKAGE("vcl50.bpi");
- USEUNIT("SPUtils.pas");
- USEUNIT("SkinBoxCtrls.pas");
- USEUNIT("SkinCtrls.pas");
- USEUNIT("SkinData.pas");
- USEUNIT("SkinGrids.pas");
- USEUNIT("SkinHint.pas");
- USEUNIT("SkinMenus.pas");
- USEUNIT("SkinTabs.pas");
- USEUNIT("SPEffBmp.pas");
- USEUNIT("spreg.pas");
- USERES("spreg.dcr");
- USEUNIT("DynamicSkinForm.pas");
- USEPACKAGE("VCLJPG50.bpi");
- USEUNIT("spTrayIcon.pas");
- USEUNIT("spSkinZip.pas");
- USEUNIT("spSkinUnZip.pas");
- USEUNIT("spMessages.pas");
- USEUNIT("spSkinShellCtrls.pas");
- USEUNIT("spfilectrl.pas");
- USEUNIT("spzlib.pas");
- USEFORMNS("spNBPagesEditor.pas", Spnbpageseditor, spNBPagesForm);
- USEUNIT("spcalendar.pas");
- USEUNIT("spColorCtrls.pas");
- USEUNIT("spDialogs.pas");
- USEUNIT("spzlibcompress.pas");
- USEUNIT("spconst.pas");
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- #pragma argsused
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------