OutBar.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // OutBar.h: interface for the COutBar class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_OUTBAR_H__98E93E79_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_)
  5. #define AFX_OUTBAR_H__98E93E79_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. //#include "GuiToolLook.h"
  10. #include "GuiFolder.h"
  11. #include "GuiOutLook.h"
  12. class COutBar : public GuiToolLook    
  13. {
  14. public:
  15. COutBar();
  16. virtual ~COutBar();
  17. public:
  18. CGuiFolder cf;
  19. CGuiOutLook out;
  20. CTreeCtrl tc;
  21. protected:
  22. //{{AFX_MSG(CMyBar)
  23. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  24. //}}AFX_MSG
  25. DECLARE_MESSAGE_MAP()
  26. };
  27. #endif // !defined(AFX_OUTBAR_H__98E93E79_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_)