nhdemoDlg.h
上传用户:chzmdj
上传日期:2007-01-22
资源大小:135k
文件大小:1k
源码类别:

源码/资料

开发平台:

C/C++

  1. // nhdemoDlg.h : header file
  2. //
  3. #if !defined(AFX_NHDEMODLG_H__004702A1_F395_4CCF_BC07_BD2EDF4EC281__INCLUDED_)
  4. #define AFX_NHDEMODLG_H__004702A1_F395_4CCF_BC07_BD2EDF4EC281__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNhdemoDlg dialog
  10. class CNhdemoDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CNhdemoDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CNhdemoDlg)
  17. enum { IDD = IDD_NHDEMO_DIALOG };
  18. CString m_szWords;
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CNhdemoDlg)
  22. public:
  23. virtual BOOL DestroyWindow();
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CNhdemoDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. //}}AFX_MSG
  37. afx_msg LRESULT OnGetWordsOK(UINT wParam, LONG lParam);
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_NHDEMODLG_H__004702A1_F395_4CCF_BC07_BD2EDF4EC281__INCLUDED_)