MainFrm.h
上传用户:csjhqyl
上传日期:2013-08-06
资源大小:22k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__59E72C2F_77B7_495A_8769_0683BD0A6926__INCLUDED_)
  5. #define AFX_MAINFRM_H__59E72C2F_77B7_495A_8769_0683BD0A6926__INCLUDED_
  6. #include "SearchCombo.h" // Added by ClassView
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. class CMainFrame : public CMDIFrameWnd
  11. {
  12. DECLARE_DYNAMIC(CMainFrame)
  13. public:
  14. CMainFrame();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMainFrame)
  22. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CMainFrame();
  27. #ifdef _DEBUG
  28. virtual void AssertValid() const;
  29. virtual void Dump(CDumpContext& dc) const;
  30. #endif
  31. protected:  // control bar embedded members
  32. CStatusBar  m_wndStatusBar;
  33. CToolBar    m_wndToolBar;
  34. CReBar      m_wndReBar;
  35. CDialogBar      m_wndDlgBar;
  36. // Generated message map functions
  37. protected:
  38. CSearchCombo m_wndSearchCombo;
  39. //{{AFX_MSG(CMainFrame)
  40. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  41. afx_msg void OnHall();
  42. //}}AFX_MSG
  43. afx_msg void OnSearch();
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_MAINFRM_H__59E72C2F_77B7_495A_8769_0683BD0A6926__INCLUDED_)