www.pudn.com > StuMis.rar > JWinputDlg.h


#if !defined(AFX_JWINPUTDLG_H__0E3A2CCC_F610_4CCC_99C6_226B8F21463B__INCLUDED_) 
#define AFX_JWINPUTDLG_H__0E3A2CCC_F610_4CCC_99C6_226B8F21463B__INCLUDED_ 
 
#include "JWXJchange.h" 
#include "JWmoney.h" 
#include "JWpunish.h" 
 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// JWinputDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CJWinputDlg dialog 
 
class CJWinputDlg : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CJWinputDlg) 
 
// Construction 
public: 
	CPropertySheet m_Sheet; 
	CJWXJchange m_xujichangedlg; 
	CJWmoney m_moneydlg; 
	CJWpunish m_punishdlg; 
	CJWinputDlg(); 
	~CJWinputDlg(); 
 
// Dialog Data 
	//{{AFX_DATA(CJWinputDlg) 
	enum { IDD = IDD_JWINPUT }; 
	CString	m_inputid; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CJWinputDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CJWinputDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg void OnInid(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_JWINPUTDLG_H__0E3A2CCC_F610_4CCC_99C6_226B8F21463B__INCLUDED_)