WinSkinReg.hpp
上传用户:xjwsee
上传日期:2008-08-02
资源大小:796k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 2005 by Borland Software Corporation
  3. // All rights reserved
  4. // (DO NOT EDIT: machine generated header) 'Winskinreg.pas' rev: 10.00
  5. #ifndef WinskinregHPP
  6. #define WinskinregHPP
  7. #pragma delphiheader begin
  8. #pragma option push
  9. #pragma option -w-      // All warnings off
  10. #pragma option -Vx      // Zero-length empty class member functions
  11. #pragma pack(push,8)
  12. #include <System.hpp> // Pascal unit
  13. #include <Sysinit.hpp> // Pascal unit
  14. #include <Dialogs.hpp> // Pascal unit
  15. #include <Forms.hpp> // Pascal unit
  16. #include <Classes.hpp> // Pascal unit
  17. #include <Sysutils.hpp> // Pascal unit
  18. #include <Designintf.hpp> // Pascal unit
  19. #include <Designeditors.hpp> // Pascal unit
  20. #include <Winskindata.hpp> // Pascal unit
  21. #include <Skinread.hpp> // Pascal unit
  22. #include <Winsubclass.hpp> // Pascal unit
  23. #include <Winskinform.hpp> // Pascal unit
  24. #include <Winskinstore.hpp> // Pascal unit
  25. //-- user supplied -----------------------------------------------------------
  26. namespace Winskinreg
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. //-- var, const, procedure ---------------------------------------------------
  30. extern PACKAGE void __fastcall Register(void);
  31. } /* namespace Winskinreg */
  32. using namespace Winskinreg;
  33. #pragma pack(pop)
  34. #pragma option pop
  35. #pragma delphiheader end.
  36. //-- end unit ----------------------------------------------------------------
  37. #endif // Winskinreg