www.pudn.com > ·Òë³ÌÐò.rar > SenDlg.h
#if !defined(AFX_SENDLG_H__1C2CDFF5_E603_4B44_A6A6_D6D14E6FE704__INCLUDED_)
#define AFX_SENDLG_H__1C2CDFF5_E603_4B44_A6A6_D6D14E6FE704__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SenDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSenDlg dialog
class CSenDlg : public CDialog
{
// Construction
public:
CSenDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSenDlg)
enum { IDD = IDD_DIALOG2 };
CString m_sten;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSenDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSenDlg)
afx_msg void OnWord();
afx_msg void OnSentence();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SENDLG_H__1C2CDFF5_E603_4B44_A6A6_D6D14E6FE704__INCLUDED_)