#if !defined(AFX_FILECONNECTDLG_H__62156FCA_048F_4A05_A65E_3BB941C15C1A__INCLUDED_)
#define AFX_FILECONNECTDLG_H__62156FCA_048F_4A05_A65E_3BB941C15C1A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FileConnectDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CFileConnectDlg dialog

class CFileConnectDlg : public CDialog
{
// Construction
public:
	CFileConnectDlg(CWnd* pParent = NULL);   // standard constructor

	BOOL dataGood();
	CString getUsr();
	CString getPas();
	CString getMis();
	void setUsr(CString u);
	void setPas(CString p);
	void setMis(CString m);

// Dialog Data
	//{{AFX_DATA(CFileConnectDlg)
	enum { IDD = IDD_FILECONNECT_DLG };
	CEdit	m_pasControl;
	CString	m_misStr;
	CString	m_pasStr;
	CString	m_usrStr;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFileConnectDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	BOOL _dataGood;

	virtual BOOL OnInitDialog();
	// Generated message map functions
	//{{AFX_MSG(CFileConnectDlg)
	virtual void OnCancel();
	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_FILECONNECTDLG_H__62156FCA_048F_4A05_A65E_3BB941C15C1A__INCLUDED_)
