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

搜索引擎

开发平台:

Visual C++

  1. // Spider.h : main header file for the SPIDER application
  2. //
  3. #if !defined(AFX_SPIDER_H__26AC1024_E049_11D1_8F58_B6D09489096E__INCLUDED_)
  4. #define AFX_SPIDER_H__26AC1024_E049_11D1_8F58_B6D09489096E__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CSpiderApp:
  14. // See Spider.cpp for the implementation of this class
  15. //
  16. class CSpiderApp : public CWinApp
  17. {
  18. public:
  19. CSpiderApp();
  20. CString   m_HomeDir;
  21. int m_FtpStartUpLoad;
  22. void WriteProfile();
  23. void ReadProfile();
  24. void ShowURL(LPCTSTR lpFileName,CString& text) ;
  25. private:
  26. virtual int ExitInstance();
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CSpiderApp)
  30. public:
  31. virtual BOOL InitInstance();
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. //{{AFX_MSG(CSpiderApp)
  35. afx_msg void OnAppAbout();
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //    DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SPIDER_H__26AC1024_E049_11D1_8F58_B6D09489096E__INCLUDED_)