DEMO_DEVSTUDIOVIEW.H
上传用户:gzfeiyu199
上传日期:2021-09-15
资源大小:68k
文件大小:2k
源码类别:

编辑框

开发平台:

Visual C++

  1. // Demo_DevStudioView.h : interface of the CDemo_DevStudioView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DEMO_DEVSTUDIOVIEW_H__90DA7531_7056_11D2_ABA3_640300C10000__INCLUDED_)
  5. #define AFX_DEMO_DEVSTUDIOVIEW_H__90DA7531_7056_11D2_ABA3_640300C10000__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CDemo_DevStudioView : public CHtmlView
  10. {
  11. protected: // create from serialization only
  12. CDemo_DevStudioView();
  13. DECLARE_DYNCREATE(CDemo_DevStudioView)
  14. // Attributes
  15. public:
  16. CDemo_DevStudioDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CDemo_DevStudioView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. protected:
  26. virtual void OnInitialUpdate(); // called first time after construct
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CDemo_DevStudioView();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. protected:
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CDemo_DevStudioView)
  39. afx_msg void OnWebback();
  40. afx_msg void OnWebforward();
  41. afx_msg void OnWebhome();
  42. afx_msg void OnWebrefresh();
  43. afx_msg void OnWebstop();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. #ifndef _DEBUG  // debug version in Demo_DevStudioView.cpp
  48. inline CDemo_DevStudioDoc* CDemo_DevStudioView::GetDocument()
  49.    { return (CDemo_DevStudioDoc*)m_pDocument; }
  50. #endif
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_DEMO_DEVSTUDIOVIEW_H__90DA7531_7056_11D2_ABA3_640300C10000__INCLUDED_)