CharView.h
上传用户:cdscwht
上传日期:2022-07-27
资源大小:264k
文件大小:2k
源码类别:

图形/文字识别

开发平台:

Visual Basic

  1. #if !defined(AFX_CHARVIEW_H__C332A981_B6DB_11D8_A675_444553540000__INCLUDED_)
  2. #define AFX_CHARVIEW_H__C332A981_B6DB_11D8_A675_444553540000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CharView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCharView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CCharView : public CFormView
  14. {
  15. protected:
  16. CCharView();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CCharView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CCharView)
  21. enum { IDD = IDD_RESULT };
  22. CEdit m_result;
  23. //}}AFX_DATA
  24. // Attributes
  25. public:
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CCharView)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. virtual ~CCharView();
  37. #ifdef _DEBUG
  38. virtual void AssertValid() const;
  39. virtual void Dump(CDumpContext& dc) const;
  40. #endif
  41. // Generated message map functions
  42. //{{AFX_MSG(CCharView)
  43. afx_msg void OnOK();
  44. afx_msg void OnCancel();
  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_CHARVIEW_H__C332A981_B6DB_11D8_A675_444553540000__INCLUDED_)