MainFrm.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
源码类别:

图形图象

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__2788F1E8_D2CA_11D4_8853_92C688B84649__INCLUDED_)
  5. #define AFX_MAINFRM_H__2788F1E8_D2CA_11D4_8853_92C688B84649__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #define ISEE_EXPLORER_MAINFRAME_FIRST 1000
  10. #define ISEE_EXPLORER_MAINFRAME_LAST 1100
  11. class CISeeExplorerDoc;
  12. class CMainFrame : public CFrameWnd
  13. {
  14. protected: // create from serialization only
  15. CMainFrame();
  16. DECLARE_DYNCREATE(CMainFrame)
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMainFrame)
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. void OnISeeUpdateImage( WPARAM wParam , LPARAM lParam );
  29. CISeeExplorerDoc * m_pDoc;
  30. virtual ~CMainFrame();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. protected:  // control bar embedded members
  36. CStatusBar  m_wndStatusBar;
  37. CToolBar    m_wndToolBar;
  38. CToolBar    m_wndTBIP;
  39. CReBar      m_wndReBar;
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CMainFrame)
  43. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  44. afx_msg void OnCALicon();
  45. afx_msg void OnCBSicon();
  46. afx_msg void OnCCList();
  47. afx_msg void OnCDReport();
  48. afx_msg void OnCEThum();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_MAINFRM_H__2788F1E8_D2CA_11D4_8853_92C688B84649__INCLUDED_)