📄 hotkeydlg.h
字号:
#if !defined(AFX_HOTKEYDLG_H__8705DF19_7EA9_11D4_85D4_468CF3000000__INCLUDED_)
#define AFX_HOTKEYDLG_H__8705DF19_7EA9_11D4_85D4_468CF3000000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HotKeyDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHotKeyDlg dialog
class CHotKeyDlg : public CPropertyPage
{
DECLARE_DYNCREATE(CHotKeyDlg)
// Construction
public:
CHotKeyDlg();
~CHotKeyDlg();
// Dialog Data
//{{AFX_DATA(CHotKeyDlg)
enum { IDD = IDD_PROPPAGE_HOTKEYDLG };
CEdit m_ctlEdit;
CHotKeyCtrl m_HotKey;
BOOL m_bAlt;
BOOL m_bCtrl;
BOOL m_bShift;
int m_nType;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CHotKeyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
WORD m_wModifiers;
WORD m_wVirtual;
afx_msg void OnHotKey (WPARAM wParam, LPARAM lParam);
void GetKeyCombs (WORD &wBanned, WORD &wDefault);
// Generated message map functions
//{{AFX_MSG(CHotKeyDlg)
afx_msg void OnHotkeyGethotkey();
afx_msg void OnHotkeyAlt();
afx_msg void OnHotkeyCtrl();
afx_msg void OnHotkeyShift();
afx_msg void OnHotkeyType();
afx_msg void OnHotkeyNexttyped();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HOTKEYDLG_H__8705DF19_7EA9_11D4_85D4_468CF3000000__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -