www.pudn.com > lesson6.rar > TEA.h
#if !defined(AFX_TEA_H__7905CE31_CF3D_4DBA_965B_06455A9B346E__INCLUDED_)
#define AFX_TEA_H__7905CE31_CF3D_4DBA_965B_06455A9B346E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TEA.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// TEA dialog
class TEA : public CDialog
{
// Construction
public:
TEA(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(TEA)
enum { IDD = IDD_TEAPOT };
float m_teasize;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(TEA)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(TEA)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// TEA1 dialog
class TEA1 : public CDialog
{
// Construction
public:
TEA1(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(TEA1)
enum { IDD = _UNKNOWN_RESOURCE_ID_ };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(TEA1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(TEA1)
// 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_TEA_H__7905CE31_CF3D_4DBA_965B_06455A9B346E__INCLUDED_)