copy.h

来自「一款商业软件的配置文件备份/恢复工具,可以将备份自动恢复到软件中」· C头文件 代码 · 共 50 行

H
50
字号
// copy.h : main header file for the COPY application
//

#if !defined(AFX_COPY_H__8BDB3FD9_AB07_41D7_8D96_C988B1FD2251__INCLUDED_)
#define AFX_COPY_H__8BDB3FD9_AB07_41D7_8D96_C988B1FD2251__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

/////////////////////////////////////////////////////////////////////////////
// CCopyApp:
// See copy.cpp for the implementation of this class
//

class CCopyApp : public CWinApp
{
public:
	CCopyApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCopyApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CCopyApp)
		// 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_COPY_H__8BDB3FD9_AB07_41D7_8D96_C988B1FD2251__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?