EyeDlg.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "map.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_EYEDLG_H__420CEFDA_1430_45CF_BB4A_1A0FF4174EA9__INCLUDED_)
  5. #define AFX_EYEDLG_H__420CEFDA_1430_45CF_BB4A_1A0FF4174EA9__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // EyeDlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CEyeDlg dialog
  13. class CEyeDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CEyeDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CEyeDlg)
  20. enum { IDD = IDD_EYEDLG };
  21. CMap1 m_EyeMap;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CEyeDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CEyeDlg)
  33. afx_msg void OnBeforeTrackingLayerDrawMap1(long hDC);
  34. afx_msg void OnMouseDownMap1(short Button, short Shift, long X, long Y);
  35. DECLARE_EVENTSINK_MAP()
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_EYEDLG_H__420CEFDA_1430_45CF_BB4A_1A0FF4174EA9__INCLUDED_)