www.pudn.com > JingXiang-Design-Jeff.rar > ForStep.h


#if !defined(AFX_FORSTEP_H__D39608E0_4645_11D4_A611_95C7A92B1B08__INCLUDED_) 
#define AFX_FORSTEP_H__D39608E0_4645_11D4_A611_95C7A92B1B08__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ForStep.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// ForStep dialog 
 
class ForStep : public CDialog 
{ 
// Construction 
public: 
	CString StepTxt[6]; 
	ForStep(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(ForStep) 
	enum { IDD = IDD_FOR_STEP }; 
	CString	m_Step_Text; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(ForStep) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	virtual void PostNcDestroy(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(ForStep) 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FORSTEP_H__D39608E0_4645_11D4_A611_95C7A92B1B08__INCLUDED_)