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

工具条

开发平台:

Visual C++

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