TitledPicsWndTestView.h
上传用户:cuiyan8037
上传日期:2007-01-01
资源大小:215k
文件大小:2k
源码类别:
ListView/ListBox
开发平台:
Visual C++
- // TitledPicsWndTestView.h : interface of the CTitledPicsWndTestView class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CTitledPicsWndTestView : public CView
- {
- protected: // create from serialization only
- CTitledPicsWndTestView();
- DECLARE_DYNCREATE(CTitledPicsWndTestView)
- // Attributes
- public:
- CTitledPicsWndTestDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTitledPicsWndTestView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CTitledPicsWndTestView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTitledPicsWndTestView)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in TitledPicsWndTestView.cpp
- inline CTitledPicsWndTestDoc* CTitledPicsWndTestView::GetDocument()
- { return (CTitledPicsWndTestDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////