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

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_INFOWND_H__CEEF4484_0E92_11D2_800B_D3246F5E6F4A__INCLUDED_)
  2. #define AFX_INFOWND_H__CEEF4484_0E92_11D2_800B_D3246F5E6F4A__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // InfoWnd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CInfoWnd window
  10. class CInfoWnd : public CEdit
  11. {
  12. // Construction
  13. public:
  14. CInfoWnd();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CInfoWnd)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CInfoWnd();
  26. // Generated message map functions
  27. protected:
  28. //{{AFX_MSG(CInfoWnd)
  29. afx_msg void OnSetFocus(CWnd* pOldWnd);
  30. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_INFOWND_H__CEEF4484_0E92_11D2_800B_D3246F5E6F4A__INCLUDED_)