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


#if !defined(AFX_CONNECTDIALOG_H__55C8497B_97D4_4291_B4C1_543B3330B06B__INCLUDED_) 
#define AFX_CONNECTDIALOG_H__55C8497B_97D4_4291_B4C1_543B3330B06B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ConnectDialog.h : header file 
// 
 
#include "DialogEx.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CConnectDialog dialog 
 
class CConnectDialog : public CDialogEx 
{ 
// Construction 
public: 
	CConnectDialog(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CConnectDialog) 
	enum { IDD = IDD_DIALOG_CONNECT }; 
	CComboBox	m_wndHostBox; 
	CString			m_szHostName; 
	CString			m_szPassWord; 
	CString			m_szUserName; 
	BOOL			m_bAnonymous; 
	CString			m_szRemotePath; 
	UINT			m_nPort; 
	//}}AFX_DATA 
	 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CConnectDialog) 
	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(CConnectDialog) 
	afx_msg void OnEditchangeComboHost(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnCheckAnonymous(); 
	virtual void OnOK(); 
	afx_msg void OnButtonAddtoFavorites(); 
	afx_msg void OnSelchangeComboHost(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CONNECTDIALOG_H__55C8497B_97D4_4291_B4C1_543B3330B06B__INCLUDED_)