#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
#include "atlcomtime.h"
#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;
	double           m_fPriceOne;
	ANS_Agent_MmsPay        m_PayReq;
	ANS_Corp_MemberData* m_pMemberData;
	ANS_Agent_SeeData m_agent;
// Construction
public:
	BOOL SetTest( BOOL bTest, double fPriceOne );
	void ResetSMSUsed();
	void SetParam(ANS_Agent_MmsPay payReq , ANS_Agent_MmsPayData pay, ANS_Corp_MemberData * pMemberData, BOOL bAdd,ANS_Agent_SeeData agent);
	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 };
	CComboBox	m_L_PayMode;
	CComboBox	m_L_LXRID;
	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;
	BOOL	m_bFP;
	COleDateTime	m_tOvrTime;
	int		m_lLPType;
	CString	m_strLPPrice;
	int		m_lYSType;
	//}}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 OnChangeAgentPaymodifyJfprice();
	afx_msg void OnChangeAgentPaymodifyPriceone();
	afx_msg void OnChangeAgentPaymodifyPresend();
	afx_msg void OnSelchangeAgentPaymodifyPaymode();
	afx_msg void OnTimer(UINT_PTR nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	COleDateTime m_tYSTime;
	afx_msg void OnBnClickedOk();
};

//{{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_)