SwingEdit.h
上传用户:swkcbjrc
上传日期:2016-04-02
资源大小:45277k
文件大小:2k
源码类别:

游戏

开发平台:

Visual C++

  1. #if !defined(AFX_SWINGEDIT_H__4CBA701D_1CF6_4AFD_A1F4_8D399C303B0D__INCLUDED_)
  2. #define AFX_SWINGEDIT_H__4CBA701D_1CF6_4AFD_A1F4_8D399C303B0D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SwingEdit.h : header file
  7. //
  8. // SwingControl Classes class, version 1.0
  9. //
  10. // Copyright (c) 2000 Abhijit N Bhole (abhijit_bhole@hotmail.com.com)
  11. //
  12. // Feel free to modifiy and/or distribute this file, but
  13. // do not remove this header.
  14. //
  15. // I would appreciate a notification of any bugs discovered or 
  16. // improvements that could be made.
  17. //
  18. // This file is provided "as is" with no expressed or implied warranty.
  19. //
  20. // History:
  21. // PMM 5/14/2000 Initial implementation.
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CSwingEdit window
  24. class  CSwingEdit : public CEdit
  25. {
  26. // Construction
  27. public:
  28. CSwingEdit();
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CSwingEdit)
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. public:
  39. virtual ~CSwingEdit();
  40. // Generated message map functions
  41. protected:
  42. CBrush nActiveBrush, nInactiveBrush;
  43. CPen nDarkBorder, nWhiteBorder, nSelectedBorder;
  44. //{{AFX_MSG(CSwingEdit)
  45. afx_msg void OnNcPaint();
  46. afx_msg void OnHscroll();
  47. afx_msg void OnVscroll();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_SWINGEDIT_H__4CBA701D_1CF6_4AFD_A1F4_8D399C303B0D__INCLUDED_)