HotEditDemoDlg.h
上传用户:ybbdhb
上传日期:2007-01-02
资源大小:31k
文件大小:1k
源码类别:

编辑框

开发平台:

Visual C++

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