ВУЗ:
Составители:
Рубрика:
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
Страницы
- « первая
- ‹ предыдущая
- …
- 43
- 44
- 45
- 46
- 47
- …
- следующая ›
- последняя »