Home
last modified time | relevance | path

Searched refs:CPowerManagementWarning (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DServicesPage.cpp222 CPowerManagementWarning dlg( GetParent() ); in OnBnClickedPowerManagement()
231 IMPLEMENT_DYNAMIC(CPowerManagementWarning, CDialog) in IMPLEMENT_DYNAMIC() argument
232 CPowerManagementWarning::CPowerManagementWarning(CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC()
233 : CDialog(CPowerManagementWarning::IDD, pParent) in IMPLEMENT_DYNAMIC()
237 CPowerManagementWarning::~CPowerManagementWarning() in ~CPowerManagementWarning()
241 void CPowerManagementWarning::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
249 CPowerManagementWarning::OnInitDialog() in OnInitDialog()
265 CPowerManagementWarning::OnOK() in OnOK()
271 BEGIN_MESSAGE_MAP(CPowerManagementWarning, CDialog)
DServicesPage.h95 class CPowerManagementWarning : public CDialog
97 DECLARE_DYNAMIC(CPowerManagementWarning)
101 CPowerManagementWarning(CWnd* pParent = NULL); // standard constructor
103 virtual ~CPowerManagementWarning();