#if !defined(AFX_PSWDDLG_H__9F0810E6_2ED4_4209_8F51_C1DFAD0D6B57__INCLUDED_)
#define AFX_PSWDDLG_H__9F0810E6_2ED4_4209_8F51_C1DFAD0D6B57__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PswdDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPswdDlg dialog

class CPswdDlg : public CDialog
{
// Construction
public:
	CPswdDlg(CWnd* pParent = NULL);   // standard constructor
// Dialog Data
	//{{AFX_DATA(CPswdDlg)
	enum { IDD = IDD_DIALOG_PSWD };
	CString	m_ServerPswd;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPswdDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPswdDlg)
	afx_msg UINT OnBtnOk();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PSWDDLG_H__9F0810E6_2ED4_4209_8F51_C1DFAD0D6B57__INCLUDED_)