www.pudn.com > SurfWareNew06.3.5(LYW).rar > CreateModel.h


#if !defined(AFX_CREATEMODEL_H__65AC148D_7E44_4B72_884C_F209056619BB__INCLUDED_) 
#define AFX_CREATEMODEL_H__65AC148D_7E44_4B72_884C_F209056619BB__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CreateModel.h : header file 
// 
//#include "SurfWareDoc.h" 
#include "LeftPannelDlgBase.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CCreateModel dialog 
 
class CCreateModel : public CDialog,public CLeftPannelDlgBase 
{ 
// Construction 
public: 
	CCreateModel(CWnd* pParent = NULL);   // standard constructor 
	CButtonST	m_BoxBtn; 
	CButtonST	m_SphereBtn; 
	CButtonST	m_ConeBtn; 
	CButtonST	m_TeapotBtn; 
 
// Dialog Data 
	//{{AFX_DATA(CCreateModel) 
	enum { IDD = IDD_CREATE_MODEL }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
//	CSurfWareDoc*	m_pDoc; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCreateModel) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CCreateModel) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnCreateTeapot(); 
	afx_msg void OnCreateBox(); 
	afx_msg void OnCreateSphere(); 
	afx_msg void OnCreateCone(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CREATEMODEL_H__65AC148D_7E44_4B72_884C_F209056619BB__INCLUDED_)