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

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_HISTROYCOMBO_H__DA266B90_22A1_40A1_AF3C_BE5A915EFD4C__INCLUDED_)
  2. #define AFX_HISTROYCOMBO_H__DA266B90_22A1_40A1_AF3C_BE5A915EFD4C__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. // HistroyCombo.h : header file
  15. //
  16. /***********************************************************
  17. ** @Description:
  18. ** this combobox is used for store you history path .
  19. **
  20. ** @Note:
  21. **
  22. **
  23. ** @Author: JHM
  24. ** e-mail:  tablejiang@21cn.com
  25. ** Date:  2001 3 26
  26. ***********************************************************/
  27. /////////////////////////////////////////////////////////////////////////////
  28. // CHistroyCombo window
  29. class CHistroyCombo : public CComboBoxEx
  30. {
  31. // Construction
  32. public:
  33. CHistroyCombo();
  34. virtual ~CHistroyCombo();
  35. // Attributes
  36. public:
  37. // Operations
  38. public:
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CHistroyCombo)
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. public:
  45. BOOL DeleteAllItem( );
  46. BOOL GetSelectText( char* szBuffer );
  47. BOOL SetItemSelect( LPCTSTR strItem );
  48. BOOL AddString( LPCTSTR strPath );
  49. // Generated message map functions
  50. protected:
  51. //{{AFX_MSG(CHistroyCombo)
  52. afx_msg void OnCloseup();
  53. //}}AFX_MSG
  54. DECLARE_MESSAGE_MAP()
  55. protected:
  56. BOOL GetSysImgList( );
  57. CString m_NowDisplayPath ;
  58. CImageList m_ImageList ;
  59. };
  60. /////////////////////////////////////////////////////////////////////////////
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_HISTROYCOMBO_H__DA266B90_22A1_40A1_AF3C_BE5A915EFD4C__INCLUDED_)