CMNCTRL2.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // CmnCtrl2.h : main header file for the CMNCTRL2 application
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. #if !defined(AFX_CMNCTRL2_H__A14ECE90_E24D_11D0_8286_00C04FD73634__INCLUDED_)
  13. #define AFX_CMNCTRL2_H__A14ECE90_E24D_11D0_8286_00C04FD73634__INCLUDED_
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. #ifndef __AFXWIN_H__
  18. #error include 'stdafx.h' before including this file for PCH
  19. #endif
  20. #include "resource.h"       // main symbols
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CCmnCtrl2App:
  23. // See CmnCtrl2.cpp for the implementation of this class
  24. //
  25. class CCmnCtrl2App : public CWinApp
  26. {
  27. public:
  28. CCmnCtrl2App();
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CCmnCtrl2App)
  32. public:
  33. virtual BOOL InitInstance();
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. //{{AFX_MSG(CCmnCtrl2App)
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_CMNCTRL2_H__A14ECE90_E24D_11D0_8286_00C04FD73634__INCLUDED_)