SmsManager/DLG_C_PayToUser_See.h

64 lines
1.6 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_C_PAYTOUSER_SEE_H__699D78B3_1208_489A_BD18_8A35ED78E680__INCLUDED_)
#define AFX_DLG_C_PAYTOUSER_SEE_H__699D78B3_1208_489A_BD18_8A35ED78E680__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_PayToUser_See.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_PayToUser_See dialog
class DLG_C_PayToUser_See : public CDialog
{
public:
ANS_PayToUserData m_Pay;
BOOL m_bModify;
// Construction
public:
void SetParam( ANS_PayToUserData pay,BOOL bModify );
DLG_C_PayToUser_See(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_PayToUser_See)
enum { IDD = IDD_C_PAYTOUSER_SEE };
CString m_strPayID;
CString m_strPayType;
CString m_strStatus;
CString m_strBZ;
CString m_strCD;
CString m_strFH;
CString m_strPZ;
CString m_strName;
CString m_strPrice;
CString m_strPriceOne;
CString m_strSFPrice;
CString m_strTHCount;
CString m_strUserType;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_PayToUser_See)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_PayToUser_See)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_C_PAYTOUSER_SEE_H__699D78B3_1208_489A_BD18_8A35ED78E680__INCLUDED_)