www.pudn.com > ADO+accessandCListCtrldefangfa.rar > Test1.h


#if !defined(AFX_TEST1_H__EDC3371C_8FA9_4FCC_B5CD_F5BCA3887635__INCLUDED_) 
#define AFX_TEST1_H__EDC3371C_8FA9_4FCC_B5CD_F5BCA3887635__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Test1.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// Test dialog 
 
class Test : public CDialog 
{ 
// Construction 
public: 
	Test(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(Test) 
	enum { IDD = IDD_DIALOG1 }; 
	CString	m_1; 
	CString	m_2; 
	CString	m_3; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(Test) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(Test) 
		// 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_TEST1_H__EDC3371C_8FA9_4FCC_B5CD_F5BCA3887635__INCLUDED_)