appoptionsdlg.h
来自「可以用于.net2005或.net2003中的vc调试」· C头文件 代码 · 共 46 行
H
46 行
/*----------------------------------------------------------------------
"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 + =
减小字号Ctrl + -
显示快捷键?