www.pudn.com > 6433624505.rar > AllUser.h


#if !defined(AFX_ALLUSER_H__6D1ED848_2F40_4A2D_A778_E2571F7209A8__INCLUDED_) 
#define AFX_ALLUSER_H__6D1ED848_2F40_4A2D_A778_E2571F7209A8__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AllUser.h : header file 
// 
#include  
///////////////////////////////////////////////////////////////////////////// 
// CAllUser dialog 
 
class CAllUser : public CDialog 
{ 
// Construction 
public: 
	CAllUser(CWnd* pParent = NULL);   // standard constructor 
	virtual BOOL OnInitDialog(); 
	void OnRefresh(); 
	_ConnectionPtr	pConn; 
	_RecordsetPtr	pRst; 
	int select; 
	int colume; 
	int cursel; 
	int count; 
	CString User; 
	CBitmap m_bitmapground; 
// Dialog Data 
	//{{AFX_DATA(CAllUser) 
	enum { IDD = IDD_ALLUSER }; 
	CBitmapButton	m_Close; 
	CListCtrl	m_List; 
	CString	m_Edit; 
	//}}AFX_DATA 
 
	std::vector names; 
	std::vector values; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAllUser) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CAllUser) 
	afx_msg void OnClickUserlist(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnDblclkUserlist(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnPaint(); 
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ALLUSER_H__6D1ED848_2F40_4A2D_A778_E2571F7209A8__INCLUDED_)