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