MapXViewView.h
上传用户:gulin912
上传日期:2022-08-10
资源大小:330k
文件大小:4k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // MapXViewView.h : interface of the CMapXViewView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. //{{AFX_INCLUDES()
  5. #include "mapx.h"
  6. //}}AFX_INCLUDES
  7. #if !defined(AFX_MAPXVIEWVIEW_H__AD4DFC60_9FAA_497C_8353_E6B1D9D000AC__INCLUDED_)
  8. #define AFX_MAPXVIEWVIEW_H__AD4DFC60_9FAA_497C_8353_E6B1D9D000AC__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. class CMapXViewView : public CFormView
  13. {
  14. protected: // create from serialization only
  15. CMapXViewView();
  16. DECLARE_DYNCREATE(CMapXViewView)
  17. public:
  18. //{{AFX_DATA(CMapXViewView)
  19. enum { IDD = IDD_MAPXVIEW_FORM };
  20. CListBox m_ListFs;
  21. CComboBox m_Layers;
  22. CMapX m_Map;
  23. CString m_XY;
  24. CString m_strQuery;
  25. CMapX m_EyeMap;
  26. //}}AFX_DATA
  27. // Attributes
  28. public:
  29. CMapXViewDoc* GetDocument();
  30. // Operations
  31. public:
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CMapXViewView)
  35. public:
  36. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39. virtual void OnInitialUpdate(); // called first time after construct
  40. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  41. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  42. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  43. virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. public:
  47. BOOL bEvent;
  48. BOOL m_bHasMap;
  49. CMapXFeature m_eaglefeature;
  50. CMapXLayer m_PtLayer;
  51. CMapXLayer m_TrLayer;
  52. CMapXLayer m_LineLayer;
  53. CMapXLayer m_PolyLayer;
  54. double YY[2];
  55. double XX[2];
  56. int nPtNum;
  57. virtual ~CMapXViewView();
  58. #ifdef _DEBUG
  59. virtual void AssertValid() const;
  60. virtual void Dump(CDumpContext& dc) const;
  61. #endif
  62. protected:
  63. // Generated message map functions
  64. protected:
  65. //{{AFX_MSG(CMapXViewView)
  66. afx_msg void OnButton1();
  67. afx_msg void OnButton2();
  68. afx_msg void OnButton3();
  69. afx_msg void OnButton4();
  70. afx_msg void OnButton5();
  71. afx_msg void OnButton6();
  72. afx_msg void OnButton7();
  73. afx_msg void OnButton8();
  74. afx_msg void OnSelchangeCombo1();
  75. afx_msg void OnMouseMoveMap1(short Button, short Shift, float X, float Y);
  76. afx_msg void OnButton9();
  77. afx_msg void OnMouseDownMap1(short Button, short Shift, float X, float Y);
  78. afx_msg void OnButton11();
  79. afx_msg void OnButton10();
  80. afx_msg void OnToolUsedMap1(short ToolNum, double X1, double Y1, double X2, double Y2, double Distance, BOOL Shift, BOOL Ctrl, BOOL FAR* EnableDefault);
  81. afx_msg void OnPolyToolUsedMap1(short ToolNum, long Flags, LPDISPATCH Points, BOOL bShift, BOOL bCtrl, BOOL FAR* EnableDefault);
  82. afx_msg void OnButton12();
  83. afx_msg void OnButton13();
  84. afx_msg void OnButton14();
  85. afx_msg void OnButton15();
  86. afx_msg void OnButton16();
  87. afx_msg void OnButton17();
  88. afx_msg void OnButton18();
  89. afx_msg void OnButton19();
  90. afx_msg void OnButton20();
  91. afx_msg void OnButton21();
  92. afx_msg void OnMapDrawMap2(short Flag);
  93. afx_msg void OnMapViewChangedMap1();
  94. afx_msg void OnMouseDownMap2(short Button, short Shift, float X, float Y);
  95. afx_msg void OnTimer(UINT nIDEvent);
  96. afx_msg void OnButton22();
  97. DECLARE_EVENTSINK_MAP()
  98. //}}AFX_MSG
  99. DECLARE_MESSAGE_MAP()
  100. };
  101. #ifndef _DEBUG  // debug version in MapXViewView.cpp
  102. inline CMapXViewDoc* CMapXViewView::GetDocument()
  103.    { return (CMapXViewDoc*)m_pDocument; }
  104. #endif
  105. /////////////////////////////////////////////////////////////////////////////
  106. //{{AFX_INSERT_LOCATION}}
  107. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  108. #endif // !defined(AFX_MAPXVIEWVIEW_H__AD4DFC60_9FAA_497C_8353_E6B1D9D000AC__INCLUDED_)