StdAfx.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__D5D164C3_8F01_497D_A0A3_F20CD380D398__INCLUDED_)
  6. #define AFX_STDAFX_H__D5D164C3_8F01_497D_A0A3_F20CD380D398__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  11. #if _MSC_VER > 1200
  12. // Modify the following defines if you have to target a platform prior to the ones specified below.
  13. // Refer to MSDN for the latest info on corresponding values for different platforms.
  14. #ifndef WINVER              // Allow use of features specific to Windows 95 and Windows NT 4 or later.
  15. #define WINVER 0x0400       // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  16. #endif
  17. #ifndef _WIN32_WINNT        // Allow use of features specific to Windows NT 4 or later.
  18. #define _WIN32_WINNT 0x0400     // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  19. #endif
  20. #ifndef _WIN32_WINDOWS      // Allow use of features specific to Windows 98 or later.
  21. #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
  22. #endif
  23. #ifndef _WIN32_IE           // Allow use of features specific to IE 4.0 or later.
  24. #define _WIN32_IE 0x0500    // Change this to the appropriate value to target IE 5.0 or later.
  25. #endif
  26. #endif
  27. #include <afxwin.h>         // MFC core and standard components
  28. #include <afxext.h>         // MFC extensions
  29. #include <afxdisp.h>        // MFC Automation classes
  30. #ifndef _AFX_NO_AFXCMN_SUPPORT
  31. #include <afxcmn.h>         // MFC support for Windows Common Controls
  32. #endif // _AFX_NO_AFXCMN_SUPPORT
  33. // Lets help compiler to skip some headers
  34. #define _XTP_EXCLUDE_CALENDAR
  35. #define _XTP_EXCLUDE_SYNTAXEDIT
  36. #define _XTP_EXCLUDE_REPORTCONTROL
  37. #include <XTToolkitPro.h>   // Codejock Software Components
  38. #include <AboutDlg.h>       // Sample About Dialog
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_STDAFX_H__D5D164C3_8F01_497D_A0A3_F20CD380D398__INCLUDED_)