STabCtrlExample.h
资源名称:STabCtrl.rar [点击查看]
上传用户:shqgfm2
上传日期:2013-03-07
资源大小:13k
文件大小:1k
源码类别:
Tab控件
开发平台:
Visual C++
- // STabCtrlExample.h : main header file for the STABCTRLEXAMPLE application
- //
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CSTabCtrlExampleApp:
- // See STabCtrlExample.cpp for the implementation of this class
- //
- class CSTabCtrlExampleApp : public CWinApp
- {
- public:
- CSTabCtrlExampleApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSTabCtrlExampleApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CSTabCtrlExampleApp)
- // 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()
- };
- /////////////////////////////////////////////////////////////////////////////