IMAGEVIEW.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. #if !defined(IMAGEVIEW_H__9AB61CE4_47C5_11D0_B717_00C0A83735D8__INCLUDED_)
  2. #define IMAGEVIEW_H__9AB61CE4_47C5_11D0_B717_00C0A83735D8__INCLUDED_
  3. // ImageView.h : main header file for the IMAGEVIEW application
  4. //
  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. // CImageViewApp:
  11. // See ImageView.cpp for the implementation of this class
  12. //
  13. class CImageViewApp : public CWinApp
  14. {
  15. public:
  16. CImageViewApp();
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CImageViewApp)
  20. public:
  21. virtual BOOL InitInstance();
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. //{{AFX_MSG(CImageViewApp)
  25. afx_msg void OnAppAbout();
  26. afx_msg void OnFileOpen();
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };
  30. /////////////////////////////////////////////////////////////////////////////
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  33. #endif // !defined(IMAGEVIEW_H__9AB61CE4_47C5_11D0_B717_00C0A83735D8__INCLUDED)