c++系统开发实例精粹内附的80例源代码
环境:windows2000,c++6.0
源代码在线查看: view.h
// $$root$$View.h : interface of the C$$Safe_root$$View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DEMO_DEVSTUDIOVIEW_H__BBB6444E_ACDD_11D2_AB9F_608556C10000__INCLUDED_)
#define AFX_DEMO_DEVSTUDIOVIEW_H__BBB6444E_ACDD_11D2_AB9F_608556C10000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class C$$Safe_root$$View : public CView
{
protected: // create from serialization only
C$$Safe_root$$View();
DECLARE_DYNCREATE(C$$Safe_root$$View)
// Attributes
public:
C$$Safe_root$$Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(C$$Safe_root$$View)
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 ~C$$Safe_root$$View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(C$$Safe_root$$View)
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in $$root$$View.cpp
inline C$$Safe_root$$Doc* C$$Safe_root$$View::GetDocument()
{ return (C$$Safe_root$$Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEMO_DEVSTUDIOVIEW_H__BBB6444E_ACDD_11D2_AB9F_608556C10000__INCLUDED_)
|
相关资源 |
|
-
c++系统开发实例精粹内附的80例源代码
环境:windows2000,c++6.0
-
本内容为:VC6.0数据库系统开发实例导航 一书的随书光盘。内含9个详细的MIS系统。每个程序的说明都很详细。
-
JSP数据库开发实例精粹,很好的参考书
-
JSP hibernate数据库开发实例精粹,很好的参考书
-
这是一个学生管理系统.vb+sql
是VB数据库系统开发实例导航书中的一个实例
-
Visual C++6_0数据库系统开发实例导航
提供给开发数据库的朋友们
-
,"智能大厦自动报警系统",是从赛奎春所主编的"C++信息系统开发实例精选"CD中拷贝出来的,对mscomm 控件进制转换串口通信等内容进行了详细介绍。
-
嵌入式DOS系统上位升级程序FileUpgrade, 需配合本人上传的FileUpr程序应用, VC++开发, 非常实用, 内附说明及源码
|