00001
00002
00004
00005 #if !defined(AFX_MAINFRM_H__58701924_7A4F_450D_893B_99AE32298B89__INCLUDED_)
00006 #define AFX_MAINFRM_H__58701924_7A4F_450D_893B_99AE32298B89__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 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00029
00030
00031
00032 public:
00033 virtual ~CMainFrame();
00034 #ifdef _DEBUG
00035 virtual void AssertValid() const;
00036 virtual void Dump(CDumpContext& dc) const;
00037 #endif
00038
00039
00040 public:
00041 CStatusBar m_wndStatusBar;
00042
00043
00044 protected:
00045
00046 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00047
00048
00049
00050 DECLARE_MESSAGE_MAP()
00051 };
00052
00054
00055
00056
00057
00058 #endif // !defined(AFX_MAINFRM_H__58701924_7A4F_450D_893B_99AE32298B89__INCLUDED_)