ReportChildFrame.h
Upload User: kairuinn
Upload Date: 2009-02-07
Package Size: 2922k
Code Size: 2k
Category:

Graph program

Development Platform:

Visual C++

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CHILDFRM_H__211C8F6B_7C08_4EC5_9A73_7B5D9189C89F__INCLUDED_)
  5. #define AFX_CHILDFRM_H__211C8F6B_7C08_4EC5_9A73_7B5D9189C89F__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "Dialogs//ReportPagesPreviewDlg.h"
  10. class CReportChildFrame : public CMDIChildWnd
  11. {
  12. DECLARE_DYNCREATE(CReportChildFrame)
  13. public:
  14. CReportChildFrame();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CReportChildFrame)
  22. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  23. //}}AFX_VIRTUAL
  24. private:
  25. CEGButtonsBar m_wndPreviewPanel_Container;
  26. public:
  27. CReportPagesPreviewDlg  m_preview_panel;
  28. // Implementation
  29. public:
  30. virtual ~CReportChildFrame();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CReportChildFrame)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //    DO NOT EDIT what you see in these blocks of generated code!
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. public:
  43. afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
  44. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  45. };
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_CHILDFRM_H__211C8F6B_7C08_4EC5_9A73_7B5D9189C89F__INCLUDED_)