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


#if !defined(AFX_DIALNETPAGE_H__3AB00609_4B29_452A_944F_2DF121A876CE__INCLUDED_) 
#define AFX_DIALNETPAGE_H__3AB00609_4B29_452A_944F_2DF121A876CE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DialnetPage.h : header file 
// 
 
#include "PropertyPageExt.h" 
#include "DialogEx.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CDialnetPage dialog 
 
class CDialnetPage : public CPropertyPageExt 
{ 
	DECLARE_DYNCREATE(CDialnetPage) 
 
// Construction 
public: 
	CDialnetPage(); 
	~CDialnetPage(); 
 
// Dialog Data 
	//{{AFX_DATA(CDialnetPage) 
	enum { IDD = IDD_PROPPAGE_DIALNET }; 
	CSpinButtonCtrl	m_ctrlSpinWaitNum; 
	CSpinButtonCtrl	m_ctrlSpinRasNumber; 
	CComboBoxEx		m_wndRasComboBox; 
	CString			m_szRasPassWord; 
	CString			m_szRasUserName; 
	UINT			m_nWaitNum; 
	CString			m_szRasTitle; 
	UINT			m_nRasNumber; 
	BOOL			m_bAutoDial; 
	BOOL			m_bShowDialStatus; 
	//}}AFX_DATA 
 
protected: 
	CGroupFrame		m_oGroupFrame; 
	BOOL			m_bRadioLan; 
	int				m_bRasEnteries; 
	int				m_nRasIndex; 
	CImageList	*	m_pImageList; 
	CString			m_szSection; 
 
	void ReadRasEntries(); 
 
protected: 
	virtual void LoadValue(); 
	virtual void SaveValue(); 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CDialnetPage) 
	public: 
	virtual BOOL OnKillActive(); 
	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(CDialnetPage) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnRadioLan(); 
	afx_msg void OnRadioMondem(); 
	afx_msg void OnSelchangeComboboxexRasEntry(); 
	afx_msg void OnButtonRasCreate(); 
	afx_msg void OnButtonRasEdit(); 
	afx_msg void OnButtonRasRemove(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DIALNETPAGE_H__3AB00609_4B29_452A_944F_2DF121A876CE__INCLUDED_)