www.pudn.com > vcframe.rar > DlgZoom.h
#if !defined(AFX_DLGZOOM_H__045442FE_517C_4600_BE1D_D160071B1888__INCLUDED_)
#define AFX_DLGZOOM_H__045442FE_517C_4600_BE1D_D160071B1888__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgZoom.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgZoom dialog
#include "dibapi.h"
class CDlgZoom : public CDialog
{
// Construction
public:
BOOL m_bIsUseSelectCursor;
CPoint m_CursorPoint;
void paint();
HDIB hdib;
CRect m_ClientRect;
CDlgZoom(CWnd* pParent = NULL); // standard constructor
HCURSOR hSelectPoint;
// Dialog Data
//{{AFX_DATA(CDlgZoom)
enum { IDD = IDD_ZOOMDIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgZoom)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgZoom)
virtual BOOL OnInitDialog();
afx_msg void OnOk();
afx_msg void OnCancle();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnPaint();
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGZOOM_H__045442FE_517C_4600_BE1D_D160071B1888__INCLUDED_)