ContainerView.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. #if !defined(AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_)
  2. #define AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ContainerView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CContainerView view
  10. #define CHtmlView CCJHtmlView
  11. class CContainerView : public CHtmlView
  12. {
  13. protected:
  14. CContainerView();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(CContainerView)
  16. // Attributes
  17. public:
  18. CString GenarateHtml(CString num);
  19. BOOL IsFileExist(CString strFileName);
  20. // Operations
  21. public:
  22. CString u;
  23. BOOL can;
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CContainerView)
  27. public:
  28. virtual void OnInitialUpdate();
  29. virtual BOOL PreTranslateMessage(MSG* pMsg);
  30. protected:
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. virtual ~CContainerView();
  35. virtual void OnStatusTextChange(LPCTSTR lpszText);
  36. virtual void OnBeforeNavigate2(LPCTSTR lpszURL, DWORD nFlags, LPCTSTR lpszTargetFrameName, CByteArray& baPostedData, LPCTSTR lpszHeaders, BOOL* pbCancel) ;
  37. #ifdef _DEBUG
  38. virtual void AssertValid() const;
  39. virtual void Dump(CDumpContext& dc) const;
  40. #endif
  41. // Generated message map functions
  42. protected:
  43. //{{AFX_MSG(CContainerView)
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_CONTAINERVIEW_H__33B79F68_355D_11D3_9922_00500487D199__INCLUDED_)