tab_dlg_bar.h
上传用户:ledjyj
上传日期:2019-03-13
资源大小:36k
文件大小:1k
源码类别:

工具条

开发平台:

Visual C++

  1. // tab_dlg_bar.h : main header file for the tab_dlg_bar application
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7. #include "resource.h"       // main symbols
  8. // Ctab_dlg_barApp:
  9. // See tab_dlg_bar.cpp for the implementation of this class
  10. //
  11. class Ctab_dlg_barApp : public CWinApp
  12. {
  13. public:
  14. Ctab_dlg_barApp();
  15. // Overrides
  16. public:
  17. virtual BOOL InitInstance();
  18. // Implementation
  19. afx_msg void OnAppAbout();
  20. DECLARE_MESSAGE_MAP()
  21. };
  22. extern Ctab_dlg_barApp theApp;