MainFrm.h
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. class CMainFrame : public CMDIFrameWnd
  5. {
  6. DECLARE_DYNAMIC(CMainFrame)
  7. public:
  8. CMainFrame();
  9. // Attributes
  10. public:
  11. // Operations
  12. public:
  13. // Overrides
  14. // ClassWizard generated virtual function overrides
  15. //{{AFX_VIRTUAL(CMainFrame)
  16. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  17. //}}AFX_VIRTUAL
  18. // Implementation
  19. public:
  20. virtual ~CMainFrame();
  21. #ifdef _DEBUG
  22. virtual void AssertValid() const;
  23. virtual void Dump(CDumpContext& dc) const;
  24. #endif
  25. protected:  // control bar embedded members
  26. CStatusBar  m_wndStatusBar;
  27. CToolBar    m_wndToolBar;
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CMainFrame)
  31. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  32. afx_msg void OnRtdatAutoread();
  33. afx_msg void OnRtdatAutosave();
  34. afx_msg void OnRtdatGetrtdat();
  35. afx_msg void OnRtdatReadrtdat();
  36. afx_msg void OnRtdatSavertdat();
  37. afx_msg void OnRtdatSendrtdat();
  38. afx_msg void OnRtdatSetperiod();
  39. afx_msg void OnRtdatSettime();
  40. afx_msg void OnUpdateRtdatAutoread(CCmdUI* pCmdUI);
  41. afx_msg void OnUpdateRtdatAutosave(CCmdUI* pCmdUI);
  42. afx_msg void OnTimer(UINT nIDEvent);
  43. afx_msg void OnDestroy();
  44. afx_msg void OnClose();
  45. afx_msg void OnRtdatRtumea();
  46. afx_msg void OnUpdateRtdatRtumea(CCmdUI* pCmdUI);
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. /////////////////////////////////////////////////////////////////////////////