shiconwzaw.h

来自「讲mfc的书」· C头文件 代码 · 共 25 行

H
25
字号
// shiconwzaw.h : header file
//

class CDialogChooser;

#include "Step1Dlg.h"
// All function calls made by mfcapwz.dll to this custom AppWizard (except for
//  GetCustomAppWizClass-- see shiconwz.cpp) are through this class.  You may
//  choose to override more of the CCustomAppWiz virtual functions here to
//  further specialize the behavior of this custom AppWizard.
class CShiconwzAppWiz : public CCustomAppWiz
{
public:
	CStep1Dlg step_1;
	virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
		
	virtual void InitCustomAppWiz();
	virtual void ExitCustomAppWiz();
};

// This declares the one instance of the CShiconwzAppWiz class.  You can access
//  m_Dictionary and any other public members of this class through the
//  global Shiconwzaw.  (Its definition is in shiconwzaw.cpp.)
extern CShiconwzAppWiz Shiconwzaw;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?