ttqDlg.h
上传用户:hlqcw8
上传日期:2007-01-08
资源大小:438k
文件大小:2k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // ttqDlg.h : header file
  2. //
  3. #if !defined(AFX_TTQDLG_H__4D163767_1E0C_443B_8086_E141126A6318__INCLUDED_)
  4. #define AFX_TTQDLG_H__4D163767_1E0C_443B_8086_E141126A6318__INCLUDED_
  5. #include "MySocket.h"
  6. #include "Tzq.h" // Added by ClassView
  7. #include "newgame.h"
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CTtqDlg dialog
  13. class CTtqDlg : public CWnd
  14. {
  15. // Construction
  16. public:
  17. NewGame();//新游戏的对话框
  18. CTzq Tzq;//所有棋子数据
  19. int itn,itnu,itnd;
  20. CTtqDlg(CWnd* pParent = NULL); // standard constructor
  21. BOOL TM;
  22. int nqztempud;
  23. CPlace tempplace;//临时棋子
  24. CMySocket m_sListenSocket;//暂未用
  25. CMySocket m_sConnectSocket;//暂未用
  26. CMySocket m_aConnectSocket[6];//暂未用
  27. CStringArray m_straEndName;//暂未用
  28. // Dialog Data
  29. //{{AFX_DATA(CTtqDlg)
  30. // NOTE: the ClassWizard will add data members here
  31. //}}AFX_DATA
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CTtqDlg)
  34. protected:
  35. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. HICON m_hIcon;
  40. // Generated message map functions
  41. //{{AFX_MSG(CTtqDlg)
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnPaint();
  44. afx_msg HCURSOR OnQueryDragIcon();
  45. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  46. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  47. afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  48. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_TTQDLG_H__4D163767_1E0C_443B_8086_E141126A6318__INCLUDED_)