Lines Matching refs:m_pCancel
155 ,m_pCancel(NULL) in OWizardMachine()
168 ,m_pCancel(NULL) in OWizardMachine()
238 m_pCancel = new CancelButton(this, WB_TABSTOP); in implConstruct()
239 m_pCancel->SetSizePixel( LogicToPixel( Size( 50, 14 ), MAP_APPFONT ) ); in implConstruct()
240 m_pCancel->Show(); in implConstruct()
242 AddButton( m_pCancel, WIZARDDIALOG_BUTTON_STDOFFSET_X ); in implConstruct()
250 delete m_pCancel; in ~OWizardMachine()
351 if (m_pCancel && (_nWizardButtonFlags & WZB_CANCEL)) in defaultButton()
352 pNewDefButton = m_pCancel; in defaultButton()
413 if (m_pCancel && (_nWizardButtonFlags & WZB_CANCEL)) in enableButtons()
414 m_pCancel->Enable(_bEnable); in enableButtons()