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

Telnet服务器

开发平台:

Visual C++

  1. #if !defined(AFX_FLATLISTCTRL_H__2162BEB5_A882_11D2_B18A_B294B34D6940__INCLUDED_)
  2. #define AFX_FLATLISTCTRL_H__2162BEB5_A882_11D2_B18A_B294B34D6940__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FlatListCtrl.h : header file
  7. //
  8. #include "FlatHeaderCtrl.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CFlatListCtrl window
  11. class CFlatListCtrl : public CListCtrl
  12. {
  13. // Construction
  14. public:
  15. CFlatListCtrl();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CFlatListCtrl)
  23. protected:
  24. virtual void PreSubclassWindow();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CFlatListCtrl();
  29. protected:
  30. CFlatHeaderCtrl m_wndFlatHeader;
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CFlatListCtrl)
  34. afx_msg void OnColumnClick(NMHDR* pNMHDR, LRESULT* pResult);
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_FLATLISTCTRL_H__2162BEB5_A882_11D2_B18A_B294B34D6940__INCLUDED_)