?? 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 + -