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

其他智力游戏

开发平台:

C/C++

  1. /*++
  2. Copyright (c) AFE(Active-Free-Elegance)
  3. Module Name:
  4.     HelpDlg.h
  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. #if !defined(AFX_HELPDLG_H__0897438B_4C3E_4D67_A90A_B3CED54D4119__INCLUDED_)
  13. #define AFX_HELPDLG_H__0897438B_4C3E_4D67_A90A_B3CED54D4119__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. // HelpDlg.h : header file
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CHelpDlg dialog
  21. class CHelpDlg : public CDialog
  22. {
  23. // Construction
  24. public:
  25. CHelpDlg(CWnd* pParent = NULL);   // standard constructor
  26. // Dialog Data
  27. //{{AFX_DATA(CHelpDlg)
  28. enum { IDD = IDD_DIALOG_HELP };
  29. // NOTE: the ClassWizard will add data members here
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CHelpDlg)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CHelpDlg)
  41. // NOTE: the ClassWizard will add member functions here
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_HELPDLG_H__0897438B_4C3E_4D67_A90A_B3CED54D4119__INCLUDED_)