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


// inputse1.h : header file 
// 
#ifndef	WM_USER_CHANGE_BUTTON_STATUS 
//输入板上的字符操作 
#define	WM_USER_CHANGE_BUTTON_STATUS	(WM_USER+3) 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CInputSe1 dialog 
 
class CInputSe1 : public CCommonPage 
{ 
// Construction 
public: 
	CInputSe1(UINT id);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CInputSe1) 
	enum { IDD = IDD_DIALOG6 }; 
	int		m_nEnOrCh; 
	int		m_nNoSpace; 
	int		m_nBjOrQj; 
	//}}AFX_DATA 
 
	private: 
	int		m_nOldEnOrCh; 
	int		m_nOldNoSpace; 
	int		m_nOldBjOrQj; 
	 
// Implementation 
protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
 
	// Generated message map functions 
	//{{AFX_MSG(CInputSe1) 
	virtual void OnOK(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};