Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/ControlPanel/
DConfigPropertySheet.cpp31 IMPLEMENT_DYNCREATE(CConfigPropertySheet, CPropertySheet) in IMPLEMENT_DYNCREATE() argument
40 CPropertySheet(), in IMPLEMENT_DYNCREATE()
63 BEGIN_MESSAGE_MAP(CConfigPropertySheet, CPropertySheet) in BEGIN_MESSAGE_MAP() argument
79 BOOL b = CPropertySheet::OnInitDialog(); in BEGIN_MESSAGE_MAP()
104 return CPropertySheet::OnCommand(wParam, lParam); in OnCommand()
DControlPanel.cpp84 uiClass->IsDerivedFrom( RUNTIME_CLASS( CPropertySheet ) ) ); in CCPApplet()
135 if ( pWnd->IsKindOf( RUNTIME_CLASS( CPropertySheet ) ) ) in OnRun()
137 CPropertySheet * pSheet = (CPropertySheet*) pWnd; in OnRun()
DConfigPropertySheet.h35 class CConfigPropertySheet : public CPropertySheet