JobListCtrl.h
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_JOBLISTCTRL_H__5E543E1D_E967_4A06_87B6_32DEB904F507__INCLUDED_)
  2. #define AFX_JOBLISTCTRL_H__5E543E1D_E967_4A06_87B6_32DEB904F507__INCLUDED_
  3. /*********************************************
  4. **该文件是属于WolfFTP工程中的。如果有什么问题
  5. **请联系
  6. **         tablejiang@21cn.com
  7. **或者访问
  8. **         http://wolfftp.51.net
  9. **以得到最新的支持。
  10. *********************************************/
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. // JobListCtrl.h : header file
  15. //
  16. #include "resource.h"
  17. #include "FileQueue.h"
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CJobListCtrl window
  20. class CJobListCtrl : public CListCtrl
  21. {
  22. // Construction
  23. public:
  24. CJobListCtrl();
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CJobListCtrl)
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. BOOL SelectAllItem( );
  36. BOOL SetRowFullSelect( );
  37. BOOL GetItemInfo( int iItem , FTPFILEINFO* pFile );
  38. void SetParentWnd( HWND hWnd );
  39. BOOL AddItem(  FTPFILEINFO* pFile , int iItem  );
  40. virtual ~CJobListCtrl();
  41. // Generated message map functions
  42. protected:
  43. //{{AFX_MSG(CJobListCtrl)
  44. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  45. afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  46. afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
  47. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. protected:
  51. BOOL InitImageList( );
  52. CImageList m_ImageList ;
  53. HWND m_hParentWnd ;
  54. };
  55. /////////////////////////////////////////////////////////////////////////////
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_JOBLISTCTRL_H__5E543E1D_E967_4A06_87B6_32DEB904F507__INCLUDED_)