📄 funsetdlg.h
字号:
#if !defined(AFX_FUNSETDLG_H__487BE157_2BA5_4684_9E46_EAE9C8809C6F__INCLUDED_)
#define AFX_FUNSETDLG_H__487BE157_2BA5_4684_9E46_EAE9C8809C6F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FunSetDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFunSetDlg dialog
//##ModelId=465286A4000F
class CFunSetDlg : public CDialog
{
// Construction
public:
//##ModelId=465286A4002E
BOOL m_bMsg ;
//##ModelId=465286A4004E
BOOL m_bWeb ;
//##ModelId=465286A4005D
BOOL m_bVoice ;
//##ModelId=465286A4005E
CFunSetDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFunSetDlg)
enum { IDD = IDD_FUNCDLG };
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFunSetDlg)
public:
//##ModelId=465286A40060
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
//##ModelId=465286A4006E
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFunSetDlg)
//##ModelId=465286A40071
afx_msg void OnMsg();
//##ModelId=465286A4007D
afx_msg void OnVoice();
//##ModelId=465286A4007F
afx_msg void OnWeb();
//##ModelId=465286A40081
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_FUNSETDLG_H__487BE157_2BA5_4684_9E46_EAE9C8809C6F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -