www.pudn.com > DVR-MPEG4±àÂë²¥·ÅÆ÷ .rar > Search.h


#if !defined(AFX_SEARCH_H__5B1C5C7D_6E2B_4732_A5DB_35ADF75A41D2__INCLUDED_) 
#define AFX_SEARCH_H__5B1C5C7D_6E2B_4732_A5DB_35ADF75A41D2__INCLUDED_ 
 
#include "VRT.h"	// Added by ClassView 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Search.h : header file 
// 
 
#define MAXFILELEN3  150 
 
//------------------------------------ 
typedef struct _BUF_FILE3 
{ 
	char FileName[80]; 
	long FileLen;  
}BUF_FILE3; 
//------------------------------------- 
typedef struct _TRANS_FILE3 
{ 
	BUF_FILE3  Buf_File[MAXFILELEN3];  
	int       FileCounter; 
 
}TRANS_FILE3; 
 
///////////////////////////////////////////////////////////////////////////// 
// CSearch dialog 
 
class CSearch : public CDialog 
{ 
// Construction 
public: 
	int ConnectPort; 
	char ConnectIP[64]; 
	bool SearchPlay; 
	void  GetPath(char *DestPath,char *SourcePath); 
	int   m_List_Flag; 
	 
	TRANS_FILE3	Trans_File3; 
	TRANS_SEARCH2 Trans_MarkedFile2; 
	CSearch(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSearch) 
	enum { IDD = IDD_SEARCH }; 
	CDateTimeCtrl	m_SearDate; 
	CListBox	m_ListBox; 
	BOOL	m_Local; 
	BOOL	m_Remote; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSearch) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CSearch) 
	afx_msg void OnListtoday(); 
	afx_msg void OnSearch(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPlay(); 
	afx_msg void OnDblclkList1(); 
	afx_msg void OnDeleteFile(); 
	afx_msg void OnLocal(); 
	afx_msg void OnRemote(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SEARCH_H__5B1C5C7D_6E2B_4732_A5DB_35ADF75A41D2__INCLUDED_)