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

棋牌游戏

开发平台:

Visual C++

  1. #if !defined(AFX_NEWGAME_H__98398EA0_344E_11D5_8041_444553540000__INCLUDED_)
  2. #define AFX_NEWGAME_H__98398EA0_344E_11D5_8041_444553540000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewGame.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNewGame dialog
  10. class CNewGame : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CNewGame(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CNewGame)
  17. enum { IDD = IDD_TTQ_DIALOG };
  18. CString m_PlayName;
  19. int m_Play1;
  20. int m_Play2;
  21. int m_Play3;
  22. int m_Play4;
  23. int m_Play5;
  24. int m_Play6;
  25. int m_PlayType;
  26. CString m_PlayAdd;
  27. UINT m_PlayBegin;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CNewGame)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CNewGame)
  39. afx_msg void OnPlayType();
  40. afx_msg void OnPlayTypec();
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnAbout();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_NEWGAME_H__98398EA0_344E_11D5_8041_444553540000__INCLUDED_)