www.pudn.com > FINAL.rar > DlgMosaicRes.h
#if !defined(AFX_DLGMOSAICRES_H__5DB640F3_FFF7_4DCC_9835_B21301EB90F0__INCLUDED_)
#define AFX_DLGMOSAICRES_H__5DB640F3_FFF7_4DCC_9835_B21301EB90F0__INCLUDED_
#include "Cdib.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgMosaicRes.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgMosaicRes dialog
class CDlgMosaicRes : public CDialog
{
// Construction
public:
void CalImgLocation();
BOOL m_bCalImgLoc;
// 显示图象的区域
CRect m_rectImage;
// 显示的图象
CDib* m_pDib;
// 析构函数
CDlgMosaicRes(CWnd* pParent = NULL, CDib* pDibShow = NULL);
// CDlgMosaicRes(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgMosaicRes)
enum { IDD = IDD_DLG_RESULT };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgMosaicRes)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgMosaicRes)
afx_msg void OnPaint();
afx_msg void OnSaveAs();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGMOSAICRES_H__5DB640F3_FFF7_4DCC_9835_B21301EB90F0__INCLUDED_)