// LdCBView.h : interface of the CLoadCBView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_LDCBVIEW_H__8B85AD0C_10F2_11D3_9689_0060087C03DE__INCLUDED_) #define AFX_LDCBVIEW_H__8B85AD0C_10F2_11D3_9689_0060087C03DE__INCLUDED_ #define IDT_TIMER1 1 #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include"ldcbdoc.h" class CLoadCBView : public CView { protected: // create from serialization only CLoadCBView(); DECLARE_DYNCREATE(CLoadCBView) // Attributes public: CLoadCBDoc* GetDocument(); L_BOOL HandlePalette(UINT uMsg,HWND hWnd); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLoadCBView) public: virtual void OnDraw(CDC* pDC); // overridden to draw this view protected: virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation public: L_INT LoadSaveFunction(); virtual ~CLoadCBView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CLoadCBView) afx_msg void OnTimer(UINT nIDEvent); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: L_UINT m_nCounter; L_UINT m_nTimer; HCURSOR m_hOrigCursor; public: LBitmapBase m_LeadBitmap; }; #ifndef _DEBUG // debug version in LdCBView.cpp inline CLoadCBDoc* CLoadCBView::GetDocument() { return (CLoadCBDoc*)m_pDocument; } #endif ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LDCBVIEW_H__8B85AD0C_10F2_11D3_9689_0060087C03DE__INCLUDED_)