MemberCardFunc2.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #if !defined(AFX_MemberCardFunc2_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_)
  2. #define AFX_MemberCardFunc2_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. // 金卡现金管理;
  7. class MemberCardFunc2 : public CDialog
  8. {
  9. public:
  10. CString m_branch;
  11. CString m_psw;
  12. CString m_card2no;
  13. CString m_card2balance;
  14. MemberCardFunc2(CWnd* pParent = NULL); // standard constructor
  15. enum { IDD = IDD_DLGMemberCardFunc2 };
  16. CString m_memberno;
  17. CString m_point;
  18. CString m_balance;
  19. CString m_name;
  20. CString m_phone;
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. protected:
  24. virtual BOOL OnInitDialog();
  25. afx_msg void OnButton15();
  26. afx_msg void OnButton16();
  27. afx_msg void OnButton22();
  28. afx_msg void OnButton17();
  29. afx_msg void OnButton23();
  30. afx_msg void OnButton3();
  31. afx_msg void OnButton10();
  32. afx_msg void OnButton7();
  33. afx_msg void OnButton19();
  34. afx_msg void OnButton18();
  35. afx_msg void OnButton20(); // 充值按钮;
  36. afx_msg void OnButton21(); // 充值记录;
  37. afx_msg void OnButton24(); // 使用记录;
  38. afx_msg void OnButton25(); // 发放现金子卡;
  39. afx_msg void OnButton27(); // 为子卡充值;
  40. afx_msg void OnButton28(); // 子卡充值记录;
  41. afx_msg void OnButton26(); // 子卡使用记录;
  42. afx_msg void OnButton29(); // 注销此卡;
  43. afx_msg void OnButton30(); // 提现按钮;
  44. afx_msg void OnButton31(); // 提现;
  45. afx_msg void OnButton33(); // 消费密码;
  46. afx_msg void OnDestroy();
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. #endif