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

对话框与窗口

开发平台:

Visual C++

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