anywhere.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:
Telnet服务器
开发平台:
Visual C++
- // anywhere.h : main header file for the ANYWHERE application
- //
- #if !defined(AFX_ANYWHERE_H__42C9BC66_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_)
- #define AFX_ANYWHERE_H__42C9BC66_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- #include "macbuttons.h"
- #define WM_SETACTIVE WM_APP+100
- /////////////////////////////////////////////////////////////////////////////
- // CAnywhereApp:
- // See anywhere.cpp for the implementation of this class
- //
- class CAnywhereApp : public CWinApp
- {
- public:
- CAnywhereApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAnywhereApp)
- public:
- virtual BOOL InitInstance();
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CAnywhereApp)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ANYWHERE_H__42C9BC66_EF6C_11D3_9E45_00A0C936C4B3__INCLUDED_)