www.pudn.com > editor.rar > zucc_editer.h
// zucc_editer.h : main header file for the ZUCC_EDITER application
//
#if !defined(AFX_ZUCC_EDITER_H__09FF691E_06DD_4ABF_BB2D_55036553346E__INCLUDED_)
#define AFX_ZUCC_EDITER_H__09FF691E_06DD_4ABF_BB2D_55036553346E__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
/////////////////////////////////////////////////////////////////////////////
// CZucc_editerApp:
// See zucc_editer.cpp for the implementation of this class
//
class CZucc_editerApp : public CWinApp
{
public:
CZucc_editerApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZucc_editerApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CZucc_editerApp)
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_ZUCC_EDITER_H__09FF691E_06DD_4ABF_BB2D_55036553346E__INCLUDED_)