NewEditWrite.h
资源名称:CAD2006.rar [点击查看]
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- #if !defined(AFX_NEWEDITWRITE_H__7C930195_FC64_4C1F_A02E_68161CE64AD4__INCLUDED_)
- #define AFX_NEWEDITWRITE_H__7C930195_FC64_4C1F_A02E_68161CE64AD4__INCLUDED_
- #include "NewListBox.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NewEditWrite.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // NewEditWrite window
- class NewEditWrite : public CEdit
- {
- // Construction
- public:
- NewEditWrite();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(NewEditWrite)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~NewEditWrite();
- // Generated message map functions
- protected:
- //{{AFX_MSG(NewEditWrite)
- afx_msg void OnChange();
- afx_msg void OnSetfocus();
- afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NEWEDITWRITE_H__7C930195_FC64_4C1F_A02E_68161CE64AD4__INCLUDED_)