SmsManager/DLG_Agent_Pay_Modify.h

86 lines
2.4 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_AGENT_PAY_MODIFY_H__B3066EE1_CA41_46D8_8AD8_E3ADFF0C2E17__INCLUDED_)
#define AFX_DLG_AGENT_PAY_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_Pay_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Agent_Pay_Modify dialog
class DLG_Agent_Pay_Modify : public CDialog
{
protected:
ANS_Agent_PayData m_Pay;
BOOL m_bAdd;
BOOL m_bTest2;
double m_fPriceOne;
ANS_Agent_Pay 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_Pay payReq , ANS_Agent_PayData pay, ANS_Corp_MemberData * pMemberData, BOOL bAdd,ANS_Agent_SeeData agent);
ANS_Agent_PayData GetParam();
DLG_Agent_Pay_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Agent_Pay_Modify)
enum { IDD = IDD_AGENT_PAY_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_Pay_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Agent_Pay_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 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_PAY_MODIFY_H__B3066EE1_CA41_46D8_8AD8_E3ADFF0C2E17__INCLUDED_)