www.pudn.com > FindMails.rar > Buy.h
#if !defined(AFX_BUY_H__6FA27AE0_9359_11D6_A9C2_00E04C5E431C__INCLUDED_)
#define AFX_BUY_H__6FA27AE0_9359_11D6_A9C2_00E04C5E431C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Buy.h : header file
//
#include "smtp.h"
/////////////////////////////////////////////////////////////////////////////
// CBuy dialog
class CBuy : public CDialog
{
// Construction
public:
CBuy(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBuy)
enum { IDD = IDD_BuyABOUT };
CStatic m_Product;
//}}AFX_DATA
CSMTP smtp;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBuy)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBuy)
virtual BOOL OnInitDialog();
afx_msg void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BUY_H__6FA27AE0_9359_11D6_A9C2_00E04C5E431C__INCLUDED_)