CHINESEP.H
上传用户:zhang8947
上传日期:2007-01-08
资源大小:1910k
文件大小:1k
- // 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()
- };