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

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_MONITORBAR_H__BDB47462_5B4F_4D3F_AB9B_54E54CBC26ED__INCLUDED_)
  2. #define AFX_MONITORBAR_H__BDB47462_5B4F_4D3F_AB9B_54E54CBC26ED__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MonitorBar.h : header file
  7. //
  8. #include "sizecbar.h"
  9. #include "monitorwnd.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMonitorBar window
  12. class CMonitorBar : public CSizingControlBar
  13. {
  14. // Construction
  15. public:
  16. CMonitorBar();
  17. // Attributes
  18. public:
  19. CMonitorWnd m_MonitorWnd;
  20. // Operations
  21. public:
  22. BOOL CreateEx(CWnd *pParent, CSize &size, long lID, CSetupRegister* pSetupRegister);
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CMonitorBar)
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CMonitorBar();
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CMonitorBar)
  33. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  34. afx_msg void OnSize(UINT nType, int cx, int cy);
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. private:
  38. CSetupRegister* m_pSetupRegister;
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_MONITORBAR_H__BDB47462_5B4F_4D3F_AB9B_54E54CBC26ED__INCLUDED_)