www.pudn.com > FindMails.rar > LocalFind.h
#if !defined(AFX_LOCALFIND_H__3B32BE20_9046_11D6_A9C2_00E04C5E431C__INCLUDED_)
#define AFX_LOCALFIND_H__3B32BE20_9046_11D6_A9C2_00E04C5E431C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//
/////////////////////////////////////////////////////////////////////////////
// CLocalFind dialog
class CLocalFind : public CDialog
{
// Construction
public:
CLocalFind(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLocalFind)
enum { IDD = IDD_LocalFindDlg };
CStatic m_SearchSize;
CStatic m_Status;
CButton m_Find;
CButton m_Cancel;
CButton m_Save;
CButton m_Folder;
CStatic m_Total;
CListCtrl m_MailList;
CString m_DirPath;
//}}AFX_DATA
FLOAT Sizes;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLocalFind)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLocalFind)
afx_msg void OnFind();
afx_msg void OnButtonSelect();
afx_msg void OnBUTTONSave();
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnStopButton();
//}}AFX_MSG
public:
CString Filterstr[5000];
bool StopSign;
long FilterCount;
CString FilePath;
void Findallfile(CString strParent);
void GetMailAddress(char szbuf[BufSize]);
long MailCount;
long FCount;
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LOCALFIND_H__3B32BE20_9046_11D6_A9C2_00E04C5E431C__INCLUDED_)