📄 appoptionsdlg.h
字号:
/*----------------------------------------------------------------------
"Debugging Applications" (Microsoft Press)
Copyright (c) 1997-2000 John Robbins -- All rights reserved.
With excellent updates from Scott Bloom, Ching Ming Kwok,
Jeff Shanholtz, and Pablo Presedo!
----------------------------------------------------------------------*/
#ifndef _APPOPTIONSDLG_H
#define _APPOPTIONSDLG_H
#include "resource.h"
class CAppOptionsDlg : public CDialog
{
public :
CAppOptionsDlg ( ) ;
// Dialog Data
enum { IDD = IDD_APPOPTIONS } ;
protected :
virtual void DoDataExchange ( CDataExchange * pDX ) ;
// Implementation
protected :
DECLARE_MESSAGE_MAP ( )
public :
// The boolean options.
BOOL m_bShowFullPaths ;
BOOL m_bConfirmDeletions ;
BOOL m_bOneLine ;
BOOL m_bShowDisplacements ;
} ;
#endif // _APPOPTIONSDLG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -