www.pudn.com > editor.rar > zucc_editerView.h
// zucc_editerView.h : interface of the CZucc_editerView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ZUCC_EDITERVIEW_H__71BCDB1A_A840_4219_AC30_5A43F49CDAB2__INCLUDED_)
#define AFX_ZUCC_EDITERVIEW_H__71BCDB1A_A840_4219_AC30_5A43F49CDAB2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CZucc_editerView : public CView
{
protected: // create from serialization only
CZucc_editerView();
DECLARE_DYNCREATE(CZucc_editerView)
public:
CEdit* m_ctrlEdit;
// Attributes
public:
CZucc_editerDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZucc_editerView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
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 ~CZucc_editerView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CZucc_editerView)
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in zucc_editerView.cpp
inline CZucc_editerDoc* CZucc_editerView::GetDocument()
{ return (CZucc_editerDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZUCC_EDITERVIEW_H__71BCDB1A_A840_4219_AC30_5A43F49CDAB2__INCLUDED_)