CardDlg.h
资源名称:语音程序.rar [点击查看]
上传用户:lczygg
上传日期:2007-07-03
资源大小:2947k
文件大小:1k
源码类别:
语音合成与识别
开发平台:
Visual C++
- #if !defined(AFX_CARDDLG_H__F48FD2F0_4967_40EA_88E4_182AC99A9556__INCLUDED_)
- #define AFX_CARDDLG_H__F48FD2F0_4967_40EA_88E4_182AC99A9556__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // CardDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CCardDlg dialog
- class CCardDlg : public CDialog
- {
- // Construction
- public:
- CCardDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CCardDlg)
- enum { IDD = IDD_DIALOG_EDIT };
- CString m_strName;
- CString m_strPinyin;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCardDlg)
- public:
- virtual int DoModal();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CCardDlg)
- afx_msg void OnButtonAdd();
- afx_msg void OnButtonDelete();
- afx_msg void OnButtonBatch();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- bool m_bUpdateBook;
- bool m_bTestBatch;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CARDDLG_H__F48FD2F0_4967_40EA_88E4_182AC99A9556__INCLUDED_)