ctrlbars.h
上传用户:dfguandao
上传日期:2020-06-07
资源大小:23k
文件大小:1k
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- #define WM_IDLEACTIVATE WM_USER+1
- /////////////////////////////////////////////////////////////////////////////
- // CCtrlbarsApp:
- // See ctrlbars.cpp for the implementation of this class
- //
- class CCtrlbarsApp : public CWinApp
- {
- public:
- CCtrlbarsApp();
- // Overrides
- virtual BOOL InitInstance();
- virtual BOOL OnIdle(LONG lCount);
- // Implementation
- //{{AFX_MSG(CCtrlbarsApp)
- afx_msg void OnAppAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////