// GetStpVw.h : interface of the CGetStampView class // ///////////////////////////////////////////////////////////////////////////// #include "GtStpDoc.h" #if !defined(AFX_GETSTPVW_H__80FBD346_0C3A_11D3_AC40_0060087BAA97__INCLUDED_) #define AFX_GETSTPVW_H__80FBD346_0C3A_11D3_AC40_0060087BAA97__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGetStampView : public CView { public: LBitmapWindow m_LBitmapWnd; protected: // create from serialization only CGetStampView(); DECLARE_DYNCREATE(CGetStampView) // Attributes public: CGetStampDoc* GetDocument(); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGetStampView) public: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual void OnInitialUpdate(); protected: virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView); //}}AFX_VIRTUAL // Implementation public: virtual ~CGetStampView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CGetStampView) // afx_msg void OnFileOpen(); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #ifndef _DEBUG // debug version in GetStpVw.cpp inline CGetStampDoc* CGetStampView::GetDocument() { return (CGetStampDoc*)m_pDocument; } #endif ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GETSTPVW_H__80FBD346_0C3A_11D3_AC40_0060087BAA97__INCLUDED_)