HelpDlg.h
上传用户:hbrsgg1
上传日期:2014-05-08
资源大小:2826k
文件大小:1k
- /*++
- Copyright (c) AFE(Active-Free-Elegance)
- Module Name:
- HelpDlg.h
- Abstract:
- The Dialog class of showing Graphic Help Image
- Author:
- Weijian Luo (Arthur Luo) 15-Jun-2005
- E-mail: skybluehacker@yahoo.com.cn
- Revision History: 1.0
- --*/
- #if !defined(AFX_HELPDLG_H__0897438B_4C3E_4D67_A90A_B3CED54D4119__INCLUDED_)
- #define AFX_HELPDLG_H__0897438B_4C3E_4D67_A90A_B3CED54D4119__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HelpDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CHelpDlg dialog
- class CHelpDlg : public CDialog
- {
- // Construction
- public:
- CHelpDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CHelpDlg)
- enum { IDD = IDD_DIALOG_HELP };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHelpDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CHelpDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HELPDLG_H__0897438B_4C3E_4D67_A90A_B3CED54D4119__INCLUDED_)