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

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_TRAINPARAMSPAGE_H__CCAE1B32_4661_4A22_9C98_1FA59F55DFF8__INCLUDED_)
  2. #define AFX_TRAINPARAMSPAGE_H__CCAE1B32_4661_4A22_9C98_1FA59F55DFF8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TrainParamsPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTrainParamsPage dialog
  10. class CTrainParamsPage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CTrainParamsPage)
  13. // Construction
  14. public:
  15. CTrainParamsPage();
  16. ~CTrainParamsPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CTrainParamsPage)
  19. enum { IDD = IDD_TRAINPARAMS };
  20. int m_nFSMode;
  21. CString m_txtResultDir;
  22. CString m_txtTrainDir;
  23. BOOL m_nWordSize;
  24. int m_nOpMode;
  25. int m_nSelMode;
  26. BOOL m_bStem;
  27. int m_nLanguageType;
  28. int m_nWeightMode;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CTrainParamsPage)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CTrainParamsPage)
  40. afx_msg void OnBtnTrain();
  41. afx_msg void OnBtnResults();
  42. virtual BOOL OnInitDialog();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_TRAINPARAMSPAGE_H__CCAE1B32_4661_4A22_9C98_1FA59F55DFF8__INCLUDED_)