ICTCLAS_WinDlg.h
上传用户:chen_dj
上传日期:2013-04-22
资源大小:111k
文件大小:2k
源码类别:

多国语言处理

开发平台:

C/C++

  1. // ICTCLAS_WinDlg.h : header file
  2. //
  3. #if !defined(AFX_ICTCLAS_WINDLG_H__0A7D81CA_E8AD_4B60_991B_9EAA84F55306__INCLUDED_)
  4. #define AFX_ICTCLAS_WINDLG_H__0A7D81CA_E8AD_4B60_991B_9EAA84F55306__INCLUDED_
  5. #include "RESULTResult.h" // Added by ClassView
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "Result\result.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CICTCLAS_WinDlg dialog
  12. class CICTCLAS_WinDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CICTCLAS_WinDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CICTCLAS_WinDlg)
  19. enum { IDD = IDD_ICTCLAS_WIN_DIALOG };
  20. CString m_sResult;
  21. CString m_sSource;
  22. UINT m_nTime;
  23. int m_nOutputFormat;
  24. int m_nOperateType;
  25. UINT m_nResultNum;
  26. CString m_sScore;
  27. //}}AFX_DATA
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CICTCLAS_WinDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. // Generated message map functions
  37. //{{AFX_MSG(CICTCLAS_WinDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  40. afx_msg void OnPaint();
  41. afx_msg HCURSOR OnQueryDragIcon();
  42. afx_msg void OnBtnAbout();
  43. afx_msg void OnBtnRun();
  44. afx_msg void OnBtnFileopen();
  45. afx_msg void OnClose();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. private:
  49. CResult m_ICTCLAS;
  50. CStdioFile m_fileLog;
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_ICTCLAS_WINDLG_H__0A7D81CA_E8AD_4B60_991B_9EAA84F55306__INCLUDED_)