#if !defined(AFX_AddClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
#define AFX_AddClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// AddClient dialog

class AddClient : public CDialog
{
// Construction
public:	
	BOOL m_bAdd;
	AddClient(CWnd* pParent = NULL);   // standard constructor
    CString id;
// Dialog Data
	//{{AFX_DATA(AddClient)
	enum { IDD = IDD_DLGAddClient };
	CDateEdit	m_datectrl;
	CComboBox	m_combosex;
	CComboBox	m_comboreason;
	CComboBox	m_combofrom;
	CString	m_addr1;
	CString	m_name1;
	CString	m_phone1;
	CString	m_qq1;
	CString	m_from;
	CString	m_reason;
	CString	m_bz;
	CString	m_sex;
	CString	m_birthday1;
	BOOL	m_check1;
	//}}AFX_DATA


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

// Implementation
protected:

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