#if !defined(AFX_INPUTPSW2_H__B98C8210_70B5_46C3_898A_85D9F4AB9B78__INCLUDED_)
#define AFX_INPUTPSW2_H__B98C8210_70B5_46C3_898A_85D9F4AB9B78__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// InputPsw2 dialog

class InputPsw2 : public CDialog
{
// Construction
public:
	InputPsw2(CWnd* pParent = NULL);   // standard constructor
    int m_mode;
// Dialog Data
	//{{AFX_DATA(InputPsw2)
	enum { IDD = IDD_DLGInputPsw };
	CString	m_psw;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(InputPsw2)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_INPUTPSW2_H__B98C8210_70B5_46C3_898A_85D9F4AB9B78__INCLUDED_)