AgentManager/DLG_Agent_MmsPay_Modify.h
2025-01-22 15:45:17 +08:00

70 lines
1.9 KiB
C++

#if !defined(AFX_DLG_AGENT_MMSPAY_MODIFY_H__B3066EE1_CA41_46D8_8AD8_E3ADFF0C2E17__INCLUDED_)
#define AFX_DLG_AGENT_MMSPAY_MODIFY_H__B3066EE1_CA41_46D8_8AD8_E3ADFF0C2E17__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Agent_MmsPay_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Agent_MmsPay_Modify dialog
class DLG_Agent_MmsPay_Modify : public CDialog
{
protected:
ANS_Agent_MmsPayData m_Pay;
BOOL m_bAdd;
BOOL m_bTest2;
// Construction
public:
BOOL SetTest( BOOL bTest );
void ResetSMSUsed();
void SetParam(ANS_Agent_MmsPayData pay, BOOL bAdd);
ANS_Agent_MmsPayData GetParam();
DLG_Agent_MmsPay_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Agent_MmsPay_Modify)
enum { IDD = IDD_AGENT_MMSPAY_MODIFY };
CString m_strCreateUser;
CString m_strPayMode;
CString m_strPayName;
CString m_strPayTime;
CString m_strBZ;
CString m_strPresent;
CString m_strPrice;
CString m_strPriceOne;
BOOL m_bTest;
BOOL m_bYS;
CString m_strSmsCount;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Agent_MmsPay_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Agent_MmsPay_Modify)
virtual BOOL OnInitDialog();
afx_msg void OnBnClickedOk();
afx_msg void OnChangeAgentPaymodifyJfprice();
afx_msg void OnChangeAgentPaymodifyPriceone();
afx_msg void OnChangeAgentPaymodifyPresend();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_AGENT_MMSPAY_MODIFY_H__B3066EE1_CA41_46D8_8AD8_E3ADFF0C2E17__INCLUDED_)