PageMailSmtp.h
资源名称:Netmanag.zip [点击查看]
上传用户:geanq888
上传日期:2007-01-03
资源大小:316k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #if !defined(AFX_PAGEMAILSMTP_H__792E75A6_5468_11D2_8102_9EC3A8472A4A__INCLUDED_)
- #define AFX_PAGEMAILSMTP_H__792E75A6_5468_11D2_8102_9EC3A8472A4A__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // PageMailSmtp.h : header file
- //
- #include "PageMailDelCurrent.h"
- #include "ComboEx.h"
- /////////////////////////////////////////////////////////////////////////////
- // CPageMailSmtp dialog
- class CPageMailSmtp : public CPropertyPage
- {
- DECLARE_DYNCREATE(CPageMailSmtp)
- // Construction
- public:
- CPageMailSmtp();
- ~CPageMailSmtp();
- // Dialog Data
- //{{AFX_DATA(CPageMailSmtp)
- enum { IDD = IDD_PAGE_MAIL_SMTP };
- CComboBox m_Attachments;
- CStatic m_NumberOfChars;
- CEdit m_Text;
- CString m_sFrom;
- CString m_sSubject;
- CString m_sText;
- CString m_sTo;
- BOOL m_bClear;
- BOOL m_bWithDate;
- BOOL m_bWithMailer;
- BOOL m_bWithSignature;
- //}}AFX_DATA
- CToolTipCtrl m_ToolTip;
- CComboEx m_From;
- CComboEx m_Subject;
- CComboEx m_To;
- CEdit* m_pOutput;
- CString m_sSignature;
- CString m_sServer;
- CString m_sXMailer;
- CPageMailDelCurrent m_DelCurrent;
- // void UpdateArrays(CStringArray*, CComboBox*);
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CPageMailSmtp)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- virtual void Serialize(CArchive& ar);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPageMailSmtp)
- afx_msg void OnSend();
- afx_msg void OnSettings();
- afx_msg void OnChangeText();
- afx_msg void OnWithSignature();
- afx_msg void OnAttachments();
- afx_msg void OnSetfocusAttachments();
- afx_msg void OnEditupdateAttachments();
- afx_msg void OnSelchangeAttachments();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PAGEMAILSMTP_H__792E75A6_5468_11D2_8102_9EC3A8472A4A__INCLUDED_)