Home
last modified time | relevance | path

Searched refs:CLeashMessageBox (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashMessageBox.cpp27 DWORD CLeashMessageBox ::m_dwTime;
32 CLeashMessageBox::CLeashMessageBox(CWnd* pParent, const CString msgText, DWORD dwTime) in CLeashMessageBox() function in CLeashMessageBox
33 : CDialog(CLeashMessageBox::IDD, pParent) in CLeashMessageBox()
42 CLeashMessageBox::~CLeashMessageBox() in ~CLeashMessageBox()
46 void CLeashMessageBox::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
55 BEGIN_MESSAGE_MAP(CLeashMessageBox, CDialog) in BEGIN_MESSAGE_MAP() argument
64 void CALLBACK CLeashMessageBox::MessageBoxTimer(HWND hwnd, UINT uiMsg, UINT_PTR idEvent, DWORD dwTi… in BEGIN_MESSAGE_MAP()
70 void CLeashMessageBox::OnOK() in OnOK()
76 BOOL CLeashMessageBox::OnInitDialog() in OnInitDialog()
H A DLeashMessageBox.h30 class CLeashMessageBox : public CDialog
38CLeashMessageBox(CWnd* pParent = NULL, const CString msgText = "Place your message here…
40 ~CLeashMessageBox();
H A DLeashView.cpp1953 CLeashMessageBox leashMessageBox(CMainFrame::m_isMinimum ? GetDesktopWindow() : NULL, in OnWarningPopup()