rotate.h
来自「一串字符旋转,按旋转开始旋转,按停止就停止」· C头文件 代码 · 共 49 行
H
49 行
// rotate.h : main header file for the ROTATE application
//
#if !defined(AFX_ROTATE_H__A0B9628D_8F4E_4844_B88A_B554CC6D5E07__INCLUDED_)
#define AFX_ROTATE_H__A0B9628D_8F4E_4844_B88A_B554CC6D5E07__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
/////////////////////////////////////////////////////////////////////////////
// CRotateApp:
// See rotate.cpp for the implementation of this class
//
class CRotateApp : public CWinApp
{
public:
CRotateApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRotateApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CRotateApp)
afx_msg void OnAppAbout();
afx_msg void Onxuanzhuan();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ROTATE_H__A0B9628D_8F4E_4844_B88A_B554CC6D5E07__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?