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

Windows编程

开发平台:

Visual C++

  1. // CmnCtrl1.h : main header file for the CMNCTRL1 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_CMNCTRL1_H__A14ECE83_E24D_11D0_8286_00C04FD73634__INCLUDED_)
  13. #define AFX_CMNCTRL1_H__A14ECE83_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. // CCmnCtrl1App:
  23. // See CmnCtrl1.cpp for the implementation of this class
  24. //
  25. #define CELEMS(rgFoo) (sizeof(rgFoo) / sizeof(rgFoo[0]))
  26. class CCmnCtrl1App : public CWinApp
  27. {
  28. public:
  29. CCmnCtrl1App();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CCmnCtrl1App)
  33. public:
  34. virtual BOOL InitInstance();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(CCmnCtrl1App)
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_CMNCTRL1_H__A14ECE83_E24D_11D0_8286_00C04FD73634__INCLUDED_)