home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / d3456 / KBMWABD.ZIP / kbmWABDC4.cpp < prev    next >
C/C++ Source or Header  |  2001-07-16  |  2KB  |  43 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("kbmWABDC4.res");
  5. USEUNIT("..\gif\GifImage\gifimage.pas");
  6. USEPACKAGE("vcl40.bpi");
  7. USEPACKAGE("vcljpg40.bpi");
  8. USEPACKAGE("Vcldb40.bpi");
  9. USEPACKAGE("bcbsmp40.bpi");
  10. USEPACKAGE("tee40.bpi");
  11. USEUNIT("WABD_Utils.pas");
  12. USEUNIT("WABD_Cookies.pas");
  13. USEUNIT("WABD_Crypt.pas");
  14. USEUNIT("WABD_EditTable.pas");
  15. USEFORMNS("WABD_FormEditor.pas", Wabd_formeditor, WABDFormEditor);
  16. USEFORMNS("WABD_FormSecEditor.pas", Wabd_formseceditor, FormSectionEditor);
  17. USEFORMNS("WABD_FramesetEditor.pas", Wabd_frameseteditor, WABDFramesetEditor);
  18. USEFORMNS("WABD_HotSpotEditor.pas", Wabd_hotspoteditor, HSEditForm);
  19. USEUNIT("WABD_HTMLRequest.pas");
  20. USEUNIT("WABD_HTMLResponse.pas");
  21. USEUNIT("WABD_ISAPI.pas");
  22. USEUNIT("WABD_Objects.pas");
  23. USERES("WABD_Objects.dcr");
  24. USEUNIT("WABD_Reg.pas");
  25. USEUNIT("WABD_Request.pas");
  26. USEUNIT("WABD_Graphics.pas");
  27. USEUNIT("WABD_Response.pas");
  28. USEFORMNS("WABD_StrListEditor.pas", Wabd_strlisteditor, StringList_Editor);
  29. USEFORMNS("WABD_TableStrEditor.pas", Wabd_tablestreditor, TableStrings_Editor);
  30. USEFORMNS("WABD_TreeEditor.pas", Wabd_treeeditor, WABDTreeEditor);
  31. USEFORMNS("WABD_About.pas", Wabd_about, WABDAboutForm);
  32. USEFORMNS("WABD_Admin.pas", Wabd_admin, WABDAdmin); /* TDataModule: DesignClass */
  33. //---------------------------------------------------------------------------
  34. #pragma package(smart_init)
  35. //---------------------------------------------------------------------------
  36. //   Package source.
  37. //---------------------------------------------------------------------------
  38. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  39. {
  40.     return 1;
  41. }
  42. //---------------------------------------------------------------------------
  43.