Searched refs:CLeashAboutBox (Results 1 – 3 of 3) sorted by relevance
34 CLeashAboutBox::CLeashAboutBox(CWnd* pParent /*=NULL*/) in CLeashAboutBox() function in CLeashAboutBox35 : 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 …]
29 class CLeashAboutBox : public CDialog39 CLeashAboutBox(CWnd* pParent = NULL); // standard constructor
1814 CLeashAboutBox leashAboutBox; in OnAppAbout()