Home
last modified time | relevance | path

Searched refs:CPropertyPage (Results 1 – 12 of 12) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DFourthPage.cpp29 IMPLEMENT_DYNCREATE(CFourthPage, CPropertyPage) in IMPLEMENT_DYNCREATE() argument
38 CPropertyPage(CFourthPage::IDD) in IMPLEMENT_DYNCREATE()
60 CPropertyPage::DoDataExchange(pDX); in DoDataExchange()
66 BEGIN_MESSAGE_MAP(CFourthPage, CPropertyPage) in BEGIN_MESSAGE_MAP() argument
83 CPropertyPage::SetModified( bChanged ); in BEGIN_MESSAGE_MAP()
99 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DServicesPage.cpp29 IMPLEMENT_DYNCREATE(CServicesPage, CPropertyPage) in IMPLEMENT_DYNCREATE() argument
38 CPropertyPage(CServicesPage::IDD) in IMPLEMENT_DYNCREATE()
60 CPropertyPage::DoDataExchange(pDX); in DoDataExchange()
67 BEGIN_MESSAGE_MAP(CServicesPage, CPropertyPage) in BEGIN_MESSAGE_MAP() argument
85 CPropertyPage::SetModified( bChanged ); in BEGIN_MESSAGE_MAP()
101 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DRegistrationPage.cpp32 IMPLEMENT_DYNCREATE(CRegistrationPage, CPropertyPage) in IMPLEMENT_DYNCREATE() argument
40 CPropertyPage(CRegistrationPage::IDD), in IMPLEMENT_DYNCREATE()
94 CPropertyPage::DoDataExchange(pDX); in DoDataExchange()
103 BEGIN_MESSAGE_MAP(CRegistrationPage, CPropertyPage) in BEGIN_MESSAGE_MAP() argument
173 CPropertyPage::SetModified( bChanged ); in SetModified()
188 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DBrowsingPage.cpp28 IMPLEMENT_DYNCREATE(CBrowsingPage, CPropertyPage) in IMPLEMENT_DYNCREATE() argument
37 CPropertyPage(CBrowsingPage::IDD) in IMPLEMENT_DYNCREATE()
61 CPropertyPage::DoDataExchange(pDX); in DoDataExchange()
68 BEGIN_MESSAGE_MAP(CBrowsingPage, CPropertyPage) in BEGIN_MESSAGE_MAP() argument
85 CPropertyPage::SetModified( bChanged ); in BEGIN_MESSAGE_MAP()
108 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DSecondPage.cpp28 IMPLEMENT_DYNCREATE(CSecondPage, CPropertyPage) in IMPLEMENT_DYNCREATE() argument
37 CPropertyPage(CSecondPage::IDD), in IMPLEMENT_DYNCREATE()
71 CPropertyPage::DoDataExchange(pDX); in DoDataExchange()
79 BEGIN_MESSAGE_MAP(CSecondPage, CPropertyPage) in BEGIN_MESSAGE_MAP() argument
100 CPropertyPage::SetModified( bChanged ); in BEGIN_MESSAGE_MAP()
113 BOOL b = CPropertyPage::OnSetActive(); in OnSetActive()
DFourthPage.h37 class CFourthPage : public CPropertyPage
DRegistrationPage.h30 class CRegistrationPage : public CPropertyPage
DServicesPage.h37 class CServicesPage : public CPropertyPage
DBrowsingPage.h37 class CBrowsingPage : public CPropertyPage
DSecondPage.h31 class CSecondPage : public CPropertyPage
/external/lzma/CPP/Windows/Control/
DPropertyPage.h17 class CPropertyPage: public CDialog
20 CPropertyPage(HWND window = NULL): CDialog(window){}; in CDialog()
41 CPropertyPage *Page;
DPropertyPage.cpp33 bool CPropertyPage::OnNotify(UINT /* controlID */, LPNMHDR lParam) in OnNotify()