www.pudn.com > FingerPro.rar > FingerPro.h
// FingerPro.h : main header file for the FINGERPRO application
//
#if !defined(AFX_FINGERPRO_H__E4DD4361_817F_4434_8DD0_AB57AC9F4586__INCLUDED_)
#define AFX_FINGERPRO_H__E4DD4361_817F_4434_8DD0_AB57AC9F4586__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
/////////////////////////////////////////////////////////////////////////////
// CFingerProApp:
// See FingerPro.cpp for the implementation of this class
//
class CFingerProApp : public CWinApp
{
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
CFingerProApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFingerProApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CFingerProApp)
afx_msg void OnCopyAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FINGERPRO_H__E4DD4361_817F_4434_8DD0_AB57AC9F4586__INCLUDED_)