www.pudn.com > ÃÜÁÄÔ´³ÌÐò.rar > PrivateManager.h


#if !defined(AFX_PRIVATEMANAGER_H__2457D6AA_FE54_440B_9B38_4D6D4BF4AEF9__INCLUDED_) 
#define AFX_PRIVATEMANAGER_H__2457D6AA_FE54_440B_9B38_4D6D4BF4AEF9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// PrivateManager.h : header file 
// 
///////////////////////////////////////////////////////////////////////////// 
// CPrivateManager dialog 
 
class CPrivateManager : public CDialog 
{ 
// Construction 
public: 
	CPrivateManager(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CPrivateManager) 
	enum { IDD = IDD_PRIVATEMANAGER }; 
	CListBox	m_userList; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPrivateManager) 
	public: 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CPrivateManager) 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSelect(); 
	afx_msg void OnAdd(); 
	afx_msg void OnCreate(); 
	afx_msg void OnCreatepublickey(); 
	afx_msg void OnEdit(); 
	afx_msg void OnDelete(); 
	afx_msg void OnDblclkUserlist(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PRIVATEMANAGER_H__2457D6AA_FE54_440B_9B38_4D6D4BF4AEF9__INCLUDED_)