www.pudn.com > FindMails.rar > FindEmailDlg.h
// FindEmailDlg.h : header file
//
#if !defined(AFX_FINDEMAILDLG_H__AC16CF89_7F22_11D6_A9C1_00E04C5E431C__INCLUDED_)
#define AFX_FINDEMAILDLG_H__AC16CF89_7F22_11D6_A9C1_00E04C5E431C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Localfind.h"
class CFindEmailDlgAutoProxy;
/////////////////////////////////////////////////////////////////////////////
// CFindEmailDlg dialog
class CFindEmailDlg : public CDialog
{
DECLARE_DYNAMIC(CFindEmailDlg);
friend class CFindEmailDlgAutoProxy;
// Construction
public:
CFindEmailDlg(CWnd* pParent = NULL); // standard constructor
virtual ~CFindEmailDlg();
void GetMailAddress(BYTE szbuf[BufSize]);
CLocalFind LocalFinddlg;
bool StopSign;
void SetAboutDialog(void);
HBITMAP hBitmap;
// Dialog Data
//{{AFX_DATA(CFindEmailDlg)
enum { IDD = IDD_FINDEMAIL_DIALOG };
CListCtrl m_FilterList;
CButton m_Exit;
CButton m_Stop;
CButton m_Save;
CButton m_Filter;
CButton m_LocalFind;
CButton m_Start;
CButton m_Add;
CListCtrl m_AddHttpList;
CStatic m_SearchStatus;
CListCtrl m_MailList;
CStatic m_Total;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFindEmailDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
bool FilterEmpty;
// Implementation
protected:
CFindEmailDlgAutoProxy* m_pAutoProxy;
HICON m_hIcon;
BOOL CanExit();
// Generated message map functions
//{{AFX_MSG(CFindEmailDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnClose();
virtual void OnCancel();
afx_msg void OnStartButton();
afx_msg void OnAddButton();
afx_msg void OnSaveButton();
afx_msg void OnButtonLocal();
afx_msg void OnFilterButton();
afx_msg void OnStopButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FINDEMAILDLG_H__AC16CF89_7F22_11D6_A9C1_00E04C5E431C__INCLUDED_)