Last change
on this file since 608 was
100,
checked in by Sam Hocevar, 15 years ago
|
- Importing an old Win32 port by Jeremy "Marauder" Scott.
|
-
Property svn:keywords set to
Id
|
File size:
1.6 KB
|
Rev | Line | |
---|
[100] | 1 | // MainFrm.h : interface of the CMainFrame class
|
---|
| 2 | //
|
---|
| 3 | /////////////////////////////////////////////////////////////////////////////
|
---|
| 4 |
|
---|
| 5 | #if !defined(AFX_MAINFRM_H__0E312A7F_E89F_42F0_AAC7_BA51E6E08F0D__INCLUDED_)
|
---|
| 6 | #define AFX_MAINFRM_H__0E312A7F_E89F_42F0_AAC7_BA51E6E08F0D__INCLUDED_
|
---|
| 7 |
|
---|
| 8 | #if _MSC_VER > 1000
|
---|
| 9 | #pragma once
|
---|
| 10 | #endif // _MSC_VER > 1000
|
---|
| 11 |
|
---|
| 12 | class CMainFrame : public CMDIFrameWnd
|
---|
| 13 | {
|
---|
| 14 | DECLARE_DYNAMIC(CMainFrame)
|
---|
| 15 | public:
|
---|
| 16 | CMainFrame();
|
---|
| 17 |
|
---|
| 18 | // Attributes
|
---|
| 19 | public:
|
---|
| 20 |
|
---|
| 21 | // Operations
|
---|
| 22 | public:
|
---|
| 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
|
---|
| 31 | public:
|
---|
| 32 | CStatusBar *GetStatusBar();
|
---|
| 33 | virtual ~CMainFrame();
|
---|
| 34 |
|
---|
| 35 | #ifdef _DEBUG
|
---|
| 36 | virtual void AssertValid() const;
|
---|
| 37 | virtual void Dump(CDumpContext& dc) const;
|
---|
| 38 | #endif
|
---|
| 39 |
|
---|
| 40 | protected: // control bar embedded members
|
---|
| 41 | CStatusBar m_wndStatusBar;
|
---|
| 42 | CToolBar m_wndToolBar;
|
---|
| 43 | CReBar m_wndReBar;
|
---|
| 44 | CDialogBar m_wndDlgBar;
|
---|
| 45 |
|
---|
| 46 | // Generated message map functions
|
---|
| 47 | protected:
|
---|
| 48 | //{{AFX_MSG(CMainFrame)
|
---|
| 49 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
|
---|
| 50 | // NOTE - the ClassWizard will add and remove member functions here.
|
---|
| 51 | // DO NOT EDIT what you see in these blocks of generated code!
|
---|
| 52 | //}}AFX_MSG
|
---|
| 53 | DECLARE_MESSAGE_MAP()
|
---|
| 54 | };
|
---|
| 55 |
|
---|
| 56 | /////////////////////////////////////////////////////////////////////////////
|
---|
| 57 |
|
---|
| 58 | //{{AFX_INSERT_LOCATION}}
|
---|
| 59 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
---|
| 60 |
|
---|
| 61 | #endif // !defined(AFX_MAINFRM_H__0E312A7F_E89F_42F0_AAC7_BA51E6E08F0D__INCLUDED_)
|
---|
Note: See
TracBrowser
for help on using the repository browser.