⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test6.h

📁 hoops_acis_mfc框架
💻 H
字号:
// test6.h : interface of the Ctest6App class, derived from CHoopsApp
// This is the main header for the application


#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#ifndef _Ctest6App_H__
#define _Ctest6App_H__

#include "hc.h"
#include "CHoopsApp.h"


class HDB;


/////////////////////////////////////////////////////////////////////////////
// Ctest6App:
// See Ctest6App.cpp for the implementation of this class
//

class Ctest6App : public CHoopsApp
{

protected:



public:
	Ctest6App();


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

// Implementation

	//{{AFX_MSG(Ctest6App)
	afx_msg void OnAppAbout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif	// _Ctest6App_H__

⌨️ 快捷键说明

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