📄 mainclass.h
字号:
// MainClass.h: interface for the CMainClass class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINCLASS_H__9E71AD82_0A7D_11D6_8572_000102E26765__INCLUDED_)
#define AFX_MAINCLASS_H__9E71AD82_0A7D_11D6_8572_000102E26765__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifdef AFX_CLASS_EXPORT
#define AFX_CLASS_EXPORT __declspec(dllexport)
#else
#define AFX_CLASS_EXPORT __declspec(dllimport)
#endif
class AFX_CLASS_EXPORT CMainClass
{
public:
CMainClass();
virtual ~CMainClass();
};
#endif // !defined(AFX_MAINCLASS_H__9E71AD82_0A7D_11D6_8572_000102E26765__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -