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