www.pudn.com > SouMP3.rar > XingYunXingDlg.h


// XingYunXingDlg.h : header file 
// 
 
#if !defined(AFX_XINGYUNXINGDLG_H__5EAC1622_76C4_4B92_922D_A700462C4F9F__INCLUDED_) 
#define AFX_XINGYUNXINGDLG_H__5EAC1622_76C4_4B92_922D_A700462C4F9F__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "TokenEx.h" 
#include "BtnST.h"	// Added by ClassView 
 
#define OP_FILENAME    0x01 
///////////////////////////////////////////////////////////////////////////// 
// CXingYunXingDlg dialog 
 
class CXingYunXingDlg : public CDialog 
{ 
// Construction 
public: 
	void OnEditItem(); 
	LPNMITEMACTIVATE temp; 
	HWND hF; 
	CString strOldName; 
	CString strRename; 
	CString m_strTime; 
	CString OutTo(); 
		void SetCell(HWND hWnd1, CString value, int nRow, int nCol); 
	CString GetItemText(HWND hWnd, int nItem, int nSubItem) const; 
	//BOOL DeleteDirectory(char *DirName); 
	BOOL MakeDirectory(CString newPath); 
	BOOL bSelAll; 
	BOOL bSel; 
	CString strMing; 
	CString strFen; 
	int count , nItem, nSubItem; 
	CString m_count; 
	void FindHaveFile(CString PathStr); 
	BOOL MathFile(CString &findpath); 
	CStringList m_DirList; 
	CStringList filelist; 
	BOOL FindFull(CString m_strPath); 
	CString strFrom; 
	CString m_strFindName; 
	CString m_strPath; 
	CString strTo; 
    BYTE   m_Option; 
	void CopyA(CString strFrom, CString strTo); 
	BOOL SetRegString(CString strSet, CString strPath); 
	CString GetFolderPath(CString SelectFolder); 
	CString GetRegString(CString strPath); 
	CXingYunXingDlg(CWnd* pParent = NULL);	// standard constructor 
     
	inline CString& Trim(CString &string){string.TrimRight();string.TrimLeft();return string;}; 
// Dialog Data 
	//{{AFX_DATA(CXingYunXingDlg) 
	enum { IDD = IDD_XINGYUNXING_DIALOG }; 
	CStatic	m_ctrT; 
	CEdit	m_ctrFindAll; 
	CButton	m_ctrSetAll; 
	CButton	m_ctrFen; 
	CEdit	m_ctrSavePath; 
	CEdit	m_ctrFindPath; 
	CListCtrl	m_list1; 
	BOOL	m_bWireFrame; 
	CString	m_findall; 
	BOOL	m_bSaveas; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CXingYunXingDlg) 
	public: 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CXingYunXingDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnChange1(); 
	afx_msg void OnChange2(); 
	afx_msg void OnGo(); 
	afx_msg void OnAbout(); 
	afx_msg void OnSeall(); 
	afx_msg void OnSaveget(); 
	afx_msg void OnRadio2(); 
	afx_msg void OnRadio3(); 
	afx_msg void OnRadio1(); 
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnClear(); 
	afx_msg void OnButton1(); 
	afx_msg void OnRclickList1(NMHDR* pNMHDR, LRESULT* pResult); 
	// afx_msg void OnEndlabeleditList1(NMHDR* pNMHDR, LRESULT* pResult); 
// 	afx_msg void OnBeginlabeleditList1(NMHDR* pNMHDR, LRESULT* pResult); 
	//}}AFX_MSG 
    afx_msg void OnDel(); 
    afx_msg void OnPlay(); 
	afx_msg void OnCop(); 
	afx_msg void OnDelc(); 
	afx_msg void OnReName(); 
	DECLARE_MESSAGE_MAP() 
private: 
	CButtonST m_btnOpen; 
	CButtonST m_btnSave; 
	CButtonST m_btnGo; 
	CButtonST m_btnCancel; 
	CButtonST m_btnAbout; 
	CButtonST m_btnDelIn; 
	CButtonST m_btnDelFin; 
	CButtonST m_btnCopy; 
	CButtonST m_btnSel; 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_XINGYUNXINGDLG_H__5EAC1622_76C4_4B92_922D_A700462C4F9F__INCLUDED_)