dlgroot.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // [!output APP_HEADER] : main header file for the PROJECT_NAME application
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7. #include "resource.h"       // main symbols
  8. // [!output APP_CLASS]:
  9. // See [!output APP_IMPL] for the implementation of this class
  10. //
  11. class [!output APP_CLASS] : public [!output APP_BASE_CLASS]
  12. {
  13. public:
  14. [!output APP_CLASS]();
  15. // Overrides
  16. public:
  17. virtual BOOL InitInstance();
  18. // Implementation
  19. DECLARE_MESSAGE_MAP()
  20. };
  21. extern [!output APP_CLASS] theApp;