HighColorTab.h
上传用户:ahlaser
上传日期:2020-09-06
资源大小:116k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. // HighColorTab.h : main header file for the HIGHCOLORTAB application
  2. //
  3. ///////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_)
  5. #define AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #ifndef __AFXWIN_H__
  10. #error include 'stdafx.h' before including this file for PCH
  11. #endif
  12. #include "resource.h" // main symbols
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CHighColorTabApp:
  15. // See HighColorTab.cpp for the implementation of this class
  16. //
  17. class CHighColorTabApp : public CWinApp
  18. {
  19. public:
  20. CHighColorTabApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CHighColorTabApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. //{{AFX_MSG(CHighColorTabApp)
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_)