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

棋牌游戏

开发平台:

Visual C++

  1. // WelcomDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CWelcomDlg dialog
  5. class CWelcomDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CWelcomDlg(CWnd* pParent = NULL);   // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CWelcomDlg)
  12. enum { IDD = IDD_DIALOG_WELCOM };
  13. CButton m_OneCtrl;
  14. //}}AFX_DATA
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CWelcomDlg)
  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(CWelcomDlg)
  25. virtual BOOL OnInitDialog();
  26. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  27. afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };