📄 remotekey.h
字号:
#if !defined(AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_)
#define AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RemoteKey.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRemoteKey dialog
class CRemoteKey : public CDialog
{
// Construction
public:
CRemoteKey(CWnd* pParent = NULL); // standard constructor
LONG m_lServerID;
// Dialog Data
//{{AFX_DATA(CRemoteKey)
enum { IDD = IDD_DLGREMOTEKEY };
int m_PanSel;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRemoteKey)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRemoteKey)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnExit();
afx_msg void OnBut0();
afx_msg void OnBut1();
afx_msg void OnBut2();
afx_msg void OnBut3();
afx_msg void OnBut4();
afx_msg void OnBut8();
afx_msg void OnBut9();
afx_msg void OnButa();
afx_msg void OnButedit();
afx_msg void OnButesc();
afx_msg void OnButmenu();
afx_msg void OnButmulti();
afx_msg void OnButpan();
afx_msg void OnButplay();
afx_msg void OnButrec();
afx_msg void OnButok();
afx_msg void OnButup();
afx_msg void OnButdown();
afx_msg void OnButleft();
afx_msg void OnButright();
afx_msg void OnButstart();
afx_msg void OnButstop();
afx_msg void OnBut5();
afx_msg void OnBut6();
afx_msg void OnBut7();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -