📄 helpfrmdlg.h
字号:
#if !defined(AFX_HELPFRMDLG_H__10C8FFE1_0536_11D7_BC16_00022AB17CBE__INCLUDED_)
#define AFX_HELPFRMDLG_H__10C8FFE1_0536_11D7_BC16_00022AB17CBE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HelpFrmDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHelpFrmDlg dialog
class CHelpFrmDlg : public CDialog
{
// Construction
public:
void ShowRes();
BYTE Sel2Cmd(int sel);
CHelpFrmDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHelpFrmDlg)
enum { IDD = IDD_DIALOG_HELPFRAME };
UINT m_addr;
UINT m_ch;
UINT m_delay;
CString m_param;
CString m_res;
int m_cmd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHelpFrmDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CHelpFrmDlg)
afx_msg void OnSelchangeComboCmd();
afx_msg void OnChangeEditDelay();
afx_msg void OnChangeEditCh();
afx_msg void OnChangeEditAddr();
afx_msg void OnChangeEditParam();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HELPFRMDLG_H__10C8FFE1_0536_11D7_BC16_00022AB17CBE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -