00001
00002
00004
00005 #if !defined(AFX_MAINFRM_H__8B7710C7_F8E6_48AA_AE01_BA6E6A7A2424__INCLUDED_)
00006 #define AFX_MAINFRM_H__8B7710C7_F8E6_48AA_AE01_BA6E6A7A2424__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 class CMainFrame : public CFrameWnd
00013 {
00014
00015 protected:
00016 CMainFrame();
00017 DECLARE_DYNCREATE(CMainFrame)
00018
00019
00020 public:
00021
00022
00023 public:
00024
00025
00026
00027
00028 public:
00029 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00030
00031
00032
00033 public:
00034 virtual ~CMainFrame();
00035 #ifdef _DEBUG
00036 virtual void AssertValid() const;
00037 virtual void Dump(CDumpContext& dc) const;
00038 #endif
00039
00040 protected:
00041 CStatusBar m_wndStatusBar;
00042 CToolBar m_wndToolBar;
00043 CReBar m_wndReBar;
00044 public:
00045 CDialogBar m_wndDlgBar;
00046
00047
00048 protected:
00049
00050 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00051
00052
00053
00054 DECLARE_MESSAGE_MAP()
00055 };
00056
00058
00059
00060
00061
00062 #endif // !defined(AFX_MAINFRM_H__8B7710C7_F8E6_48AA_AE01_BA6E6A7A2424__INCLUDED_)