MDI_DynamicBarsView.h
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. // MDI_DynamicBarsView.h : interface of the CMDI_DynamicBarsView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MDI_DynamicBarsVIEW_H__624EA67D_29E4_4F42_8F28_E649785CDFDC__INCLUDED_)
  5. #define AFX_MDI_DynamicBarsVIEW_H__624EA67D_29E4_4F42_8F28_E649785CDFDC__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMDI_DynamicBarsView : public CView
  10. {
  11. protected: // create from serialization only
  12. CMDI_DynamicBarsView();
  13. DECLARE_DYNCREATE(CMDI_DynamicBarsView)
  14. // Attributes
  15. public:
  16. CMDI_DynamicBarsDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMDI_DynamicBarsView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. protected:
  26. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  27. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  28. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. virtual ~CMDI_DynamicBarsView();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. protected:
  38. // Generated message map functions
  39. protected:
  40. //{{AFX_MSG(CMDI_DynamicBarsView)
  41. // NOTE - the ClassWizard will add and remove member functions here.
  42. //    DO NOT EDIT what you see in these blocks of generated code !
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. #ifndef _DEBUG  // debug version in MDI_DynamicBarsView.cpp
  47. inline CMDI_DynamicBarsDoc* CMDI_DynamicBarsView::GetDocument()
  48.    { return (CMDI_DynamicBarsDoc*)m_pDocument; }
  49. #endif
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_MDI_DynamicBarsVIEW_H__624EA67D_29E4_4F42_8F28_E649785CDFDC__INCLUDED_)