www.pudn.com > final_6.rar > ViewPointDlg.h


#if !defined(AFX_VIEWPOINTDLG_H__1CD9DD75_FBD4_470D_A33A_2E4F603EBFAE__INCLUDED_) 
#define AFX_VIEWPOINTDLG_H__1CD9DD75_FBD4_470D_A33A_2E4F603EBFAE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ViewPointDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CViewPointDlg dialog 
 
class CViewPointDlg : public CDialog 
{ 
// Construction 
public: 
	CViewPointDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CViewPointDlg) 
	enum { IDD = IDD_VIEWPIONT }; 
	double	m_fViewPointX; 
	double	m_fViewPointY; 
	double	m_fViewPointZ; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CViewPointDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CViewPointDlg) 
		// 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_VIEWPOINTDLG_H__1CD9DD75_FBD4_470D_A33A_2E4F603EBFAE__INCLUDED_)