1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #if !defined(AFX_ReChargeReg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)
- #define AFX_ReChargeReg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class ReChargeReg : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- public:
- void GetData();
- ReChargeReg(CWnd* pParent = NULL);
- CString m_memberno;
- CString m_card2no;
- CString m_scurdate;
- CString m_scurdate2;
- CString m_name;
- CString m_phone;
- CString m_no;
- int m_mode;
- BOOL m_bNeedRefsh;
-
- enum { IDD = IDD_DLGReChargeReg };
- CSortListCtrl2 m_List1;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnBUTdel();
- afx_msg void OnButton2();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|