Cajon.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_CAJON_H__38FBEF50_E3B4_4A1E_854B_F0FB1C04959B__INCLUDED_)
  2. #define AFX_CAJON_H__38FBEF50_E3B4_4A1E_854B_F0FB1C04959B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Cajon.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCajon view
  10. #include <afxcview.h>
  11. class CCajon : public CListView
  12. {
  13. protected:
  14. CCajon();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CCajon)
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CCajon)
  23. protected:
  24. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. virtual ~CCajon();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CCajon)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  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_CAJON_H__38FBEF50_E3B4_4A1E_854B_F0FB1C04959B__INCLUDED_)