MAINFRM.H
Upload User: alisonmail
Upload Date: 2013-02-28
Package Size: 500k
Code Size: 1k
Category:

Picture Viewer

Development Platform:

Visual C++

  1. #if !defined(MAINFRM_H__9AB61CE8_47C5_11D0_B717_00C0A83735D8__INCLUDED_)
  2. #define MAINFRM_H__9AB61CE8_47C5_11D0_B717_00C0A83735D8__INCLUDED_
  3. // MainFrm.h : interface of the CMainFrame class
  4. //
  5. /////////////////////////////////////////////////////////////////////////////
  6. class CMainFrame : public CMDIFrameWnd
  7. {
  8. DECLARE_DYNAMIC(CMainFrame)
  9. public:
  10. CMainFrame();
  11. // Attributes
  12. public:
  13. // Operations
  14. public:
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CMainFrame)
  18. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  19. //}}AFX_VIRTUAL
  20. // Implementation
  21. public:
  22. virtual ~CMainFrame();
  23. #ifdef _DEBUG
  24. virtual void AssertValid() const;
  25. virtual void Dump(CDumpContext& dc) const;
  26. #endif
  27. // Generated message map functions
  28. protected:
  29. //{{AFX_MSG(CMainFrame)
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. //    DO NOT EDIT what you see in these blocks of generated code!
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  38. #endif // !defined(MAINFRM_H__9AB61CE8_47C5_11D0_B717_00C0A83735D8__INCLUDED)