ZoomImgDemoDlg.h
上传用户:aokegd
上传日期:2009-12-14
资源大小:1276k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // ZoomImgDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_ZOOMIMGDEMODLG_H__03C774E7_6584_11D6_8F32_00E04CE76240__INCLUDED_)
  4. #define AFX_ZOOMIMGDEMODLG_H__03C774E7_6584_11D6_8F32_00E04CE76240__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CZoomImgDemoDlg dialog
  10. #include "ImgWnd.h"
  11. class CZoomImgDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CZoomImgDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. CImgWnd m_wndImage;
  17. // Dialog Data
  18. //{{AFX_DATA(CZoomImgDemoDlg)
  19. enum { IDD = IDD_ZOOMIMGDEMO_DIALOG };
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CZoomImgDemoDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. // Generated message map functions
  30. //{{AFX_MSG(CZoomImgDemoDlg)
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  33. afx_msg void OnPaint();
  34. afx_msg HCURSOR OnQueryDragIcon();
  35. afx_msg void On11();
  36. afx_msg void OnFullX();
  37. afx_msg void OnFullY();
  38. afx_msg void OnFull();
  39. afx_msg void OnCenter();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_ZOOMIMGDEMODLG_H__03C774E7_6584_11D6_8F32_00E04CE76240__INCLUDED_)