HomeSort by relevance Sort by last modified time
    Searched refs:CPropertyPage (Results 1 - 12 of 12) sorted by null

  /external/lzma/CPP/Windows/Control/
PropertyPage.h 15 class CPropertyPage: public CDialog
18 CPropertyPage(HWND window = NULL): CDialog(window){};
39 CPropertyPage *Page;
PropertyPage.cpp 33 bool CPropertyPage::OnNotify(UINT /* controlID */, LPNMHDR lParam)
  /external/mdnsresponder/mDNSWindows/ControlPanel/
FourthPage.cpp 29 IMPLEMENT_DYNCREATE(CFourthPage, CPropertyPage)
38 CPropertyPage(CFourthPage::IDD)
60 CPropertyPage::DoDataExchange(pDX);
66 BEGIN_MESSAGE_MAP(CFourthPage, CPropertyPage)
83 CPropertyPage::SetModified( bChanged );
99 BOOL b = CPropertyPage::OnSetActive();
FourthPage.h 37 class CFourthPage : public CPropertyPage
ServicesPage.cpp 29 IMPLEMENT_DYNCREATE(CServicesPage, CPropertyPage)
38 CPropertyPage(CServicesPage::IDD)
60 CPropertyPage::DoDataExchange(pDX);
67 BEGIN_MESSAGE_MAP(CServicesPage, CPropertyPage)
85 CPropertyPage::SetModified( bChanged );
101 BOOL b = CPropertyPage::OnSetActive();
RegistrationPage.h 30 class CRegistrationPage : public CPropertyPage
BrowsingPage.h 37 class CBrowsingPage : public CPropertyPage
ServicesPage.h 37 class CServicesPage : public CPropertyPage
RegistrationPage.cpp 32 IMPLEMENT_DYNCREATE(CRegistrationPage, CPropertyPage)
40 CPropertyPage(CRegistrationPage::IDD),
94 CPropertyPage::DoDataExchange(pDX);
103 BEGIN_MESSAGE_MAP(CRegistrationPage, CPropertyPage)
173 CPropertyPage::SetModified( bChanged );
188 BOOL b = CPropertyPage::OnSetActive();
BrowsingPage.cpp 28 IMPLEMENT_DYNCREATE(CBrowsingPage, CPropertyPage)
37 CPropertyPage(CBrowsingPage::IDD)
61 CPropertyPage::DoDataExchange(pDX);
68 BEGIN_MESSAGE_MAP(CBrowsingPage, CPropertyPage)
85 CPropertyPage::SetModified( bChanged );
108 BOOL b = CPropertyPage::OnSetActive();
SecondPage.cpp 28 IMPLEMENT_DYNCREATE(CSecondPage, CPropertyPage)
37 CPropertyPage(CSecondPage::IDD),
71 CPropertyPage::DoDataExchange(pDX);
79 BEGIN_MESSAGE_MAP(CSecondPage, CPropertyPage)
100 CPropertyPage::SetModified( bChanged );
113 BOOL b = CPropertyPage::OnSetActive();
SecondPage.h 31 class CSecondPage : public CPropertyPage

Completed in 565 milliseconds