www.pudn.com > 3DEarth.rar > 3DEarthDlg.h


// 3DEarthDlg.h : header file 
// 
 
#if !defined(AFX_3DEARTHDLG_H__F2100338_1A5C_4AA8_9B8E_E7448C518256__INCLUDED_) 
#define AFX_3DEARTHDLG_H__F2100338_1A5C_4AA8_9B8E_E7448C518256__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CMy3DEarthDlg dialog 
#include "3dwnd.h" 
 
class CMy3DEarthDlg : public CDialog 
{ 
// Construction 
public: 
	CMy3DEarthDlg(CWnd* pParent = NULL);	// standard constructor 
	C3dwnd m_3dwnd; 
// Dialog Data 
	//{{AFX_DATA(CMy3DEarthDlg) 
	enum { IDD = IDD_MY3DEARTH_DIALOG }; 
	CStatic	m_bk; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMy3DEarthDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CMy3DEarthDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_3DEARTHDLG_H__F2100338_1A5C_4AA8_9B8E_E7448C518256__INCLUDED_)