MsDevWizardAw.h
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_MSDEVWIZARDAW_H__22F027AC_345E_11D2_A1BE_444553540000__INCLUDED_)
  2. #define AFX_MSDEVWIZARDAW_H__22F027AC_345E_11D2_A1BE_444553540000__INCLUDED_
  3. // MsDevWizardaw.h : header file
  4. //
  5. class CDialogChooser;
  6. // All function calls made by mfcapwz.dll to this custom AppWizard (except for
  7. //  GetCustomAppWizClass-- see MsDevWizard.cpp) are through this class.  You may
  8. //  choose to override more of the CCustomAppWiz virtual functions here to
  9. //  further specialize the behavior of this custom AppWizard.
  10. class CMsDevWizardAppWiz : public CCustomAppWiz
  11. {
  12. public:
  13. BOOL m_has_http;
  14. BOOL m_is_service;
  15. BOOL m_has_gui;
  16. BOOL m_use_dlls;
  17. CString m_pwlib_dir;
  18. virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
  19. virtual CAppWizStepDlg* Back(CAppWizStepDlg* pDlg);
  20. virtual void InitCustomAppWiz();
  21. virtual void ExitCustomAppWiz();
  22. virtual void CustomizeProject(IBuildProject* pProject);
  23. protected:
  24. CDialogChooser* m_pChooser;
  25. };
  26. // This declares the one instance of the CMsDevWizardAppWiz class.  You can access
  27. //  m_Dictionary and any other public members of this class through the
  28. //  global MsDevWizardaw.  (Its definition is in MsDevWizardaw.cpp.)
  29. extern CMsDevWizardAppWiz MsDevWizardaw;
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  32. #endif // !defined(AFX_MSDEVWIZARDAW_H__22F027AC_345E_11D2_A1BE_444553540000__INCLUDED_)