www.pudn.com > 球和立方体.rar > TreeDialog.h
#if !defined(AFX_TREEDIALOG_H__B5949CA1_FB2B_11D7_8B4A_5254AB1FD91D__INCLUDED_)
#define AFX_TREEDIALOG_H__B5949CA1_FB2B_11D7_8B4A_5254AB1FD91D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TreeDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTreeDialog dialog
class CTreeDialog : public CDialog
{
// Construction
public:
CTreeDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTreeDialog)
enum { IDD = IDD_DIALOG1 };
float m_fPositionX;
float m_fPositionZ;
float m_fPositionY;
float m_fPositionSize;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTreeDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTreeDialog)
// 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_TREEDIALOG_H__B5949CA1_FB2B_11D7_8B4A_5254AB1FD91D__INCLUDED_)