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. // Dialog Data
  11. //{{AFX_DATA(CCountDlg)
  12. enum { IDD = IDD_DIALOG_COUNT };
  13. // NOTE: the ClassWizard will add data members here
  14. //}}AFX_DATA
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CCountDlg)
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. protected:
  23. // Generated message map functions
  24. //{{AFX_MSG(CCountDlg)
  25. // NOTE: the ClassWizard will add member functions here
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };