56 lines
1.4 KiB
C
56 lines
1.4 KiB
C
|
#if !defined(AFX_DLG_C_MONPAY_SEE_H__4874CFAA_B731_4B24_AB2D_B39953A772CA__INCLUDED_)
|
||
|
#define AFX_DLG_C_MONPAY_SEE_H__4874CFAA_B731_4B24_AB2D_B39953A772CA__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_C_MonPay_See.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_C_MonPay_See dialog
|
||
|
|
||
|
class DLG_C_MonPay_See : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
ANS_Corp_MonPayData m_Pay;
|
||
|
// Construction
|
||
|
public:
|
||
|
void SetParam( ANS_Corp_MonPayData pay);
|
||
|
DLG_C_MonPay_See(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_C_MonPay_See)
|
||
|
enum { IDD = IDD_C_MONPAY_SEE };
|
||
|
CString m_strMsg;
|
||
|
CString m_strName;
|
||
|
CString m_strPayTime;
|
||
|
CString m_strPrice;
|
||
|
CString m_strPriceOne;
|
||
|
CString m_strSmsCount;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_C_MonPay_See)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_C_MonPay_See)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
afx_msg void OnCMonpaySeeCopy();
|
||
|
//}}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_MONPAY_SEE_H__4874CFAA_B731_4B24_AB2D_B39953A772CA__INCLUDED_)
|