#if !defined(AFX_DLG_USER_PAY_H__DF109C38_DAF4_408A_ABB4_DF3EE3548E42__INCLUDED_) #define AFX_DLG_USER_PAY_H__DF109C38_DAF4_408A_ABB4_DF3EE3548E42__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_User_Pay.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_User_Pay dialog #include "..\public\reportctrl\ReportCtrl.h" typedef CTypedPtrList CPay; class DLG_User_Pay : public CDialog { public: CPay m_Pay; ANS_User_Pay m_PayReq; long m_lModifyCount; protected: CImageList m_Image; ANS_User_PayData * m_pPayData; BOOL m_bModify; float m_fUsed; //¿ÉÓÃÓà¶î float m_fAdd; // Construction public: void SetParam(ANS_User_Pay Pay, ANS_User_PayData *pPayData,BOOL bModify,float fUsed); long GetCurrentSelected(); DLG_User_Pay(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_User_Pay) enum { IDD = IDD_USER_PAY }; CReportCtrl m_wndList; CString m_strLoginName; CString m_strSMSNum; CString m_strSMSSendAll; CString m_strSMSUsed; CString m_strTotal; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_User_Pay) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_User_Pay) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnUserPayAdd(); afx_msg void OnUserPaySee(); afx_msg void OnDblclkUserPayList(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_USER_PAY_H__DF109C38_DAF4_408A_ABB4_DF3EE3548E42__INCLUDED_)