cellID.h
资源名称:cellID.rar [点击查看]
上传用户:rx_deng
上传日期:2014-02-22
资源大小:21k
文件大小:1k
源码类别:
Windows Mobile
开发平台:
C/C++
- // cellID.h : main header file for the CELLID application
- //
- #if !defined(AFX_CELLID_H__7A4E0ECA_FA11_48F1_90F5_F39C14B886F9__INCLUDED_)
- #define AFX_CELLID_H__7A4E0ECA_FA11_48F1_90F5_F39C14B886F9__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
- /////////////////////////////////////////////////////////////////////////////
- // CCellIDApp:
- // See cellID.cpp for the implementation of this class
- //
- class CCellIDApp : public CWinApp
- {
- public:
- CCellIDApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCellIDApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CCellIDApp)
- // 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 eMbedded Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CELLID_H__7A4E0ECA_FA11_48F1_90F5_F39C14B886F9__INCLUDED_)