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

对话框与窗口

开发平台:

Visual C++

  1. // GOut.h: interface for the CGOut class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_)
  5. #define AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "GuiOutLookView.h"
  10. #include "GuiOutLook.h"
  11. class CGOut : public CGuiOutLookView  
  12. {
  13. public:
  14. CGOut();
  15. DECLARE_DYNCREATE(CGOut)
  16. virtual ~CGOut();
  17. public:
  18. CGuiOutLook out;
  19. CTreeCtrl tc;
  20. protected:
  21. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  22. DECLARE_MESSAGE_MAP();
  23. };
  24. #endif // !defined(AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_)