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