www.pudn.com > final_6.rar > ConeDialog.h
#if !defined(AFX_CONEDIALOG_H__AF972D49_A5D7_4F2F_B49E_2AAAA43F8800__INCLUDED_)
#define AFX_CONEDIALOG_H__AF972D49_A5D7_4F2F_B49E_2AAAA43F8800__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConeDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CConeDialog dialog
class CConeDialog : public CDialog
{
// Construction
public:
CConeDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CConeDialog)
enum { IDD = IDD_ADD_CONE };
double m_conHeight;
double m_conRadius;
double m_conX;
double m_conY;
double m_conZ;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConeDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CConeDialog)
// 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_CONEDIALOG_H__AF972D49_A5D7_4F2F_B49E_2AAAA43F8800__INCLUDED_)