QuickImage.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:2k
源码类别:

图片显示

开发平台:

Visual C++

  1. // QuickImage.h : main header file for the QUICKIMAGE application
  2. //
  3. #if !defined(AFX_QUICKIMAGE_H__751A4036_B397_41DE_BD42_723D1E69897D__INCLUDED_)
  4. #define AFX_QUICKIMAGE_H__751A4036_B397_41DE_BD42_723D1E69897D__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. // CQuickImageApp:
  14. // See QuickImage.cpp for the implementation of this class
  15. //
  16. class CQuickImageApp : public CWinApp
  17. {
  18. public:
  19. CMultiDocTemplate *m_pImageTemplate;
  20. public:
  21. CQuickImageApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CQuickImageApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. virtual int ExitInstance();
  28. virtual CDocument* OpenDocumentFile(LPCTSTR lpszFileName);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CQuickImageApp)
  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_QUICKIMAGE_H__751A4036_B397_41DE_BD42_723D1E69897D__INCLUDED_)