anywhere.h
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. // anywhere.h : main header file for the ANYWHERE application
  2. //
  3. #if !defined(AFX_ANYWHERE_H__42C9BC66_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_)
  4. #define AFX_ANYWHERE_H__42C9BC66_EF6C_11D3_9E45_00A0C936C4B3__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 "macbuttons.h"
  13. #define WM_SETACTIVE WM_APP+100
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CAnywhereApp:
  16. // See anywhere.cpp for the implementation of this class
  17. //
  18. class CAnywhereApp : public CWinApp
  19. {
  20. public:
  21. CAnywhereApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CAnywhereApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. virtual BOOL PreTranslateMessage(MSG* pMsg);
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. //{{AFX_MSG(CAnywhereApp)
  31. afx_msg void OnAppAbout();
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //    DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_ANYWHERE_H__42C9BC66_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_)