ContainerView.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:2k
- #if !defined(AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_)
- #define AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ContainerView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CContainerView view
- #define CHtmlView CCJHtmlView
- class CContainerView : public CHtmlView
- {
- protected:
- CContainerView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CContainerView)
- // Attributes
- public:
- CString GenarateHtml(CString num);
- BOOL IsFileExist(CString strFileName);
- // Operations
- public:
- CString u;
- BOOL can;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CContainerView)
- public:
- virtual void OnInitialUpdate();
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CContainerView();
- virtual void OnStatusTextChange(LPCTSTR lpszText);
- virtual void OnBeforeNavigate2(LPCTSTR lpszURL, DWORD nFlags, LPCTSTR lpszTargetFrameName, CByteArray& baPostedData, LPCTSTR lpszHeaders, BOOL* pbCancel) ;
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CContainerView)
-
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_)