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
)
25 // ClassWizard generated virtual function overrides
26 //{{AFX_VIRTUAL(CMainFrame)
27 virtual BOOL
PreCreateWindow(CREATESTRUCT
& cs
);
32 virtual ~CMainFrame();
34 virtual void AssertValid() const;
35 virtual void Dump(CDumpContext
& dc
) const;
38 protected: // control bar embedded members
39 CStatusBar m_wndStatusBar
;
40 CToolBar m_wndToolBar
;
42 // Generated message map functions
44 //{{AFX_MSG(CMainFrame)
45 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct
);
46 // NOTE - the ClassWizard will add and remove member functions here.
47 // DO NOT EDIT what you see in these blocks of generated code!
52 /////////////////////////////////////////////////////////////////////////////
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57 #endif // !defined(AFX_MAINFRM_H__7B1C2A4A_7230_11D3_B94A_0010A4052E2A__INCLUDED_)