sen.h
上传用户:hddq88
上传日期:2010-01-15
资源大小:910k
文件大小:1k
源码类别:

多国语言处理

开发平台:

C/C++

  1. #if !defined(AFX_SEN_H__59D4912E_4481_49D8_8E70_340AB50CA94D__INCLUDED_)
  2. #define AFX_SEN_H__59D4912E_4481_49D8_8E70_340AB50CA94D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // sen.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Csen view
  10. class Csen : public CEditView
  11. {
  12. protected:
  13. Csen();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(Csen)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(Csen)
  22. protected:
  23. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. virtual ~Csen();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(Csen)
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SEN_H__59D4912E_4481_49D8_8E70_340AB50CA94D__INCLUDED_)