funsetdlg.h
来自「电信机房MDF、电源柜监控源码,主要用在通信机房配线设备监控、电源柜监控」· C头文件 代码 · 共 65 行
H
65 行
#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=44B6F88601D4
class CFunSetDlg : public CDialog
{
// Construction
public:
//##ModelId=44B6F88601E5
BOOL m_bMsg ;
//##ModelId=44B6F88601E6
BOOL m_bWeb ;
//##ModelId=44B6F88601E7
BOOL m_bVoice ;
//##ModelId=44B6F88601F4
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=44B6F88601F6
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
//##ModelId=44B6F88601F9
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFunSetDlg)
//##ModelId=44B6F8860204
afx_msg void OnMsg();
//##ModelId=44B6F8860206
afx_msg void OnVoice();
//##ModelId=44B6F8860208
afx_msg void OnWeb();
//##ModelId=44B6F8860214
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 + =
减小字号Ctrl + -
显示快捷键?