68 lines
1.8 KiB
C++
68 lines
1.8 KiB
C++
#if !defined(AFX_DLG_USER_PAY_MODIFY_H__A11E3D20_5024_4194_8FD5_C2BF10B19E63__INCLUDED_)
|
|
#define AFX_DLG_USER_PAY_MODIFY_H__A11E3D20_5024_4194_8FD5_C2BF10B19E63__INCLUDED_
|
|
|
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_User_Pay_Modify.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_User_Pay_Modify dialog
|
|
|
|
class DLG_User_Pay_Modify : public CDialog
|
|
{
|
|
protected:
|
|
ANS_User_PayData m_Pay;
|
|
BOOL m_bAdd;
|
|
long m_lSmsCount;
|
|
// Construction
|
|
public:
|
|
void ResetSMSUsed();
|
|
void SetParam(ANS_User_PayData pay, BOOL bAdd);
|
|
ANS_User_PayData GetParam();
|
|
DLG_User_Pay_Modify(long lSmsCount,CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_User_Pay_Modify)
|
|
enum { IDD = IDD_USER_PAY_MODIFY };
|
|
CString m_strBZ;
|
|
CString m_strCreateUser;
|
|
COleDateTime m_tOvrTime;
|
|
CString m_strPayMode;
|
|
CString m_strPayName;
|
|
CString m_strPayTime;
|
|
CString m_strPresent;
|
|
CString m_strPriceOne;
|
|
CString m_strPrice;
|
|
CString m_strSMSCount;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_User_Pay_Modify)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_User_Pay_Modify)
|
|
virtual BOOL OnInitDialog();
|
|
virtual void OnOK();
|
|
afx_msg void OnChangeUserPaymodifyPrice();
|
|
afx_msg void OnChangeUserPaymodifyPriceone();
|
|
afx_msg void OnChangeUserPaymodifyPresend();
|
|
//}}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_MODIFY_H__A11E3D20_5024_4194_8FD5_C2BF10B19E63__INCLUDED_)
|