1 // MainFrm.h : interface of the CMainFrame class
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
6 #define AFX_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_
10 #endif // _MSC_VER > 1000
12 class CMainFrame
: public CFrameWnd
14 protected: // create from serialization only
16 DECLARE_DYNCREATE(CMainFrame
)
23 // ClassWizard generated virtual function overrides
24 //{{AFX_VIRTUAL(CMainFrame)
25 virtual BOOL
PreCreateWindow(CREATESTRUCT
& cs
);
30 virtual ~CMainFrame();
32 virtual void AssertValid() const;
33 virtual void Dump(CDumpContext
& dc
) const;
36 protected: // control bar embedded members
37 CStatusBar m_wndStatusBar
;
38 CToolBar m_wndToolBar
;
40 // Generated message map functions
42 //{{AFX_MSG(CMainFrame)
43 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct
);
44 // NOTE - the ClassWizard will add and remove member functions here.
45 // DO NOT EDIT what you see in these blocks of generated code!
50 /////////////////////////////////////////////////////////////////////////////
52 //{{AFX_INSERT_LOCATION}}
53 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
55 #endif // !defined(AFX_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_)