draw.h
上传用户:y440e3
上传日期:2010-03-08
资源大小:200k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // Draw.h : main header file for the Draw application
  2. //
  3. #if !defined(AFX_Draw_H__0EFFC626_8953_11D2_AE7B_444553540000__INCLUDED_)
  4. #define AFX_Draw_H__0EFFC626_8953_11D2_AE7B_444553540000__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. public:
  19. CDrawApp();
  20. public:
  21. CDocTemplate* GetDocTemplate();
  22. CDocTemplate* GetDocTemplate1();
  23. private:
  24. CDocTemplate* pDocTemplate1;
  25. CDocTemplate* pDocTemplate;
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CDrawApp)
  29. public:
  30. virtual BOOL InitInstance();
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. //{{AFX_MSG(CDrawApp)
  34. afx_msg void OnAppAbout();
  35. afx_msg void OnUpdateEditPaste(CCmdUI* pCmdUI);
  36. afx_msg void OnFileNew();
  37. afx_msg void OnFileOpen();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_Draw_H__0EFFC626_8953_11D2_AE7B_444553540000__INCLUDED_)