SignEdit.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
源码类别:

图形图象

开发平台:

Visual C++

  1. /********************************************************************
  2. SignEdit.h - ISee图像浏览器—图像处理模块类SignEdit头文件
  3.     版权所有(C) VCHelp-coPathway-ISee workgroup 2000 all member's
  4.     这一程序是自由软件,你可以遵照自由软件基金会出版的GNU 通用许可证
  5. 条款来修改和重新发布这一程序。或者用许可证的第二版,或者(根据你
  6. 的选择)用任何更新的版本。
  7.     发布这一程序的目的是希望它有用,但没有任何担保。甚至没有适合特定
  8. 目地的隐含的担保。更详细的情况请参阅GNU通用许可证。
  9.     你应该已经和程序一起收到一份GNU通用许可证(GPL)的副本。如果还没有,
  10. 写信给:
  11.     The Free Software Foundation, Inc.,  675  Mass Ave,  Cambridge,
  12.     MA02139,  USA
  13. 如果你在使用本软件时有什么问题或建议,用以下地址可以与我们取得联
  14. 系:
  15. http://isee.126.com
  16. http://www.vchelp.net
  17. 或:
  18. iseesoft@china.com
  19. 作者:马翔
  20.    e-mail:hugesoft@yeah.net
  21.    功能实现:可不输入内容的整数编辑框
  22. 文件版本:
  23. Build 000123
  24. Date  2000-12-3
  25. ********************************************************************/
  26. #if !defined(AFX_SIGNEDIT_H__E42C869B_8178_452E_BA85_51850C709A49__INCLUDED_)
  27. #define AFX_SIGNEDIT_H__E42C869B_8178_452E_BA85_51850C709A49__INCLUDED_
  28. #if _MSC_VER > 1000
  29. #pragma once
  30. #endif // _MSC_VER > 1000
  31. // SignEdit.h : header file
  32. //
  33. /////////////////////////////////////////////////////////////////////////////
  34. // CSignEdit window
  35. class CSignEdit : public CEdit
  36. {
  37. // Construction
  38. public:
  39. CSignEdit();
  40. // Attributes
  41. public:
  42. // Operations
  43. public:
  44. // Overrides
  45. // ClassWizard generated virtual function overrides
  46. //{{AFX_VIRTUAL(CSignEdit)
  47. //}}AFX_VIRTUAL
  48. // Implementation
  49. public:
  50. virtual ~CSignEdit();
  51. // Generated message map functions
  52. protected:
  53. //{{AFX_MSG(CSignEdit)
  54. afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. /////////////////////////////////////////////////////////////////////////////
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_SIGNEDIT_H__E42C869B_8178_452E_BA85_51850C709A49__INCLUDED_)