?? cpudemodlg.h
字號:
//////////////////////////////////////////////////////////////////////////////
//類名:CCPUDemoDlg
//功能:CPU利用率組件示例程序(客戶端)
//作者:徐景周(jingzhou_xu@163.net)
//組織:未來工作室(Future Studio)
//日期:2003.1.1
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CPUDEMODLG_H__1E013B27_3301_11D7_AA35_EA02DB2FF40A__INCLUDED_)
#define AFX_CPUDEMODLG_H__1E013B27_3301_11D7_AA35_EA02DB2FF40A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "WinXPButtonST.h" // XP風格按鈕
#include "HyperLink.h" // 加入超鏈接類
#include "PictureEx.h" // 加入GIF動態圖像顯示
#include "GradientProgressCtrl.h" // 漸變色進度條
/////////////////////////////////////////////////////////////////////////////
// CCPUDemoDlg dialog
class CCPUDemoDlg : public CDialog
{
// Construction
public:
CCPUDemoDlg(CWnd* pParent = NULL); // standard constructor
CString m_strSystemType; // 當前操作系統版本
// Dialog Data
//{{AFX_DATA(CCPUDemoDlg)
enum { IDD = IDD_CPUDEMO_DIALOG };
CStatic m_SystemType;
CGradientProgressCtrl m_Progress;
CWinXPButtonST m_OK; // XP風格按鈕
CWinXPButtonST m_Cancel; // XP風格按鈕
CWinXPButtonST m_About; // XP風格按鈕
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCPUDemoDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCPUDemoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnAbout();
virtual void OnOK();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CPUDEMODLG_H__1E013B27_3301_11D7_AA35_EA02DB2FF40A__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -