ChildFrm.h
上传用户:tyjx315
上传日期:2015-01-18
资源大小:1685k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CHILDFRM_H__781D2C60_91AF_4C5D_B06B_7A48E4A0726B__INCLUDED_)
  5. #define AFX_CHILDFRM_H__781D2C60_91AF_4C5D_B06B_7A48E4A0726B__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CChildFrame : public CMDIChildWnd
  10. {
  11. DECLARE_DYNCREATE(CChildFrame)
  12. public:
  13. CChildFrame();
  14. void   ActivateFrame(int   nCmdShow);   
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CChildFrame)
  22. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CChildFrame();
  27. #ifdef _DEBUG
  28. virtual void AssertValid() const;
  29. virtual void Dump(CDumpContext& dc) const;
  30. #endif
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CChildFrame)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //    DO NOT EDIT what you see in these blocks of generated code!
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_CHILDFRM_H__781D2C60_91AF_4C5D_B06B_7A48E4A0726B__INCLUDED_)