//{{AFX_INCLUDES()
#include "webster.h"
//}}AFX_INCLUDES
#if !defined(AFX_SAXDIALOG_H__92BD3620_5757_11D1_AC25_509148C10000__INCLUDED_)
#define AFX_SAXDIALOG_H__92BD3620_5757_11D1_AC25_509148C10000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SaxDialog.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSaxDialog dialog

class CSaxDialog : public CDialog
{
// Construction
public:
	CSaxDialog(CWnd* pParent = NULL);   // standard constructor
	CString		m_csURL;

// Dialog Data
	//{{AFX_DATA(CSaxDialog)
	enum { IDD = IDD_SAX_DIALOG };
	CWebster	m_SaxWebster;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSaxDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSaxDialog)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SAXDIALOG_H__92BD3620_5757_11D1_AC25_509148C10000__INCLUDED_)

