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

对话框与窗口

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__5E3ABF70_6851_4024_B3CD_377C21C50496__INCLUDED_)
  5. #define AFX_MAINFRM_H__5E3ABF70_6851_4024_B3CD_377C21C50496__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "GuiFrameWnd.h"
  10. #include "GuiSplitterWnd.h"
  11. #include "GuiBarOffice.h"
  12. #include "guitabbedpp.h"
  13. #include "GuiComboBoxExt.h"
  14. class CMainFrame : public CGuiFrameWnd
  15. {
  16. protected: // create from serialization only
  17. CMainFrame();
  18. DECLARE_DYNCREATE(CMainFrame)
  19. // Attributes
  20. public:
  21. // Operations
  22. protected:
  23. CGuiSplitterWnd m_wndSplitter;
  24. CGuiBarOffice m_OfficeBar;
  25. CGuiTabbedPP m_tb;
  26. CSplitterWnd m_wndSplitter1;
  27. CGuiComboBoxExt  m_combMenu;
  28. CGuiComboBoxExt  m_comboZoom;
  29. public:
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CMainFrame)
  33. public:
  34. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  35. protected:
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. public:
  39. virtual ~CMainFrame();
  40. #ifdef _DEBUG
  41. virtual void AssertValid() const;
  42. virtual void Dump(CDumpContext& dc) const;
  43. #endif
  44. protected:  // control bar embedded members
  45. // Generated message map functions
  46. protected:
  47. //{{AFX_MSG(CMainFrame)
  48. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  49. afx_msg void OnEmail();
  50. afx_msg void OnOrtografia();
  51. afx_msg void OnPreview();
  52. afx_msg void OnBuscar();
  53. afx_msg void OnGrafico();
  54. afx_msg void OnBack();
  55. afx_msg void OnForward();
  56. afx_msg void OnTabla();
  57. afx_msg void OnGrises();
  58. afx_msg void OnHelp();
  59. //}}AFX_MSG
  60. DECLARE_MESSAGE_MAP()
  61. };
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_MAINFRM_H__5E3ABF70_6851_4024_B3CD_377C21C50496__INCLUDED_)