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

对话框与窗口

开发平台:

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. // This file is a part of the XTREME TOOLKIT MFC class library.
  6. // (c)1998-2008 Codejock Software, All Rights Reserved.
  7. //
  8. // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO 
  9. // BE RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED 
  10. // WRITTEN CONSENT OF CODEJOCK SOFTWARE.
  11. //
  12. // THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS 
  13. // OUTLINED IN THE XTREME TOOLKIT LICENSE AGREEMENT.  CODEJOCK SOFTWARE 
  14. // GRANTS TO YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE 
  15. // THIS SOFTWARE ON A SINGLE COMPUTER.
  16. //
  17. // CONTACT INFORMATION:
  18. // support@codejock.com
  19. // http://www.codejock.com
  20. //
  21. //////////////////////////////////////////////////////////////////////
  22. #if !defined(AFX_STDAFX_H__4CE21B55_AD62_4457_8C25_6FA7A843DD88__INCLUDED_)
  23. #define AFX_STDAFX_H__4CE21B55_AD62_4457_8C25_6FA7A843DD88__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. #ifndef VC_EXTRALEAN
  28. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  29. #endif
  30. #if _MSC_VER > 1200
  31. // Modify the following defines if you have to target a platform prior to the ones specified below.
  32. // Refer to MSDN for the latest info on corresponding values for different platforms.
  33. #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
  34. #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  35. #endif
  36. #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
  37. #define _WIN32_WINNT 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
  38. #endif
  39. #ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
  40. #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
  41. #endif
  42. #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
  43. #define _WIN32_IE 0x0500 // Change this to the appropriate value to target IE 5.0 or later.
  44. #endif
  45. #endif
  46. #include <afxwin.h>         // MFC core and standard components
  47. #include <afxext.h>         // MFC extensions
  48. #include <afxdisp.h>        // MFC Automation classes
  49. #ifndef _AFX_NO_AFXCMN_SUPPORT
  50. #include <afxcmn.h> // MFC support for Windows Common Controls
  51. #endif // _AFX_NO_AFXCMN_SUPPORT
  52. // Lets help compiler to skip some headers
  53. #define _XTP_EXCLUDE_CALENDAR
  54. #define _XTP_EXCLUDE_SYNTAXEDIT
  55. #define _XTP_EXCLUDE_REPORTCONTROL
  56. #include <XTToolkitPro.h>   // Codejock Software Components
  57. #include <AboutDlg.h>       // Sample About Dialog
  58. #undef _XTP_INCLUDE_CONTROLBARS
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_STDAFX_H__4CE21B55_AD62_4457_8C25_6FA7A843DD88__INCLUDED_)