InfomationWnd.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_INFOMATIONWND_H__3CD3434C_6AEA_40EE_BEA0_0E71CA56E43D__INCLUDED_)
  2. #define AFX_INFOMATIONWND_H__3CD3434C_6AEA_40EE_BEA0_0E71CA56E43D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // InfomationWnd.h : header file
  7. //
  8. #include "SubFilesWnd.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CInfomationWnd window
  11. class CInfomationWnd : public CWnd
  12. {
  13. // Construction
  14. public:
  15. CInfomationWnd();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. BOOL CreateEx(CWnd* pParent, CRect rc, long lID, long lParam);
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CInfomationWnd)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CInfomationWnd();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CInfomationWnd)
  31. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. private:
  35. CSubFilesWnd m_treeSubFiles;
  36. CListCtrl m_listInfomation;
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_INFOMATIONWND_H__3CD3434C_6AEA_40EE_BEA0_0E71CA56E43D__INCLUDED_)