📄 testskmon.h
字号:
// TestSkMon.h : main header file for the TESTSKMON application
//
#if !defined(AFX_TESTSKMON_H__0CC761B8_95AA_11D4_AC47_0000B4B444EB__INCLUDED_)
#define AFX_TESTSKMON_H__0CC761B8_95AA_11D4_AC47_0000B4B444EB__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
/////////////////////////////////////////////////////////////////////////////
// CTestSkMonApp:
// See TestSkMon.cpp for the implementation of this class
//
class CTestSkMonApp : public CWinApp
{
public:
CTestSkMonApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestSkMonApp)
public:
virtual BOOL InitInstance();
virtual void WinHelp(DWORD dwData, UINT nCmd = HELP_CONTEXT);
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CTestSkMonApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTSKMON_H__0CC761B8_95AA_11D4_AC47_0000B4B444EB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -