OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
MainFrm.h
1// MainFrm.h : interface of the CMainFrame class
2//
4
5#if !defined(AFX_MAINFRM_H__501D21BC_112E_496A_A17B_FB30CD931AF1__INCLUDED_)
6#define AFX_MAINFRM_H__501D21BC_112E_496A_A17B_FB30CD931AF1__INCLUDED_
7
8#if _MSC_VER > 1000
9#pragma once
10#endif // _MSC_VER > 1000
11
12class CMainFrame : public CMDIFrameWnd
13{
14 DECLARE_DYNAMIC(CMainFrame)
15public:
16 CMainFrame();
17
18// Attributes
19public:
20
21// Operations
22public:
23
24// Overrides
25 // ClassWizard generated virtual function overrides
26 //{{AFX_VIRTUAL(CMainFrame)
27 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
28 //}}AFX_VIRTUAL
29
30// Implementation
31public:
32 virtual ~CMainFrame();
33#ifdef _DEBUG
34 virtual void AssertValid() const;
35 virtual void Dump(CDumpContext& dc) const;
36#endif
37
38protected: // control bar embedded members
39 CStatusBar m_wndStatusBar;
40 CToolBar m_wndToolBar;
41 CReBar m_wndReBar;
42 CDialogBar m_wndDlgBar;
43
44// Generated message map functions
45protected:
46 //{{AFX_MSG(CMainFrame)
47 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
48 afx_msg void OnTimer(UINT nIDEvent);
49 //}}AFX_MSG
50 DECLARE_MESSAGE_MAP()
51};
52
54
55//{{AFX_INSERT_LOCATION}}
56// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57
58#endif // !defined(AFX_MAINFRM_H__501D21BC_112E_496A_A17B_FB30CD931AF1__INCLUDED_)