www.pudn.com > doc2pdf-0_7_1.rar > Doc2pdfSetupDlg.h
#if !defined(AFX_DOC2PDFSETUPDLG_H__1D1244E0_DF72_11D5_B354_C0E251C10000__INCLUDED_)
#define AFX_DOC2PDFSETUPDLG_H__1D1244E0_DF72_11D5_B354_C0E251C10000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Doc2pdfSetupDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDoc2pdfSetupDlg dialog
class CDoc2pdfSetupDlg : public CDialog
{
// Construction
public:
CDoc2pdfSetupDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDoc2pdfSetupDlg)
enum { IDD = IDD_SETUP_DIALOG };
CListBox m_MailboxList;
CListBox m_DirectoryList;
CEdit m_GhostscriptEdit;
CEdit m_MailPollintervalEdit;
CEdit m_DirPollintervalEdit;
CEdit m_LogfileEdit;
CEdit m_SpooldirEdit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDoc2pdfSetupDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
void FillMailboxList();
void FillDirectoryList();
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDoc2pdfSetupDlg)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnAddButton();
afx_msg void OnEditButton();
afx_msg void OnRemoveButton();
afx_msg void OnDirAddButton();
afx_msg void OnDireditButton();
afx_msg void OnDirremoveButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOC2PDFSETUPDLG_H__1D1244E0_DF72_11D5_B354_C0E251C10000__INCLUDED_)