Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashAboutBox.cpp34 CLeashAboutBox::CLeashAboutBox(CWnd* pParent /*=NULL*/) in CLeashAboutBox() function in CLeashAboutBox
35 : CDialog(CLeashAboutBox::IDD, pParent) in CLeashAboutBox()
46 void CLeashAboutBox::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
58 BEGIN_MESSAGE_MAP(CLeashAboutBox, CDialog)
74 void CLeashAboutBox::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) in OnHScroll()
79 BOOL CLeashAboutBox::GetModules95(DWORD processID, BOOL allModules) in GetModules95()
111 void CLeashAboutBox::GetModulesNT(DWORD processID, BOOL allModules) in GetModulesNT()
150 void CLeashAboutBox::HighlightFirstItem() in HighlightFirstItem()
168 CLeashAboutBox::SetVersionInfo( in SetVersionInfo()
243 BOOL CLeashAboutBox::OnInitDialog() in OnInitDialog()
[all …]
H A DLeashAboutBox.h29 class CLeashAboutBox : public CDialog
39 CLeashAboutBox(CWnd* pParent = NULL); // standard constructor
H A DLeashView.cpp1814 CLeashAboutBox leashAboutBox; in OnAppAbout()