www.pudn.com > TongXuLv_Manage.rar > addr_book.h


// addr_book.h : main header file for the ADDR_BOOK application 
// 
 
#if !defined(AFX_ADDR_BOOK_H__88996425_B492_46AD_AD56_23672D79950D__INCLUDED_) 
#define AFX_ADDR_BOOK_H__88996425_B492_46AD_AD56_23672D79950D__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CAddr_bookApp: 
// See addr_book.cpp for the implementation of this class 
// 
 
class CAddr_bookApp : public CWinApp 
{ 
public: 
	CAddr_bookApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAddr_bookApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CAddr_bookApp) 
		// 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_ADDR_BOOK_H__88996425_B492_46AD_AD56_23672D79950D__INCLUDED_)