NewEdit.h
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:2k
源码类别:

CAD

开发平台:

Visual C++

  1. #if !defined(AFX_NEWEDIT_H__D5EB0312_46EC_4013_B269_FB06098962D6__INCLUDED_)
  2. #define AFX_NEWEDIT_H__D5EB0312_46EC_4013_B269_FB06098962D6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewEdit.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // NewEdit window
  10. //CArray <CRect,CRect>;
  11. class NewEdit : public CEdit
  12. {
  13. // Construction
  14. public:
  15. NewEdit();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(NewEdit)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. CRect GetFouceTextRect();
  27. void SetFouceTextRect(CRect rect);
  28. void TextMove(CDC *pDC,CPoint pt,int index,CRect rectrect);
  29. CRect GetFouceText();
  30. void SetFouceRect(CRect rect);
  31. void LostTextFouce(CDC *pDC,CRect rect);
  32. void SetTextFouce(CDC *pDC,CRect rect);
  33. void DeleteText( CDC * pDC, int index, CRect rect );
  34. void SaveText(CEdit *m_text);
  35. void draw(CRect rect);
  36. virtual ~NewEdit();
  37. // Generated message map functions
  38. protected:
  39. CRect m_textrect;        //选中的框架
  40. CPtrArray m_ptarray;
  41. CString m_temp;
  42. CRect m_rect;
  43. CEdit *m_text;
  44. //{{AFX_MSG(NewEdit)
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_NEWEDIT_H__D5EB0312_46EC_4013_B269_FB06098962D6__INCLUDED_)