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

Tab控件

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // XPTabApp.h : main header file for the XPTabApp application
  3. // See XPTabApp.cpp for the implementation of this class
  4. /////////////////////////////////////////////////////////////////////////////
  5. #if !defined(AFX_XPTABAPP_H__B39AA2CA_684D_11D8_97C8_0002A522F13C__INCLUDED_)
  6. #define AFX_XPTABAPP_H__B39AA2CA_684D_11D8_97C8_0002A522F13C__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CXPTabApp:
  12. class CXPTabApp : public CWinApp
  13. {
  14. public:
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CXPTabApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. //{{AFX_MSG(CXPTabApp)
  23. //}}AFX_MSG
  24. DECLARE_MESSAGE_MAP()
  25. };
  26. /////////////////////////////////////////////////////////////////////////////
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  29. #endif // !defined(AFX_XPTABAPP_H__B39AA2CA_684D_11D8_97C8_0002A522F13C__INCLUDED_)