CountDlg.h
上传用户:kkzhu_0
上传日期:2007-01-05
资源大小:214k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // CountDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CCountDlg dialog
  5. class CCountDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CCountDlg(CWnd* pParent = NULL);   // standard constructor
  10.     static int m_Bai;
  11.     static int m_Ping;
  12.     static int m_Yin;
  13. static int m_Text;
  14. // Dialog Data
  15. //{{AFX_DATA(CCountDlg)
  16. enum { IDD = IDD_DIALOG_COUNT };
  17. CStatic m_Image;
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CCountDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CCountDlg)
  29. virtual BOOL OnInitDialog();
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };