MapDemo.h
上传用户:jc6688
上传日期:2013-05-06
资源大小:344k
文件大小:2k
源码类别:

GPS编程

开发平台:

Visual C++

  1. // MapDemo.h : main header file for the MAPDEMO application
  2. //
  3. #if !defined(AFX_MAPDEMO_H__991DAAA4_6771_11D3_92B5_0000E826141B__INCLUDED_)
  4. #define AFX_MAPDEMO_H__991DAAA4_6771_11D3_92B5_0000E826141B__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #include "MapX.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CMapDemoApp:
  15. // See MapDemo.cpp for the implementation of this class
  16. //
  17. class CMapDemoApp : public CWinApp
  18. {
  19. public:
  20. CMapDemoApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMapDemoApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. //}}AFX_VIRTUAL
  27. void NotifyPaletteChanged(CWnd* pFocusWnd);
  28. CMultiDocTemplate* pDocTemplate;
  29. CMultiDocTemplate* pFormTemplate;
  30. // Implementation
  31. //{{AFX_MSG(CMapDemoApp)
  32. afx_msg void OnAppAbout();
  33. // NOTE - the ClassWizard will add and remove member functions here.
  34. //    DO NOT EDIT what you see in these blocks of generated code !
  35. //}}AFX_MSG
  36. static CMapDemoApp *GetApp() { return (CMapDemoApp *)AfxGetApp(); }
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_MAPDEMO_H__991DAAA4_6771_11D3_92B5_0000E826141B__INCLUDED_)