www.pudn.com > final_6.rar > CuboidD.h
#if !defined(AFX_CUBOIDD_H__C195B3E0_D338_4EC6_AE8F_0C07674BCCA1__INCLUDED_)
#define AFX_CUBOIDD_H__C195B3E0_D338_4EC6_AE8F_0C07674BCCA1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CuboidD.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCuboidD dialog
class CCuboidD : public CDialog
{
// Construction
public:
CCuboidD(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCuboidD)
enum { IDD = IDD_ADD_CUBIOD };
int m_height;
int m_length;
int m_width;
int m_CenX;
int m_CenY;
int m_CenZ;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCuboidD)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCuboidD)
// 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_CUBOIDD_H__C195B3E0_D338_4EC6_AE8F_0C07674BCCA1__INCLUDED_)