ctrlbars.h
上传用户:dfguandao
上传日期:2020-06-07
资源大小:23k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. #ifndef __AFXWIN_H__
  2. #error include 'stdafx.h' before including this file for PCH
  3. #endif
  4. #include "resource.h"       // main symbols
  5. #define WM_IDLEACTIVATE WM_USER+1
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CCtrlbarsApp:
  8. // See ctrlbars.cpp for the implementation of this class
  9. //
  10. class CCtrlbarsApp : public CWinApp
  11. {
  12. public:
  13. CCtrlbarsApp();
  14. // Overrides
  15. virtual BOOL InitInstance();
  16. virtual BOOL OnIdle(LONG lCount);
  17. // Implementation
  18. //{{AFX_MSG(CCtrlbarsApp)
  19. afx_msg void OnAppAbout();
  20. //}}AFX_MSG
  21. DECLARE_MESSAGE_MAP()
  22. };
  23. /////////////////////////////////////////////////////////////////////////////