messageb.h
上传用户:hy11688
上传日期:2007-01-08
资源大小:81k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // messageb.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CMessageBar dialog
  5. class CMessageBar : public CDialogBar
  6. {
  7. // Construction
  8. public:
  9. CMessageBar(CWnd* pParent = NULL);   // standard constructor
  10. void GetSend(CString& szSend);
  11. void SetRecv(CString& szRecv);
  12. // Dialog Data
  13. //{{AFX_DATA(CMessageBar)
  14. enum { IDD = IDD_MESSAGEBAR };
  15. //}}AFX_DATA
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CMessageBar)
  19. protected:
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. protected:
  23. // Generated message map functions
  24. //{{AFX_MSG(CMessageBar)
  25. // NOTE: the ClassWizard will add member functions here
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };