MemberCardFunc.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #if !defined(AFX_MEMBERCARDFUNC_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_)
  2. #define AFX_MEMBERCARDFUNC_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MemberCardFunc.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MemberCardFunc dialog
  10. class MemberCardFunc : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString m_branch;
  15. void GetData();
  16. MemberCardFunc(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(MemberCardFunc)
  19. enum { IDD = IDD_DLGMemberCardFunc };
  20. CString m_memberno;
  21. CString m_point;
  22. CString m_balance;
  23. CString m_name;
  24. CString m_phone;
  25. CString m_cardtype;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(MemberCardFunc)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(MemberCardFunc)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnButton15();
  39. afx_msg void OnButton16();
  40. afx_msg void OnButton22();
  41. afx_msg void OnButton17();
  42. afx_msg void OnButton23();
  43. afx_msg void OnButton3();
  44. afx_msg void OnButton10();
  45. afx_msg void OnButton7();
  46. afx_msg void OnButton19();
  47. afx_msg void OnButton18();
  48. afx_msg void OnDestroy();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_MEMBERCARDFUNC_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_)