www.pudn.com > CListCtrl.rar > EditDlg.h
#if !defined(AFX_EDITDLG_H__28647CB6_A2E7_4403_BC03_8CA13799FD6F__INCLUDED_)
#define AFX_EDITDLG_H__28647CB6_A2E7_4403_BC03_8CA13799FD6F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEditDlg dialog
class CEditDlg : public CDialog
{
// Construction
public:
CEditDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEditDlg)
enum { IDD = IDD_EDIT_DLG };
CString m_strNo;
CString m_strScore;
CString m_strName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEditDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDITDLG_H__28647CB6_A2E7_4403_BC03_8CA13799FD6F__INCLUDED_)