MyList.h
上传用户:shouhua
上传日期:2014-12-06
资源大小:5685k
文件大小:1k
源码类别:

杀毒

开发平台:

Visual C++

  1. #if !defined(AFX_MYLIST_H__788217FF_EDF0_4D19_A04D_928DA4C8F187__INCLUDED_)
  2. #define AFX_MYLIST_H__788217FF_EDF0_4D19_A04D_928DA4C8F187__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyList.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MyList window
  10. class MyList : public CListCtrl
  11. {
  12. // Construction
  13. public:
  14. MyList();
  15. // Attributes
  16. public:
  17.     bool InitSystemImageLists(HWND hwndList);
  18. int  GetFileIcon(LPCTSTR lpFileName);
  19. void SetFolder(CString sFile);
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(MyList)
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public: virtual ~MyList();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(MyList)
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_MYLIST_H__788217FF_EDF0_4D19_A04D_928DA4C8F187__INCLUDED_)