History.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_HISTORY_H__B7F3BC60_EF81_11D3_9E45_00A0C936C4B3__INCLUDED_)
  2. #define AFX_HISTORY_H__B7F3BC60_EF81_11D3_9E45_00A0C936C4B3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // History.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHistory view
  10. #include <afxcview.h>
  11. class CHistory : public CListView
  12. {
  13. protected:
  14. CHistory();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CHistory)
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CHistory)
  23. protected:
  24. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. virtual ~CHistory();
  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(CHistory)
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_HISTORY_H__B7F3BC60_EF81_11D3_9E45_00A0C936C4B3__INCLUDED_)