dlgroot.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
- // [!output APP_HEADER] : main header file for the PROJECT_NAME application
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- // [!output APP_CLASS]:
- // See [!output APP_IMPL] for the implementation of this class
- //
- class [!output APP_CLASS] : public [!output APP_BASE_CLASS]
- {
- public:
- [!output APP_CLASS]();
- // Overrides
- public:
- virtual BOOL InitInstance();
- // Implementation
- DECLARE_MESSAGE_MAP()
- };
- extern [!output APP_CLASS] theApp;