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

菜单

开发平台:

Visual C++

  1. // BncFrm.h : header file
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CBounceFrame frame
  14. class CBounceFrame : public CMDIChildWnd
  15. {
  16. DECLARE_DYNCREATE(CBounceFrame)
  17. protected:
  18. CBounceFrame();           // protected constructor used by dynamic creation
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CBounceFrame)
  26. public:
  27. virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_OVERLAPPEDWINDOW, const RECT& rect = rectDefault, CMDIFrameWnd* pParentWnd = NULL, CCreateContext* pContext = NULL);
  28. protected:
  29. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. virtual ~CBounceFrame();
  34. // Generated message map functions
  35. //{{AFX_MSG(CBounceFrame)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////