FileListHead.h
资源名称:DXGuide.zip [点击查看]
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:
DirextX编程
开发平台:
Visual C++
- #if !defined(AFX_FILELISTHEAD_H__F6646703_C4B7_11D2_BF7C_0080C8E05391__INCLUDED_)
- #define AFX_FILELISTHEAD_H__F6646703_C4B7_11D2_BF7C_0080C8E05391__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // FileListHead.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CFileListHead window
- class CFileListHead : public CHeaderCtrl
- {
- // Construction
- public:
- CFileListHead();
- // Attributes
- public:
- protected:
- int m_nSortCol;
- BOOL m_bSortAsc;
- // Operations
- public:
- int SetSortImage(int nCol, BOOL bAsc);
- void DrawItem( LPDRAWITEMSTRUCT lpDrawItemStruct );
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFileListHead)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CFileListHead();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CFileListHead)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FILELISTHEAD_H__F6646703_C4B7_11D2_BF7C_0080C8E05391__INCLUDED_)