00001
00002
00004
00005 #if !defined(AFX_MAINFRM_H__844A8630_1A25_49B0_8BD9_F5BB57F1CCF6__INCLUDED_)
00006 #define AFX_MAINFRM_H__844A8630_1A25_49B0_8BD9_F5BB57F1CCF6__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 protected:
00021 CSplitterWnd m_wndSplitter;
00022 public:
00023
00024
00025 public:
00026
00027
00028
00029
00030 public:
00031 virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
00032 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00033
00034
00035
00036 public:
00037 virtual ~CMainFrame();
00038 #ifdef _DEBUG
00039 virtual void AssertValid() const;
00040 virtual void Dump(CDumpContext& dc) const;
00041 #endif
00042
00043 protected:
00044 CStatusBar m_wndStatusBar;
00045 CToolBar m_wndToolBar;
00046
00047
00048 protected:
00049
00050 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00051
00052 DECLARE_MESSAGE_MAP()
00053 private:
00054
00055 };
00056
00058
00059
00060
00061
00062 #endif // !defined(AFX_MAINFRM_H__844A8630_1A25_49B0_8BD9_F5BB57F1CCF6__INCLUDED_)