MainFrm.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__BCFEE602_5709_48B9_AC44_2E9330095000__INCLUDED_)
  5. #define AFX_MAINFRM_H__BCFEE602_5709_48B9_AC44_2E9330095000__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #define CMainFrameBase CXTPMDIFrameWnd, CXTPOffice2007FrameHook
  10. class CMainFrame : public CMainFrameBase
  11. {
  12. DECLARE_DYNAMIC(CMainFrame)
  13. public:
  14. CMainFrame();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void SetRowCol(int nRow, int nCol);
  20. void UpdateMenuPopups(int nIndex);
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMainFrame)
  24. public:
  25. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  26. virtual BOOL PreTranslateMessage(MSG* pMsg);
  27. //}}AFX_VIRTUAL
  28. virtual void OnSetPreviewMode(BOOL bPreview, CPrintPreviewState* pState);
  29. // Implementation
  30. public:
  31. virtual ~CMainFrame();
  32. #ifdef _DEBUG
  33. virtual void AssertValid() const;
  34. virtual void Dump(CDumpContext& dc) const;
  35. #endif
  36. protected:  // control bar embedded members
  37. CXTPTabClientWnd m_MTIClientWnd;
  38. CXTPStatusBar    m_wndStatusBar;
  39. // Generated message map functions
  40. protected:
  41. //{{AFX_MSG(CMainFrame)
  42. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  43. afx_msg LRESULT OnAppInstance(WPARAM wParam, LPARAM lParam);
  44. afx_msg void OnUpdateKeyIndicator(CCmdUI* pCmdUI);
  45. afx_msg void OnUpdateRowColIndicator(CCmdUI* pCmdUI);
  46. afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
  47. //}}AFX_MSG
  48. afx_msg void OnCustomize();
  49. afx_msg void OnClose();
  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__BCFEE602_5709_48B9_AC44_2E9330095000__INCLUDED_)