ex07bdlg.h
来自「VC++技术内幕(第四版)的实例」· C头文件 代码 · 共 30 行
H
30 行
// ex07bdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEx07bDialog dialog
class CEx07bDialog : public CFileDialog
{
// Construction
public:
CEx07bDialog(CWnd* pParent = NULL); // standard constructor
public:
CButton m_deleteButton;
BOOL m_bDeleteFlag;
// Implementation
protected:
virtual BOOL OnInitDialog();
afx_msg void OnDeleteButton();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Generated message map functions
//{{AFX_MSG(CEx07bDialog)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?