HelpDlg.cpp
上传用户:qiangti
上传日期:2022-04-06
资源大小:644k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

Visual C++

  1. /*++
  2. Copyright (c) AFE(Active-Free-Elegance)
  3. Module Name:
  4.     HelpDlg.cpp
  5. Abstract:
  6. The Dialog class of showing Graphic Help Image 
  7. Author:
  8.     Weijian Luo (Arthur Luo)   15-Jun-2005
  9. E-mail: skybluehacker@yahoo.com.cn
  10. Revision History:      1.0
  11. --*/
  12. #include "stdafx.h"
  13. #include "skyblue_BoxMan.h"
  14. #include "HelpDlg.h"
  15. #ifdef _DEBUG
  16. #define new DEBUG_NEW
  17. #undef THIS_FILE
  18. static char THIS_FILE[] = __FILE__;
  19. #endif
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CHelpDlg dialog
  22. CHelpDlg::CHelpDlg(CWnd* pParent /*=NULL*/)
  23. : CDialog(CHelpDlg::IDD, pParent)
  24. {
  25. //{{AFX_DATA_INIT(CHelpDlg)
  26. // NOTE: the ClassWizard will add member initialization here
  27. //}}AFX_DATA_INIT
  28. }
  29. void CHelpDlg::DoDataExchange(CDataExchange* pDX)
  30. {
  31. CDialog::DoDataExchange(pDX);
  32. //{{AFX_DATA_MAP(CHelpDlg)
  33. // NOTE: the ClassWizard will add DDX and DDV calls here
  34. //}}AFX_DATA_MAP
  35. }
  36. BEGIN_MESSAGE_MAP(CHelpDlg, CDialog)
  37. //{{AFX_MSG_MAP(CHelpDlg)
  38. // NOTE: the ClassWizard will add message map macros here
  39. //}}AFX_MSG_MAP
  40. END_MESSAGE_MAP()
  41. /////////////////////////////////////////////////////////////////////////////
  42. // CHelpDlg message handlers