fencidlg.h

来自「关键词抽取技术广泛应用于信息检索、文本分类/聚类、信息过滤」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_FENCIDLG_H__89180FD0_4C1B_4226_BE45_D6F9F1A1654D__INCLUDED_)
#define AFX_FENCIDLG_H__89180FD0_4C1B_4226_BE45_D6F9F1A1654D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FenCiDlg.h : header file
//

#define COL_PLACESTR		RGB(198, 112, 25)
#define COL_NOUN			RGB(10,15,179)
#define COL_NAME			RGB(29, 150, 254)
#define COL_PRODUCTSTR		RGB(98,57,239)
#define COL_QUANTITY		RGB(191, 75, 238)
#define COL_VERB			RGB(189, 72, 81)
#define COL_TIME			RGB(100, 165, 101)
#define COL_ORGANIZATIONSTR	RGB(44, 133, 147)
#define COL_EXTERN			RGB(87, 87, 87)

/////////////////////////////////////////////////////////////////////////////
// CFenCiDlg dialog

class CFenCiDlg : public CDialog
{
// Construction
public:
	CFenCiDlg(CWnd* pParent = NULL);   // standard constructor
	void AddNatureColour(CString &, DWORD );
	// Dialog Data
	//{{AFX_DATA(CFenCiDlg)
	enum { IDD = IDD_DIALOG_FENCI };
	CRichEditCtrl	m_cSegResult;
	CString	m_strSegSource;
	CString	m_strSegResult;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFenCiDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFenCiDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonLoad();
	afx_msg void OnButtonAnalyse();
	afx_msg void OnButtonErase();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_FENCIDLG_H__89180FD0_4C1B_4226_BE45_D6F9F1A1654D__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?