Main Page   Class Hierarchy   Compound List   File List   Compound Members  

MainFrm.h

00001 // MainFrm.h : interface of the CMainFrame class
00002 //
00004 #include "Flow3DDoc.h"
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: // create from serialization only
00019         CMainFrame();
00020         DECLARE_DYNCREATE(CMainFrame)
00021 
00022 // Attributes
00023 public:
00024 
00025 // Operations
00026 public:
00027 
00028 // Overrides
00029         // ClassWizard generated virtual function overrides
00030         //{{AFX_VIRTUAL(CMainFrame)
00031         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00032         //}}AFX_VIRTUAL
00033 
00034 // Implementation
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:  // control bar embedded members
00043         CStatusBar  m_wndStatusBar;
00044         CToolBar    m_wndToolBar;
00045 
00046 // Generated message map functions
00047 protected:
00048         //{{AFX_MSG(CMainFrame)
00049         afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00050         afx_msg void OnRecalc();
00051         afx_msg void OnCreateAnalyticfield();
00052         //}}AFX_MSG
00053         DECLARE_MESSAGE_MAP()
00054 };
00055 
00057 
00058 //{{AFX_INSERT_LOCATION}}
00059 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00060 
00061 #endif // !defined(AFX_MAINFRM_H__EF0F634A_5CB1_4FE0_94CD_71B75BAFF2C4__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002