📄 clearquestiondlg.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 + -