www.pudn.com > 智能内码识别,支持屏幕取词翻译的程序.zip > INPUTSET.H


// inputset.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CInputSet dialog 
 
class CInputSet : public CCommonPage 
{ 
// Construction 
public: 
	CInputSet(UINT id);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CInputSet) 
	enum { IDD = IDD_DIALOG5 }; 
	CListBox	m_InputMethods; 
	//}}AFX_DATA 
 
// Implementation 
protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
 
	// Generated message map functions 
	//{{AFX_MSG(CInputSet) 
	afx_msg void OnAddInputMethod(); 
	afx_msg void OnDelInputMethod(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};