HighColorTab.h
上传用户:ahlaser
上传日期:2020-09-06
资源大小:116k
文件大小:1k
- // HighColorTab.h : main header file for the HIGHCOLORTAB application
- //
- ///////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_)
- #define AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CHighColorTabApp:
- // See HighColorTab.cpp for the implementation of this class
- //
- class CHighColorTabApp : public CWinApp
- {
- public:
- CHighColorTabApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHighColorTabApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CHighColorTabApp)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HIGHCOLORTAB_H__047B2DBD_970A_4D57_838A_CAC1EDA0A5B1__INCLUDED_)