📄 cpumsg.h
字号:
#if !defined(AFX_CPUMSG_H__B396A750_2B8C_4511_9656_C6DBA04FC136__INCLUDED_)
#define AFX_CPUMSG_H__B396A750_2B8C_4511_9656_C6DBA04FC136__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CpuMsg.h : header file
//
#include "TestResult.h"
#include "CpuResult.h"
/////////////////////////////////////////////////////////////////////////////
// CCpuMsg dialog
class CCpuMsg : public CDialog
{
// Construction
public:
CCpuMsg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCpuMsg)
enum { IDD = IDD_CPU };
CString m_edit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCpuMsg)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCpuMsg)
afx_msg void OnStarttest();
afx_msg void OnBattery();
afx_msg void OnCpumsg();
afx_msg void OnFinish();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CPUMSG_H__B396A750_2B8C_4511_9656_C6DBA04FC136__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -