www.pudn.com > julei.rar > julei.h
// julei.h : main header file for the JULEI application
//
#if !defined(AFX_JULEI_H__A34F563C_405E_4675_A9F0_4E9B3E9D3AA1__INCLUDED_)
#define AFX_JULEI_H__A34F563C_405E_4675_A9F0_4E9B3E9D3AA1__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
/////////////////////////////////////////////////////////////////////////////
// CJuleiApp:
// See julei.cpp for the implementation of this class
//
class CJuleiApp : public CWinApp
{
public:
CJuleiApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJuleiApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CJuleiApp)
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_JULEI_H__A34F563C_405E_4675_A9F0_4E9B3E9D3AA1__INCLUDED_)