www.pudn.com > work12_2.rar > yong24.h


// yong24.h : main header file for the YONG24 application 
// 
 
#if !defined(AFX_YONG24_H__246D13AF_6DDF_4BF6_8115_DE416811130E__INCLUDED_) 
#define AFX_YONG24_H__246D13AF_6DDF_4BF6_8115_DE416811130E__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CYong24App: 
// See yong24.cpp for the implementation of this class 
// 
 
class CYong24App : public CWinApp 
{ 
public: 
	CYong24App(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CYong24App) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CYong24App) 
	afx_msg void OnAppAbout(); 
		// 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_YONG24_H__246D13AF_6DDF_4BF6_8115_DE416811130E__INCLUDED_)