www.pudn.com > VCAMS.rar > AMMain.h


#if !defined(AFX_AMMAIN_H__E439B90B_7618_4387_B7A4_1CA5EB0BC16C__INCLUDED_) 
#define AFX_AMMAIN_H__E439B90B_7618_4387_B7A4_1CA5EB0BC16C__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AMMain.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CAMMain dialog 
 
class CAMMain : public CDialog 
{ 
// Construction 
public: 
	CStringArray	m_arUserName; 
	long			m_lUserNum; 
	CStringArray	m_arLoginName; 
	BOOL			m_bOnLine; 
	IAMSessionPtr	m_IAMSessionPtr; 
	CAMMain(CWnd*	pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CAMMain) 
	enum { IDD = IDD_AMMAIN_DIALOG }; 
	CTreeCtrl	m_ctlTreeList; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAMMain) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CAMMain) 
	afx_msg void OnDblclkTree(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void OnBnOut(); 
	afx_msg void OnClose(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_AMMAIN_H__E439B90B_7618_4387_B7A4_1CA5EB0BC16C__INCLUDED_)