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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_GUIPOWERP_H__FC88E72E_50BB_4CF7_B6DE_193D29719BD8__INCLUDED_)
  2. #define AFX_GUIPOWERP_H__FC88E72E_50BB_4CF7_B6DE_193D29719BD8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GuiPowerp.h : header file
  7. //
  8. #include "GuiPowerPointView.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CGuiPowerp window
  11. class CGuiPowerp : public CGuiPowerPointView
  12. {
  13. // Construction
  14. public:
  15. CGuiPowerp();
  16. DECLARE_DYNCREATE(CGuiPowerp)
  17. // Attributes
  18. public:
  19. CTreeCtrl m_tree1;
  20. CTreeCtrl m_tree2;
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CGuiPowerp)
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CGuiPowerp();
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CGuiPowerp)
  33. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  34. afx_msg void OnClose();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_GUIPOWERP_H__FC88E72E_50BB_4CF7_B6DE_193D29719BD8__INCLUDED_)