home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 21 / IOPROG_21.ISO / SOFT / PROPVIEW.ZIP / DevStudio / MyProjects / MdLessPpsh / ChildFrm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-20  |  1.5 KB  |  60 lines

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_CHILDFRM_H__DE9611B4_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)
  6. #define AFX_CHILDFRM_H__DE9611B4_F003_11D1_A7E2_E88B6FC70000__INCLUDED_
  7.  
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11.  
  12. class CChildFrame : public CMDIChildWnd
  13. {
  14.     DECLARE_DYNCREATE(CChildFrame)
  15. public:
  16.     CChildFrame();
  17.  
  18. // Attributes
  19. public:
  20.  
  21. // Operations
  22. public:
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CChildFrame)
  27.     public:
  28.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  29.     protected:
  30.     virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. public:
  35.     virtual ~CChildFrame();
  36. #ifdef _DEBUG
  37.     virtual void AssertValid() const;
  38.     virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40.     CModelessPpsh m_Ppsh;
  41.     CPg1 *m_pPg1;
  42.     CPg2 *m_pPg2;
  43.  
  44.  
  45. // Generated message map functions
  46. protected:
  47.     //{{AFX_MSG(CChildFrame)
  48.     afx_msg void OnViewPpsh();
  49.     afx_msg void OnSize(UINT nType, int cx, int cy);
  50.     //}}AFX_MSG
  51.     DECLARE_MESSAGE_MAP()
  52. };
  53.  
  54. /////////////////////////////////////////////////////////////////////////////
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_CHILDFRM_H__DE9611B4_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)
  60.