Test.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. #if !defined(AFX_TEST_H__F26FD62F_6AD3_4F3C_A5BA_27C481855D8D__INCLUDED_)
  2. #define AFX_TEST_H__F26FD62F_6AD3_4F3C_A5BA_27C481855D8D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Test.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTest view
  10. class CTest : public CEditView
  11. {
  12. protected:
  13. CTest();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CTest)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CTest)
  22. protected:
  23. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. virtual ~CTest();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CTest)
  35. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  36. afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_TEST_H__F26FD62F_6AD3_4F3C_A5BA_27C481855D8D__INCLUDED_)