SkinMDISampleView.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

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