home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / ide / mfcapwz.dll / TEMPLATE / IPFRAME.H < prev    next >
C/C++ Source or Header  |  1996-07-12  |  1KB  |  54 lines

  1. // $$ipframe_hfile$$.h : interface of the $$IPFRAME_CLASS$$ class
  2. //
  3.  
  4. class $$IPFRAME_CLASS$$ : public $$IPFRAME_BASE_CLASS$$
  5. {
  6.     DECLARE_DYNCREATE($$IPFRAME_CLASS$$)
  7. public:
  8.     $$IPFRAME_CLASS$$();
  9.  
  10. // Attributes
  11. public:
  12.  
  13. // Operations
  14. public:
  15.  
  16. // Overrides
  17.     // ClassWizard generated virtual function overrides
  18.     //{{AFX_VIRTUAL($$IPFRAME_CLASS$$)
  19. $$IF(TOOLBAR)
  20.     public:
  21.     virtual BOOL OnCreateControlBars(CFrameWnd* pWndFrame, CFrameWnd* pWndDoc);
  22. $$ENDIF
  23.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  24.     //}}AFX_VIRTUAL
  25.  
  26. // Implementation
  27. public:
  28.     virtual ~$$IPFRAME_CLASS$$();
  29. #ifdef _DEBUG
  30.     virtual void AssertValid() const;
  31.     virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33.  
  34. protected:
  35. $$IF(TOOLBAR)
  36.     CToolBar    m_wndToolBar;
  37. $$ENDIF
  38.     COleResizeBar   m_wndResizeBar;
  39.     COleDropTarget m_dropTarget;
  40.  
  41. // Generated message map functions
  42. protected:
  43.     //{{AFX_MSG($$IPFRAME_CLASS$$)
  44.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  45. $$IF(VERBOSE)
  46.         // NOTE - the ClassWizard will add and remove member functions here.
  47.         //    DO NOT EDIT what you see in these blocks of generated code!
  48. $$ENDIF
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53. /////////////////////////////////////////////////////////////////////////////
  54.