home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / fshedcode102502.zip / MainFrm.h < prev    next >
C/C++ Source or Header  |  2001-11-29  |  2KB  |  58 lines

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_MAINFRM_H__BD87E54D_34CD_11D5_B4F0_00B0D0719D70__INCLUDED_)
  6. #define AFX_MAINFRM_H__BD87E54D_34CD_11D5_B4F0_00B0D0719D70__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. class CMainFrame : public CMDIFrameWnd
  13. {
  14.     DECLARE_DYNAMIC(CMainFrame)
  15. public:
  16.     CMainFrame();
  17.  
  18. // Attributes
  19. public:
  20.  
  21. // Operations
  22. public:
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CMainFrame)
  27.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  28.     //}}AFX_VIRTUAL
  29.  
  30. // Implementation
  31. public:
  32.     virtual ~CMainFrame();
  33. #ifdef _DEBUG
  34.     virtual void AssertValid() const;
  35.     virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37.  
  38. protected:  // control bar embedded members
  39.     CStatusBar  m_wndStatusBar;
  40.     CToolBar    m_wndToolBar;
  41.  
  42. // Generated message map functions
  43. protected:
  44.     //{{AFX_MSG(CMainFrame)
  45.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  46.         // NOTE - the ClassWizard will add and remove member functions here.
  47.         //    DO NOT EDIT what you see in these blocks of generated code!
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_MAINFRM_H__BD87E54D_34CD_11D5_B4F0_00B0D0719D70__INCLUDED_)
  58.