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

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_ComboEx_H__115F422E_5CD5_11D1_ABBA_00A0243D1382__INCLUDED_)
  2. #define AFX_ComboEx_H__115F422E_5CD5_11D1_ABBA_00A0243D1382__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ComboEx.h : header file
  7. //
  8. // Copyright (c) Chris Maunder 1997.
  9. // Please feel free to use and distribute.
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CComboEx window
  12. class CComboEx : public CComboBox
  13. {
  14. // Construction
  15. public:
  16. CComboEx();
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CComboEx)
  24. public:
  25. virtual BOOL PreTranslateMessage(MSG* pMsg);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CComboEx();
  30. BOOL m_bAutoComplete;
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CComboEx)
  34. afx_msg void OnEditUpdate();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_ComboEx_H__115F422E_5CD5_11D1_ABBA_00A0243D1382__INCLUDED_)