PageFilesExeList.h
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_PAGEFILESEXELIST_H__2D416F02_8871_11D1_82C0_444553540000__INCLUDED_)
  2. #define AFX_PAGEFILESEXELIST_H__2D416F02_8871_11D1_82C0_444553540000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PageFilesExeList.h : header file
  7. //
  8. #include <afxole.h>
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPageFilesExeList window
  11. class CPageFilesExeList : public CListCtrl
  12. {
  13. // Construction
  14. public:
  15. CPageFilesExeList();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20.   int GetCurrentSelection();
  21.   CString ExpandShortcut(CString &inFile);    // pro drag & drop
  22.   void SwitchExeAuto();
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CPageFilesExeList)
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CPageFilesExeList();
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CPageFilesExeList)
  33. afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
  34. afx_msg void OnBeginlabeledit(NMHDR* pNMHDR, LRESULT* pResult);
  35. afx_msg void OnEndlabeledit(NMHDR* pNMHDR, LRESULT* pResult);
  36. afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  37. afx_msg void OnClick(NMHDR* pNMHDR, LRESULT* pResult);
  38. afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
  39. afx_msg void OnDropFiles(HDROP hDropInfo);
  40. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  41. afx_msg void OnExefilesRename();
  42. afx_msg void OnExefilesRemove();
  43. afx_msg void OnExefilesExecute();
  44. afx_msg void OnExefilesAdd();
  45. afx_msg void OnExefilesAutostart();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_PAGEFILESEXELIST_H__2D416F02_8871_11D1_82C0_444553540000__INCLUDED_)