DlgCustom.h
上传用户:hbrsgg1
上传日期:2014-05-08
资源大小:2826k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

C/C++

  1. /*++
  2. Copyright (c) 2004-2005  Micro-soft
  3. Module Name:
  4.     DlgCustom.h
  5. Abstract:
  6.        the class of Dialog for setting user's favor-config
  7. Author:
  8. Microsoft's Engineer - Unknown Name
  9.     improved by Weijian Luo (Arthur Luo)   15-Jun-2005
  10. E-mail: skybluehacker@yahoo.com.cn
  11. Revision History:      1.0
  12. --*/
  13. #if !defined(AFX_DLGCUSTOM_H__41295931_93B3_4FC7_9ED4_809D161527F1__INCLUDED_)
  14. #define AFX_DLGCUSTOM_H__41295931_93B3_4FC7_9ED4_809D161527F1__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. /////////////////////////////////////////////////////////////////////////////
  19. class CDlgCustom : public CDialog
  20. {
  21. public:
  22. void InitData(UINT xNum, UINT yNum, UINT mNum);
  23. CDlgCustom(CWnd* pParent = NULL);   // standard constructor
  24. //{{AFX_DATA(CDlgCustom)
  25. enum { IDD = IDD_DLG_CUSTOM };
  26. UINT m_uHeight;
  27. UINT m_uNumber;
  28. UINT m_uWidth;
  29. //}}AFX_DATA
  30. //{{AFX_VIRTUAL(CDlgCustom)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. protected:
  35. //{{AFX_MSG(CDlgCustom)
  36. virtual void OnOK();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. #endif // !defined(AFX_DLGCUSTOM_H__41295931_93B3_4FC7_9ED4_809D161527F1__INCLUDED_)