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