MemberCardFunc2.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 // _MSC_VER > 1000
  6. // ½ð¿¨ÏÖ½ð¹ÜÀí;
  7. class MemberCardFunc2 : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CString m_branch;
  12. CString m_psw;
  13. CString m_card2no;
  14. CString m_card2balance;
  15. MemberCardFunc2(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. enum { IDD = IDD_DLGMemberCardFunc2 };
  18. CString m_memberno;
  19. CString m_point;
  20. CString m_balance;
  21. CString m_name;
  22. CString m_phone;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnButton15();
  33. afx_msg void OnButton16();
  34. afx_msg void OnButton22();
  35. afx_msg void OnButton17();
  36. afx_msg void OnButton23();
  37. afx_msg void OnButton3();
  38. afx_msg void OnButton10();
  39. afx_msg void OnButton7();
  40. afx_msg void OnButton19();
  41. afx_msg void OnButton18();
  42. afx_msg void OnButton20();
  43. afx_msg void OnButton21();
  44. afx_msg void OnButton24();
  45. afx_msg void OnButton25();
  46. afx_msg void OnButton27();
  47. afx_msg void OnButton28();
  48. afx_msg void OnButton26();
  49. afx_msg void OnButton29();
  50. afx_msg void OnButton30();
  51. afx_msg void OnButton31();
  52. afx_msg void OnButton33();
  53. afx_msg void OnDestroy();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_MemberCardFunc2_H__154F32F5_5D44_4229_9974_ABC3B75FDB6D__INCLUDED_)