HINTWIN.H
上传用户:zhang8947
上传日期:2007-01-08
资源大小:1910k
文件大小:1k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. // hintwin.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CHintWin window
  5. class CHintWin : public CWnd
  6. {
  7. // Construction
  8. public:
  9. CHintWin( LPCSTR lpcsWndName ) ;
  10. // Attributes
  11. public:
  12. // Operations
  13. public:
  14. // Implementation
  15. public:
  16. virtual ~CHintWin();
  17. protected:
  18. // Generated message map functions
  19. //{{AFX_MSG(CHintWin)
  20. // NOTE - the ClassWizard will add and remove member functions here.
  21. //}}AFX_MSG
  22. DECLARE_MESSAGE_MAP()
  23. };
  24. /////////////////////////////////////////////////////////////////////////////