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

  /external/mdnsresponder/mDNSWindows/ControlPanel/
ServicesPage.h 92 // CPowerManagementWarning
95 class CPowerManagementWarning : public CDialog
97 DECLARE_DYNAMIC(CPowerManagementWarning)
101 CPowerManagementWarning(CWnd* pParent = NULL); // standard constructor
103 virtual ~CPowerManagementWarning();
ServicesPage.cpp 222 CPowerManagementWarning dlg( GetParent() );
229 // CPowerManagementWarning dialog
231 IMPLEMENT_DYNAMIC(CPowerManagementWarning, CDialog)
232 CPowerManagementWarning::CPowerManagementWarning(CWnd* pParent /*=NULL*/)
233 : CDialog(CPowerManagementWarning::IDD, pParent)
237 CPowerManagementWarning::~CPowerManagementWarning()
241 void CPowerManagementWarning::DoDataExchange(CDataExchange* pDX)
249 CPowerManagementWarning::OnInitDialog(
    [all...]

Completed in 57 milliseconds