⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 d_service.h

📁 email client and support pop3、smtp、imap protocol.
💻 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()
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -