www.pudn.com > QTADO_src.zip > GeneralPage.h


#if !defined(AFX_GENERALPAGE_H__083D4F63_610D_11D3_A7C9_00C04F595ED0__INCLUDED_) 
#define AFX_GENERALPAGE_H__083D4F63_610D_11D3_A7C9_00C04F595ED0__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// GeneralPage.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CGeneralPage dialog 
 
class CGeneralPage : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CGeneralPage) 
 
// Construction 
public: 
	int m_nCacheSize; 
	CString m_strThreadPriority; 
	bool Validate(); 
	CGeneralPage(); 
	~CGeneralPage(); 
 
// Dialog Data 
	//{{AFX_DATA(CGeneralPage) 
	enum { IDD = IDD_GENERAL }; 
	CComboBox	m_cbThreadPriority; 
	CString	m_strQueryTimeOut; 
	CString	m_strCacheSize; 
	//}}AFX_DATA 
	int	m_nQueryTimeOut; 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CGeneralPage) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CGeneralPage) 
	afx_msg void OnReset(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSelchangeExecutionPriority(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_GENERALPAGE_H__083D4F63_610D_11D3_A7C9_00C04F595ED0__INCLUDED_)