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