www.pudn.com > MailSoftware.rar > D_Service.h


// D_Service.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// D_Service dialog 
 
class D_Service : public CDialog 
{ 
// Construction 
public: 
	D_Service(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(D_Service) 
	enum { IDD = IDD_SERVICE }; 
	CButton	m_iswebmail; 
	CComboBox	mc_error; 
	CButton	m_iserror; 
	CButton	m_ifmatch; 
	CComboBox	mc_copy; 
	CComboBox	mc_unknown; 
	CButton	m_allsend; 
	CButton	m_userfwd; 
	CListBox	m_aka; 
	CButton	m_ismail; 
	CButton	mc_istelnet; 
	CButton	m_rquit; 
	CButton	m_logall; 
	CButton	m_busy; 
	CButton	m_log2; 
	CButton	m_log1; 
	CButton	mc_isdaytime; 
	CString	m_daytimeport; 
	CString	m_telnetport; 
	CString	m_rehash; 
	CString	m_smtpport; 
	CString	m_pop3port; 
	CString	m_ip; 
	CString	m_dns; 
	CString	m_fwddir; 
	CString	m_all; 
	int		m_relaycfg; 
	CString	m_maxtries; 
	CString	m_nexttry; 
	CString	m_helo; 
	CString	m_sname; 
	CString	m_error; 
	CString	m_webmailport; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(D_Service) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(D_Service) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnOk(); 
	afx_msg void OnAdd2(); 
	afx_msg void OnDelete2(); 
	afx_msg void OnSelchangeAka(); 
	afx_msg void OnDblclkAka(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};