anywhereView.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:2k
源码类别:
Telnet服务器
开发平台:
Visual C++
- // anywhereView.h : interface of the CAnywhereView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_ANYWHEREVIEW_H__42C9BC6E_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_)
- #define AFX_ANYWHEREVIEW_H__42C9BC6E_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CAnywhereView : public CView
- {
- protected: // create from serialization only
- CAnywhereView();
- DECLARE_DYNCREATE(CAnywhereView)
- // Attributes
- public:
- CAnywhereDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAnywhereView)
- 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 ~CAnywhereView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CAnywhereView)
- // 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 anywhereView.cpp
- inline CAnywhereDoc* CAnywhereView::GetDocument()
- { return (CAnywhereDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ANYWHEREVIEW_H__42C9BC6E_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_)