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

74 lines
2.1 KiB
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#if !defined(AFX_DLG_CORP_PAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_)
#define AFX_DLG_CORP_PAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_Pay_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_Pay_Modify dialog
class DLG_Corp_Pay_Modify : public CDialog
{
protected:
ANS_Corp_PayData m_Pay;
BOOL m_bAdd;
float m_fUsed;
long m_lCorpSmsUsed;
float m_fPriceOne;
DWORD m_dwYJ;
long m_lAgentID; //´úÀíÉÌID
// Construction
public:
void SetParam( ANS_Corp_PayData pay ,long lAgentID, BOOL bAdd=true );
void ResetSMSUsed();
ANS_Corp_PayData GetParam();
DLG_Corp_Pay_Modify(float fUsed, long lCorpSmsUsed,float fPriceOne, DWORD dwYJ,long lAgentID,CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_Pay_Modify)
enum { IDD = IDD_CORP_PAY_MODIFY };
CString m_strBZ;
COleDateTime m_tOvrTime;
CString m_strPayMode;
CString m_strPayName;
CString m_strPresent;
CString m_strPrice;
CString m_strPriceOne;
CString m_strSMSCount;
CString m_strPayTime;
CString m_strCreateUser;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_Pay_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_Pay_Modify)
virtual BOOL OnInitDialog();
afx_msg void OnChangeCorpPaymodifyPrice();
afx_msg void OnChangeCorpPaymodifyPriceone();
afx_msg void OnChangeCorpPaymodifyPresend();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CORP_PAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_)