Информатика и программирование: Visual C++ с использованием библиотеки MFC. Дербакова Е.П. - 45 стр.

UptoLike

Составители: 

45
virtual void OnDraw(CDC* pDC); // over-
ridden to draw this view
virtual BOOL PreCreateWin-
dow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrint-
ing(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC,
CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC,
CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CNewprjView();
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CNewprjView)
// 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()
};
///////////////////////////////////////////////////////////////////////////
//
         virtual void OnDraw(CDC* pDC); // over-
ridden to draw this view
         virtual BOOL PreCreateWin-
dow(CREATESTRUCT& cs);
         protected:
         virtual BOOL OnPreparePrint-
ing(CPrintInfo* pInfo);
         virtual void OnBeginPrinting(CDC* pDC,
CPrintInfo* pInfo);
         virtual void OnEndPrinting(CDC* pDC,
CPrintInfo* pInfo);
         //}}AFX_VIRTUAL
// Implementation
public:
         virtual ~CNewprjView();
protected:
// Generated message map functions
protected:
         //{{AFX_MSG(CNewprjView)
                  // 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()
};
///////////////////////////////////////////////////////////////////////////
//

                                    45