MainFrm.h
上传用户:nameszq
上传日期:2014-08-12
资源大小:336k
文件大小:2k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__3DB9A18D_C758_49E5_99CA_44D6923C1AB5__INCLUDED_)
  5. #define AFX_MAINFRM_H__3DB9A18D_C758_49E5_99CA_44D6923C1AB5__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #define WM_APP_STKRECEIVER_TSDATA WM_APP+5 // 通视接收消息
  10. class CMainFrame : public CFrameWnd
  11. {
  12. protected: // create from serialization only
  13. CMainFrame();
  14. DECLARE_DYNCREATE(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. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CMainFrame)
  37. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  38. afx_msg void OnClose();
  39. afx_msg void OnViewConnect();
  40. afx_msg void OnUpdateViewConnect(CCmdUI* pCmdUI);
  41. afx_msg void OnViewDisconnect();
  42. afx_msg void OnUpdateViewDisconnect(CCmdUI* pCmdUI);
  43. afx_msg void OnTimer(UINT nIDEvent);
  44. //}}AFX_MSG
  45. afx_msg LRESULT OnStkReceiverTsdata(UINT wFileType,LONG lPara);
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_MAINFRM_H__3DB9A18D_C758_49E5_99CA_44D6923C1AB5__INCLUDED_)