clearquestiondlg.h

来自「Password Safe Password Safe is a passwor」· C头文件 代码 · 共 41 行

H
41
字号
// ClearQuestionDlg.h : header file//-----------------------------------------------------------------------------#include "corelib/PwsPlatform.h"#if defined(POCKET_PC)  #include "pocketpc/resource.h"  #include "pocketpc/PwsPopupDialog.h"  #define SUPERCLASS	CPwsPopupDialog#else  #include "resource.h"  #define SUPERCLASS	CDialog#endifclass CClearQuestionDlg : public SUPERCLASS{public:	typedef SUPERCLASS	super;   CClearQuestionDlg(CWnd* pParent = NULL);   // standard constructor   enum { IDD = IDD_SECURECLEAR };   bool	m_dontaskquestion;protected:   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV supportprotected:   virtual void OnCancel();   virtual void OnOK();   DECLARE_MESSAGE_MAP()};#undef SUPERCLASS//-----------------------------------------------------------------------------// Local variables:// mode: c++// End:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?