StdAfx.h
上传用户:tangjiazm
上传日期:2007-07-14
资源大小:4295k
文件大小:1k
源码类别:

Tab控件

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // StdAfx.h : include file for standard system include files,
  3. //  or project specific include files that are used frequently, but
  4. //      are changed infrequently
  5. /////////////////////////////////////////////////////////////////////////////
  6. #if !defined(AFX_STDAFX_H__B39AA2CE_684D_11D8_97C8_0002A522F13C__INCLUDED_)
  7. #define AFX_STDAFX_H__B39AA2CE_684D_11D8_97C8_0002A522F13C__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #include <AfxWin.h>         // MFC core and standard components
  13. #include <AfxExt.h>         // MFC extensions
  14. #include <AfxDtCtl.h> // MFC support for Internet Explorer 4 Common Controls
  15. #ifndef _AFX_NO_AFXCMN_SUPPORT
  16. #include <AfxCmn.h> // MFC support for Windows Common Controls
  17. #endif // _AFX_NO_AFXCMN_SUPPORT
  18. /////////////////////////////////////////////////////////////////////////////
  19. //{{AFX_INSERT_LOCATION}}
  20. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  21. #endif // !defined(AFX_STDAFX_H__B39AA2CE_684D_11D8_97C8_0002A522F13C__INCLUDED_)