NetDownMTR.h
上传用户:oadesign
上传日期:2013-12-25
资源大小:265k
文件大小:1k
- // NetDownMTR.h : main header file for the NETDOWNMTR application
- //
- #if !defined(AFX_NETDOWNMTR_H__5A76B928_E0C7_4DCA_9F30_464C7B5B9115__INCLUDED_)
- #define AFX_NETDOWNMTR_H__5A76B928_E0C7_4DCA_9F30_464C7B5B9115__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
- /////////////////////////////////////////////////////////////////////////////
- // CNetDownMTRApp:
- // See NetDownMTR.cpp for the implementation of this class
- //
- class CNetDownMTRApp : public CWinApp
- {
- public:
- CNetDownMTRApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNetDownMTRApp)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CNetDownMTRApp)
- // 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_NETDOWNMTR_H__5A76B928_E0C7_4DCA_9F30_464C7B5B9115__INCLUDED_)