www.pudn.com > vc应用ADO读取数据库中内容包括图片.rar > StudentAccess.h


// StudentAccess.h : main header file for the STUDENTACCESS application 
// 
 
#if !defined(AFX_STUDENTACCESS_H__5725FBC5_0E7F_4FC8_8713_52F59320DCDE__INCLUDED_) 
#define AFX_STUDENTACCESS_H__5725FBC5_0E7F_4FC8_8713_52F59320DCDE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"		// main symbols#include "EditAdd1.h"		//包含对话框类头文件 
 
///////////////////////////////////////////////////////////////////////////// 
// CStudentAccessApp: 
// See StudentAccess.cpp for the implementation of this class 
// 
 
class CStudentAccessApp : public CWinApp 
{ 
public: 
	int ExitInstance(); 
	 
 
 
	CStudentAccessApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CStudentAccessApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CStudentAccessApp) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_STUDENTACCESS_H__5725FBC5_0E7F_4FC8_8713_52F59320DCDE__INCLUDED_)