⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clearquestiondlg.h

📁 Password Safe Password Safe is a password database utility. Users can keep their passwords securely
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -