helpfrmdlg.h
来自「操作系统是Windows 98」· C头文件 代码 · 共 59 行
H
59 行
#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 + =
减小字号Ctrl + -
显示快捷键?