Step1.h
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:1k
- #if !defined(AFX_STEP1_H__A99E64C3_74DE_11D6_8F32_00E04CE76240__INCLUDED_)
- #define AFX_STEP1_H__A99E64C3_74DE_11D6_8F32_00E04CE76240__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Step1.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CStep1 dialog
- class CStep1 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CStep1)
- // Construction
- public:
- CStep1();
- ~CStep1();
- // Dialog Data
- //{{AFX_DATA(CStep1)
- enum { IDD = IDD_STEP1 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CStep1)
- public:
- virtual BOOL OnSetActive();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CStep1)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STEP1_H__A99E64C3_74DE_11D6_8F32_00E04CE76240__INCLUDED_)