www.pudn.com > MyElevator.rar > MyElevator.h


// MyElevator.h : main header file for the MYELEVATOR application 
// 
 
#if !defined(AFX_MYELEVATOR_H__359C8509_895E_4E8A_BE09_FD5C317E084F__INCLUDED_) 
#define AFX_MYELEVATOR_H__359C8509_895E_4E8A_BE09_FD5C317E084F__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyElevatorApp: 
// See MyElevator.cpp for the implementation of this class 
// 
 
class CMyElevatorApp : public CWinApp 
{ 
public: 
	CMyElevatorApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyElevatorApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CMyElevatorApp) 
		// 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_MYELEVATOR_H__359C8509_895E_4E8A_BE09_FD5C317E084F__INCLUDED_)