ChildFrm.h
上传用户:pasef_zww
上传日期:2007-01-02
资源大小:109k
文件大小:1k
源码类别:

菜单

开发平台:

Visual C++

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CHILDFRM_H__38474A5A_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_)
  5. #define AFX_CHILDFRM_H__38474A5A_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. // COOLMENU SUPPORT
  10. #include "SpawnMDIChildWnd.h"
  11. // END COOLMENU SUPPORT
  12. class CChildFrame : public CSpawnMDIChildWnd
  13. {
  14. DECLARE_DYNCREATE(CChildFrame)
  15. public:
  16. CChildFrame();
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CChildFrame)
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CChildFrame();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CChildFrame)
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_CHILDFRM_H__38474A5A_9DC0_11D1_8BAD_0000B43382FE__INCLUDED_)