Compute_Prompt.h
上传用户:sanxfzhen
上传日期:2014-12-28
资源大小:2324k
文件大小:1k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. // Compute_Prompt.h: interface for the CCompute_Prompt class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_COMPUTE_PROMPT_H__E5D0B2B6_36D7_443E_999B_665DE743191A__INCLUDED_)
  5. #define AFX_COMPUTE_PROMPT_H__E5D0B2B6_36D7_443E_999B_665DE743191A__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CCompute_Prompt  
  10. {
  11. public:
  12. CCompute_Prompt();
  13. public:
  14. BOOL show_action;
  15. BOOL show_title;
  16. BOOL show_compute_1;
  17. BOOL show_compute_2;
  18. BOOL show_compute_3;
  19. BOOL show_other;
  20. BOOL show_trainresult;
  21. BOOL show_testresult;
  22. BOOL show_readfile;
  23. BOOL show_writefile; 
  24. BOOL show_openfile;
  25. void Copy(const CCompute_Prompt& t);
  26. void Clear();
  27. void Setup(); 
  28. virtual ~CCompute_Prompt();
  29. };
  30. #endif // !defined(AFX_COMPUTE_PROMPT_H__E5D0B2B6_36D7_443E_999B_665DE743191A__INCLUDED_)