EditorMFC.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. // EditorMFC.h : main header file for the EDITORMFC application
  5. //
  6. #if !defined(AFX_EDITORMFC_H__FFBDF9AD_0923_4563_968D_887E72897ECF__INCLUDED_)
  7. #define AFX_EDITORMFC_H__FFBDF9AD_0923_4563_968D_887E72897ECF__INCLUDED_
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. #ifndef __AFXWIN_H__
  12. #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14. #include "resource.h" // main symbols
  15. /////////////////////////////////////////////////////////////////////////////
  16. // EditorMFCApp:
  17. // See EditorMFC.cpp for the implementation of this class
  18. //
  19. class EditorMFCApp : public CWinApp
  20. {
  21. public:
  22. EditorMFCApp();
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(EditorMFCApp)
  26. public:
  27. virtual BOOL InitInstance();
  28. virtual BOOL OnIdle(LONG lCount);
  29. virtual int ExitInstance();
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. public:
  33. //{{AFX_MSG(EditorMFCApp)
  34. afx_msg void OnAppAbout();
  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_EDITORMFC_H__FFBDF9AD_0923_4563_968D_887E72897ECF__INCLUDED_)