CSTMDLG.CPP
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // cstm$$ITERATOR$$dlg.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "$$root$$.h"
  5. #include "cstm$$ITERATOR$$dlg.h"
  6. #include "$$filebase$$aw.h"
  7. #ifdef _PSEUDO_DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CCustom$$ITERATOR$$Dlg dialog
  13. CCustom$$ITERATOR$$Dlg::CCustom$$ITERATOR$$Dlg()
  14. : CAppWizStepDlg(CCustom$$ITERATOR$$Dlg::IDD)
  15. {
  16. //{{AFX_DATA_INIT(CCustom$$ITERATOR$$Dlg)
  17. // NOTE: the ClassWizard will add member initialization here
  18. //}}AFX_DATA_INIT
  19. }
  20. void CCustom$$ITERATOR$$Dlg::DoDataExchange(CDataExchange* pDX)
  21. {
  22. CAppWizStepDlg::DoDataExchange(pDX);
  23. //{{AFX_DATA_MAP(CCustom$$ITERATOR$$Dlg)
  24. // NOTE: the ClassWizard will add DDX and DDV calls here
  25. //}}AFX_DATA_MAP
  26. }
  27. // This is called whenever the user presses Next, Back, or Finish with this step
  28. //  present.  Do all validation & data exchange from the dialog in this function.
  29. BOOL CCustom$$ITERATOR$$Dlg::OnDismiss()
  30. {
  31. if (!UpdateData(TRUE))
  32. return FALSE;
  33. // TODO: Set template variables based on the dialog's data.
  34. return TRUE;    // return FALSE if the dialog shouldn't be dismissed
  35. }
  36. BEGIN_MESSAGE_MAP(CCustom$$ITERATOR$$Dlg, CAppWizStepDlg)
  37. //{{AFX_MSG_MAP(CCustom$$ITERATOR$$Dlg)
  38. // NOTE: the ClassWizard will add message map macros here
  39. //}}AFX_MSG_MAP
  40. END_MESSAGE_MAP()
  41. /////////////////////////////////////////////////////////////////////////////
  42. // CCustom$$ITERATOR$$Dlg message handlers