Main Page   Compound List   File List   Compound Members  

MainFrm.h

00001 // MainFrm.h : interface of the CMainFrame class
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: // create from serialization only
00016         CMainFrame();
00017         DECLARE_DYNCREATE(CMainFrame)
00018 
00019 // Attributes
00020 public:
00021 
00022 // Operations
00023 public:
00024 
00025 // Overrides
00026         // ClassWizard generated virtual function overrides
00027         //{{AFX_VIRTUAL(CMainFrame)
00028         public:
00029         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00030         //}}AFX_VIRTUAL
00031 
00032 // Implementation
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:  // control bar embedded members
00041         CStatusBar  m_wndStatusBar;
00042         CToolBar    m_wndToolBar;
00043         CReBar      m_wndReBar;
00044 public:
00045         CDialogBar      m_wndDlgBar;
00046 
00047 // Generated message map functions
00048 protected:
00049         //{{AFX_MSG(CMainFrame)
00050         afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00051                 // NOTE - the ClassWizard will add and remove member functions here.
00052                 //    DO NOT EDIT what you see in these blocks of generated code!
00053         //}}AFX_MSG
00054         DECLARE_MESSAGE_MAP()
00055 };
00056 
00058 
00059 //{{AFX_INSERT_LOCATION}}
00060 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00061 
00062 #endif // !defined(AFX_MAINFRM_H__8B7710C7_F8E6_48AA_AE01_BA6E6A7A2424__INCLUDED_)

Generated on Tue Jan 22 19:13:37 2002 for FlowViz by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001