?? drv_wizardaw.h
字號:
#if !defined(AFX_DRV_WIZARDAW_H__0B18DA7F_1E80_11D5_BA25_00A00C131419__INCLUDED_)
#define AFX_DRV_WIZARDAW_H__0B18DA7F_1E80_11D5_BA25_00A00C131419__INCLUDED_
// Drv_Wizardaw.h : header file
//
class CDialogChooser;
// All function calls made by mfcapwz.dll to this custom AppWizard (except for
// GetCustomAppWizClass-- see Drv_Wizard.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 CDrv_WizardAppWiz : public CCustomAppWiz
{
public:
virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
virtual void InitCustomAppWiz();
virtual void ExitCustomAppWiz();
virtual void CustomizeProject(IBuildProject* pProject);
};
// This declares the one instance of the CDrv_WizardAppWiz class. You can access
// m_Dictionary and any other public members of this class through the
// global Drv_Wizardaw. (Its definition is in Drv_Wizardaw.cpp.)
extern CDrv_WizardAppWiz Drv_Wizardaw;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DRV_WIZARDAW_H__0B18DA7F_1E80_11D5_BA25_00A00C131419__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -