DlgMosaicRes.h
上传用户:piaozanzhu
上传日期:2008-02-14
资源大小:212k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. #if !defined(AFX_DLGMOSAICRES_H__5DB640F3_FFF7_4DCC_9835_B21301EB90F0__INCLUDED_)
  2. #define AFX_DLGMOSAICRES_H__5DB640F3_FFF7_4DCC_9835_B21301EB90F0__INCLUDED_
  3. #include "Cdib.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // DlgMosaicRes.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgMosaicRes dialog
  11. class CDlgMosaicRes : public CDialog
  12. {
  13. // Construction
  14. public:
  15. void CalImgLocation();
  16. BOOL m_bCalImgLoc;
  17. // 显示图象的区域
  18. CRect m_rectImage;
  19. // 显示的图象
  20. CDib* m_pDib;
  21. // 析构函数
  22. CDlgMosaicRes(CWnd* pParent = NULL, CDib* pDibShow = NULL); 
  23. // CDlgMosaicRes(CWnd* pParent = NULL);   // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CDlgMosaicRes)
  26. enum { IDD = IDD_DLG_RESULT };
  27. // NOTE: the ClassWizard will add data members here
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CDlgMosaicRes)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CDlgMosaicRes)
  39. afx_msg void OnPaint();
  40. afx_msg void OnSaveAs();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_DLGMOSAICRES_H__5DB640F3_FFF7_4DCC_9835_B21301EB90F0__INCLUDED_)