DevDemo.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // DevDemo.h : main header file for the DEVDEMO application
  2. //
  3. #if !defined(AFX_DEVDEMO_H__AE85EFA5_9EF0_4A01_A95C_184291D06A74__INCLUDED_)
  4. #define AFX_DEVDEMO_H__AE85EFA5_9EF0_4A01_A95C_184291D06A74__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CDevDemoApp:
  14. // See DevDemo.cpp for the implementation of this class
  15. //
  16. class CDevDemoApp : public CWinApp
  17. {
  18. public:
  19. CDevDemoApp();
  20. CSingleDocTemplate* m_pClassDocTemplate;
  21. CSingleDocTemplate* m_pResourceDocTemplate;
  22. CSingleDocTemplate* m_pFileDocTemplate;
  23. CSingleDocTemplate* m_htmlDoc;
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CDevDemoApp)
  27. public:
  28. virtual BOOL InitInstance();
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CDevDemoApp)
  32. afx_msg void OnAppAbout();
  33. // NOTE - the ClassWizard will add and remove member functions here.
  34. //    DO NOT EDIT what you see in these blocks of generated code !
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DEVDEMO_H__AE85EFA5_9EF0_4A01_A95C_184291D06A74__INCLUDED_)