FileListHead.h
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. #if !defined(AFX_FILELISTHEAD_H__F6646703_C4B7_11D2_BF7C_0080C8E05391__INCLUDED_)
  2. #define AFX_FILELISTHEAD_H__F6646703_C4B7_11D2_BF7C_0080C8E05391__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FileListHead.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFileListHead window
  10. class CFileListHead : public CHeaderCtrl
  11. {
  12. // Construction
  13. public:
  14. CFileListHead();
  15. // Attributes
  16. public:
  17. protected:
  18. int m_nSortCol;
  19. BOOL m_bSortAsc;
  20. // Operations
  21. public:
  22. int SetSortImage(int nCol, BOOL bAsc);
  23. void DrawItem( LPDRAWITEMSTRUCT lpDrawItemStruct );
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CFileListHead)
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CFileListHead();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CFileListHead)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  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_FILELISTHEAD_H__F6646703_C4B7_11D2_BF7C_0080C8E05391__INCLUDED_)