Searched refs:ChooserDialog (Results 1 – 3 of 3) sorted by relevance
285 BEGIN_MESSAGE_MAP(ChooserDialog, CDialog) in BEGIN_MESSAGE_MAP() argument315 ChooserDialog::ChooserDialog( CWnd *inParent ) in BEGIN_MESSAGE_MAP()316 : CDialog( ChooserDialog::IDD, inParent) in BEGIN_MESSAGE_MAP()335 ChooserDialog::~ChooserDialog( void ) in ~ChooserDialog()350 void ChooserDialog::DoDataExchange( CDataExchange *pDX ) in DoDataExchange()365 BOOL ChooserDialog::OnInitDialog( void ) in OnInitDialog()433 void ChooserDialog::OnFileClose() in OnFileClose()442 void ChooserDialog::OnActivate( UINT nState, CWnd* pWndOther, BOOL bMinimized ) in OnActivate()456 void ChooserDialog::PostNcDestroy() in PostNcDestroy()467 BOOL ChooserDialog::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()[all …]
60 class ChooserDialog : public CDialog64 ChooserDialog(CWnd* pParent = NULL);65 virtual ~ChooserDialog( void );
90 ChooserDialog * dialog; in InitInstance()93 dialog = new ChooserDialog; in InitInstance()