8 #ifndef _MAINFRM_H_INCLUDED_
9 #define _MAINFRM_H_INCLUDED_
13 #endif // _MSC_VER >= 1000
33 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
40 virtual void AssertValid()
const;
41 virtual void Dump(CDumpContext& dc)
const;
45 CStatusBar m_wndStatusBar;
46 CToolBar m_wndToolBar;
51 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
61 #endif // _MAINFRM_H_INCLUDED_