FullScreenState.h
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // FullScreenState.h : main header file for the FullScreenState application
  2. //
  3. #if !defined(AFX_MDI_H__1E66F334_D3A5_44C6_A3FF_41A22AB16A0E__INCLUDED_)
  4. #define AFX_MDI_H__1E66F334_D3A5_44C6_A3FF_41A22AB16A0E__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. // CDemoApp:
  14. // See FullScreenState.cpp for the implementation of this class
  15. //
  16. class CDemoApp : public CWinApp
  17. {
  18. public:
  19. IMPLEMENT_CWinAPP_DoMessageBox;
  20. CDemoApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CDemoApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. virtual int ExitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HMENU m_hMDIMenu;
  31. HACCEL m_hMDIAccel;
  32. public:
  33. //{{AFX_MSG(CDemoApp)
  34. afx_msg void OnAppAbout();
  35. afx_msg void OnFileNew();
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //    DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_MDI_H__1E66F334_D3A5_44C6_A3FF_41A22AB16A0E__INCLUDED_)