StdAfx.h
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. // This is part of the Professional User Interface Suite library.
  2. // Copyright (C) 2001-2009 FOSS Software, Inc.
  3. // All rights reserved.
  4. //
  5. // http://www.prof-uis.com
  6. // mailto:support@prof-uis.com
  7. //
  8. // This source code can be used, modified and redistributed
  9. // under the terms of the license agreement that is included
  10. // in the Professional User Interface Suite package.
  11. //
  12. // Warranties and Disclaimers:
  13. // THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
  14. // INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
  15. // FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  16. // IN NO EVENT WILL FOSS SOFTWARE INC. BE LIABLE FOR ANY DIRECT,
  17. // INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES,
  18. // INCLUDING DAMAGES FOR LOSS OF PROFITS, LOSS OR INACCURACY OF DATA,
  19. // INCURRED BY ANY PERSON FROM SUCH PERSON'S USAGE OF THIS SOFTWARE
  20. // EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  21. #if !defined(AFX_STDAFX_H__7D63B29C_48B3_472F_B377_D10D3BA67462__INCLUDED_)
  22. #define AFX_STDAFX_H__7D63B29C_48B3_472F_B377_D10D3BA67462__INCLUDED_
  23. #if _MSC_VER > 1000
  24. #pragma once
  25. #endif // _MSC_VER > 1000
  26. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  27. #define _SECURE_ATL 1
  28. #include <afxwin.h>         // MFC core and standard components
  29. #include <afxext.h>         // MFC extensions
  30. #ifndef _AFX_NO_OLE_SUPPORT
  31. #include <afxole.h>         // MFC OLE classes
  32. #include <afxodlgs.h>       // MFC OLE dialog classes
  33. #include <afxdisp.h>        // MFC Automation classes
  34. #endif // _AFX_NO_OLE_SUPPORT
  35. #ifndef _AFX_NO_DB_SUPPORT
  36. #include <afxdb.h> // MFC ODBC database classes
  37. #endif // _AFX_NO_DB_SUPPORT
  38. #ifndef _AFX_NO_DAO_SUPPORT
  39. #include <afxdao.h> // MFC DAO database classes
  40. #endif // _AFX_NO_DAO_SUPPORT
  41. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  42. #ifndef _AFX_NO_AFXCMN_SUPPORT
  43. #include <afxcmn.h> // MFC support for Windows Common Controls
  44. #endif // _AFX_NO_AFXCMN_SUPPORT
  45. #if (!defined __PROF_UIS_H)
  46. #include <Prof-UIS.h>
  47. #endif // (!defined __PROF_UIS_H)
  48. #if (!defined __PROF_SKIN_H)
  49. #include <../ProfSkin/ProfSkin.h>
  50. #endif // (!defined __PROF_SKIN_H)
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_STDAFX_H__7D63B29C_48B3_472F_B377_D10D3BA67462__INCLUDED_)