Draw.h
上传用户:yklx818
上传日期:2013-04-13
资源大小:459k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // Draw.h : main header file for the DRAW application
  2. //
  3. #if !defined(AFX_DRAW_H__29460D15_F778_427C_B529_BAA9C88091E7__INCLUDED_)
  4. #define AFX_DRAW_H__29460D15_F778_427C_B529_BAA9C88091E7__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. /////////////////////////////////////////////////////////////////////////////
  13. // CDrawApp:
  14. // See Draw.cpp for the implementation of this class
  15. //
  16. class CDrawApp : public CWinApp
  17. {
  18. CDocTemplate* pDocTemplate1;
  19. CDocTemplate* pDocTemplate;
  20. public:
  21. CDrawApp();
  22. CDocTemplate* GetDocTemplate();
  23. CDocTemplate* GetDocTemplate1();
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CDrawApp)
  27. public:
  28. virtual BOOL InitInstance();
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CDrawApp)
  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. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DRAW_H__29460D15_F778_427C_B529_BAA9C88091E7__INCLUDED_)