DlgMap.h
资源名称:ROA3.40.rar [点击查看]
上传用户:tianheyiqi
上传日期:2010-04-16
资源大小:282k
文件大小:1k
源码类别:
外挂编程
开发平台:
Visual C++
- #if !defined(AFX_DLGMAP_H__17A8C105_C986_4414_BC33_104FC03E1D58__INCLUDED_)
- #define AFX_DLGMAP_H__17A8C105_C986_4414_BC33_104FC03E1D58__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgMap.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgMap dialog
- class CDlgMap : public CDialog
- {
- // Construction
- public:
- CDlgMap(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgMap)
- enum { IDD = IDD_DLG_MAP };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgMap)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- double m_dScale;
- // Generated message map functions
- //{{AFX_MSG(CDlgMap)
- afx_msg void OnPaint();
- afx_msg void OnBtnZoomout();
- afx_msg void OnBtnZoomin();
- afx_msg BOOL OnEraseBkgnd( CDC* pDC );
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGMAP_H__17A8C105_C986_4414_BC33_104FC03E1D58__INCLUDED_)