test8View.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
源码类别:

图形图象

开发平台:

Visual C++

  1. // test8View.h : interface of the CTest8View class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_TEST8VIEW_H__0DB7DF82_4120_11D4_8853_CB775DC66518__INCLUDED_)
  5. #define AFX_TEST8VIEW_H__0DB7DF82_4120_11D4_8853_CB775DC66518__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CTest8View : public CView
  10. {
  11. protected: // create from serialization only
  12. CTest8View();
  13. DECLARE_DYNCREATE(CTest8View)
  14. // Attributes
  15. public:
  16. CTest8Doc* GetDocument();
  17. CRect client;
  18. HDRAWDIB hdraw;
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CTest8View)
  24. public:
  25. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. virtual void Serialize(CArchive& ar);
  28. virtual void OnInitialUpdate();
  29. protected:
  30. virtual void PreSubclassWindow();
  31. virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. //LPCTSTR GetAccessIO(void);
  36. virtual ~CTest8View();
  37. #ifdef _DEBUG
  38. virtual void AssertValid() const;
  39. virtual void Dump(CDumpContext& dc) const;
  40. #endif
  41. protected:
  42. // Generated message map functions
  43. protected:
  44. //{{AFX_MSG(CTest8View)
  45. afx_msg void OnSize(UINT nType, int cx, int cy);
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. #ifndef _DEBUG  // debug version in test8View.cpp
  50. inline CTest8Doc* CTest8View::GetDocument()
  51.    { return (CTest8Doc*)m_pDocument; }
  52. #endif
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_TEST8VIEW_H__0DB7DF82_4120_11D4_8853_CB775DC66518__INCLUDED_)