#if !defined(AFX_MemberCardFunc2_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_)
#define AFX_MemberCardFunc2_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif 

// ���ֽ����;
class MemberCardFunc2 : public CDialog
{
public:
	CString m_branch;
	CString m_psw;
	CString m_card2no;
	CString	m_card2balance;
	MemberCardFunc2(CWnd* pParent = NULL);   // standard constructor

	enum { IDD = IDD_DLGMemberCardFunc2 };
	CString	m_memberno;
	CString	m_point;
	CString	m_balance;
	CString	m_name;
	CString	m_phone;

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

protected:
	virtual BOOL OnInitDialog();
	afx_msg void OnButton15();
	afx_msg void OnButton16();
	afx_msg void OnButton22();
	afx_msg void OnButton17();
	afx_msg void OnButton23();
	afx_msg void OnButton3();
	afx_msg void OnButton10();
	afx_msg void OnButton7();
	afx_msg void OnButton19();
	afx_msg void OnButton18();
	afx_msg void OnButton20();	// ��ֵ��ť;
	afx_msg void OnButton21();	// ��ֵ��¼;
	afx_msg void OnButton24();	// ʹ�ü�¼;
	afx_msg void OnButton25();	// �����ֽ��ӿ�;
	afx_msg void OnButton27();	// Ϊ�ӿ���ֵ;
	afx_msg void OnButton28();	// �ӿ���ֵ��¼;
	afx_msg void OnButton26();	// �ӿ�ʹ�ü�¼;
	afx_msg void OnButton29();	// ע���˿�;
	afx_msg void OnButton30();	// ���ְ�ť;
	afx_msg void OnButton31();	// ����;
	afx_msg void OnButton33();	// ��������;
	afx_msg void OnDestroy();

	DECLARE_MESSAGE_MAP()
};

#endif