NetManager.h
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // NetManager.h : main header file for the NETMANAGER application
  2. //
  3. #if !defined(AFX_NETMANAGER_H__7EBE5926_69C6_11D1_82BF_444553540000__INCLUDED_)
  4. #define AFX_NETMANAGER_H__7EBE5926_69C6_11D1_82BF_444553540000__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. #include <afxinet.h>
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CNetManagerApp:
  15. // See NetManager.cpp for the implementation of this class
  16. //
  17. class CNetManagerApp : public CWinApp
  18. {
  19. public:
  20. CNetManagerApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CNetManagerApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. virtual int ExitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(CNetManagerApp)
  30. afx_msg void OnStartall();
  31. afx_msg void OnEndall();
  32. afx_msg void OnNetmonitor();
  33. afx_msg void OnPeoplemonitor();
  34. afx_msg void OnQuit();
  35. afx_msg void OnStarting();
  36. afx_msg void OnEnding();
  37. afx_msg void OnNetmonitoring();
  38. afx_msg void OnPeoplemonitoring();
  39. afx_msg void OnAutosave();
  40. afx_msg void OnEditinifile();
  41. afx_msg void OnFont();
  42. afx_msg void OnSave();
  43. afx_msg void OnAbout();
  44. afx_msg void OnNotificationIcon();
  45. afx_msg void OnNotificationWin();
  46. afx_msg void OnOutputHide();
  47. afx_msg void OnOutputShow();
  48. afx_msg void OnOutputClear();
  49. afx_msg void OnExeimagesLarge();
  50. afx_msg void OnExeimagesSmall();
  51. afx_msg void OnPeopleimagesSmall();
  52. afx_msg void OnPeopleimagesLarge();
  53. afx_msg void OnHistoryfont();
  54. afx_msg void OnContents();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. /////////////////////////////////////////////////////////////////////////////
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_NETMANAGER_H__7EBE5926_69C6_11D1_82BF_444553540000__INCLUDED_)