BACK.H
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:

VC书籍

开发平台:

Visual C++

  1. // back.h : main header file for the BACK application
  2. //
  3. #ifndef __BACK_H__
  4. #define __BACK_H__
  5. #ifndef __AFXWIN_H__
  6. #error include 'stdafx.h' before including this file for PCH
  7. #endif
  8. #include "resource.h" // main symbols
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CBackApp:
  11. // See back.cpp for the implementation of this class
  12. //
  13. class CBackApp : public CWinApp
  14. {
  15. public:
  16. CBackApp();
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CBackApp)
  20. public:
  21. virtual BOOL InitInstance();
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. //{{AFX_MSG(CBackApp)
  25. // NOTE - the ClassWizard will add and remove member functions here.
  26. //    DO NOT EDIT what you see in these blocks of generated code !
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };
  30. /////////////////////////////////////////////////////////////////////////////
  31. #endif