www.pudn.com > doc2pdf-0_7_1.rar > doc2pdfDlg.h
// doc2pdfDlg.h : header file
//
#if !defined(AFX_DOC2PDFDLG_H__706164C5_D872_11D5_B354_00E0987CF656__INCLUDED_)
#define AFX_DOC2PDFDLG_H__706164C5_D872_11D5_B354_00E0987CF656__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "doc2pdf_reg.h"
/////////////////////////////////////////////////////////////////////////////
// CDoc2pdfDlg dialog
class CDoc2pdfDlg : public CDialog
{
// Construction
public:
CDoc2pdfDlg(CWnd* pParent = NULL); // standard constructor
Doc2pdfRegistry m_Reg;
HANDLE m_MailProcessThread;
HANDLE m_DirProcessThread;
// Dialog Data
//{{AFX_DATA(CDoc2pdfDlg)
enum { IDD = IDD_DOC2PDF_DIALOG };
CStatic m_Status;
CButton m_StopButton;
CButton m_StartButton;
CButton m_SetupButton;
CButton m_QuitButton;
CListBox m_LogList;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDoc2pdfDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDoc2pdfDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStartButton();
afx_msg void OnQuitButton();
afx_msg void OnSetupButton();
afx_msg void OnStopButton();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOC2PDFDLG_H__706164C5_D872_11D5_B354_00E0987CF656__INCLUDED_)