SysHintDlg.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
源码类别:

网格计算

开发平台:

Visual C++

  1. // SysHintDlg.h : header file
  2. #ifndef _SYSHINT_DLG_H
  3. #define _SYSHINT_DLG_H
  4. #include "resource.h"
  5. class CSysHintDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CSysHintDlg(CWnd* pParent = NULL);
  10. // Dialog Data
  11. //{{AFX_DATA(CSysHintDlg)
  12. enum { IDD = IDD_SYSTIPDLG };
  13. CString m_strHintInfo;
  14. //}}AFX_DATA
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CSysHintDlg)
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. protected:
  23. // Generated message map functions
  24. //{{AFX_MSG(CSysHintDlg)
  25. // NOTE: the ClassWizard will add member functions here
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };
  29. #endif //!_SYSHINT_DLG_H