www.pudn.com > CirMMI.rar > CirMMI.h


// CirMMI.h : main header file for the CIRMMI application 
// 
 
#if !defined(AFX_CIRMMI_H__9635411B_BC60_44F0_A36A_5516205E60D2__INCLUDED_) 
#define AFX_CIRMMI_H__9635411B_BC60_44F0_A36A_5516205E60D2__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CCirMMIApp: 
// See CirMMI.cpp for the implementation of this class 
// 
class CCirMMIApp : public CWinApp 
{ 
public: 
	void SetDialogBkColor(COLORREF clrCtlBk = RGB(192, 192, 192), COLORREF clrCtlText = RGB(0, 0, 0)); 
	CCirMMIApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCirMMIApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	virtual int ExitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CCirMMIApp) 
		// 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 eMbedded Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CIRMMI_H__9635411B_BC60_44F0_A36A_5516205E60D2__INCLUDED_)