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

Windows编程

开发平台:

Visual C++

  1. // hierwaw.h : header file
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1995 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp and/or WinHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. class CDialogChooser;
  13. // All function calls made by mfcapwz.dll to this custom AppWizard (except for
  14. //  GetCustomAppWizClass-- see hierwiz.cpp) are through this class.  You may
  15. //  choose to override more of the CCustomAppWiz virtual functions here to
  16. //  further specialize the behavior of this custom AppWizard.
  17. class CHierwizAppWiz : public CCustomAppWiz
  18. {
  19. public:
  20. virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
  21. virtual CAppWizStepDlg* Back(CAppWizStepDlg* pDlg);
  22. virtual void InitCustomAppWiz();
  23. virtual void ExitCustomAppWiz();
  24. protected:
  25. CDialogChooser * m_pChooser ;
  26. };
  27. // This declares the one instance of the CHierwizAppWiz class.  You can access
  28. //  m_Dictionary and any other public members of this class through the
  29. //  global Hierwizaw.  (Its definition is in hierwaw.cpp.)
  30. extern CHierwizAppWiz hierwizaw;