www.pudn.com > doc2pdf-0_7_1.rar > Doc2pdfMailboxDlg.h
#if !defined(AFX_DOC2PDFMAILBOXDLG_H__E64FAB44_E2B0_11D5_B354_00E0987CF656__INCLUDED_)
#define AFX_DOC2PDFMAILBOXDLG_H__E64FAB44_E2B0_11D5_B354_00E0987CF656__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Doc2pdfMailboxDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDoc2pdfMailboxDlg dialog
class CDoc2pdfMailboxDlg : public CDialog
{
// Construction
public:
CDoc2pdfMailboxDlg(CWnd* pParent = NULL); // standard constructor
void DoModal(const CString& id);
CString m_Id;
// Dialog Data
//{{AFX_DATA(CDoc2pdfMailboxDlg)
enum { IDD = IDD_DOC2PDF_MAILBOX_DIALOG };
CEdit m_SmtpServerEdit;
CEdit m_Pop3UserEdit;
CEdit m_Pop3ServerEdit;
CEdit m_Pop3PasswordEdit;
CEdit m_EmailEdit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDoc2pdfMailboxDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDoc2pdfMailboxDlg)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOC2PDFMAILBOXDLG_H__E64FAB44_E2B0_11D5_B354_00E0987CF656__INCLUDED_)