MonitorBar.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:
P2P编程
开发平台:
Visual C++
- #if !defined(AFX_MONITORBAR_H__BDB47462_5B4F_4D3F_AB9B_54E54CBC26ED__INCLUDED_)
- #define AFX_MONITORBAR_H__BDB47462_5B4F_4D3F_AB9B_54E54CBC26ED__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MonitorBar.h : header file
- //
- #include "sizecbar.h"
- #include "monitorwnd.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMonitorBar window
- class CMonitorBar : public CSizingControlBar
- {
- // Construction
- public:
- CMonitorBar();
- // Attributes
- public:
- CMonitorWnd m_MonitorWnd;
- // Operations
- public:
- BOOL CreateEx(CWnd *pParent, CSize &size, long lID, CSetupRegister* pSetupRegister);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMonitorBar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMonitorBar();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMonitorBar)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CSetupRegister* m_pSetupRegister;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MONITORBAR_H__BDB47462_5B4F_4D3F_AB9B_54E54CBC26ED__INCLUDED_)