InfomationWnd.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:
P2P编程
开发平台:
Visual C++
- #if !defined(AFX_INFOMATIONWND_H__3CD3434C_6AEA_40EE_BEA0_0E71CA56E43D__INCLUDED_)
- #define AFX_INFOMATIONWND_H__3CD3434C_6AEA_40EE_BEA0_0E71CA56E43D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // InfomationWnd.h : header file
- //
- #include "SubFilesWnd.h"
- /////////////////////////////////////////////////////////////////////////////
- // CInfomationWnd window
- class CInfomationWnd : public CWnd
- {
- // Construction
- public:
- CInfomationWnd();
- // Attributes
- public:
- // Operations
- public:
- BOOL CreateEx(CWnd* pParent, CRect rc, long lID, long lParam);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CInfomationWnd)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CInfomationWnd();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CInfomationWnd)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CSubFilesWnd m_treeSubFiles;
- CListCtrl m_listInfomation;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_INFOMATIONWND_H__3CD3434C_6AEA_40EE_BEA0_0E71CA56E43D__INCLUDED_)