FLASHVIEW.H
上传用户:scztsn
上传日期:2022-07-09
资源大小:50k
文件大小:2k
- // flashView.h : interface of the CFlashView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_FLASHVIEW_H__6D9B1BF1_C230_4F1D_B03F_2D32AF6B1D68__INCLUDED_)
- #define AFX_FLASHVIEW_H__6D9B1BF1_C230_4F1D_B03F_2D32AF6B1D68__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CFlashView : public CHtmlView
- {
- protected: // create from serialization only
- CFlashView();
- DECLARE_DYNCREATE(CFlashView)
- // Attributes
- public:
- CFlashDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFlashView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual void OnInitialUpdate(); // called first time after construct
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CFlashView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CFlashView)
- // 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 flashView.cpp
- inline CFlashDoc* CFlashView::GetDocument()
- { return (CFlashDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FLASHVIEW_H__6D9B1BF1_C230_4F1D_B03F_2D32AF6B1D68__INCLUDED_)