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 >
Wrap
C/C++ Source or Header
|
1996-07-12
|
1KB
|
54 lines
// $$ipframe_hfile$$.h : interface of the $$IPFRAME_CLASS$$ class
//
class $$IPFRAME_CLASS$$ : public $$IPFRAME_BASE_CLASS$$
{
DECLARE_DYNCREATE($$IPFRAME_CLASS$$)
public:
$$IPFRAME_CLASS$$();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL($$IPFRAME_CLASS$$)
$$IF(TOOLBAR)
public:
virtual BOOL OnCreateControlBars(CFrameWnd* pWndFrame, CFrameWnd* pWndDoc);
$$ENDIF
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~$$IPFRAME_CLASS$$();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
$$IF(TOOLBAR)
CToolBar m_wndToolBar;
$$ENDIF
COleResizeBar m_wndResizeBar;
COleDropTarget m_dropTarget;
// Generated message map functions
protected:
//{{AFX_MSG($$IPFRAME_CLASS$$)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
$$IF(VERBOSE)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code!
$$ENDIF
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////