www.pudn.com > CraftFTP_gb.rar > ConnectBar.h


#if !defined(AFX_CONNECTBAR_H__CA5423EF_DF61_4E6A_89F0_5BA1B97AA469__INCLUDED_) 
#define AFX_CONNECTBAR_H__CA5423EF_DF61_4E6A_89F0_5BA1B97AA469__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ConnectBar.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CConnectBar dialogbar 
 
class CConnectBar : public CDialogBar 
{ 
// Construction 
public: 
	CConnectBar();				// standard constructor 
 
	BOOL Create(CWnd* pParentWnd, UINT nStyle, UINT nID); 
 
// Dialog Data 
	//{{AFX_DATA(CConnectBar) 
	enum { IDD = IDR_MAINFRAME }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CConnectBar) 
	public: 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	static const DWORD m_nHelpIDs[]; 
	virtual const DWORD* GetHelpIDs() {return m_nHelpIDs;} 
 
	// Generated message map functions 
	//{{AFX_MSG(CConnectBar) 
	afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CONNECTBAR_H__CA5423EF_DF61_4E6A_89F0_5BA1B97AA469__INCLUDED_)