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 // _MSC_VER > 1000
- // ReChargeReg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ReChargeReg dialog
- class ReChargeReg : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void GetData();
- ReChargeReg(CWnd* pParent = NULL); // standard constructor
- 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;
- // Dialog Data
- //{{AFX_DATA(ReChargeReg)
- enum { IDD = IDD_DLGReChargeReg };
- CSortListCtrl2 m_List1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ReChargeReg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(ReChargeReg)
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnBUTdel();
- afx_msg void OnButton2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ReChargeReg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)
|