www.pudn.com > MiniFox.rar > Choice.h


#if !defined(AFX_CHOICE_H__5E8A2ABA_62C1_4691_B8EF_3E844BDD7A41__INCLUDED_) 
#define AFX_CHOICE_H__5E8A2ABA_62C1_4691_B8EF_3E844BDD7A41__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Choice.h : header file 
// 
 
#include "Wizard.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CReceipt dialog 
 
class CReceipt : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CReceipt) 
 
// Construction 
public: 
	CReceipt(); 
	~CReceipt(); 
 
// Dialog Data 
	//{{AFX_DATA(CReceipt) 
	enum { IDD = IDD_RECEIPT }; 
		// NOTE - ClassWizard will add data members here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CReceipt) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CReceipt) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
// CSystemProperty 
 
class CSystemProperty : public CPropertySheet 
{ 
	DECLARE_DYNAMIC(CSystemProperty) 
 
// Construction 
public: 
	CSystemProperty(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
	CSystemProperty(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
 
// Attributes 
public: 
	CReceipt m_receipt; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSystemProperty) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CSystemProperty(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CSystemProperty) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
///////////////////////////////////////////////////////////////////////////// 
// CAccountInfo dialog 
 
class CAccountInfo : public CWizard 
{ 
// Construction 
public: 
	CAccountInfo(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CAccountInfo) 
	enum { IDD = IDD_ACCOUNT_PROPERTY }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAccountInfo) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	void SetWizButton( int nFlag ); 
	void ShowPage(int nPos ); 
 
	// Generated message map functions 
	//{{AFX_MSG(CAccountInfo) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnDestroy(); 
	afx_msg void OnOK(); 
	afx_msg void OnCancel(); 
	afx_msg void OnClickedCancel(); 
	afx_msg void OnClickedOK(); 
	afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	CImageList m_pImage; 
//	CImageList m_pImage2; 
	CBitmap    m_pBitmap1; 
	CBitmap    m_pBitmap2; 
	CBitmap    m_pBitmap3; 
	CBitmap    m_pBitmap4; 
}; 
///////////////////////////////////////////////////////////////////////////// 
// CPersonInfo dialog 
 
class CPersonInfo : public CDialog 
{ 
// Construction 
public: 
	CPersonInfo(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CPersonInfo) 
	enum { IDD = IDD_PERSON_INFO }; 
	CString	m_strName; 
	CString	m_strAddress; 
	CString	m_MailAdd; 
	CString	m_MailSendAdd; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPersonInfo) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CPersonInfo) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
///////////////////////////////////////////////////////////////////////////// 
// CMailServer dialog 
 
class CMailServer : public CDialog 
{ 
// Construction 
public: 
	CMailServer(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMailServer) 
	enum { IDD = IDD_MAIL_SERVER }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMailServer) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CMailServer) 
	afx_msg void OnAdvanceSet(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
///////////////////////////////////////////////////////////////////////////// 
// CSendMail dialog 
 
class CSendMail : public CDialog 
{ 
// Construction 
public: 
	CSendMail(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSendMail) 
	enum { IDD = IDD_SEND_MAIL }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSendMail) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CSendMail) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
///////////////////////////////////////////////////////////////////////////// 
// CReceiveMail dialog 
 
class CReceiveMail : public CDialog 
{ 
// Construction 
public: 
	CReceiveMail(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CReceiveMail) 
	enum { IDD = IDD_RECEIVE_MAIL }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CReceiveMail) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CReceiveMail) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
///////////////////////////////////////////////////////////////////////////// 
// CAdvance dialog 
 
class CAdvance : public CDialog 
{ 
// Construction 
public: 
	CAdvance(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CAdvance) 
	enum { IDD = IDD_ADVANCE }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAdvance) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CAdvance) 
	afx_msg void OnClickedOk(); 
	afx_msg void OnClickedCancel(); 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CHOICE_H__5E8A2ABA_62C1_4691_B8EF_3E844BDD7A41__INCLUDED_)