home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USERES("Misc200_R_BCB30.res");
- USEPACKAGE("vcl35.bpi");
- USEFORMNS("About.pas", About, AboutBox);
- USEUNIT("AboutDlg.pas");
- USERES("AboutDlg.dcr");
- USEUNIT("Checkgrp.pas");
- USERES("Checkgrp.dcr");
- USEUNIT("Fileinfo.pas");
- USEUNIT("Misc.pas");
- USEUNIT("Mlabel.pas");
- USERES("Mlabel.dcr");
- USEUNIT("Nedit.pas");
- USERES("Nedit.dcr");
- USEFORMNS("Options.pas", Options, OptionsForm);
- USEUNIT("Optnsdlg.pas");
- USERES("Optnsdlg.dcr");
- USEUNIT("Shapeex.pas");
- USERES("Shapeex.dcr");
- USEUNIT("Slidebar.pas");
- USERES("Slidebar.dcr");
- USEFORMNS("Splash.pas", Splash, SplashBox);
- USEUNIT("Splshdlg.pas");
- USERES("Splshdlg.dcr");
- USEUNIT("Vedit.pas");
- USERES("Vedit.dcr");
- USEUNIT("Coloredt.pas");
- USEUNIT("NoMath.pas");
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------
-