#if !defined(AFX_DLG_OTHER_ADD_H__3665579B_0229_482D_B46B_D5A1C10762AE__INCLUDED_)
#define AFX_DLG_OTHER_ADD_H__3665579B_0229_482D_B46B_D5A1C10762AE__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// DLG_Other_Add dialog

class DLG_Other_Add : public CDialog
{
// Construction
public:
	void SetParam(CString strName,CString strMobile);
	DLG_Other_Add(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(DLG_Other_Add)
	enum { IDD = IDD_OTHER_ADD };
	CString	m_strMobile;
	CString	m_strName;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(DLG_Other_Add)
	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_DLG_OTHER_ADD_H__3665579B_0229_482D_B46B_D5A1C10762AE__INCLUDED_)