www.pudn.com > 智能内码识别,支持屏幕取词翻译的程序.zip > CHINESEP.H
// chinesep.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CChinesePage dialog
class CChinesePage : public CCommonPage
{
// Construction
public:
CChinesePage(UINT uID); // standard constructor
// Dialog Data
//{{AFX_DATA(CChinesePage)
enum { IDD = IDD_DIALOG2 };
BOOL m_bRecGbB5;
BOOL m_bRecHz;
int m_nJianFanFont;
int m_nSystemFirst;
int m_nSystemCode;
//}}AFX_DATA
private:
BOOL m_bOldRecGbB5;
BOOL m_bOldRecHz;
int m_nOldJianFanFont;
int m_nOldSystemFirst ;
int m_nOldSystemCode ;
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Generated message map functions
//{{AFX_MSG(CChinesePage)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};