home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USERES("DclBox35.res");
- USEPACKAGE("vcl35.bpi");
- USEUNIT("Boxes.pas");
- USEUNIT("BoxFixEd.pas");
- USEUNIT("BoxDsgn.pas");
- USEPACKAGE("dclstd35.bpi");
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------
-