ReChargeReg.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #if !defined(AFX_ReChargeReg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)
  2. #define AFX_ReChargeReg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ReChargeReg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ReChargeReg dialog
  10. class ReChargeReg : public CDialog
  11. {
  12. CArray<CStringArray, CStringArray>m_List1array;
  13. // Construction
  14. public:
  15. void GetData();
  16. ReChargeReg(CWnd* pParent = NULL); // standard constructor
  17. CString m_memberno;
  18. CString m_card2no;
  19. CString m_scurdate;
  20. CString m_scurdate2;
  21. CString m_name;
  22. CString m_phone;
  23. CString m_no;
  24. int m_mode;
  25. BOOL m_bNeedRefsh;
  26. // Dialog Data
  27. //{{AFX_DATA(ReChargeReg)
  28. enum { IDD = IDD_DLGReChargeReg };
  29. CSortListCtrl2 m_List1;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(ReChargeReg)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(ReChargeReg)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnButton1();
  43. afx_msg void OnBUTdel();
  44. afx_msg void OnButton2();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_ReChargeReg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)