62 lines
1.6 KiB
C++
62 lines
1.6 KiB
C++
#if !defined(AFX_DLG_C_YYSPAY_SEE_H__AF84D430_792C_4420_AF61_AB952FC21DC2__INCLUDED_)
|
|
#define AFX_DLG_C_YYSPAY_SEE_H__AF84D430_792C_4420_AF61_AB952FC21DC2__INCLUDED_
|
|
|
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_C_YYSPay_See.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_C_YYSPay_See dialog
|
|
|
|
class DLG_C_YYSPay_See : public CDialog
|
|
{
|
|
public:
|
|
ANS_Corp_YYSPayData m_Pay;
|
|
// Construction
|
|
public:
|
|
ANS_Corp_YYSPayData GetParam();
|
|
void SetParam( ANS_Corp_YYSPayData pay);
|
|
DLG_C_YYSPay_See(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_C_YYSPay_See)
|
|
enum { IDD = IDD_C_YYSPAY_SEE };
|
|
CString m_strName;
|
|
CString m_strPayTime;
|
|
CString m_strType;
|
|
CString m_strCJPrice;
|
|
CString m_strPayPer;
|
|
CString m_strPrice;
|
|
CString m_strXFPrice;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_C_YYSPay_See)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_C_YYSPay_See)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnChangeCYyspaySeeXfprice();
|
|
afx_msg void OnChangeCYyspaySeeCjprice();
|
|
afx_msg void OnChangeCYyspaySeePayper();
|
|
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_YYSPAY_SEE_H__AF84D430_792C_4420_AF61_AB952FC21DC2__INCLUDED_)
|