2024年4月27日发(作者:)

类视图:(class view)

// abc123.h : main header file for the ABC123 application

//

#if !defined(AFX_ABC123_H__3B4378CC_7B68_4D9F_898D_E92DECF9326C__I

NCLUDED_)

#define

AFX_ABC123_H__3B4378CC_7B68_4D9F_898D_E92DECF9326C__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

/////////////////////////////////////////////////////////////////////////////

// CAbc123App:

// See for the implementation of this class

//

class CAbc123App : public CWinApp

{

public:

CAbc123App();

// Overrides