Home
last modified time | relevance | path

Searched refs:CDialog (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashDebugWindow.cpp33 : CDialog(CLeashDebugWindow::IDD, pParent) in CLeashDebugWindow()
48 CDialog::DoDataExchange(pDX); in DoDataExchange()
56 BEGIN_MESSAGE_MAP(CLeashDebugWindow, CDialog) in BEGIN_MESSAGE_MAP() argument
72 return CDialog::Create(CLeashDebugWindow::IDD); in BEGIN_MESSAGE_MAP()
89 CDialog::OnCancel(); // modal case in OnCancel()
103 CDialog::OnOK(); // modal case in OnOK()
109 CDialog::OnInitDialog(); in OnInitDialog()
131 CDialog::OnShowWindow(bShow, nStatus); in OnShowWindow()
186 return CDialog::PreTranslateMessage(pMsg); in PreTranslateMessage()
H A DLeashMessageBox.cpp33 : CDialog(CLeashMessageBox::IDD, pParent) in CLeashMessageBox()
48 CDialog::DoDataExchange(pDX); in DoDataExchange()
55 BEGIN_MESSAGE_MAP(CLeashMessageBox, CDialog) in BEGIN_MESSAGE_MAP() argument
78 CDialog::OnInitDialog(); in OnInitDialog()
H A DLeashAboutBox.cpp35 : CDialog(CLeashAboutBox::IDD, pParent) in CLeashAboutBox()
48 CDialog::DoDataExchange(pDX); in DoDataExchange()
58 BEGIN_MESSAGE_MAP(CLeashAboutBox, CDialog)
76 CDialog::OnHScroll(nSBCode, nPos, pScrollBar); in OnHScroll()
245 CDialog::OnInitDialog(); in OnInitDialog()
376 return CDialog::PreTranslateMessage(pMsg); in PreTranslateMessage()
H A DLeashMessageBox.h30 class CLeashMessageBox : public CDialog
H A DLeashDebugWindow.h30 class CLeashDebugWindow : public CDialog
H A DLeashAboutBox.h29 class CLeashAboutBox : public CDialog
H A DMainFrm.h34 CDialog m_MainFrameOwner;