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