MainFrm.h
上传用户:czfddz
上传日期:2013-03-20
资源大小:1517k
文件大小:2k
源码类别:

酒店行业

开发平台:

C/C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_)
  5. #define AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "CoolTabBar.h"
  10. #include "CoolListBox.h"
  11. #include ".\3D-MaxTab\RollupCtrl.h"
  12. #include ".\coolmenu\CoolMenu.h"
  13. #include ".\TrayIco\SystemIcon.h"
  14. #include "InfoLookDialog.h"
  15. #include ".\clock\EDCLOCK.H"//工具栏上的时钟
  16. #include "Page3.h"
  17. class CMainFrame : public CFrameWnd
  18. {
  19. protected: // create from serialization only
  20. CMainFrame();
  21. DECLARE_DYNCREATE(CMainFrame)
  22. // Attributes
  23. public:
  24. // Operations
  25. public:
  26.    BOOL PlayResource(WORD wResourceID);
  27.    BOOL CreateExToolBar();
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CMainFrame)
  31. public:
  32. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. public:
  38. virtual ~CMainFrame();
  39. #ifdef _DEBUG
  40. virtual void AssertValid() const;
  41. virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43. protected:  // control bar embedded members
  44. // CQQView*    pView;
  45. CReBar     m_wndReBar;      //Rebar条
  46. CStatusBar      m_wndStatusBar;
  47. CToolBar        m_wndToolBar;
  48. CCoolTabBar     m_wndTabBar;
  49. CCoolListBox    m_wndListBox1;
  50. CCoolListBox    m_wndListBox2;
  51.     CLEDClock     m_clock;         //时钟对象
  52. CCoolMenu       m_CoolMenu;
  53. CSystemIcon     m_systemIcon ;   //任务栏图标类
  54.     CInfoLookDialog m_InfoLookDialog;//消息显示对话框
  55. CPage3 page3;
  56. public:
  57. void RestorViewBmp();
  58. CRollupCtrl m_wndRollupCtrl;
  59. // Generated message map functions
  60. protected:
  61. CDialogBar m_wndDialogBar;
  62. //{{AFX_MSG(CMainFrame)
  63. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  64. afx_msg void OnClose();
  65. afx_msg void OnHelp();
  66. afx_msg void OnEmail();
  67. afx_msg void OnExit();
  68. afx_msg void OnAppWzd();
  69. afx_msg void OnPre();
  70. afx_msg void OnBack();
  71. afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
  72. //}}AFX_MSG
  73. DECLARE_MESSAGE_MAP()
  74. };
  75. /////////////////////////////////////////////////////////////////////////////
  76. //{{AFX_INSERT_LOCATION}}
  77. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  78. #endif // !defined(AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_)