www.pudn.com > 10-11cha.rar > TestInstall.h
// TestInstall.h : main header file for the TESTINSTALL application
//
#if !defined(AFX_TESTINSTALL_H__3FFE62F0_5499_48F3_BED3_104AD0022864__INCLUDED_)
#define AFX_TESTINSTALL_H__3FFE62F0_5499_48F3_BED3_104AD0022864__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
/////////////////////////////////////////////////////////////////////////////
// CTestInstallApp:
// See TestInstall.cpp for the implementation of this class
//
class CTestInstallApp : public CWinApp
{
public:
CTestInstallApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestInstallApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CTestInstallApp)
// 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()
private:
void ShowTipAtStartup(void);
private:
void ShowTipOfTheDay(void);
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTINSTALL_H__3FFE62F0_5499_48F3_BED3_104AD0022864__INCLUDED_)