autosrv1.h
来自「是一本很经典的书」· C头文件 代码 · 共 27 行
H
27 行
///////////////////////////////////////////////////////////////////
// Module : AUTOSRV1.H
//
// Purpose : Interface for the AUTOSRV1 application.
//
// Author : Rob McGregor, rob_mcgregor@compuserve.com
//
// Date : 07-06-96
///////////////////////////////////////////////////////////////////
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
///////////////////////////////////////////////////////////////////
// CAutoSrv1App application class
class CAutoSrv1App : public CWinApp
{
public:
virtual BOOL InitInstance();
};
///////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?