home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_SECONDSTEP_H__1FB662BA_71F5_11D5_82CA_00C0DF038169__INCLUDED_)
- #define AFX_SECONDSTEP_H__1FB662BA_71F5_11D5_82CA_00C0DF038169__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SecondStep.h : header file
- //
-
- class CRegenWizardAppWiz;
-
- /////////////////////////////////////////////////////////////////////////////
- // CSecondStep dialog
-
- class CSecondStep : public CAppWizStepDlg
- {
- // Construction
- public:
- CSecondStep(CRegenWizardAppWiz *pMain, CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CSecondStep)
- enum { IDD = IDD_SECONDSTEP };
- CString m_strDestination;
- CString m_strSDKInclude;
- //}}AFX_DATA
-
- CRegenWizardAppWiz *m_pclsMain;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSecondStep)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CSecondStep)
- afx_msg void OnChangeEditDestination();
- afx_msg void OnChangeEditSdkinclude();
- afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SECONDSTEP_H__1FB662BA_71F5_11D5_82CA_00C0DF038169__INCLUDED_)
-