REPORTWND.H
上传用户:shgx688
上传日期:2009-12-27
资源大小:855k
文件大小:1k
源码类别:

SNMP编程

开发平台:

MultiPlatform

  1. #if !defined(AFX_REPORTWND_H__E2A07446_1754_11D3_BAC4_12345600558E__INCLUDED_)
  2. #define AFX_REPORTWND_H__E2A07446_1754_11D3_BAC4_12345600558E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ReportWnd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CReportWnd window
  10. #include "SheetReport.h"
  11. class CReportWnd : public CWnd
  12. {
  13. // Construction
  14. public:
  15. CReportWnd();
  16. virtual CSheetReport& GetSheetControl() {return m_wndSheet;};
  17. // Attributes
  18. public:
  19. CSheetReport m_wndSheet;
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CReportWnd)
  25. protected:
  26. virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual BOOL NeedScroll();
  31. void ActivateScrollBar();
  32. virtual ~CReportWnd();
  33. // Generated message map functions
  34. protected:
  35. afx_msg LRESULT OnPageChanged(WPARAM pNewView, LPARAM);
  36. //{{AFX_MSG(CReportWnd)
  37. afx_msg void OnNcCalcSize(BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR* lpncsp);
  38. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_REPORTWND_H__E2A07446_1754_11D3_BAC4_12345600558E__INCLUDED_)