SpiderDoc.h
上传用户:st5609838
上传日期:2013-03-29
资源大小:66k
文件大小:2k
源码类别:

搜索引擎

开发平台:

Visual C++

  1. // SpiderDoc.h : interface of the CSpiderDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SPIDERDOC_H__26AC102C_E049_11D1_8F58_B6D09489096E__INCLUDED_)
  5. #define AFX_SPIDERDOC_H__26AC102C_E049_11D1_8F58_B6D09489096E__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CSpiderDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CSpiderDoc();
  13. DECLARE_DYNCREATE(CSpiderDoc)
  14. // Attributes
  15. public:
  16. static CSpiderDoc * GetDoc();
  17. // Operations
  18. public:
  19. BOOL ShowURL(LPCTSTR lpString);
  20. BOOL CheckURLUpdate (LPCTSTR lpString);
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CSpiderDoc)
  24. public:
  25. virtual BOOL OnNewDocument();
  26. virtual void Serialize(CArchive& ar);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CSpiderDoc();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. protected:
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CSpiderDoc)
  39. // NOTE - the ClassWizard will add and remove member functions here.
  40. //    DO NOT EDIT what you see in these blocks of generated code !
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. /////////////////////////////////////////////////////////////////////////////
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_SPIDERDOC_H__26AC102C_E049_11D1_8F58_B6D09489096E__INCLUDED_)