NewEdit.h
上传用户:cuijiu615
上传日期:2007-03-28
资源大小:45k
文件大小:1k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_NEWEDIT_H__9FBEDDBA_CD7E_4B99_8E05_D6E9820F7042__INCLUDED_)
  2. #define AFX_NEWEDIT_H__9FBEDDBA_CD7E_4B99_8E05_D6E9820F7042__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewEdit.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNewEdit window
  10. class CNewEdit : public CEdit
  11. {
  12. // Construction
  13. public:
  14. CNewEdit();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CNewEdit)
  22. public:
  23. virtual BOOL PreTranslateMessage(MSG* pMsg);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. void SetReadOnlyState(BOOL isro);
  28. virtual ~CNewEdit();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(CNewEdit)
  32. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. private:
  36. BOOL isReadOnly;
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_NEWEDIT_H__9FBEDDBA_CD7E_4B99_8E05_D6E9820F7042__INCLUDED_)