www.pudn.com > T9Module_OK.rar > T9Module.h
// T9Module.h : main header file for the T9MODULE application
//
#if !defined(AFX_T9MODULE_H__6003FBDC_8DE6_4A75_85E0_9BB0BEFF789F__INCLUDED_)
#define AFX_T9MODULE_H__6003FBDC_8DE6_4A75_85E0_9BB0BEFF789F__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
/////////////////////////////////////////////////////////////////////////////
// CT9ModuleApp:
// See T9Module.cpp for the implementation of this class
//
class CT9ModuleApp : public CWinApp
{
public:
CT9ModuleApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CT9ModuleApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CT9ModuleApp)
// 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_T9MODULE_H__6003FBDC_8DE6_4A75_85E0_9BB0BEFF789F__INCLUDED_)