home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 8090 / ModelEdit.7z / MyEdit.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-03-08  |  1.1 KB  |  49 lines

  1. #if !defined(AFX_MYEDIT_H__7F15BFC2_A491_11D1_99E4_0060970987C3__INCLUDED_)
  2. #define AFX_MYEDIT_H__7F15BFC2_A491_11D1_99E4_0060970987C3__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // MyEdit.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMyEdit window
  12.  
  13. class CMyEdit : public CEdit
  14. {
  15. // Construction
  16. public:
  17.     CMyEdit();
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CMyEdit)
  28.     //}}AFX_VIRTUAL
  29.  
  30. // Implementation
  31. public:
  32.     virtual ~CMyEdit();
  33.  
  34.     // Generated message map functions
  35. protected:
  36.     //{{AFX_MSG(CMyEdit)
  37.     afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  38.     //}}AFX_MSG
  39.  
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.  
  43. /////////////////////////////////////////////////////////////////////////////
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_MYEDIT_H__7F15BFC2_A491_11D1_99E4_0060970987C3__INCLUDED_)
  49.