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

多国语言处理

开发平台:

Visual C++

  1. #if !defined(AFX_SEGDOCDLG_H__C8AC14EA_C0C3_4027_B692_384E5C88AAB1__INCLUDED_)
  2. #define AFX_SEGDOCDLG_H__C8AC14EA_C0C3_4027_B692_384E5C88AAB1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SegDocDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSegDocDlg dialog
  10. struct SegDocsParam
  11. {
  12. CString m_strTarget;
  13. CString m_strSource;
  14. BOOL m_bContainTag;
  15. BOOL m_bMultiDocs;
  16. BOOL m_bDelStopwords;
  17. };
  18. class CSegDocDlg : public CDialog
  19. {
  20. // Construction
  21. public:
  22. CSegDocDlg(CWnd* pParent = NULL);   // standard constructor
  23. // Dialog Data
  24. //{{AFX_DATA(CSegDocDlg)
  25. enum { IDD = IDD_WORDSEG };
  26. BOOL m_bDelStopwords;
  27. CString m_strSource;
  28. CString m_strTarget;
  29. BOOL m_bMultiDocs;
  30. //}}AFX_DATA
  31. BOOL m_bContainTag;
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CSegDocDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CSegDocDlg)
  42. virtual void OnOK();
  43. afx_msg void OnBtnBrowse1();
  44. afx_msg void OnBtnBrowse2();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. extern SegDocsParam theSegDocsParam;
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_SEGDOCDLG_H__C8AC14EA_C0C3_4027_B692_384E5C88AAB1__INCLUDED_)