HistoryEditDemoDlg.h
上传用户:lyjinchang
上传日期:2007-01-02
资源大小:14k
文件大小:2k
源码类别:

编辑框

开发平台:

Visual C++

  1. // HistoryEditDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_HISTORYEDITDEMODLG_H__63E7CA67_BC22_11D1_8EE6_94D40BC10000__INCLUDED_)
  4. #define AFX_HISTORYEDITDEMODLG_H__63E7CA67_BC22_11D1_8EE6_94D40BC10000__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "HistoryEdit.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CHistoryEditDemoDlg dialog
  11. class CHistoryEditDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CHistoryEditDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CHistoryEditDemoDlg)
  18. enum { IDD = IDD_HISTORYEDITDEMO_DIALOG };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CHistoryEditDemoDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29.   CHistoryEdit    m_HistoryEdit;    // CHistoryEdit control
  30. // Generated message map functions
  31. //{{AFX_MSG(CHistoryEditDemoDlg)
  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 void OnAllowselect();
  37. afx_msg void OnAdd();
  38. afx_msg void OnClear();
  39. afx_msg void OnClose();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_HISTORYEDITDEMODLG_H__63E7CA67_BC22_11D1_8EE6_94D40BC10000__INCLUDED_)