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

界面编程

开发平台:

Visual C++

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