123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- #if !defined(AFX_MEMBERCARDFUNC_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_)
- #define AFX_MEMBERCARDFUNC_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MemberCardFunc.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // MemberCardFunc dialog
- class MemberCardFunc : public CDialog
- {
- // Construction
- public:
- CString m_branch;
- void GetData();
- MemberCardFunc(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(MemberCardFunc)
- enum { IDD = IDD_DLGMemberCardFunc };
- CString m_memberno;
- CString m_point;
- CString m_balance;
- CString m_name;
- CString m_phone;
- CString m_cardtype;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(MemberCardFunc)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(MemberCardFunc)
- 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 OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MEMBERCARDFUNC_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_)
|