CustomTabCtrlDemo.h
上传用户:tang1250
上传日期:2020-10-23
资源大小:86k
文件大小:1k
源码类别:
PropertySheet
开发平台:
Visual C++
- // CustomTabCtrlDemo.h : main header file for the CUSTOMTABCTRLDEMO application
- //
- #if !defined(AFX_CUSTOMTABCTRLDEMO_H__C215DE83_2402_4A4A_BCA3_E42272C5F3CD__INCLUDED_)
- #define AFX_CUSTOMTABCTRLDEMO_H__C215DE83_2402_4A4A_BCA3_E42272C5F3CD__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
- /////////////////////////////////////////////////////////////////////////////
- // CCustomTabCtrlDemoApp:
- // See CustomTabCtrlDemo.cpp for the implementation of this class
- //
- class CCustomTabCtrlDemoApp : public CWinApp
- {
- public:
- CCustomTabCtrlDemoApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCustomTabCtrlDemoApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CCustomTabCtrlDemoApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CUSTOMTABCTRLDEMO_H__C215DE83_2402_4A4A_BCA3_E42272C5F3CD__INCLUDED_)