FiveDlg.h
上传用户:fjjkzlh
上传日期:2010-04-06
资源大小:469k
文件大小:2k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // FiveDlg.h : header file
  2. //
  3. #if !defined(AFX_FIVEDLG_H__BF03957A_2042_4BEA_9B2C_EA217FF69B64__INCLUDED_)
  4. #define AFX_FIVEDLG_H__BF03957A_2042_4BEA_9B2C_EA217FF69B64__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "Table.h"
  9. #include "FiveSocket.h" // Added by ClassView
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CFiveDlg dialog
  12. class CFiveDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDialog * m_pDlg;
  17. CFiveDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CFiveDlg)
  20. enum { IDD = IDD_FIVE_DIALOG };
  21. CEdit m_ChatList;
  22.     CTable m_Table;
  23. //}}AFX_DATA
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CFiveDlg)
  26. public:
  27. virtual BOOL PreTranslateMessage(MSG* pMsg);
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33.     HWND m_hChat;
  34. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CFiveDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnPaint();
  39. afx_msg HCURSOR OnQueryDragIcon();
  40. virtual void OnOK();
  41. virtual void OnCancel();
  42. afx_msg void OnMenu1p();
  43. afx_msg void OnBtnBack();
  44. afx_msg void OnMenuPc();
  45. afx_msg void OnMenuServer();
  46. afx_msg void OnMenuClient();
  47. afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
  48. afx_msg void OnBtnHq();
  49. afx_msg void OnBtnLost();
  50. afx_msg void OnMenuLeave();
  51. afx_msg void OnMenuPlayagain();
  52. afx_msg void OnMenuName();
  53. afx_msg void OnMenuStat();
  54. afx_msg void OnMenuExit();
  55. afx_msg void OnMenuAbout();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_FIVEDLG_H__BF03957A_2042_4BEA_9B2C_EA217FF69B64__INCLUDED_)