www.pudn.com > tc3d.zip > DETAIL.H


// detail.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// ChangeDetail dialog 
 
class ChangeDetail : public CDialog 
{ 
// Construction 
public: 
	ChangeDetail(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(ChangeDetail) 
	enum { IDD = IDD_DETAIL }; 
	CSliderCtrl	m_slider; 
	//}}AFX_DATA 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(ChangeDetail) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(ChangeDetail) 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
private: 
 
    char m_init; 
}; 
///////////////////////////////////////////////////////////////////////////// 
// SpeedDiag dialog 
 
class SpeedDiag : public CDialog 
{ 
// Construction 
public: 
	SpeedDiag(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(SpeedDiag) 
	enum { IDD = IDD_SPEED }; 
	CSliderCtrl	m_slider; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(SpeedDiag) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(SpeedDiag) 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
private: 
 
    char m_init; 
    short m_pos; 
 
public: 
    short Position() { return m_pos; } 
}; 
///////////////////////////////////////////////////////////////////////////// 
// CTeleportDiag dialog 
 
class CTeleportDiag : public CDialog 
{ 
// Construction 
public: 
	CTeleportDiag(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CTeleportDiag) 
	enum { IDD = IDD_TELEPORTER }; 
	int		m_LevelNum; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTeleportDiag) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CTeleportDiag) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
///////////////////////////////////////////////////////////////////////////// 
// AddWeaponNoNo dialog