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