TitledPicsWndTestView.h
上传用户:cuiyan8037
上传日期:2007-01-01
资源大小:215k
文件大小:2k
源码类别:

ListView/ListBox

开发平台:

Visual C++

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