www.pudn.com > MiniFox.rar > MiniFox.h
// MiniFox.h : main header file for the MINIFOX application
//
#if !defined(AFX_MINIFOX_H__D4D178ED_2A86_4402_A94E_4CA083745A51__INCLUDED_)
#define AFX_MINIFOX_H__D4D178ED_2A86_4402_A94E_4CA083745A51__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
/////////////////////////////////////////////////////////////////////////////
// CMiniFoxApp:
// See MiniFox.cpp for the implementation of this class
//
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
// Dialog Data
//{{AFX_DATA(CAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//{{AFX_MSG(CAboutDlg)
// No message handlers
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
class CMiniFoxApp : public CWinApp
{
public:
CMiniFoxApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMiniFoxApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CMiniFoxApp)
afx_msg void OnAppAbout();
// 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_MINIFOX_H__D4D178ED_2A86_4402_A94E_4CA083745A51__INCLUDED_)