www.pudn.com > endecipher.rar > CipherView.h
// CipherView.h : interface of the CCipherView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CIPHERVIEW_H__36240F13_CFF3_40B6_B086_0DEB6F7E8E77__INCLUDED_)
#define AFX_CIPHERVIEW_H__36240F13_CFF3_40B6_B086_0DEB6F7E8E77__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCipherView : public CView
{
protected: // create from serialization only
CCipherView();
DECLARE_DYNCREATE(CCipherView)
// Attributes
public:
CCipherDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCipherView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CCipherView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CCipherView)
// 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 CipherView.cpp
inline CCipherDoc* CCipherView::GetDocument()
{ return (CCipherDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CIPHERVIEW_H__36240F13_CFF3_40B6_B086_0DEB6F7E8E77__INCLUDED_)