MyVw.h
资源名称:QQAlbum.rar [点击查看]
上传用户:tianhe
上传日期:2013-11-07
资源大小:40k
文件大小:2k
源码类别:
加密解密
开发平台:
Visual C++
- #if !defined(AFX_MYVW_H__9FC70760_8453_466A_9E07_5DEB2EE68AA8__INCLUDED_)
- #define AFX_MYVW_H__9FC70760_8453_466A_9E07_5DEB2EE68AA8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyVw.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMyVw html view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- #include <afxhtml.h>
- class CMyVw : public CHtmlView
- {
- protected:
- CMyVw(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CMyVw)
- // html Data
- public:
- //{{AFX_DATA(CMyVw)
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyVw)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CMyVw();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CMyVw)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYVW_H__9FC70760_8453_466A_9E07_5DEB2EE68AA8__INCLUDED_)