SysHintDlg.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
- // SysHintDlg.h : header file
- #ifndef _SYSHINT_DLG_H
- #define _SYSHINT_DLG_H
- #include "resource.h"
- class CSysHintDlg : public CDialog
- {
- // Construction
- public:
- CSysHintDlg(CWnd* pParent = NULL);
- // Dialog Data
- //{{AFX_DATA(CSysHintDlg)
- enum { IDD = IDD_SYSTIPDLG };
- CString m_strHintInfo;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSysHintDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSysHintDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif //!_SYSHINT_DLG_H