home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / mfcapwz.dll / TEMPLATE / IPFRAME.H < prev    next >
C/C++ Source or Header  |  1997-01-28  |  2KB  |  77 lines

  1. // $$ipframe_hfile$$.h : interface of the $$IPFRAME_CLASS$$ class
  2. //
  3.  
  4. #if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  5. #define $$FILE_NAME_SYMBOL$$_INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. class $$IPFRAME_CLASS$$ : public $$IPFRAME_BASE_CLASS$$
  12. {
  13.     DECLARE_DYNCREATE($$IPFRAME_CLASS$$)
  14. public:
  15.     $$IPFRAME_CLASS$$();
  16.  
  17. // Attributes
  18. public:
  19.  
  20. // Operations
  21. public:
  22.  
  23. // Overrides
  24.     // ClassWizard generated virtual function overrides
  25.     //{{AFX_VIRTUAL($$IPFRAME_CLASS$$)
  26. $$IF(TOOLBAR)
  27.     public:
  28.     virtual BOOL OnCreateControlBars(CFrameWnd* pWndFrame, CFrameWnd* pWndDoc);
  29. $$ENDIF
  30.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. public:
  35.     virtual ~$$IPFRAME_CLASS$$();
  36. #ifdef _DEBUG
  37.     virtual void AssertValid() const;
  38.     virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40.  
  41. protected:
  42. $$IF(TOOLBAR)
  43.     CToolBar    m_wndToolBar;
  44. $$ENDIF
  45.     COleDropTarget    m_dropTarget;
  46. $$IF(INSTALLED_MAC)
  47. #ifndef _MAC
  48. $$ENDIF
  49.     COleResizeBar   m_wndResizeBar;
  50. $$IF(INSTALLED_MAC)
  51. #endif //!_MAC
  52. $$ENDIF
  53.  
  54. // Generated message map functions
  55. protected:
  56.     //{{AFX_MSG($$IPFRAME_CLASS$$)
  57.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  58. $$IF(VERBOSE)
  59.         // NOTE - the ClassWizard will add and remove member functions here.
  60.         //    DO NOT EDIT what you see in these blocks of generated code!
  61. $$ENDIF
  62.     //}}AFX_MSG
  63. $$IF(INSTALLED_MAC)
  64. #ifdef _MAC
  65.     afx_msg void OnDestroy();
  66. #endif
  67. $$ENDIF
  68.     DECLARE_MESSAGE_MAP()
  69. };
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72.  
  73. //{{AFX_INSERT_LOCATION}}
  74. // $$INSERT_LOCATION_COMMENT$$
  75.  
  76. #endif // !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
  77.